Ui Flight Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Ui Flight 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/306760.svg" alt="Ui Flight icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306760.svg" alt="Ui Flight icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306760.svg" alt="Ui Flight icon" :width="24" :height="24" />
CSS background
.icon-ui-flight {
background-image: url('https://proicons.com/icon/306760.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="64" height="64" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M302 672h-62c-3-1-5-2-8-2-40-5-80-10-120-16-11-2-22-6-33-8l1-4c98-34 197-68 297-103-49-58-97-116-145-173 12-13 24-26 35-38h6c3 1 5 3 8 4 106 43 212 85 318 127 4 2 11 2 15 0 84-27 169-55 252-83 28-10 56-19 86-15 18 3 36 5 48 22v15c-16 33-43 55-76 68-17 7-35 12-53 18L361 652c-20 6-39 13-59 20zm-128-81c-25 9-49 17-73 26l-9 3c-21 7-21 7-35-10-19-22-38-44-56-66-1 0-1 0-1-2 8-7 16-14 24-22 1-1 5-1 6 0 48 22 95 45 142 69 1 0 1 1 2 2z"/></svg>
Copied!