Airqualitywa Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Airqualitywa 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/336076.svg" alt="Airqualitywa icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/336076.svg" alt="Airqualitywa icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/336076.svg" alt="Airqualitywa icon" :width="24" :height="24" />
CSS background
.icon-airqualitywa {
background-image: url('https://proicons.com/icon/336076.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:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="m5.5,21.9813v12.5187c0,4.4183,3.5817,8,8,8h21c4.4183,0,8-3.5817,8-8v-18.3785"/><circle class="b" cx="24" cy="9.7" r="4.2"/><line class="b" x1="5.5" y1="16.1215" x2="42.5" y2="16.1215"/><line class="b" x1="5.5" y1="29.9467" x2="42.5" y2="29.9467"/><path class="b" d="m41.5701,16.1215c-6.0561,0-7.0196,5.2421-12.7341,5.2421s-5.5569-1.5838-11.6622-1.5838-5.071,2.5379-11.6738,2.2014"/><path class="b" d="m13.5327,29.9467c2.285,0,4.1846,2.5808,6.5329,3.4237,2.3269.8352,4.9905-.5386,7.4158-.4021,4.3283.2437,3.9952,1.6611,7.4407,1.6596,3.6625-.0017,4.9331-1.4631,7.5779-1.9801"/></svg>
Copied!