Flightstats Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Flightstats 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/340532.svg" alt="Flightstats icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/340532.svg" alt="Flightstats icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/340532.svg" alt="Flightstats icon" :width="24" :height="24" />
CSS background
.icon-flightstats {
background-image: url('https://proicons.com/icon/340532.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M38.17,13.93h3.6a1.72,1.72,0,0,1,1.48,2.61l-5.84,9.79a2.16,2.16,0,0,0,.85,3l2.58,1.36a.93.93,0,0,1,.49.87l-.08,1.14a.91.91,0,0,1-.91.85H35.25a5.22,5.22,0,0,1-4.54-7.79L37,14.59A1.31,1.31,0,0,1,38.17,13.93Z"/><path class="a" d="M33,16.16,29.65,22A23.92,23.92,0,0,1,8.87,34.07H5.4a.9.9,0,0,1-.9-.9v-.86a.9.9,0,0,1,.9-.9H8.22a15.41,15.41,0,0,0,13-7.21l3.5-5.59a5.24,5.24,0,0,1,4.43-2.45Z"/></svg>
Copied!