Clima Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Clima 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/338368.svg" alt="Clima icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/338368.svg" alt="Clima icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/338368.svg" alt="Clima icon" :width="24" :height="24" />
CSS background
.icon-clima {
background-image: url('https://proicons.com/icon/338368.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="M36,22.7664A7.4558,7.4558,0,0,0,32.2464,23.78a10.4784,10.4784,0,0,0-16.4928,0,7.5,7.5,0,1,0,0,12.9727,10.4782,10.4782,0,0,0,16.4928,0A7.4975,7.4975,0,1,0,36,22.7664Z"/><path class="a" d="M28.8513,20.96q.0048-.1306.0048-.2624a7,7,0,1,0-13.3525,2.9443"/><line class="a" x1="21.8561" y1="10.2336" x2="21.8561" y2="7.2336"/><line class="a" x1="14.4573" y1="13.2983" x2="12.336" y2="11.177"/><line class="a" x1="11.3927" y1="20.6971" x2="8.3927" y2="20.6971"/><line class="a" x1="29.2548" y1="13.2983" x2="31.3762" y2="11.177"/><line class="a" x1="32.3195" y1="20.6971" x2="35.3195" y2="20.6971"/></svg>
Copied!