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

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

Related icons in SVG Logos

Use the aws sns logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><defs><linearGradient id="SVGyDrnJbhE" x1="0%" x2="100%" y1="100%" y2="0%"><stop offset="0%" stop-color="#b0084d"/><stop offset="100%" stop-color="#ff4f8b"/></linearGradient></defs><path fill="url(#SVGyDrnJbhE)" d="M0 0h256v256H0z"/><path fill="#fff" d="M54.4 121.6c3.53 0 6.4 2.87 6.4 6.4s-2.87 6.4-6.4 6.4s-6.4-2.87-6.4-6.4s2.87-6.4 6.4-6.4m76.8 83.2c-37.395 0-69.475-27.309-76.18-64.064c5.668-.275 10.346-4.227 11.722-9.536H86.4v-6.4H66.742c-1.376-5.306-6.05-9.258-11.718-9.536C61.712 79.072 94.435 51.2 131.2 51.2c13.802 0 28.262 5.19 42.973 15.427l3.654-5.254C162.026 50.378 146.336 44.8 131.2 44.8c-40.736 0-76.963 31.568-82.998 72.067C44.285 119.062 41.6 123.2 41.6 128s2.685 8.938 6.602 11.13c6.102 41.161 41.577 72.07 82.998 72.07c17.302 0 35.014-5.898 49.872-16.605l-3.744-5.19c-13.776 9.93-30.157 15.395-46.128 15.395m-34.877-88.186c5.933 1.45 13.357 1.786 18.877 1.786c5.254 0 12.234-.304 18.013-1.58l-14.477 28.95c-.22.441-.336.934-.336 1.43v14.25c-2.563 1.635-6.934 4.348-9.6 4.905V147.2c0-.422-.083-.842-.246-1.232zM115.2 105.6c12.88 0 19.757 1.933 21.891 3.2c-2.134 1.267-9.011 3.2-21.891 3.2s-19.757-1.933-21.891-3.2c2.134-1.267 9.011-3.2 21.891-3.2m-9.6 67.2h3.2q.207-.001.41-.026c3.916-.508 8.899-3.536 13.26-6.332l.842-.538a3.21 3.21 0 0 0 1.488-2.704v-15.245l17.789-35.571c.877-1.02 1.411-2.195 1.411-3.584c0-8.352-18.045-9.6-28.8-9.6s-28.8 1.248-28.8 9.6c0 1.171.384 2.189 1.024 3.094L102.4 147.84v21.76a3.2 3.2 0 0 0 3.2 3.2m92.8-3.2c3.53 0 6.4 2.87 6.4 6.4s-2.87 6.4-6.4 6.4s-6.4-2.87-6.4-6.4s2.87-6.4 6.4-6.4m0-96c3.53 0 6.4 2.87 6.4 6.4s-2.87 6.4-6.4 6.4s-6.4-2.87-6.4-6.4s2.87-6.4 6.4-6.4m6.4 48c3.53 0 6.4 2.87 6.4 6.4s-2.87 6.4-6.4 6.4s-6.4-2.87-6.4-6.4s2.87-6.4 6.4-6.4m-32 9.6h19.658c1.427 5.504 6.396 9.6 12.342 9.6c7.06 0 12.8-5.74 12.8-12.8s-5.74-12.8-12.8-12.8c-5.946 0-10.915 4.096-12.342 9.6H172.8V83.2h13.258c1.427 5.504 6.396 9.6 12.342 9.6c7.06 0 12.8-5.74 12.8-12.8s-5.74-12.8-12.8-12.8c-5.946 0-10.915 4.096-12.342 9.6H169.6a3.2 3.2 0 0 0-3.2 3.2v44.8H144v6.4h22.4V176a3.2 3.2 0 0 0 3.2 3.2h16.458c1.427 5.504 6.396 9.6 12.342 9.6c7.06 0 12.8-5.74 12.8-12.8s-5.74-12.8-12.8-12.8c-5.946 0-10.915 4.096-12.342 9.6H172.8z"/></svg>

