Air Quality Index Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Air Quality Index 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/336054.svg" alt="Air Quality Index icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/336054.svg" alt="Air Quality Index icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/336054.svg" alt="Air Quality Index icon" :width="24" :height="24" />
CSS background
.icon-air-quality-index {
background-image: url('https://proicons.com/icon/336054.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="m11.0293,26.3834c-1.6352-.129-3.8645-1.0732-3.8138-5.1035.0046-.4422.0276-.8752.0645-1.3081"/><path class="c" d="m7.5195,18.2583c1.4832-7.8257,8.2403-13.7583,16.4805-13.7583"/><path class="c" d="m20.5987,34.9572c0,1.8776,1.5221,3.3997,3.3997,3.3997s3.3997-1.5221,3.3997-3.3997"/><line class="c" x1="19.8916" y1="27.0731" x2="28.105" y2="27.0731"/><path class="c" d="m19.8916,24.1868c2.6245-1.1142,5.589-1.1142,8.2134,0"/><path class="c" d="m28.105,29.9594c-2.6245,1.1142-5.589,1.1142-8.2134,0"/><path class="c" d="m16.8331,21.7701l-7.3866-3.8713c-.7256-.3803-1.6214-.1434-2.0642.5457h0c-.5067.7885-.2202,1.8422.616,2.2655l6.6502,3.3669"/><line class="c" x1="16.8331" y1="18.808" x2="16.8331" y2="17.3616"/><path class="c" d="m37.6357,18.3799c-.5471-2.5839-1.8108-4.9043-3.576-6.7405-.5113-.5343-1.3726-.3869-1.6996.2764-.1336.2718-.327.5573-.5988.8521-.5343.5896-1.2759.9765-2.0727.9765-1.3772,0-2.5333-.9535-2.8466-2.2386-.3086,1.2851-1.4647,2.2386-2.8419,2.2386-1.3818,0-2.5333-.9535-2.8466-2.2386-.3132,1.2851-1.4647,2.2386-2.8466,2.2386-.7969,0-1.5338-.3869-2.0727-.9765-.3224-.3547-.5389-.6909-.6725-1.0133-.2395-.585-1.0272-.7232-1.4693-.2764-1.8424,1.8655-3.169,4.2422-3.7309,6.8999"/><path class="c" d="m10.0666,21.7543c.0046.1013.0092.1981.0138.2994.0829,1.5154.4145,2.9755.9489,4.3297,1.9484,4.887,6.6005,8.466,12.0633,8.8114,7.9487.501,14.5748-5.6594,14.8373-13.4357"/><polyline class="c" points="13.5521 40.2663 17.3733 40.2663 17.3733 43.5"/><path class="c" d="m30.7007,33.4934c2.2681,2.1236,3.7973,5.3015,4.0577,8.9072.0426.5897-.4067,1.0994-.9979,1.0994H14.2394c-.5912,0-1.0405-.5097-.9979-1.0994.2604-3.6057,1.7896-6.7835,4.0577-8.9072"/><path class="c" d="m40.72,19.9718c.0368.433.0599.8659.0645,1.3081.0507,4.0303-2.1787,4.9746-3.8138,5.1035"/><path class="c" d="m24,4.5c8.2403,0,14.9974,5.9326,16.4805,13.7583"/><path class="c" d="m31.2103,33.2156s2.6836-3.7146,2.1412-9.1385c0,0-3.6418-5.1915-9.3499-5.1915h-.0034c-5.7081,0-9.3499,5.1915-9.3499,5.1915-.5424,5.424,2.1412,9.1385,2.1412,9.1385"/><path class="c" d="m31.1669,21.7701l7.3866-3.8713c.7256-.3803,1.6214-.1434,2.0642.5457h0c.5067.7885.2202,1.8422-.616,2.2655l-6.6502,3.3669"/><line class="c" x1="31.1669" y1="18.808" x2="31.1669" y2="17.3616"/><polyline class="c" points="34.4479 40.2663 30.6267 40.2663 30.6267 43.5"/></svg>
Copied!