amazon from Font Awesome Brands by Dave Gandy · Brand · CC-BY-4.0 Attribution required.

Name
amazon
Set
Font Awesome Brands
Style
Brand
Viewbox
640×640
License
CC BY 4.0

The same logo in other sets

Related icons in Font Awesome Brands

Use the amazon logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M353.7 226.7c-48.7 1.8-169.5 15.5-169.5 117.5c0 109.5 138.3 114 183.5 43.2c6.5 10.2 35.4 37.5 45.3 46.8l56.8-56s-32.3-25.3-32.3-52.8V178.3C437.5 153 413 96 325.2 96c-88 0-134.7 55-134.7 104.3l73.5 6.8c16.3-49.5 54.2-49.5 54.2-49.5c40.7-.1 35.5 29.8 35.5 69.1m0 86.8c0 80-84.2 68-84.2 17.2c0-47.2 50.5-56.7 84.2-57.8zm136 163.5c-7.7 10-70 67-174.5 67s-184.5-71.5-209-101c-6.8-7.7 1-11.3 5.5-8.3C185 479.2 299.5 552.5 484.2 465c7.5-3.7 13.3 2 5.5 12m39.8 2.2c-6.5 15.8-16 26.8-21.2 31c-5.5 4.5-9.5 2.7-6.5-3.8s19.3-46.5 12.7-55c-6.5-8.3-37-4.3-48-3.2c-10.8 1-13 2-14-.3c-2.3-5.7 21.7-15.5 37.5-17.5c15.7-1.8 41-.8 46 5.7c3.7 5.1 0 27.1-6.5 43.1"/></svg>

React

import type { SVGProps } from "react";

export function Fa7BrandsAmazon(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M353.7 226.7c-48.7 1.8-169.5 15.5-169.5 117.5c0 109.5 138.3 114 183.5 43.2c6.5 10.2 35.4 37.5 45.3 46.8l56.8-56s-32.3-25.3-32.3-52.8V178.3C437.5 153 413 96 325.2 96c-88 0-134.7 55-134.7 104.3l73.5 6.8c16.3-49.5 54.2-49.5 54.2-49.5c40.7-.1 35.5 29.8 35.5 69.1m0 86.8c0 80-84.2 68-84.2 17.2c0-47.2 50.5-56.7 84.2-57.8zm136 163.5c-7.7 10-70 67-174.5 67s-184.5-71.5-209-101c-6.8-7.7 1-11.3 5.5-8.3C185 479.2 299.5 552.5 484.2 465c7.5-3.7 13.3 2 5.5 12m39.8 2.2c-6.5 15.8-16 26.8-21.2 31c-5.5 4.5-9.5 2.7-6.5-3.8s19.3-46.5 12.7-55c-6.5-8.3-37-4.3-48-3.2c-10.8 1-13 2-14-.3c-2.3-5.7 21.7-15.5 37.5-17.5c15.7-1.8 41-.8 46 5.7c3.7 5.1 0 27.1-6.5 43.1"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M353.7 226.7c-48.7 1.8-169.5 15.5-169.5 117.5c0 109.5 138.3 114 183.5 43.2c6.5 10.2 35.4 37.5 45.3 46.8l56.8-56s-32.3-25.3-32.3-52.8V178.3C437.5 153 413 96 325.2 96c-88 0-134.7 55-134.7 104.3l73.5 6.8c16.3-49.5 54.2-49.5 54.2-49.5c40.7-.1 35.5 29.8 35.5 69.1m0 86.8c0 80-84.2 68-84.2 17.2c0-47.2 50.5-56.7 84.2-57.8zm136 163.5c-7.7 10-70 67-174.5 67s-184.5-71.5-209-101c-6.8-7.7 1-11.3 5.5-8.3C185 479.2 299.5 552.5 484.2 465c7.5-3.7 13.3 2 5.5 12m39.8 2.2c-6.5 15.8-16 26.8-21.2 31c-5.5 4.5-9.5 2.7-6.5-3.8s19.3-46.5 12.7-55c-6.5-8.3-37-4.3-48-3.2c-10.8 1-13 2-14-.3c-2.3-5.7 21.7-15.5 37.5-17.5c15.7-1.8 41-.8 46 5.7c3.7 5.1 0 27.1-6.5 43.1"/></svg>
</template>

CSS

.icon-amazon {
  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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M353.7%20226.7c-48.7%201.8-169.5%2015.5-169.5%20117.5c0%20109.5%20138.3%20114%20183.5%2043.2c6.5%2010.2%2035.4%2037.5%2045.3%2046.8l56.8-56s-32.3-25.3-32.3-52.8V178.3C437.5%20153%20413%2096%20325.2%2096c-88%200-134.7%2055-134.7%20104.3l73.5%206.8c16.3-49.5%2054.2-49.5%2054.2-49.5c40.7-.1%2035.5%2029.8%2035.5%2069.1m0%2086.8c0%2080-84.2%2068-84.2%2017.2c0-47.2%2050.5-56.7%2084.2-57.8zm136%20163.5c-7.7%2010-70%2067-174.5%2067s-184.5-71.5-209-101c-6.8-7.7%201-11.3%205.5-8.3C185%20479.2%20299.5%20552.5%20484.2%20465c7.5-3.7%2013.3%202%205.5%2012m39.8%202.2c-6.5%2015.8-16%2026.8-21.2%2031c-5.5%204.5-9.5%202.7-6.5-3.8s19.3-46.5%2012.7-55c-6.5-8.3-37-4.3-48-3.2c-10.8%201-13%202-14-.3c-2.3-5.7%2021.7-15.5%2037.5-17.5c15.7-1.8%2041-.8%2046%205.7c3.7%205.1%200%2027.1-6.5%2043.1%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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M353.7%20226.7c-48.7%201.8-169.5%2015.5-169.5%20117.5c0%20109.5%20138.3%20114%20183.5%2043.2c6.5%2010.2%2035.4%2037.5%2045.3%2046.8l56.8-56s-32.3-25.3-32.3-52.8V178.3C437.5%20153%20413%2096%20325.2%2096c-88%200-134.7%2055-134.7%20104.3l73.5%206.8c16.3-49.5%2054.2-49.5%2054.2-49.5c40.7-.1%2035.5%2029.8%2035.5%2069.1m0%2086.8c0%2080-84.2%2068-84.2%2017.2c0-47.2%2050.5-56.7%2084.2-57.8zm136%20163.5c-7.7%2010-70%2067-174.5%2067s-184.5-71.5-209-101c-6.8-7.7%201-11.3%205.5-8.3C185%20479.2%20299.5%20552.5%20484.2%20465c7.5-3.7%2013.3%202%205.5%2012m39.8%202.2c-6.5%2015.8-16%2026.8-21.2%2031c-5.5%204.5-9.5%202.7-6.5-3.8s19.3-46.5%2012.7-55c-6.5-8.3-37-4.3-48-3.2c-10.8%201-13%202-14-.3c-2.3-5.7%2021.7-15.5%2037.5-17.5c15.7-1.8%2041-.8%2046%205.7c3.7%205.1%200%2027.1-6.5%2043.1%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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