React

import type { SVGProps } from "react";

export function LogosAwsSns(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="SVGyDrnJbhE" x1="0%" x2="100%" y1="100%" y2="0%"><stop offset="0%" stopColor="#b0084d"/><stop offset="100%" stopColor="#ff4f8b"/></linearGradient></defs><path fill="url(#SVGyDrnJbhE)" d="M0 0h256v256H0z"/><path fill="#fff" d="M54.4 121.6c3.53 0 6.4 2.87 6.4 6.4s-2.87 6.4-6.4 6.4s-6.4-2.87-6.4-6.4s2.87-6.4 6.4-6.4m76.8 83.2c-37.395 0-69.475-27.309-76.18-64.064c5.668-.275 10.346-4.227 11.722-9.536H86.4v-6.4H66.742c-1.376-5.306-6.05-9.258-11.718-9.536C61.712 79.072 94.435 51.2 131.2 51.2c13.802 0 28.262 5.19 42.973 15.427l3.654-5.254C162.026 50.378 146.336 44.8 131.2 44.8c-40.736 0-76.963 31.568-82.998 72.067C44.285 119.062 41.6 123.2 41.6 128s2.685 8.938 6.602 11.13c6.102 41.161 41.577 72.07 82.998 72.07c17.302 0 35.014-5.898 49.872-16.605l-3.744-5.19c-13.776 9.93-30.157 15.395-46.128 15.395m-34.877-88.186c5.933 1.45 13.357 1.786 18.877 1.786c5.254 0 12.234-.304 18.013-1.58l-14.477 28.95c-.22.441-.336.934-.336 1.43v14.25c-2.563 1.635-6.934 4.348-9.6 4.905V147.2c0-.422-.083-.842-.246-1.232zM115.2 105.6c12.88 0 19.757 1.933 21.891 3.2c-2.134 1.267-9.011 3.2-21.891 3.2s-19.757-1.933-21.891-3.2c2.134-1.267 9.011-3.2 21.891-3.2m-9.6 67.2h3.2q.207-.001.41-.026c3.916-.508 8.899-3.536 13.26-6.332l.842-.538a3.21 3.21 0 0 0 1.488-2.704v-15.245l17.789-35.571c.877-1.02 1.411-2.195 1.411-3.584c0-8.352-18.045-9.6-28.8-9.6s-28.8 1.248-28.8 9.6c0 1.171.384 2.189 1.024 3.094L102.4 147.84v21.76a3.2 3.2 0 0 0 3.2 3.2m92.8-3.2c3.53 0 6.4 2.87 6.4 6.4s-2.87 6.4-6.4 6.4s-6.4-2.87-6.4-6.4s2.87-6.4 6.4-6.4m0-96c3.53 0 6.4 2.87 6.4 6.4s-2.87 6.4-6.4 6.4s-6.4-2.87-6.4-6.4s2.87-6.4 6.4-6.4m6.4 48c3.53 0 6.4 2.87 6.4 6.4s-2.87 6.4-6.4 6.4s-6.4-2.87-6.4-6.4s2.87-6.4 6.4-6.4m-32 9.6h19.658c1.427 5.504 6.396 9.6 12.342 9.6c7.06 0 12.8-5.74 12.8-12.8s-5.74-12.8-12.8-12.8c-5.946 0-10.915 4.096-12.342 9.6H172.8V83.2h13.258c1.427 5.504 6.396 9.6 12.342 9.6c7.06 0 12.8-5.74 12.8-12.8s-5.74-12.8-12.8-12.8c-5.946 0-10.915 4.096-12.342 9.6H169.6a3.2 3.2 0 0 0-3.2 3.2v44.8H144v6.4h22.4V176a3.2 3.2 0 0 0 3.2 3.2h16.458c1.427 5.504 6.396 9.6 12.342 9.6c7.06 0 12.8-5.74 12.8-12.8s-5.74-12.8-12.8-12.8c-5.946 0-10.915 4.096-12.342 9.6H172.8z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><defs><linearGradient id="SVGyDrnJbhE" x1="0%" x2="100%" y1="100%" y2="0%"><stop offset="0%" stop-color="#b0084d"/><stop offset="100%" stop-color="#ff4f8b"/></linearGradient></defs><path fill="url(#SVGyDrnJbhE)" d="M0 0h256v256H0z"/><path fill="#fff" d="M54.4 121.6c3.53 0 6.4 2.87 6.4 6.4s-2.87 6.4-6.4 6.4s-6.4-2.87-6.4-6.4s2.87-6.4 6.4-6.4m76.8 83.2c-37.395 0-69.475-27.309-76.18-64.064c5.668-.275 10.346-4.227 11.722-9.536H86.4v-6.4H66.742c-1.376-5.306-6.05-9.258-11.718-9.536C61.712 79.072 94.435 51.2 131.2 51.2c13.802 0 28.262 5.19 42.973 15.427l3.654-5.254C162.026 50.378 146.336 44.8 131.2 44.8c-40.736 0-76.963 31.568-82.998 72.067C44.285 119.062 41.6 123.2 41.6 128s2.685 8.938 6.602 11.13c6.102 41.161 41.577 72.07 82.998 72.07c17.302 0 35.014-5.898 49.872-16.605l-3.744-5.19c-13.776 9.93-30.157 15.395-46.128 15.395m-34.877-88.186c5.933 1.45 13.357 1.786 18.877 1.786c5.254 0 12.234-.304 18.013-1.58l-14.477 28.95c-.22.441-.336.934-.336 1.43v14.25c-2.563 1.635-6.934 4.348-9.6 4.905V147.2c0-.422-.083-.842-.246-1.232zM115.2 105.6c12.88 0 19.757 1.933 21.891 3.2c-2.134 1.267-9.011 3.2-21.891 3.2s-19.757-1.933-21.891-3.2c2.134-1.267 9.011-3.2 21.891-3.2m-9.6 67.2h3.2q.207-.001.41-.026c3.916-.508 8.899-3.536 13.26-6.332l.842-.538a3.21 3.21 0 0 0 1.488-2.704v-15.245l17.789-35.571c.877-1.02 1.411-2.195 1.411-3.584c0-8.352-18.045-9.6-28.8-9.6s-28.8 1.248-28.8 9.6c0 1.171.384 2.189 1.024 3.094L102.4 147.84v21.76a3.2 3.2 0 0 0 3.2 3.2m92.8-3.2c3.53 0 6.4 2.87 6.4 6.4s-2.87 6.4-6.4 6.4s-6.4-2.87-6.4-6.4s2.87-6.4 6.4-6.4m0-96c3.53 0 6.4 2.87 6.4 6.4s-2.87 6.4-6.4 6.4s-6.4-2.87-6.4-6.4s2.87-6.4 6.4-6.4m6.4 48c3.53 0 6.4 2.87 6.4 6.4s-2.87 6.4-6.4 6.4s-6.4-2.87-6.4-6.4s2.87-6.4 6.4-6.4m-32 9.6h19.658c1.427 5.504 6.396 9.6 12.342 9.6c7.06 0 12.8-5.74 12.8-12.8s-5.74-12.8-12.8-12.8c-5.946 0-10.915 4.096-12.342 9.6H172.8V83.2h13.258c1.427 5.504 6.396 9.6 12.342 9.6c7.06 0 12.8-5.74 12.8-12.8s-5.74-12.8-12.8-12.8c-5.946 0-10.915 4.096-12.342 9.6H169.6a3.2 3.2 0 0 0-3.2 3.2v44.8H144v6.4h22.4V176a3.2 3.2 0 0 0 3.2 3.2h16.458c1.427 5.504 6.396 9.6 12.342 9.6c7.06 0 12.8-5.74 12.8-12.8s-5.74-12.8-12.8-12.8c-5.946 0-10.915 4.096-12.342 9.6H172.8z"/></svg>
</template>

CSS

.icon-aws-sns {
  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%22SVGyDrnJbhE%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%23b0084d%22%2F%3E%3Cstop%20offset%3D%22100%25%22%20stop-color%3D%22%23ff4f8b%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Cpath%20fill%3D%22url(%23SVGyDrnJbhE)%22%20d%3D%22M0%200h256v256H0z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M54.4%20121.6c3.53%200%206.4%202.87%206.4%206.4s-2.87%206.4-6.4%206.4s-6.4-2.87-6.4-6.4s2.87-6.4%206.4-6.4m76.8%2083.2c-37.395%200-69.475-27.309-76.18-64.064c5.668-.275%2010.346-4.227%2011.722-9.536H86.4v-6.4H66.742c-1.376-5.306-6.05-9.258-11.718-9.536C61.712%2079.072%2094.435%2051.2%20131.2%2051.2c13.802%200%2028.262%205.19%2042.973%2015.427l3.654-5.254C162.026%2050.378%20146.336%2044.8%20131.2%2044.8c-40.736%200-76.963%2031.568-82.998%2072.067C44.285%20119.062%2041.6%20123.2%2041.6%20128s2.685%208.938%206.602%2011.13c6.102%2041.161%2041.577%2072.07%2082.998%2072.07c17.302%200%2035.014-5.898%2049.872-16.605l-3.744-5.19c-13.776%209.93-30.157%2015.395-46.128%2015.395m-34.877-88.186c5.933%201.45%2013.357%201.786%2018.877%201.786c5.254%200%2012.234-.304%2018.013-1.58l-14.477%2028.95c-.22.441-.336.934-.336%201.43v14.25c-2.563%201.635-6.934%204.348-9.6%204.905V147.2c0-.422-.083-.842-.246-1.232zM115.2%20105.6c12.88%200%2019.757%201.933%2021.891%203.2c-2.134%201.267-9.011%203.2-21.891%203.2s-19.757-1.933-21.891-3.2c2.134-1.267%209.011-3.2%2021.891-3.2m-9.6%2067.2h3.2q.207-.001.41-.026c3.916-.508%208.899-3.536%2013.26-6.332l.842-.538a3.21%203.21%200%200%200%201.488-2.704v-15.245l17.789-35.571c.877-1.02%201.411-2.195%201.411-3.584c0-8.352-18.045-9.6-28.8-9.6s-28.8%201.248-28.8%209.6c0%201.171.384%202.189%201.024%203.094L102.4%20147.84v21.76a3.2%203.2%200%200%200%203.2%203.2m92.8-3.2c3.53%200%206.4%202.87%206.4%206.4s-2.87%206.4-6.4%206.4s-6.4-2.87-6.4-6.4s2.87-6.4%206.4-6.4m0-96c3.53%200%206.4%202.87%206.4%206.4s-2.87%206.4-6.4%206.4s-6.4-2.87-6.4-6.4s2.87-6.4%206.4-6.4m6.4%2048c3.53%200%206.4%202.87%206.4%206.4s-2.87%206.4-6.4%206.4s-6.4-2.87-6.4-6.4s2.87-6.4%206.4-6.4m-32%209.6h19.658c1.427%205.504%206.396%209.6%2012.342%209.6c7.06%200%2012.8-5.74%2012.8-12.8s-5.74-12.8-12.8-12.8c-5.946%200-10.915%204.096-12.342%209.6H172.8V83.2h13.258c1.427%205.504%206.396%209.6%2012.342%209.6c7.06%200%2012.8-5.74%2012.8-12.8s-5.74-12.8-12.8-12.8c-5.946%200-10.915%204.096-12.342%209.6H169.6a3.2%203.2%200%200%200-3.2%203.2v44.8H144v6.4h22.4V176a3.2%203.2%200%200%200%203.2%203.2h16.458c1.427%205.504%206.396%209.6%2012.342%209.6c7.06%200%2012.8-5.74%2012.8-12.8s-5.74-12.8-12.8-12.8c-5.946%200-10.915%204.096-12.342%209.6H172.8z%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%22SVGyDrnJbhE%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%23b0084d%22%2F%3E%3Cstop%20offset%3D%22100%25%22%20stop-color%3D%22%23ff4f8b%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Cpath%20fill%3D%22url(%23SVGyDrnJbhE)%22%20d%3D%22M0%200h256v256H0z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M54.4%20121.6c3.53%200%206.4%202.87%206.4%206.4s-2.87%206.4-6.4%206.4s-6.4-2.87-6.4-6.4s2.87-6.4%206.4-6.4m76.8%2083.2c-37.395%200-69.475-27.309-76.18-64.064c5.668-.275%2010.346-4.227%2011.722-9.536H86.4v-6.4H66.742c-1.376-5.306-6.05-9.258-11.718-9.536C61.712%2079.072%2094.435%2051.2%20131.2%2051.2c13.802%200%2028.262%205.19%2042.973%2015.427l3.654-5.254C162.026%2050.378%20146.336%2044.8%20131.2%2044.8c-40.736%200-76.963%2031.568-82.998%2072.067C44.285%20119.062%2041.6%20123.2%2041.6%20128s2.685%208.938%206.602%2011.13c6.102%2041.161%2041.577%2072.07%2082.998%2072.07c17.302%200%2035.014-5.898%2049.872-16.605l-3.744-5.19c-13.776%209.93-30.157%2015.395-46.128%2015.395m-34.877-88.186c5.933%201.45%2013.357%201.786%2018.877%201.786c5.254%200%2012.234-.304%2018.013-1.58l-14.477%2028.95c-.22.441-.336.934-.336%201.43v14.25c-2.563%201.635-6.934%204.348-9.6%204.905V147.2c0-.422-.083-.842-.246-1.232zM115.2%20105.6c12.88%200%2019.757%201.933%2021.891%203.2c-2.134%201.267-9.011%203.2-21.891%203.2s-19.757-1.933-21.891-3.2c2.134-1.267%209.011-3.2%2021.891-3.2m-9.6%2067.2h3.2q.207-.001.41-.026c3.916-.508%208.899-3.536%2013.26-6.332l.842-.538a3.21%203.21%200%200%200%201.488-2.704v-15.245l17.789-35.571c.877-1.02%201.411-2.195%201.411-3.584c0-8.352-18.045-9.6-28.8-9.6s-28.8%201.248-28.8%209.6c0%201.171.384%202.189%201.024%203.094L102.4%20147.84v21.76a3.2%203.2%200%200%200%203.2%203.2m92.8-3.2c3.53%200%206.4%202.87%206.4%206.4s-2.87%206.4-6.4%206.4s-6.4-2.87-6.4-6.4s2.87-6.4%206.4-6.4m0-96c3.53%200%206.4%202.87%206.4%206.4s-2.87%206.4-6.4%206.4s-6.4-2.87-6.4-6.4s2.87-6.4%206.4-6.4m6.4%2048c3.53%200%206.4%202.87%206.4%206.4s-2.87%206.4-6.4%206.4s-6.4-2.87-6.4-6.4s2.87-6.4%206.4-6.4m-32%209.6h19.658c1.427%205.504%206.396%209.6%2012.342%209.6c7.06%200%2012.8-5.74%2012.8-12.8s-5.74-12.8-12.8-12.8c-5.946%200-10.915%204.096-12.342%209.6H172.8V83.2h13.258c1.427%205.504%206.396%209.6%2012.342%209.6c7.06%200%2012.8-5.74%2012.8-12.8s-5.74-12.8-12.8-12.8c-5.946%200-10.915%204.096-12.342%209.6H169.6a3.2%203.2%200%200%200-3.2%203.2v44.8H144v6.4h22.4V176a3.2%203.2%200%200%200%203.2%203.2h16.458c1.427%205.504%206.396%209.6%2012.342%209.6c7.06%200%2012.8-5.74%2012.8-12.8s-5.74-12.8-12.8-12.8c-5.946%200-10.915%204.096-12.342%209.6H172.8z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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

Aws Sns logo — SVG Logos · IconsDB