flyway from Devicon by konpa · Original · MIT Free for personal and commercial use.

Name
flyway
Set
Devicon
Style
Original
Viewbox
128×128
License
MIT

1 other variant in Devicon

The same logo in other sets

Use the flyway logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#c00" d="M64 0C42.946 0 24.548 4.257 16.006 10.383v20.36l82.543-16.94a3.254 3.254 0 0 1 3.828 2.513l.549 2.704c1.388 6.77.19 14.284-3.324 20.623c-3.828 6.89-9.763 11.46-16.725 12.896l-1.316.264A26.06 26.06 0 0 1 77.039 69c-3.899 5.79-9.977 9.689-16.797 11.102l-1.265.263a26.444 26.444 0 0 1-21.006 27.276l-21.965 4.498v5.45C24.548 123.74 42.946 128 64 128s39.452-4.26 47.994-10.41V10.385C103.452 4.257 85.054 0 64 0m27.3 27.537L16.03 42.992V99.89l19.331-3.971a14.74 14.74 0 0 0 9.354-6.293v-.002a14 14 0 0 0 2.275-6.795L36.318 85.03a7 7 0 0 1-1.197.12a6.006 6.006 0 0 1-1.195-11.868l24.213-4.974a14.4 14.4 0 0 0 9.115-6.174a14.7 14.7 0 0 0 2.344-6.865L58.88 57.467a7 7 0 0 1-1.197.12a5.99 5.99 0 0 1-5.885-4.833c-.646-3.254 1.554-6.388 4.806-7.059l23.928-4.902c4.663-.958 7.392-4.786 8.612-6.963a19.3 19.3 0 0 0 2.156-6.293"/></svg>

React

import type { SVGProps } from "react";

