Amazon Seller Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Amazon Seller icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/336241.svg" alt="Amazon Seller icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/336241.svg" alt="Amazon Seller icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/336241.svg" alt="Amazon Seller icon" :width="24" :height="24" />
CSS background
.icon-amazon-seller {
background-image: url('https://proicons.com/icon/336241.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.k{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="b"><path id="c" class="k" d="M26.1808,10.8227l5.9002,5.9411,4.0862,23.1497-20.2482,3.5866-4.0862-23.1497,3.5087-7.6077,10.8393-1.92Z"/><path id="d" class="k" d="M22.6391,14.7155c.1288.7297-.3573,1.4259-1.0858,1.5549-.7285.129-1.4234-.3579-1.5522-1.0877h0c-.1288-.7297.3573-1.4259,1.0858-1.5549s1.4234.3579,1.5522,1.0877h0Z"/><g id="e"><path id="f" class="k" d="M18.9835,4.5c.2135,2.9013.8104,7.2208,2.1315,9.3517"/><path id="g" class="k" d="M20.4512,5.3596c.1833,3.9526.8451,9.3079.2029,8.567"/></g><g id="h"><path id="i" class="k" d="M29.3622,27.075c.7177-.4255,2.0185-1.0517,2.512-.6614.5341.4223.1629,1.6097-.2064,2.5466"/><path id="j" class="k" d="M15.2616,29.9182c1.3739.6805,5.2071,1.4158,9.033.7381,3.6472-.646,5.6573-2.2666,6.6801-3.22"/></g></g></svg>
Copied!