Thermo Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Thermo 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/348475.svg" alt="Thermo icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/348475.svg" alt="Thermo icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/348475.svg" alt="Thermo icon" :width="24" :height="24" />
CSS background
.icon-thermo {
background-image: url('https://proicons.com/icon/348475.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M29.7149,36.7855a5.7145,5.7145,0,0,1-11.429,0"/><path class="a" d="M18.2864,11.2145a5.7145,5.7145,0,1,1,11.429,0"/><path class="a" d="M36.7855,18.3322a5.7146,5.7146,0,0,1,0,11.4291"/><path class="a" d="M11.2145,29.7608a5.7146,5.7146,0,0,1,0-11.4291"/><path class="a" d="M24.0006,29.76a5.7145,5.7145,0,0,1-5.7145-5.7145"/><path class="a" d="M36.7867,29.7608H24.0006"/><path class="a" d="M18.2864,11.2133V24.0465"/><path class="a" d="M11.2145,29.7608h7.0711v7.0238"/><path class="a" d="M29.7149,36.7842V29.76"/><path class="a" d="M29.7149,11.2133v7.1184H36.786"/><path class="a" d="M11.2145,18.3322h7.0711"/></svg>
Copied!