Heat It Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Heat It 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/341514.svg" alt="Heat It icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/341514.svg" alt="Heat It icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/341514.svg" alt="Heat It icon" :width="24" :height="24" />
CSS background
.icon-heat-it {
background-image: url('https://proicons.com/icon/341514.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>.b{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="m17.1574,16.1h1.6439c1.3933,0,2.5229,1.1295,2.5229,2.5229v1.7904c0,1.3933-1.1295,2.5229-2.5229,2.5229h-1.6439c-1.387-.009-2.5066-1.1359-2.5066-2.5229v-1.7904c0-1.387,1.1196-2.5139,2.5066-2.5229Z"/><path class="b" d="m29.6253,16.4255c-1.5625,0-2.3438,1.2153-2.3438,3.6459v5.241l-8.3661-.0326c-2.843,0-4.1831,1.9966-4.0203,5.9898-6.5957-1.5849-10.6457-8.167-9.0459-14.7016S14.0926,6.0212,20.6882,7.6062c4.4308,1.0647,7.9025,4.4723,9.0184,8.8519,3.4343,0,4.004,0,4.004,4.0529v4.7527l5.2736-.0814c2.3438.0543,3.4995.6185,3.4669,1.6928l.0488,2.9949c0,1.237-1.1068,1.8664-3.3204,1.8881l-5.4689-.0163-.1302,5.1434c-.0543,2.4089-.6999,3.6134-1.9369,3.6134h-2.4578c-1.2804,0-1.9152-1.4215-1.9044-4.2645v-4.4923h-5.9572v5.534c-.0434,2.4523-.7541,3.6025-2.1322,3.4506h-2.474c-1.1285,0-1.7362-1.2533-1.823-3.7599v-5.7619"/></svg>
Copied!