Skip to content

Sprite

AWS Architecture Icons as SVG symbol sprites — one <use href> sheet per set, ideal for pages with many icons — 805 icons in 5 sets.

Terminal window
pnpm add @aws-icons/sprite
<!-- copy dist/architecture-service.svg into your static assets, then: -->
<svg width="32" height="32"><use href="/sprites/architecture-service.svg#amazon-ec2" /></svg>
import {spriteHref} from "@aws-icons/sprite";
spriteHref("/sprites/architecture-service.svg", "amazon-ec2"); // "/sprites/architecture-service.svg#amazon-ec2"

One sprite per set: ./architecture-group.svg, ./architecture-service.svg, ./category.svg, ./resource.svg, ./resource-dark.svg.

AWS Architecture Icons are © Amazon Web Services, Inc., provided under the AWS icon terms.