Flight Dark Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Flight Dark 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/325969.svg" alt="Flight Dark icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/325969.svg" alt="Flight Dark icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/325969.svg" alt="Flight Dark icon" :width="24" :height="24" />
CSS background
.icon-flight-dark {
background-image: url('https://proicons.com/icon/325969.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>.e{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="e" d="M12.323,43.5c-1.496-13.364,24.5747-15.476,23.4316-26.4103,10.4398,17.6104-23.2599,14.1536-23.4316,26.4103Z"/><path id="c" class="e" d="M12.323,43.5C1.8595,31.3015,34.5745,15.1581,27.4402,4.5c19.5858,15.0434-22.994,25.9845-15.1172,39Z"/><path id="d" class="e" d="M12.323,43.5c3.5107-6.6581,27.1367-.6186,23.0957-12.9813-3.0188,9.6079-17.6928,2.2617-23.0957,12.9813Z"/></svg>
Copied!