flight logo
flight from SVG Logos by Gil Barbara · Color · CC0-1.0 Free for personal and commercial use.
- Name
- flight
- Set
- SVG Logos
- Style
- Color
- Viewbox
- 256×353
- License
- CC0
The same logo in other sets
Use the flight logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 353"><path fill="#00acee" d="M0 213.753c2.182-44.28 22.487-83.376 65.448-108.665C125.266 69.876 185.622 35.578 245.706.818c2.486-1.437 3.21-1.024 4.222 1.585c14.476 37.33.561 76.781-25.458 99.94c-2.263 2.014-4.82 3.62-7.444 5.135q-46.909 27.059-93.792 54.158c-4.467 2.582-6.704 6.86-6.007 11.226c.762 4.775 4.62 8.731 9.374 9.595c3.068.557 5.673-.695 8.211-2.16q45.996-26.545 91.987-53.093c2.916-1.684 5.88-3.29 8.724-5.087c1.641-1.038 2.346-.674 2.99 1.063c4.486 12.123 6.884 24.596 5.991 37.543c-1.958 28.376-14.332 51.273-37.586 67.571c-11.176 7.834-23.537 13.978-35.371 20.87c-5.317 3.096-10.506 6.463-16.022 9.156c-12.522 6.114-18.594 16.866-21.363 29.696c-5.728 26.537 15.291 51.943 42.454 51.71c1.5-.012 2.998-.27 4.495-.435c1.334-.148 2.378.382 2.724 1.628c.327 1.175-.49 2.005-1.54 2.398c-3.468 1.3-6.913 2.695-10.453 3.768C102.34 368.16 27.035 327.95 5.905 258.501C1.957 245.52.31 232.194 0 213.753"/></svg>
React
import type { SVGProps } from "react";
export function LogosFlight(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 353"><path fill="#00acee" d="M0 213.753c2.182-44.28 22.487-83.376 65.448-108.665C125.266 69.876 185.622 35.578 245.706.818c2.486-1.437 3.21-1.024 4.222 1.585c14.476 37.33.561 76.781-25.458 99.94c-2.263 2.014-4.82 3.62-7.444 5.135q-46.909 27.059-93.792 54.158c-4.467 2.582-6.704 6.86-6.007 11.226c.762 4.775 4.62 8.731 9.374 9.595c3.068.557 5.673-.695 8.211-2.16q45.996-26.545 91.987-53.093c2.916-1.684 5.88-3.29 8.724-5.087c1.641-1.038 2.346-.674 2.99 1.063c4.486 12.123 6.884 24.596 5.991 37.543c-1.958 28.376-14.332 51.273-37.586 67.571c-11.176 7.834-23.537 13.978-35.371 20.87c-5.317 3.096-10.506 6.463-16.022 9.156c-12.522 6.114-18.594 16.866-21.363 29.696c-5.728 26.537 15.291 51.943 42.454 51.71c1.5-.012 2.998-.27 4.495-.435c1.334-.148 2.378.382 2.724 1.628c.327 1.175-.49 2.005-1.54 2.398c-3.468 1.3-6.913 2.695-10.453 3.768C102.34 368.16 27.035 327.95 5.905 258.501C1.957 245.52.31 232.194 0 213.753"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 353"><path fill="#00acee" d="M0 213.753c2.182-44.28 22.487-83.376 65.448-108.665C125.266 69.876 185.622 35.578 245.706.818c2.486-1.437 3.21-1.024 4.222 1.585c14.476 37.33.561 76.781-25.458 99.94c-2.263 2.014-4.82 3.62-7.444 5.135q-46.909 27.059-93.792 54.158c-4.467 2.582-6.704 6.86-6.007 11.226c.762 4.775 4.62 8.731 9.374 9.595c3.068.557 5.673-.695 8.211-2.16q45.996-26.545 91.987-53.093c2.916-1.684 5.88-3.29 8.724-5.087c1.641-1.038 2.346-.674 2.99 1.063c4.486 12.123 6.884 24.596 5.991 37.543c-1.958 28.376-14.332 51.273-37.586 67.571c-11.176 7.834-23.537 13.978-35.371 20.87c-5.317 3.096-10.506 6.463-16.022 9.156c-12.522 6.114-18.594 16.866-21.363 29.696c-5.728 26.537 15.291 51.943 42.454 51.71c1.5-.012 2.998-.27 4.495-.435c1.334-.148 2.378.382 2.724 1.628c.327 1.175-.49 2.005-1.54 2.398c-3.468 1.3-6.913 2.695-10.453 3.768C102.34 368.16 27.035 327.95 5.905 258.501C1.957 245.52.31 232.194 0 213.753"/></svg> </template>
CSS
.icon-flight {
width: 24px;
height: 24px;
background-color: currentColor;
-webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%20256%20353%22%3E%3Cpath%20fill%3D%22%2300acee%22%20d%3D%22M0%20213.753c2.182-44.28%2022.487-83.376%2065.448-108.665C125.266%2069.876%20185.622%2035.578%20245.706.818c2.486-1.437%203.21-1.024%204.222%201.585c14.476%2037.33.561%2076.781-25.458%2099.94c-2.263%202.014-4.82%203.62-7.444%205.135q-46.909%2027.059-93.792%2054.158c-4.467%202.582-6.704%206.86-6.007%2011.226c.762%204.775%204.62%208.731%209.374%209.595c3.068.557%205.673-.695%208.211-2.16q45.996-26.545%2091.987-53.093c2.916-1.684%205.88-3.29%208.724-5.087c1.641-1.038%202.346-.674%202.99%201.063c4.486%2012.123%206.884%2024.596%205.991%2037.543c-1.958%2028.376-14.332%2051.273-37.586%2067.571c-11.176%207.834-23.537%2013.978-35.371%2020.87c-5.317%203.096-10.506%206.463-16.022%209.156c-12.522%206.114-18.594%2016.866-21.363%2029.696c-5.728%2026.537%2015.291%2051.943%2042.454%2051.71c1.5-.012%202.998-.27%204.495-.435c1.334-.148%202.378.382%202.724%201.628c.327%201.175-.49%202.005-1.54%202.398c-3.468%201.3-6.913%202.695-10.453%203.768C102.34%20368.16%2027.035%20327.95%205.905%20258.501C1.957%20245.52.31%20232.194%200%20213.753%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%20256%20353%22%3E%3Cpath%20fill%3D%22%2300acee%22%20d%3D%22M0%20213.753c2.182-44.28%2022.487-83.376%2065.448-108.665C125.266%2069.876%20185.622%2035.578%20245.706.818c2.486-1.437%203.21-1.024%204.222%201.585c14.476%2037.33.561%2076.781-25.458%2099.94c-2.263%202.014-4.82%203.62-7.444%205.135q-46.909%2027.059-93.792%2054.158c-4.467%202.582-6.704%206.86-6.007%2011.226c.762%204.775%204.62%208.731%209.374%209.595c3.068.557%205.673-.695%208.211-2.16q45.996-26.545%2091.987-53.093c2.916-1.684%205.88-3.29%208.724-5.087c1.641-1.038%202.346-.674%202.99%201.063c4.486%2012.123%206.884%2024.596%205.991%2037.543c-1.958%2028.376-14.332%2051.273-37.586%2067.571c-11.176%207.834-23.537%2013.978-35.371%2020.87c-5.317%203.096-10.506%206.463-16.022%209.156c-12.522%206.114-18.594%2016.866-21.363%2029.696c-5.728%2026.537%2015.291%2051.943%2042.454%2051.71c1.5-.012%202.998-.27%204.495-.435c1.334-.148%202.378.382%202.724%201.628c.327%201.175-.49%202.005-1.54%202.398c-3.468%201.3-6.913%202.695-10.453%203.768C102.34%20368.16%2027.035%20327.95%205.905%20258.501C1.957%20245.52.31%20232.194%200%20213.753%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/logos/flight.svg?color=%231a73e8&size=48