Emoji Basket Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Emoji Basket 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/339673.svg" alt="Emoji Basket icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/339673.svg" alt="Emoji Basket icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/339673.svg" alt="Emoji Basket icon" :width="24" :height="24" />
CSS background
.icon-emoji-basket {
background-image: url('https://proicons.com/icon/339673.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"><path id="e" d="M20.5256,21.5886l-7.3814-11.8332c-.8964-1.4373-.6667-3.1978.5125-3.9329h0c1.1793-.7352,2.8621-.1662,3.7585,1.2708l8.943,14.4953h-5.8326" style="fill:none; stroke:#fff; stroke-linecap:round; stroke-linejoin:round;"/><path id="f" d="M24.3076,17.6779h16.8476v6.1545H6.8447v-6.1545h10.6079" style="fill:none; stroke:#fff; stroke-linecap:round; stroke-linejoin:round;"/><path id="g" d="M24,23.8621l-15.0909-.0361,3.9175,18.673h22.3467l3.9175-18.673-15.0909.0361h0" style="fill:none; stroke:#fff; stroke-linecap:round; stroke-linejoin:round;"/><path id="h" d="M26.5512,26.0002l6.9983,7.6902" style="fill:none; stroke:#fff; stroke-linecap:round; stroke-linejoin:round;"/><path id="i" d="M18.3092,25.886l12.707,14.1433" style="fill:none; stroke:#fff; stroke-linecap:round; stroke-linejoin:round;"/><path id="j" d="M14.2364,28.9788l10.0713,11.4002" style="fill:none; stroke:#fff; stroke-linecap:round; stroke-linejoin:round;"/><path id="k" d="M15.3913,39.0936l1.1121,1.1069" style="fill:none; stroke:#fff; stroke-linecap:round; stroke-linejoin:round;"/><path id="l" d="M14.8138,32.9643l6.4347-6.9641" style="fill:none; stroke:#fff; stroke-linecap:round; stroke-linejoin:round;"/><path id="m" d="M16.671,40.1l13.2685-14.0998" style="fill:none; stroke:#fff; stroke-linecap:round; stroke-linejoin:round;"/><path id="n" d="M24.3076,40.3789l9.689-10.0232" style="fill:none; stroke:#fff; stroke-linecap:round; stroke-linejoin:round;"/><path id="o" d="M31.0162,40.0293l1.7363-1.4628" style="fill:none; stroke:#fff; stroke-linecap:round; stroke-linejoin:round;"/><path id="p" d="M21.5806,19.6129c-.0004.3928.3179.7115.7108.7119.393.0004.7118-.3177.7122-.7105v-.0014c.0004-.3928-.3179-.7115-.7108-.7119-.393-.0004-.7118.3177-.7122.7105v.0014" style="fill:none; stroke:#fff; stroke-linecap:round; stroke-linejoin:round;"/></svg>
Copied!