aws shield logo

aws-shield from SVG Logos by Gil Barbara · Color · CC0-1.0 Free for personal and commercial use.

Name
aws-shield
Set
SVG Logos
Style
Color
Viewbox
256×256
License
CC0

Related icons in SVG Logos

Use the aws shield logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><defs><linearGradient id="SVGYPnorcPn" x1="0%" x2="100%" y1="100%" y2="0%"><stop offset="0%" stop-color="#bd0816"/><stop offset="100%" stop-color="#ff5252"/></linearGradient></defs><path fill="url(#SVGYPnorcPn)" d="M0 0h256v256H0z"/><path fill="#fff" d="M172.834 159.998h-6.4v12.8h-12.8v6.4h12.8v12.8h6.4v-12.8h12.8v-6.4h-12.8zm22.4 16c0-14.115-11.485-25.6-25.6-25.6s-25.6 11.485-25.6 25.6s11.485 25.6 25.6 25.6s25.6-11.484 25.6-25.6m6.4 0c0 17.645-14.355 32-32 32s-32-14.355-32-32c0-17.644 14.355-32 32-32s32 14.356 32 32m-86.4 9.508V71.858l-35.2 13.539v65.001c.039 1.325 1.267 33.216 35.2 35.108m41.6-45.668V85.397l-35.2-13.54V185.48c3.712-.246 7.159-.902 10.355-1.917c.432 2.141 1.07 4.205 1.84 6.202c-4.688 1.469-9.824 2.233-15.395 2.233c-43.389 0-44.79-41.113-44.8-41.53v-67.27c0-1.324.816-2.512 2.051-2.988l41.6-16a3.23 3.23 0 0 1 2.298 0l41.6 16a3.2 3.2 0 0 1 2.051 2.988v54.98c-2.201.37-4.34.93-6.4 1.66M143.218 203.8a38.7 38.7 0 0 0 5.815 4.547c-8.816 3.994-19.066 6.013-30.599 6.013c-20.246 0-36.387-6.16-47.971-18.307c-20.58-21.578-19.293-54.035-19.226-55.405l-.003-70.25c0-1.308.797-2.483 2.013-2.972l64-25.6a3.23 3.23 0 0 1 2.374 0l64 25.6a3.205 3.205 0 0 1 2.013 2.972v70.4s.007.141.013.343a38 38 0 0 0-6.41-2.279l-.003-66.297l-60.8-24.32l-60.8 24.32v68.233c-.02.458-1.2 31.31 17.491 50.87c10.327 10.81 24.9 16.292 43.31 16.292c9.24 0 17.52-1.414 24.783-4.16"/></svg>

React

import type { SVGProps } from "react";

