Nothing Weather Alt Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Nothing Weather Alt 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/330341.svg" alt="Nothing Weather Alt icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/330341.svg" alt="Nothing Weather Alt icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/330341.svg" alt="Nothing Weather Alt icon" :width="24" :height="24" />
CSS background
.icon-nothing-weather-alt {
background-image: url('https://proicons.com/icon/330341.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:#000;}.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g><circle class="b" cx="34.5" cy="35.5" r=".75"/><circle class="b" cx="31.5" cy="38.5" r=".75"/><circle class="b" cx="25.5" cy="35.5" r=".75"/><circle class="b" cx="22.5" cy="38.5" r=".75"/><circle class="b" cx="16.5" cy="35.5" r=".75"/><circle class="b" cx="13.5" cy="38.5" r=".75"/><circle class="b" cx="31.5" cy="29.5" r=".75"/><circle class="b" cx="34.5" cy="29.5" r=".75"/><circle class="b" cx="16.5" cy="29.5" r=".75"/><circle class="b" cx="19.5" cy="29.5" r=".75"/><circle class="b" cx="22.5" cy="29.5" r=".75"/><circle class="b" cx="25.5" cy="29.5" r=".75"/><circle class="b" cx="28.5" cy="29.5" r=".75"/><circle class="b" cx="34.5" cy="14.5" r=".75"/><circle class="b" cx="37.5" cy="17.5" r=".75"/><circle class="b" cx="28.5" cy="14.5" r=".75"/><circle class="b" cx="31.5" cy="14.5" r=".75"/></g><circle class="b" cx="16.5" cy="17.5" r=".75"/><g><circle class="b" cx="19.5" cy="17.5" r=".75"/><circle class="b" cx="22.25" cy="20.25" r=".75"/><circle class="b" cx="25.5" cy="17.5" r=".75"/><circle class="b" cx="13.5" cy="20.5" r=".75"/><circle class="b" cx="37.5" cy="29.5" r=".75"/><circle class="b" cx="40.5" cy="23.5" r=".75"/><circle class="b" cx="40.5" cy="26.5" r=".75"/><circle class="b" cx="40.5" cy="20.5" r=".75"/><circle class="b" cx="10.5" cy="23.5" r=".75"/><circle class="b" cx="10.5" cy="26.5" r=".75"/><circle class="b" cx="13.5" cy="29.5" r=".75"/></g><circle class="c" cx="10.25" cy="12.25" r="3"/></svg>
Copied!