Emoji Candy Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Emoji Candy 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/325164.svg" alt="Emoji Candy icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/325164.svg" alt="Emoji Candy icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/325164.svg" alt="Emoji Candy icon" :width="24" :height="24" />
CSS background
.icon-emoji-candy {
background-image: url('https://proicons.com/icon/325164.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.g{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="c" class="g" d="m31.2872,17.7671l8.9694-1.7778c.634-.1268,1.2164-.4385,1.6736-.8957l.1497-.1497c.4496-.4496.5633-1.1735.1928-1.6902-.467-.6514-1.3749-.7136-1.926-.1865-.4605.4404-1.1927.522-1.6972.133-.6127-.4724-.6642-1.3499-.1544-1.8905.4427-.4695.527-1.2169.1249-1.7216-.4813-.6041-1.3632-.6431-1.897-.1167-.4522.4461-1.2054.5009-1.7016.1043-.5965-.4769-.6411-1.3432-.1337-1.8779.4364-.4598.5263-1.1904.1423-1.6948-.4796-.63-1.3827-.6752-1.9229-.135l-.3104.3105c-.3859.3859-.649.8775-.7561,1.4127l-1.813,9.1133"/><path id="d" class="g" d="m16.5881,30.0574l-9.4828,2.0804c-.2186.0437-.4194.1512-.5771.3087l-.609.6086c-.4561.4558-.5636,1.193-.1787,1.7102.4709.6328,1.3648.6886,1.9105.1682.4619-.4406,1.1943-.5237,1.6992-.1331.6114.4728.6629,1.3473.1546,1.8878-.4431.4711-.5295,1.2189-.1255,1.724.4764.5956,1.3409.6406,1.876.1362.4698-.4428,1.2172-.5279,1.7215-.125.5968.4768.6412,1.3447.1332,1.8797-.4362.4595-.5251,1.1899-.1414,1.6941.4796.63,1.3831.675,1.9226.135l.903-.9024,2.1606-9.8081"/><path id="e" class="g" d="m14.4271,23.9992c0,5.2865,4.2855,9.5721,9.572,9.5721s9.572-4.2856,9.572-9.5721-4.2855-9.5721-9.572-9.5721-9.572,4.2856-9.572,9.5721"/><path id="f" class="g" d="m14.4282,23.9732c0,5.2864,4.2854,9.5719,9.5718,9.5719s9.5718-4.2855,9.5718-9.5719-4.2854-9.5719-9.5718-9.5719-9.5718,4.2855-9.5718,9.5719h0"/></svg>
Copied!