amazon icon
amazon from Jam Icons by Michael Amprimo · Outline · MIT Free for personal and commercial use.
- Name
- amazon
- Set
- Jam Icons
- Style
- Outline
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
Use the amazon icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-2 -3.5 24 24"><g fill="currentColor"><path d="M11.829 4.741c-.484.038-1.043.075-1.601.15c-.856.111-1.712.261-2.42.596C6.432 6.047 5.5 7.239 5.5 8.993c0 2.2 1.415 3.317 3.202 3.317c.596 0 1.08-.073 1.526-.185c.708-.224 1.303-.634 2.01-1.38c.41.56.52.821 1.229 1.417c.186.075.372.075.52-.037a67 67 0 0 0 1.64-1.417c.185-.15.147-.373.036-.56c-.41-.522-.819-.97-.819-1.975V4.816c0-1.418.11-2.722-.93-3.69C13.057.34 11.716.042 10.675.042h-.447C8.329.155 6.319.975 5.872 3.324c-.074.298.15.41.299.449l2.084.26c.223-.038.334-.224.371-.41c.187-.82.857-1.23 1.602-1.305h.15c.445 0 .929.187 1.19.558c.297.448.26 1.045.26 1.567zm0 2.164c0 .858.036 1.529-.41 2.273c-.26.522-.707.858-1.191.97c-.074 0-.185.038-.298.038c-.818 0-1.303-.633-1.303-1.566c0-1.193.708-1.753 1.6-2.014c.485-.112 1.044-.15 1.602-.15zm6.857 8.86c.91-.77 1.294-2.167 1.314-2.897v-.122a.66.66 0 0 0-.08-.344c-.182-.222-1.518-.426-2.67-.081a3.2 3.2 0 0 0-.87.425c-.202.143-.162.323.04.304c.223-.041.506-.06.83-.102c.708-.06 1.537-.08 1.74.183c.281.343-.324 1.843-.588 2.492c-.08.203.101.285.284.142"/><path d="M.1 12.868c2.609 2.37 6.047 3.789 9.89 3.789c2.386 0 5.136-.67 7.26-1.945c.284-.163.566-.346.828-.548c.364-.262.041-.669-.323-.507c-.161.06-.344.143-.505.203a19.5 19.5 0 0 1-7.038 1.338c-3.6 0-7.078-.993-9.89-2.634c-.263-.141-.445.122-.222.304"/></g></svg>
React
import type { SVGProps } from "react";
export function JamAmazon(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-2 -3.5 24 24"><g fill="currentColor"><path d="M11.829 4.741c-.484.038-1.043.075-1.601.15c-.856.111-1.712.261-2.42.596C6.432 6.047 5.5 7.239 5.5 8.993c0 2.2 1.415 3.317 3.202 3.317c.596 0 1.08-.073 1.526-.185c.708-.224 1.303-.634 2.01-1.38c.41.56.52.821 1.229 1.417c.186.075.372.075.52-.037a67 67 0 0 0 1.64-1.417c.185-.15.147-.373.036-.56c-.41-.522-.819-.97-.819-1.975V4.816c0-1.418.11-2.722-.93-3.69C13.057.34 11.716.042 10.675.042h-.447C8.329.155 6.319.975 5.872 3.324c-.074.298.15.41.299.449l2.084.26c.223-.038.334-.224.371-.41c.187-.82.857-1.23 1.602-1.305h.15c.445 0 .929.187 1.19.558c.297.448.26 1.045.26 1.567zm0 2.164c0 .858.036 1.529-.41 2.273c-.26.522-.707.858-1.191.97c-.074 0-.185.038-.298.038c-.818 0-1.303-.633-1.303-1.566c0-1.193.708-1.753 1.6-2.014c.485-.112 1.044-.15 1.602-.15zm6.857 8.86c.91-.77 1.294-2.167 1.314-2.897v-.122a.66.66 0 0 0-.08-.344c-.182-.222-1.518-.426-2.67-.081a3.2 3.2 0 0 0-.87.425c-.202.143-.162.323.04.304c.223-.041.506-.06.83-.102c.708-.06 1.537-.08 1.74.183c.281.343-.324 1.843-.588 2.492c-.08.203.101.285.284.142"/><path d="M.1 12.868c2.609 2.37 6.047 3.789 9.89 3.789c2.386 0 5.136-.67 7.26-1.945c.284-.163.566-.346.828-.548c.364-.262.041-.669-.323-.507c-.161.06-.344.143-.505.203a19.5 19.5 0 0 1-7.038 1.338c-3.6 0-7.078-.993-9.89-2.634c-.263-.141-.445.122-.222.304"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-2 -3.5 24 24"><g fill="currentColor"><path d="M11.829 4.741c-.484.038-1.043.075-1.601.15c-.856.111-1.712.261-2.42.596C6.432 6.047 5.5 7.239 5.5 8.993c0 2.2 1.415 3.317 3.202 3.317c.596 0 1.08-.073 1.526-.185c.708-.224 1.303-.634 2.01-1.38c.41.56.52.821 1.229 1.417c.186.075.372.075.52-.037a67 67 0 0 0 1.64-1.417c.185-.15.147-.373.036-.56c-.41-.522-.819-.97-.819-1.975V4.816c0-1.418.11-2.722-.93-3.69C13.057.34 11.716.042 10.675.042h-.447C8.329.155 6.319.975 5.872 3.324c-.074.298.15.41.299.449l2.084.26c.223-.038.334-.224.371-.41c.187-.82.857-1.23 1.602-1.305h.15c.445 0 .929.187 1.19.558c.297.448.26 1.045.26 1.567zm0 2.164c0 .858.036 1.529-.41 2.273c-.26.522-.707.858-1.191.97c-.074 0-.185.038-.298.038c-.818 0-1.303-.633-1.303-1.566c0-1.193.708-1.753 1.6-2.014c.485-.112 1.044-.15 1.602-.15zm6.857 8.86c.91-.77 1.294-2.167 1.314-2.897v-.122a.66.66 0 0 0-.08-.344c-.182-.222-1.518-.426-2.67-.081a3.2 3.2 0 0 0-.87.425c-.202.143-.162.323.04.304c.223-.041.506-.06.83-.102c.708-.06 1.537-.08 1.74.183c.281.343-.324 1.843-.588 2.492c-.08.203.101.285.284.142"/><path d="M.1 12.868c2.609 2.37 6.047 3.789 9.89 3.789c2.386 0 5.136-.67 7.26-1.945c.284-.163.566-.346.828-.548c.364-.262.041-.669-.323-.507c-.161.06-.344.143-.505.203a19.5 19.5 0 0 1-7.038 1.338c-3.6 0-7.078-.993-9.89-2.634c-.263-.141-.445.122-.222.304"/></g></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%22-2%20-3.5%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M11.829%204.741c-.484.038-1.043.075-1.601.15c-.856.111-1.712.261-2.42.596C6.432%206.047%205.5%207.239%205.5%208.993c0%202.2%201.415%203.317%203.202%203.317c.596%200%201.08-.073%201.526-.185c.708-.224%201.303-.634%202.01-1.38c.41.56.52.821%201.229%201.417c.186.075.372.075.52-.037a67%2067%200%200%200%201.64-1.417c.185-.15.147-.373.036-.56c-.41-.522-.819-.97-.819-1.975V4.816c0-1.418.11-2.722-.93-3.69C13.057.34%2011.716.042%2010.675.042h-.447C8.329.155%206.319.975%205.872%203.324c-.074.298.15.41.299.449l2.084.26c.223-.038.334-.224.371-.41c.187-.82.857-1.23%201.602-1.305h.15c.445%200%20.929.187%201.19.558c.297.448.26%201.045.26%201.567zm0%202.164c0%20.858.036%201.529-.41%202.273c-.26.522-.707.858-1.191.97c-.074%200-.185.038-.298.038c-.818%200-1.303-.633-1.303-1.566c0-1.193.708-1.753%201.6-2.014c.485-.112%201.044-.15%201.602-.15zm6.857%208.86c.91-.77%201.294-2.167%201.314-2.897v-.122a.66.66%200%200%200-.08-.344c-.182-.222-1.518-.426-2.67-.081a3.2%203.2%200%200%200-.87.425c-.202.143-.162.323.04.304c.223-.041.506-.06.83-.102c.708-.06%201.537-.08%201.74.183c.281.343-.324%201.843-.588%202.492c-.08.203.101.285.284.142%22%2F%3E%3Cpath%20d%3D%22M.1%2012.868c2.609%202.37%206.047%203.789%209.89%203.789c2.386%200%205.136-.67%207.26-1.945c.284-.163.566-.346.828-.548c.364-.262.041-.669-.323-.507c-.161.06-.344.143-.505.203a19.5%2019.5%200%200%201-7.038%201.338c-3.6%200-7.078-.993-9.89-2.634c-.263-.141-.445.122-.222.304%22%2F%3E%3C%2Fg%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%22-2%20-3.5%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M11.829%204.741c-.484.038-1.043.075-1.601.15c-.856.111-1.712.261-2.42.596C6.432%206.047%205.5%207.239%205.5%208.993c0%202.2%201.415%203.317%203.202%203.317c.596%200%201.08-.073%201.526-.185c.708-.224%201.303-.634%202.01-1.38c.41.56.52.821%201.229%201.417c.186.075.372.075.52-.037a67%2067%200%200%200%201.64-1.417c.185-.15.147-.373.036-.56c-.41-.522-.819-.97-.819-1.975V4.816c0-1.418.11-2.722-.93-3.69C13.057.34%2011.716.042%2010.675.042h-.447C8.329.155%206.319.975%205.872%203.324c-.074.298.15.41.299.449l2.084.26c.223-.038.334-.224.371-.41c.187-.82.857-1.23%201.602-1.305h.15c.445%200%20.929.187%201.19.558c.297.448.26%201.045.26%201.567zm0%202.164c0%20.858.036%201.529-.41%202.273c-.26.522-.707.858-1.191.97c-.074%200-.185.038-.298.038c-.818%200-1.303-.633-1.303-1.566c0-1.193.708-1.753%201.6-2.014c.485-.112%201.044-.15%201.602-.15zm6.857%208.86c.91-.77%201.294-2.167%201.314-2.897v-.122a.66.66%200%200%200-.08-.344c-.182-.222-1.518-.426-2.67-.081a3.2%203.2%200%200%200-.87.425c-.202.143-.162.323.04.304c.223-.041.506-.06.83-.102c.708-.06%201.537-.08%201.74.183c.281.343-.324%201.843-.588%202.492c-.08.203.101.285.284.142%22%2F%3E%3Cpath%20d%3D%22M.1%2012.868c2.609%202.37%206.047%203.789%209.89%203.789c2.386%200%205.136-.67%207.26-1.945c.284-.163.566-.346.828-.548c.364-.262.041-.669-.323-.507c-.161.06-.344.143-.505.203a19.5%2019.5%200%200%201-7.038%201.338c-3.6%200-7.078-.993-9.89-2.634c-.263-.141-.445.122-.222.304%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/jam/amazon.svg?color=%231a73e8&size=48