export function DeviconFlyway(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#c00" d="M64 0C42.946 0 24.548 4.257 16.006 10.383v20.36l82.543-16.94a3.254 3.254 0 0 1 3.828 2.513l.549 2.704c1.388 6.77.19 14.284-3.324 20.623c-3.828 6.89-9.763 11.46-16.725 12.896l-1.316.264A26.06 26.06 0 0 1 77.039 69c-3.899 5.79-9.977 9.689-16.797 11.102l-1.265.263a26.444 26.444 0 0 1-21.006 27.276l-21.965 4.498v5.45C24.548 123.74 42.946 128 64 128s39.452-4.26 47.994-10.41V10.385C103.452 4.257 85.054 0 64 0m27.3 27.537L16.03 42.992V99.89l19.331-3.971a14.74 14.74 0 0 0 9.354-6.293v-.002a14 14 0 0 0 2.275-6.795L36.318 85.03a7 7 0 0 1-1.197.12a6.006 6.006 0 0 1-1.195-11.868l24.213-4.974a14.4 14.4 0 0 0 9.115-6.174a14.7 14.7 0 0 0 2.344-6.865L58.88 57.467a7 7 0 0 1-1.197.12a5.99 5.99 0 0 1-5.885-4.833c-.646-3.254 1.554-6.388 4.806-7.059l23.928-4.902c4.663-.958 7.392-4.786 8.612-6.963a19.3 19.3 0 0 0 2.156-6.293"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#c00" d="M64 0C42.946 0 24.548 4.257 16.006 10.383v20.36l82.543-16.94a3.254 3.254 0 0 1 3.828 2.513l.549 2.704c1.388 6.77.19 14.284-3.324 20.623c-3.828 6.89-9.763 11.46-16.725 12.896l-1.316.264A26.06 26.06 0 0 1 77.039 69c-3.899 5.79-9.977 9.689-16.797 11.102l-1.265.263a26.444 26.444 0 0 1-21.006 27.276l-21.965 4.498v5.45C24.548 123.74 42.946 128 64 128s39.452-4.26 47.994-10.41V10.385C103.452 4.257 85.054 0 64 0m27.3 27.537L16.03 42.992V99.89l19.331-3.971a14.74 14.74 0 0 0 9.354-6.293v-.002a14 14 0 0 0 2.275-6.795L36.318 85.03a7 7 0 0 1-1.197.12a6.006 6.006 0 0 1-1.195-11.868l24.213-4.974a14.4 14.4 0 0 0 9.115-6.174a14.7 14.7 0 0 0 2.344-6.865L58.88 57.467a7 7 0 0 1-1.197.12a5.99 5.99 0 0 1-5.885-4.833c-.646-3.254 1.554-6.388 4.806-7.059l23.928-4.902c4.663-.958 7.392-4.786 8.612-6.963a19.3 19.3 0 0 0 2.156-6.293"/></svg>
</template>

CSS

.icon-flyway {
  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%20128%20128%22%3E%3Cpath%20fill%3D%22%23c00%22%20d%3D%22M64%200C42.946%200%2024.548%204.257%2016.006%2010.383v20.36l82.543-16.94a3.254%203.254%200%200%201%203.828%202.513l.549%202.704c1.388%206.77.19%2014.284-3.324%2020.623c-3.828%206.89-9.763%2011.46-16.725%2012.896l-1.316.264A26.06%2026.06%200%200%201%2077.039%2069c-3.899%205.79-9.977%209.689-16.797%2011.102l-1.265.263a26.444%2026.444%200%200%201-21.006%2027.276l-21.965%204.498v5.45C24.548%20123.74%2042.946%20128%2064%20128s39.452-4.26%2047.994-10.41V10.385C103.452%204.257%2085.054%200%2064%200m27.3%2027.537L16.03%2042.992V99.89l19.331-3.971a14.74%2014.74%200%200%200%209.354-6.293v-.002a14%2014%200%200%200%202.275-6.795L36.318%2085.03a7%207%200%200%201-1.197.12a6.006%206.006%200%200%201-1.195-11.868l24.213-4.974a14.4%2014.4%200%200%200%209.115-6.174a14.7%2014.7%200%200%200%202.344-6.865L58.88%2057.467a7%207%200%200%201-1.197.12a5.99%205.99%200%200%201-5.885-4.833c-.646-3.254%201.554-6.388%204.806-7.059l23.928-4.902c4.663-.958%207.392-4.786%208.612-6.963a19.3%2019.3%200%200%200%202.156-6.293%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%20128%20128%22%3E%3Cpath%20fill%3D%22%23c00%22%20d%3D%22M64%200C42.946%200%2024.548%204.257%2016.006%2010.383v20.36l82.543-16.94a3.254%203.254%200%200%201%203.828%202.513l.549%202.704c1.388%206.77.19%2014.284-3.324%2020.623c-3.828%206.89-9.763%2011.46-16.725%2012.896l-1.316.264A26.06%2026.06%200%200%201%2077.039%2069c-3.899%205.79-9.977%209.689-16.797%2011.102l-1.265.263a26.444%2026.444%200%200%201-21.006%2027.276l-21.965%204.498v5.45C24.548%20123.74%2042.946%20128%2064%20128s39.452-4.26%2047.994-10.41V10.385C103.452%204.257%2085.054%200%2064%200m27.3%2027.537L16.03%2042.992V99.89l19.331-3.971a14.74%2014.74%200%200%200%209.354-6.293v-.002a14%2014%200%200%200%202.275-6.795L36.318%2085.03a7%207%200%200%201-1.197.12a6.006%206.006%200%200%201-1.195-11.868l24.213-4.974a14.4%2014.4%200%200%200%209.115-6.174a14.7%2014.7%200%200%200%202.344-6.865L58.88%2057.467a7%207%200%200%201-1.197.12a5.99%205.99%200%200%201-5.885-4.833c-.646-3.254%201.554-6.388%204.806-7.059l23.928-4.902c4.663-.958%207.392-4.786%208.612-6.963a19.3%2019.3%200%200%200%202.156-6.293%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/devicon/flyway.svg?color=%231a73e8&size=48