amazon icon
amazon from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- amazon
- Set
- Huge Icons
- Style
- Stroke
- 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="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="1.5"><path stroke-linecap="round" d="m7 6l2.5 1S10 5 12 5c1.6 0 2.166 1.865 2 3.5c-6.5 0-7.5 3-7.5 4.5s1 4 4 4c2.5 0 4-2 4-2l1 1.5l2.5-2s-1-.833-1-2V9s.668-6.5-5-6.5C7.6 2.5 7 6 7 6"/><path stroke-linecap="round" d="M13.5 10.856c0 1.5-.92 3.5-2.299 3.5c-1.895 0-1.839-3.5 2.299-3.5M2 17.5s8.5 6.084 17 2.028c0 0-8.5 5.578-17-2.028"/><path d="M21.99 17.703C22.136 19.1 20.641 21 20.641 21s.98-1.592.784-3.297C19.82 17.065 18 17.79 18 17.79s1.502-1.105 3.424-.701a.71.71 0 0 1 .566.614Z"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsAmazon(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinejoin="round" strokeWidth="1.5"><path strokeLinecap="round" d="m7 6l2.5 1S10 5 12 5c1.6 0 2.166 1.865 2 3.5c-6.5 0-7.5 3-7.5 4.5s1 4 4 4c2.5 0 4-2 4-2l1 1.5l2.5-2s-1-.833-1-2V9s.668-6.5-5-6.5C7.6 2.5 7 6 7 6"/><path strokeLinecap="round" d="M13.5 10.856c0 1.5-.92 3.5-2.299 3.5c-1.895 0-1.839-3.5 2.299-3.5M2 17.5s8.5 6.084 17 2.028c0 0-8.5 5.578-17-2.028"/><path d="M21.99 17.703C22.136 19.1 20.641 21 20.641 21s.98-1.592.784-3.297C19.82 17.065 18 17.79 18 17.79s1.502-1.105 3.424-.701a.71.71 0 0 1 .566.614Z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="1.5"><path stroke-linecap="round" d="m7 6l2.5 1S10 5 12 5c1.6 0 2.166 1.865 2 3.5c-6.5 0-7.5 3-7.5 4.5s1 4 4 4c2.5 0 4-2 4-2l1 1.5l2.5-2s-1-.833-1-2V9s.668-6.5-5-6.5C7.6 2.5 7 6 7 6"/><path stroke-linecap="round" d="M13.5 10.856c0 1.5-.92 3.5-2.299 3.5c-1.895 0-1.839-3.5 2.299-3.5M2 17.5s8.5 6.084 17 2.028c0 0-8.5 5.578-17-2.028"/><path d="M21.99 17.703C22.136 19.1 20.641 21 20.641 21s.98-1.592.784-3.297C19.82 17.065 18 17.79 18 17.79s1.502-1.105 3.424-.701a.71.71 0 0 1 .566.614Z"/></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%220%200%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22m7%206l2.5%201S10%205%2012%205c1.6%200%202.166%201.865%202%203.5c-6.5%200-7.5%203-7.5%204.5s1%204%204%204c2.5%200%204-2%204-2l1%201.5l2.5-2s-1-.833-1-2V9s.668-6.5-5-6.5C7.6%202.5%207%206%207%206%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M13.5%2010.856c0%201.5-.92%203.5-2.299%203.5c-1.895%200-1.839-3.5%202.299-3.5M2%2017.5s8.5%206.084%2017%202.028c0%200-8.5%205.578-17-2.028%22%2F%3E%3Cpath%20d%3D%22M21.99%2017.703C22.136%2019.1%2020.641%2021%2020.641%2021s.98-1.592.784-3.297C19.82%2017.065%2018%2017.79%2018%2017.79s1.502-1.105%203.424-.701a.71.71%200%200%201%20.566.614Z%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%220%200%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22m7%206l2.5%201S10%205%2012%205c1.6%200%202.166%201.865%202%203.5c-6.5%200-7.5%203-7.5%204.5s1%204%204%204c2.5%200%204-2%204-2l1%201.5l2.5-2s-1-.833-1-2V9s.668-6.5-5-6.5C7.6%202.5%207%206%207%206%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M13.5%2010.856c0%201.5-.92%203.5-2.299%203.5c-1.895%200-1.839-3.5%202.299-3.5M2%2017.5s8.5%206.084%2017%202.028c0%200-8.5%205.578-17-2.028%22%2F%3E%3Cpath%20d%3D%22M21.99%2017.703C22.136%2019.1%2020.641%2021%2020.641%2021s.98-1.592.784-3.297C19.82%2017.065%2018%2017.79%2018%2017.79s1.502-1.105%203.424-.701a.71.71%200%200%201%20.566.614Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/amazon.svg?color=%231a73e8&size=48