Nothing Weather Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Nothing 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/344899.svg" alt="Nothing Weather icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/344899.svg" alt="Nothing Weather icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/344899.svg" alt="Nothing Weather icon" :width="24" :height="24" />
CSS background
.icon-nothing-weather {
background-image: url('https://proicons.com/icon/344899.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:#fff;}.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="c" cx="10.2448" cy="11.4672" r="3.7448"/><g><path class="c" d="m31.2625,32.4883c5.654,0,10.2375-4.5835,10.2375-10.2375s-4.5835-10.2375-10.2375-10.2375c-4.5968,0-8.4859,3.03-9.7794,7.2017-1.2625-.9905-2.8493-1.5861-4.5784-1.5861-4.1033,0-7.4297,3.3264-7.4297,7.4297s3.3264,7.4297,7.4297,7.4297h14.3577Z"/><g><circle class="b" cx="31.806" cy="36.0958" r=".8364"/><circle class="b" cx="28.4606" cy="39.4412" r=".8364"/><circle class="b" cx="24" cy="36.0958" r=".8364"/><circle class="b" cx="20.6546" cy="39.4412" r=".8364"/><circle class="b" cx="16.194" cy="36.0958" r=".8364"/><circle class="b" cx="12.8486" cy="39.4412" r=".8364"/></g></g></svg>
Copied!