Canadaweather Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Canadaweather 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/337974.svg" alt="Canadaweather icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/337974.svg" alt="Canadaweather icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/337974.svg" alt="Canadaweather icon" :width="24" :height="24" />
CSS background
.icon-canadaweather {
background-image: url('https://proicons.com/icon/337974.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="M23.3879,11.0183c5.2889-.2845,10.7913,2.7617,12.6175,9.7312A8.1545,8.1545,0,0,1,36.0647,37H13.2606c-10.9218-1.4816-12.416-17.3764,0-19.51A12.025,12.025,0,0,1,23.3879,11.0183Z"/><path class="a" d="M24.1139,29.95l-5.3954.5883.74-1.7117L14.614,24.8933l1.5193-1.0423L14.886,21.19l2.8766.6682.7034-1.5652,2.8408,2.6139-.9286-5.7627,1.9312.9586,1.8045-3.4889"/><path class="a" d="M24.1139,34.614V29.95l5.3953.5883-.74-1.7117,4.8449-3.9332L32.0944,23.851,33.3417,21.19l-2.8766.6682-.7034-1.5652-2.8408,2.6139.9286-5.7627-1.9312.9586-1.8044-3.4889"/></svg>
Copied!