Carrot Weather Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Carrot Weather 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/323472.svg" alt="Carrot Weather icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/323472.svg" alt="Carrot Weather icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/323472.svg" alt="Carrot Weather icon" :width="24" :height="24" />
CSS background
.icon-carrot-weather {
background-image: url('https://proicons.com/icon/323472.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>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="c" d="m25.033,35.773l1.034-1.179c.488-.555.362-1.4-.763-1.4h-2.688c-.83,0-1.147.111-1.505.602l-1.615,2.21c-.473.646-.397,1.424.71,1.424h2.18l-1.623,2.653c-.688,1.125.31,1.565,1.379.88l5.868-3.76c.678-.434.475-1.43-.685-1.43h-2.292Zm13.957-8.043c0,.5689-.4611,1.03-1.03,1.03h-.001c-.5689.0006-1.0304-.4601-1.031-1.029v-.001c-.0006-.5689.4601-1.0304,1.029-1.031h.001c.5689-.0011,1.0309.4591,1.032,1.028,0,.0007,0,.0013,0,.002v.001Zm-18.145-2.445l3.155-3.233,3.154,3.233m-10.523-6.768h14.738c2.835,0,5.117,2.177,5.117,4.882s-2.282,4.881-5.117,4.881h-14.738c-2.835,0-5.117-2.177-5.117-4.881s2.282-4.882,5.117-4.882Zm-1.008-2.588c.2877-5.1691,5.0748-9.2287,10.883-9.229,5.9424-.0004,10.7895,4.2417,10.896,9.536m-.002-.005c3.0324.9068,5.1074,3.6999,5.1,6.865v1.1c.0088,3.9477-3.1842,7.1552-7.132,7.164-.0107,0-.0214,0-.032,0H12.664c-3.9477.0088-7.1552-3.1842-7.164-7.132,0-.011,0-.022,0-.033v-1.1c-.0088-3.9477,3.1842-7.1552,7.132-7.164.0107,0,.0214,0,.032,0h2.984"/></svg>
Copied!