Airmini Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Airmini 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/336073.svg" alt="Airmini icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/336073.svg" alt="Airmini icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/336073.svg" alt="Airmini icon" :width="24" :height="24" />
CSS background
.icon-airmini {
background-image: url('https://proicons.com/icon/336073.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="M39.4773,36.7671L28.6774,7.751l-.0203.0075c-.4886-1.3109-1.5022-2.4177-2.916-2.9439-2.5867-.9613-5.4572.3546-6.4185,2.9363l-10.7999,29.0162c-.9613,2.583.3533,5.4572,2.9363,6.4185.5739.2132,1.1624.3143,1.7399.3143,2.025,0,3.9306-1.2415,4.6787-3.2507l6.1225-16.4493,6.1225,16.4493c.7481,2.0091,2.6525,3.2507,4.6787,3.2507.5775,0,1.166-.1011,1.7399-.3143,2.583-.9613,3.8977-3.8355,2.9363-6.4185Z"/><circle class="b" cx="13.1985" cy="38.5094" r="4.9906"/><circle class="b" cx="34.8015" cy="38.5094" r="4.9906"/></svg>
Copied!