Emoji Spoon Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Emoji Spoon 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/325400.svg" alt="Emoji Spoon icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/325400.svg" alt="Emoji Spoon icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/325400.svg" alt="Emoji Spoon icon" :width="24" :height="24" />
CSS background
.icon-emoji-spoon {
background-image: url('https://proicons.com/icon/325400.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>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="c" d="M28.4861,12.4633c0-3.8458-2.0085-6.9633-4.4861-6.9633s-4.4861,3.1176-4.4861,6.9633c0,3.5721,1.0423,6.5132,3.2744,6.9141h0l-.6237,21.602c0,.8398.6887,1.5206,1.5384,1.5206s1.5384-.6808,1.5384-1.5206l-.0219-21.6064h0c2.2281-.4065,3.2667-3.3418,3.2667-6.9096"/></svg>
Copied!