Quickweather Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Quickweather 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/346381.svg" alt="Quickweather icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/346381.svg" alt="Quickweather icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/346381.svg" alt="Quickweather icon" :width="24" :height="24" />
CSS background
.icon-quickweather {
background-image: url('https://proicons.com/icon/346381.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
id="Layer_2"
data-name="Layer 2"
viewBox="0 0 48 48"
version="1.1"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<defs
id="defs4">
<style
id="style2">.cls-1{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style>
</defs>
<path
class="cls-1"
d="M20.43,17.33c4.46-.24,9.1,2.33,10.64,8.21a6.88,6.88,0,0,1,.05,13.71H11.89C2.68,38,1.42,24.59,11.89,22.79a10.14,10.14,0,0,1,8.54-5.46Zm0,0"
id="path6" />
<line
class="cls-1"
x1="31.129999"
y1="12.28"
x2="31.129999"
y2="8.75"
id="line10" />
<line
class="cls-1"
x1="24.88"
y1="14.87"
x2="22.38"
y2="12.37"
id="line12" />
<line
class="cls-1"
x1="37.38"
y1="27.38"
x2="39.88"
y2="29.87"
id="line14" />
<line
class="cls-1"
x1="39.97"
y1="21.12"
x2="43.5"
y2="21.12"
id="line16" />
<line
class="cls-1"
x1="37.38"
y1="14.87"
x2="39.88"
y2="12.37"
id="line18" />
<path
class="cls-1"
id="path1373"
d="m 27.12797,16.390543 a 6.1999998,6.1999998 0 0 1 8.050406,0.03083 6.1999998,6.1999998 0 0 1 1.233445,7.955413" />
</svg>
Copied!