Flight Lite Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Flight Lite 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/325970.svg" alt="Flight Lite icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/325970.svg" alt="Flight Lite icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/325970.svg" alt="Flight Lite icon" :width="24" :height="24" />
CSS background
.icon-flight-lite {
background-image: url('https://proicons.com/icon/325970.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>.k{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="e" class="k" d="M8.45321117,42.5c-1.49600029-13.36400032,24.57500267-15.47599983,23.4319973-26.40999985,10.43999863,17.61000061-23.26000023,14.15299988-23.4319973,26.40999985Z"/><path id="f" class="k" d="M8.45321117,42.5C-2.00978877,30.30200005,30.70521197,14.15799999,23.57021175,3.5,43.15621219,18.54299927.57621226,29.48500061,8.45321117,42.5Z"/><path id="g" class="k" d="M29.32421146,32.94400024c-5.20499992,4.31000137-16.32299995.5320015-20.87100029,9.55599976h0c2.28199959-4.32699966,13.05800056-3.29100037,19.2159996-5.42900085"/><path id="h" class="k" d="M31.929211,31.06800079c-.0844574-.5261097-.21154404-1.04448318-.38000107-1.54999924-.33000183,1.05200005-.79999924,1.90000153-1.38199997,2.59000015"/><path id="i" class="k" d="M41.63021121,37.5c0,3.8659935-3.1340065,7-7,7s-7-3.1340065-7-7,3.1340065-7,7-7,7,3.1340065,7,7Z"/><path id="j" class="k" d="M32.63021121,33.5v8h4"/></svg>
Copied!