Emoji Collision Symbol Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Emoji Collision Symbol 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/325213.svg" alt="Emoji Collision Symbol icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/325213.svg" alt="Emoji Collision Symbol icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/325213.svg" alt="Emoji Collision Symbol icon" :width="24" :height="24" />
CSS background
.icon-emoji-collision-symbol {
background-image: url('https://proicons.com/icon/325213.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>.e{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="c" class="e" d="m20.1061,42.2509c-.0381,0-.0765-.0033-.1153-.0098-.3014-.0527-.5283-.304-.5501-.6093l-.7194-10.071m3.7171-14.278l6.8646-10.5228c.1758-.2701.5199-.375.8161-.2506.2969.1243.4623.4433.3933.7578l-2.6035,11.8607,8.7979-2.1289c.3092-.0781.6331.0814.7646.3737.1319.2923.0368.6373-.2262.8209l-6.6563,4.6439,10.6807,2.5997c.3024.0735.5137.3463.5091.6575-.0046.3112-.2237.5775-.528.6426l-10.5176,2.2376.8155,9.5625c.026.3073-.1621.5924-.4548.6894-.2926.0964-.6136-.0195-.7763-.2819l-4.8428-7.8171-4.7594,10.7265c-.1084.2441-.3493.3965-.6091.3965"/><path id="d" class="e" d="m10.8223,32.1799c-.2269,0-.4447-.1159-.5687-.3183-.1673-.2728-.1169-.6257.1195-.8411l5.2438-4.7735-8.9069-2.4687c-.3001-.0833-.5027-.3633-.488-.6739.0147-.3112.2429-.5703.5491-.625l8.4694-1.5059-4.8785-6.6907c-.1853-.2539-.1677-.6029.0417-.8366.2093-.2343.5543-.2897.8271-.1354l6.6627,3.7975-1.6722-10.5885c-.0504-.3203.1367-.6309.4441-.7357.305-.1029.6448.0267.8001.3125l4.6048,8.4551m-2.6735,14.4382l-8.3395,3.1471c-.0771.0293-.1565.0429-.235.0429"/></svg>
Copied!