Hot Stuff Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Hot Stuff 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/341686.svg" alt="Hot Stuff icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/341686.svg" alt="Hot Stuff icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/341686.svg" alt="Hot Stuff icon" :width="24" :height="24" />
CSS background
.icon-hot-stuff {
background-image: url('https://proicons.com/icon/341686.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>.h{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="h" d="M16.3283,42.1599c-2.822-1.0012-9.605-5.0066-9.1534-12.2266.4515-7.22,5.0945-7.9447,6.1837-10.1488.8781-1.777,2.4622-3.8142,1.1869-5.8266-1.2753-2.0124,3.8041.7918,3.2051,5.0087-.5989,4.2169-4.345,7.8707-4.345,7.8707,0,0-5.5182,8.0093,2.9227,15.3226Z"/><path id="c" class="h" d="M20.2022,41.0267c-.3135,1.8727-6.8858-5.6832-6.1975-9.2716.3507-1.828-.5943-2.828,5.6371-8.6484,1.6088-1.5027.9635-4.2238.1904-7.8132,0,0-3.6611-6.092,3.4053-10.0148,5.9798-3.3197-.9263,4.6755,3.941,10.7902,1.6027,2.0134-.8827,7.8131-4.1776,10.3316-8.3949,6.4168-2.1703,10.8728-2.7986,14.6263Z"/><path id="d" class="h" d="M30.1641,21.4488s1.559-4.8807-1.5307-9.7571c-3.0897-4.8764,1.5625-2.2483,1.5625-2.2483,0,0,4.1598,3.7949,3.3473,7.0668-.8125,3.2719-3.379,4.9386-3.379,4.9386Z"/><path id="e" class="h" d="M21.8211,35.2815c-1.6244,1.0984-1.3087-6.2998,9.5931-11.3828,4.4972-2.0968,5.2507-3.2503,5.1219-8.5185-.081-3.3123,4.8348,2.1022,1.0081,8.7136-1.4647,2.5306-6.399,5.5897-8.7681,6.1493-3.4742.8207-5.3664,3.964-6.9551,5.0384Z"/><path id="f" class="h" d="M23.9495,43.4879s-4.8253-3.3352,2.4566-8.5761-.9811,9.0624-2.4566,8.5761Z"/><path id="g" class="h" d="M29.4614,42.2738c-3.8692.3888,2.3994-2.191,2.5403-8.7632.0652-3.0406,1.8411-4.0364,7.3875-7.2055,1.2394-.7082,2.6441,4.5313-.2307,9.4829,0,0-2.4341,5.7559-9.6971,6.4858Z"/></svg>
Copied!