Accuweather Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Accuweather 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/321320.svg" alt="Accuweather icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/321320.svg" alt="Accuweather icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/321320.svg" alt="Accuweather icon" :width="24" :height="24" />
CSS background
.icon-accuweather {
background-image: url('https://proicons.com/icon/321320.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M24,11.0454a12.9541,12.9541,0,0,0-9.16,22.114A12.9541,12.9541,0,1,0,33.16,14.84,13.11,13.11,0,0,0,24,11.0454Z"/><path class="a" d="M19.6485,7.45,24.0292,2.5l4.35,5.0073,6.8475-2.6323v7.0289l6.8711.7318-1.6349,6.998L45.5,23.9649l-5.0022,4.1894,1.5815,7.0235-6.8525.8842v6.88l-6.8838-2.5671L24.039,45.5l-4.4458-5.1277L12.83,42.9506v-6.883l-6.9343-.9014,1.6648-7.0071L2.5,23.957l5.0879-4.2894L5.9718,12.6613l6.8469-.8228V4.947l6.83,2.5027"/></svg>
Accuweather in other icon packs
Copied!