export function LogosAwsShield(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><defs><linearGradient id="SVGYPnorcPn" x1="0%" x2="100%" y1="100%" y2="0%"><stop offset="0%" stopColor="#bd0816"/><stop offset="100%" stopColor="#ff5252"/></linearGradient></defs><path fill="url(#SVGYPnorcPn)" d="M0 0h256v256H0z"/><path fill="#fff" d="M172.834 159.998h-6.4v12.8h-12.8v6.4h12.8v12.8h6.4v-12.8h12.8v-6.4h-12.8zm22.4 16c0-14.115-11.485-25.6-25.6-25.6s-25.6 11.485-25.6 25.6s11.485 25.6 25.6 25.6s25.6-11.484 25.6-25.6m6.4 0c0 17.645-14.355 32-32 32s-32-14.355-32-32c0-17.644 14.355-32 32-32s32 14.356 32 32m-86.4 9.508V71.858l-35.2 13.539v65.001c.039 1.325 1.267 33.216 35.2 35.108m41.6-45.668V85.397l-35.2-13.54V185.48c3.712-.246 7.159-.902 10.355-1.917c.432 2.141 1.07 4.205 1.84 6.202c-4.688 1.469-9.824 2.233-15.395 2.233c-43.389 0-44.79-41.113-44.8-41.53v-67.27c0-1.324.816-2.512 2.051-2.988l41.6-16a3.23 3.23 0 0 1 2.298 0l41.6 16a3.2 3.2 0 0 1 2.051 2.988v54.98c-2.201.37-4.34.93-6.4 1.66M143.218 203.8a38.7 38.7 0 0 0 5.815 4.547c-8.816 3.994-19.066 6.013-30.599 6.013c-20.246 0-36.387-6.16-47.971-18.307c-20.58-21.578-19.293-54.035-19.226-55.405l-.003-70.25c0-1.308.797-2.483 2.013-2.972l64-25.6a3.23 3.23 0 0 1 2.374 0l64 25.6a3.205 3.205 0 0 1 2.013 2.972v70.4s.007.141.013.343a38 38 0 0 0-6.41-2.279l-.003-66.297l-60.8-24.32l-60.8 24.32v68.233c-.02.458-1.2 31.31 17.491 50.87c10.327 10.81 24.9 16.292 43.31 16.292c9.24 0 17.52-1.414 24.783-4.16"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><defs><linearGradient id="SVGYPnorcPn" x1="0%" x2="100%" y1="100%" y2="0%"><stop offset="0%" stop-color="#bd0816"/><stop offset="100%" stop-color="#ff5252"/></linearGradient></defs><path fill="url(#SVGYPnorcPn)" d="M0 0h256v256H0z"/><path fill="#fff" d="M172.834 159.998h-6.4v12.8h-12.8v6.4h12.8v12.8h6.4v-12.8h12.8v-6.4h-12.8zm22.4 16c0-14.115-11.485-25.6-25.6-25.6s-25.6 11.485-25.6 25.6s11.485 25.6 25.6 25.6s25.6-11.484 25.6-25.6m6.4 0c0 17.645-14.355 32-32 32s-32-14.355-32-32c0-17.644 14.355-32 32-32s32 14.356 32 32m-86.4 9.508V71.858l-35.2 13.539v65.001c.039 1.325 1.267 33.216 35.2 35.108m41.6-45.668V85.397l-35.2-13.54V185.48c3.712-.246 7.159-.902 10.355-1.917c.432 2.141 1.07 4.205 1.84 6.202c-4.688 1.469-9.824 2.233-15.395 2.233c-43.389 0-44.79-41.113-44.8-41.53v-67.27c0-1.324.816-2.512 2.051-2.988l41.6-16a3.23 3.23 0 0 1 2.298 0l41.6 16a3.2 3.2 0 0 1 2.051 2.988v54.98c-2.201.37-4.34.93-6.4 1.66M143.218 203.8a38.7 38.7 0 0 0 5.815 4.547c-8.816 3.994-19.066 6.013-30.599 6.013c-20.246 0-36.387-6.16-47.971-18.307c-20.58-21.578-19.293-54.035-19.226-55.405l-.003-70.25c0-1.308.797-2.483 2.013-2.972l64-25.6a3.23 3.23 0 0 1 2.374 0l64 25.6a3.205 3.205 0 0 1 2.013 2.972v70.4s.007.141.013.343a38 38 0 0 0-6.41-2.279l-.003-66.297l-60.8-24.32l-60.8 24.32v68.233c-.02.458-1.2 31.31 17.491 50.87c10.327 10.81 24.9 16.292 43.31 16.292c9.24 0 17.52-1.414 24.783-4.16"/></svg>
</template>

CSS

.icon-aws-shield {
  width: 24px;
  height: 24px;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%20256%20256%22%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGYPnorcPn%22%20x1%3D%220%25%22%20x2%3D%22100%25%22%20y1%3D%22100%25%22%20y2%3D%220%25%22%3E%3Cstop%20offset%3D%220%25%22%20stop-color%3D%22%23bd0816%22%2F%3E%3Cstop%20offset%3D%22100%25%22%20stop-color%3D%22%23ff5252%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Cpath%20fill%3D%22url(%23SVGYPnorcPn)%22%20d%3D%22M0%200h256v256H0z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M172.834%20159.998h-6.4v12.8h-12.8v6.4h12.8v12.8h6.4v-12.8h12.8v-6.4h-12.8zm22.4%2016c0-14.115-11.485-25.6-25.6-25.6s-25.6%2011.485-25.6%2025.6s11.485%2025.6%2025.6%2025.6s25.6-11.484%2025.6-25.6m6.4%200c0%2017.645-14.355%2032-32%2032s-32-14.355-32-32c0-17.644%2014.355-32%2032-32s32%2014.356%2032%2032m-86.4%209.508V71.858l-35.2%2013.539v65.001c.039%201.325%201.267%2033.216%2035.2%2035.108m41.6-45.668V85.397l-35.2-13.54V185.48c3.712-.246%207.159-.902%2010.355-1.917c.432%202.141%201.07%204.205%201.84%206.202c-4.688%201.469-9.824%202.233-15.395%202.233c-43.389%200-44.79-41.113-44.8-41.53v-67.27c0-1.324.816-2.512%202.051-2.988l41.6-16a3.23%203.23%200%200%201%202.298%200l41.6%2016a3.2%203.2%200%200%201%202.051%202.988v54.98c-2.201.37-4.34.93-6.4%201.66M143.218%20203.8a38.7%2038.7%200%200%200%205.815%204.547c-8.816%203.994-19.066%206.013-30.599%206.013c-20.246%200-36.387-6.16-47.971-18.307c-20.58-21.578-19.293-54.035-19.226-55.405l-.003-70.25c0-1.308.797-2.483%202.013-2.972l64-25.6a3.23%203.23%200%200%201%202.374%200l64%2025.6a3.205%203.205%200%200%201%202.013%202.972v70.4s.007.141.013.343a38%2038%200%200%200-6.41-2.279l-.003-66.297l-60.8-24.32l-60.8%2024.32v68.233c-.02.458-1.2%2031.31%2017.491%2050.87c10.327%2010.81%2024.9%2016.292%2043.31%2016.292c9.24%200%2017.52-1.414%2024.783-4.16%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
  mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%20256%20256%22%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGYPnorcPn%22%20x1%3D%220%25%22%20x2%3D%22100%25%22%20y1%3D%22100%25%22%20y2%3D%220%25%22%3E%3Cstop%20offset%3D%220%25%22%20stop-color%3D%22%23bd0816%22%2F%3E%3Cstop%20offset%3D%22100%25%22%20stop-color%3D%22%23ff5252%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Cpath%20fill%3D%22url(%23SVGYPnorcPn)%22%20d%3D%22M0%200h256v256H0z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M172.834%20159.998h-6.4v12.8h-12.8v6.4h12.8v12.8h6.4v-12.8h12.8v-6.4h-12.8zm22.4%2016c0-14.115-11.485-25.6-25.6-25.6s-25.6%2011.485-25.6%2025.6s11.485%2025.6%2025.6%2025.6s25.6-11.484%2025.6-25.6m6.4%200c0%2017.645-14.355%2032-32%2032s-32-14.355-32-32c0-17.644%2014.355-32%2032-32s32%2014.356%2032%2032m-86.4%209.508V71.858l-35.2%2013.539v65.001c.039%201.325%201.267%2033.216%2035.2%2035.108m41.6-45.668V85.397l-35.2-13.54V185.48c3.712-.246%207.159-.902%2010.355-1.917c.432%202.141%201.07%204.205%201.84%206.202c-4.688%201.469-9.824%202.233-15.395%202.233c-43.389%200-44.79-41.113-44.8-41.53v-67.27c0-1.324.816-2.512%202.051-2.988l41.6-16a3.23%203.23%200%200%201%202.298%200l41.6%2016a3.2%203.2%200%200%201%202.051%202.988v54.98c-2.201.37-4.34.93-6.4%201.66M143.218%20203.8a38.7%2038.7%200%200%200%205.815%204.547c-8.816%203.994-19.066%206.013-30.599%206.013c-20.246%200-36.387-6.16-47.971-18.307c-20.58-21.578-19.293-54.035-19.226-55.405l-.003-70.25c0-1.308.797-2.483%202.013-2.972l64-25.6a3.23%203.23%200%200%201%202.374%200l64%2025.6a3.205%203.205%200%200%201%202.013%202.972v70.4s.007.141.013.343a38%2038%200%200%200-6.41-2.279l-.003-66.297l-60.8-24.32l-60.8%2024.32v68.233c-.02.458-1.2%2031.31%2017.491%2050.87c10.327%2010.81%2024.9%2016.292%2043.31%2016.292c9.24%200%2017.52-1.414%2024.783-4.16%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/logos/aws-shield.svg?color=%231a73e8&size=48