Emoji Fire Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Emoji Fire 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/325295.svg" alt="Emoji Fire icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/325295.svg" alt="Emoji Fire icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/325295.svg" alt="Emoji Fire icon" :width="24" :height="24" />
CSS background
.icon-emoji-fire {
background-image: url('https://proicons.com/icon/325295.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>.f{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="f" d="M13.5087,15.3419c-.5336,3.8118-.6734,7.1023,1.897,8.8511-.0704-7.6594,6.9282-9.0737,6.7387-15.7822-.0449-1.5893-.5754-3.3883-2.2704-5.5969,5.336-1.4577,9.474,2.2524,11.1978,6.8139,2.7533,7.2859-.5629,9.8522.7337,13.6098.7142,2.0697,4.5861,2.3242,5.6957-.4065,5.3516,5.9919,3.1404,14.401-1.7619,18.3527-7.2991,5.8838-16.3342,5.6169-23.0246.0879-6.6904-5.529-7.76-20.6326.7941-25.9297Z"/><path class="f" d="M17.5472,29.7561c.0881.8984.3164,2.227.9838,2.8708.7104.6854,1.9737.6392,1.9772-.6003.0025-.9008-.9313-2.0665-1.166-3.0564-.8394-3.5399,1.4398-9.3421,8.5604-12.6781-2.6559,6.1057-1.8572,10.1506.8717,13.0578,3.0205,3.2178,4.4323,4.7958,3.6035,8.4551-.8476,3.7423-4.8474,5.4034-8.7337,5.4034-4.7836,0-8.323-3.2073-8.323-7.4875,0-1.8864.4712-4.1573,2.2261-5.9648"/></svg>
Copied!