Fly Delta Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Fly Delta 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/340594.svg" alt="Fly Delta icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/340594.svg" alt="Fly Delta icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/340594.svg" alt="Fly Delta icon" :width="24" :height="24" />
CSS background
.icon-fly-delta {
background-image: url('https://proicons.com/icon/340594.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="m33.363,41.0276l-6.8415-19.5491,13.9784-13.9784-7.137,33.5276Zm-1.3742,3.4724l-8.2304-20.2584-6.014,6.014,14.2444,14.2444Z"/><polyline class="c" points="6.9724 14.637 40.5 7.5 26.5216 21.4784 6.9724 14.637"/><polyline class="c" points="3.5 16.0112 17.7444 30.2556 23.7584 24.2416 3.5 16.0112"/></svg>
Copied!