Airly Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Airly 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/321510.svg" alt="Airly icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/321510.svg" alt="Airly icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/321510.svg" alt="Airly icon" :width="24" :height="24" />
CSS background
.icon-airly {
background-image: url('https://proicons.com/icon/321510.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="m44.0054,32.9495l1.1098-2.8315c-4.0341-1.6728-5.4345-4.8681-5.308-7.1172-2.0006,3.0074-1.6289,7.8582,4.1981,9.9487Zm-10.3335,10.6808l2.6703-1.4557c-2.0151-3.8745-1.034-7.2224.5087-8.864-3.4657,1.0179-6.299,4.9727-3.179,10.3197Zm-14.6825,1.2682l2.9812.6014c.9469-4.2634,3.8505-6.1974,6.0874-6.4634-3.3091-1.448-8.0217-.2396-9.0686,5.8619Zm-12.2361-8.3484l1.8972,2.3769c3.4657-2.6573,6.9332-2.2724,8.8177-1.0382-1.6042-3.2363-5.9909-5.3398-10.7149-1.3387Zm-3.8784-14.2129l-.0745,3.0403c4.363.1921,6.7718,2.7158,7.4221,4.8726.8513-3.5103-1.157-7.9414-7.3476-7.9129h0Zm6.1262-13.4505l-2.0114,2.2811c3.2187,2.9517,3.4418,6.4332,2.5536,8.5035,2.9085-2.1418,4.2184-6.8272-.5423-10.7846Zm13.3075-6.3868l-3.0071.4546c.5684,4.3301-1.4986,7.1405-3.5097,8.1555,3.6048.2288,7.6199-2.5184,6.5168-8.6101Zm14.2812,3.752l-2.5958-1.5847c-2.3479,3.6824-5.7378,4.5066-7.9308,3.9915,2.6143,2.4924,7.456,2.9688,10.5266-2.4068Zm8.6098,12.0583l-.9699-2.8825c-4.1656,1.3117-7.2922-.2359-8.641-2.0402.4006,3.5898,3.8033,7.0668,9.6109,4.9227Z"/></svg>
Copied!