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

Name
amazon
Set
Font Awesome 6 Brands
Style
Regular
Viewbox
448×512
License
CC BY 4.0

The same logo in other sets

Related icons in Font Awesome 6 Brands

Use the amazon logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 448 512"><path fill="currentColor" d="M257.2 162.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-56S341 288.9 341 261.4V114.3C341 89 316.5 32 228.7 32C140.7 32 94 87 94 136.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 67S34.2 408.5 9.7 379c-6.8-7.7 1-11.3 5.5-8.3C88.5 415.2 203 488.5 387.7 401c7.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 Fa6BrandsAmazon(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 448 512"><path fill="currentColor" d="M257.2 162.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-56S341 288.9 341 261.4V114.3C341 89 316.5 32 228.7 32C140.7 32 94 87 94 136.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 67S34.2 408.5 9.7 379c-6.8-7.7 1-11.3 5.5-8.3C88.5 415.2 203 488.5 387.7 401c7.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 448 512"><path fill="currentColor" d="M257.2 162.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-56S341 288.9 341 261.4V114.3C341 89 316.5 32 228.7 32C140.7 32 94 87 94 136.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 67S34.2 408.5 9.7 379c-6.8-7.7 1-11.3 5.5-8.3C88.5 415.2 203 488.5 387.7 401c7.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%20448%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M257.2%20162.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-56S341%20288.9%20341%20261.4V114.3C341%2089%20316.5%2032%20228.7%2032C140.7%2032%2094%2087%2094%20136.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%2067S34.2%20408.5%209.7%20379c-6.8-7.7%201-11.3%205.5-8.3C88.5%20415.2%20203%20488.5%20387.7%20401c7.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%20448%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M257.2%20162.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-56S341%20288.9%20341%20261.4V114.3C341%2089%20316.5%2032%20228.7%2032C140.7%2032%2094%2087%2094%20136.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%2067S34.2%20408.5%209.7%20379c-6.8-7.7%201-11.3%205.5-8.3C88.5%20415.2%20203%20488.5%20387.7%20401c7.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/fa6-brands/amazon.svg?color=%231a73e8&size=48