Fast Air Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Fast Air 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/340279.svg" alt="Fast Air icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/340279.svg" alt="Fast Air icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/340279.svg" alt="Fast Air icon" :width="24" :height="24" />
CSS background
.icon-fast-air {
background-image: url('https://proicons.com/icon/340279.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>.d{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="d" d="m20.6074,40.1074c0,4.5235,6.7853,4.5235,6.7853,0h-6.7853Z"/><path id="c" class="d" d="m27.3926,37.2955c2.2618,0,4.1466.7539,5.6544,2.2618,5.6544-9.047,4.5235-12.4397,1.1309-13.5705,3.3926-7.9162-2.2618-18.0941-10.1779-21.4867-7.9162,3.3926-13.5705,13.5705-10.1779,21.4867-3.3926,1.1309-4.5235,4.5235,1.1309,13.5705,1.5078-1.5078,3.3926-2.2618,5.6544-2.2618l.0226.5654h6.74l.0226-.5654Z"/></svg>
Copied!