fly logo
fly from Font Awesome 6 Brands by Dave Gandy · Regular · CC-BY-4.0 Attribution required.
- Name
- fly
- Set
- Font Awesome 6 Brands
- Style
- Regular
- Viewbox
- 384×512
- License
- CC BY 4.0
The same logo in other sets
Use the fly logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 384 512"><path fill="currentColor" d="M197.8 427.8c12.9 11.7 33.7 33.3 33.2 50.7c0 .8-.1 1.6-.1 2.5c-1.8 19.8-18.8 31.1-39.1 31c-25-.1-39.9-16.8-38.7-35.8c1-16.2 20.5-36.7 32.4-47.6c2.3-2.1 2.7-2.7 5.6-3.6c3.4 0 3.9.3 6.7 2.8M331.9 67.3c-16.3-25.7-38.6-40.6-63.3-52.1C243.1 4.5 214-.2 192 0c-44.1 0-71.2 13.2-81.1 17.3C57.3 45.2 26.5 87.2 28 158.6c7.1 82.2 97 176 155.8 233.8c1.7 1.6 4.5 4.5 6.2 5.1l3.3.1c2.1-.7 1.8-.5 3.5-2.1c52.3-49.2 140.7-145.8 155.9-215.7c7-39.2 3.1-72.5-20.8-112.5M186.8 351.9c-28-51.1-65.2-130.7-69.3-189c-3.4-47.5 11.4-131.2 69.3-136.7zM328.7 180c-16.4 56.8-77.3 128-118.9 170.3C237.6 298.4 275 217 277 158.4c1.6-45.9-9.8-105.8-48-131.4c88.8 18.3 115.5 98.1 99.7 153"/></svg>
React
import type { SVGProps } from "react";
export function Fa6BrandsFly(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 384 512"><path fill="currentColor" d="M197.8 427.8c12.9 11.7 33.7 33.3 33.2 50.7c0 .8-.1 1.6-.1 2.5c-1.8 19.8-18.8 31.1-39.1 31c-25-.1-39.9-16.8-38.7-35.8c1-16.2 20.5-36.7 32.4-47.6c2.3-2.1 2.7-2.7 5.6-3.6c3.4 0 3.9.3 6.7 2.8M331.9 67.3c-16.3-25.7-38.6-40.6-63.3-52.1C243.1 4.5 214-.2 192 0c-44.1 0-71.2 13.2-81.1 17.3C57.3 45.2 26.5 87.2 28 158.6c7.1 82.2 97 176 155.8 233.8c1.7 1.6 4.5 4.5 6.2 5.1l3.3.1c2.1-.7 1.8-.5 3.5-2.1c52.3-49.2 140.7-145.8 155.9-215.7c7-39.2 3.1-72.5-20.8-112.5M186.8 351.9c-28-51.1-65.2-130.7-69.3-189c-3.4-47.5 11.4-131.2 69.3-136.7zM328.7 180c-16.4 56.8-77.3 128-118.9 170.3C237.6 298.4 275 217 277 158.4c1.6-45.9-9.8-105.8-48-131.4c88.8 18.3 115.5 98.1 99.7 153"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 384 512"><path fill="currentColor" d="M197.8 427.8c12.9 11.7 33.7 33.3 33.2 50.7c0 .8-.1 1.6-.1 2.5c-1.8 19.8-18.8 31.1-39.1 31c-25-.1-39.9-16.8-38.7-35.8c1-16.2 20.5-36.7 32.4-47.6c2.3-2.1 2.7-2.7 5.6-3.6c3.4 0 3.9.3 6.7 2.8M331.9 67.3c-16.3-25.7-38.6-40.6-63.3-52.1C243.1 4.5 214-.2 192 0c-44.1 0-71.2 13.2-81.1 17.3C57.3 45.2 26.5 87.2 28 158.6c7.1 82.2 97 176 155.8 233.8c1.7 1.6 4.5 4.5 6.2 5.1l3.3.1c2.1-.7 1.8-.5 3.5-2.1c52.3-49.2 140.7-145.8 155.9-215.7c7-39.2 3.1-72.5-20.8-112.5M186.8 351.9c-28-51.1-65.2-130.7-69.3-189c-3.4-47.5 11.4-131.2 69.3-136.7zM328.7 180c-16.4 56.8-77.3 128-118.9 170.3C237.6 298.4 275 217 277 158.4c1.6-45.9-9.8-105.8-48-131.4c88.8 18.3 115.5 98.1 99.7 153"/></svg> </template>
CSS
.icon-fly {
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%20384%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M197.8%20427.8c12.9%2011.7%2033.7%2033.3%2033.2%2050.7c0%20.8-.1%201.6-.1%202.5c-1.8%2019.8-18.8%2031.1-39.1%2031c-25-.1-39.9-16.8-38.7-35.8c1-16.2%2020.5-36.7%2032.4-47.6c2.3-2.1%202.7-2.7%205.6-3.6c3.4%200%203.9.3%206.7%202.8M331.9%2067.3c-16.3-25.7-38.6-40.6-63.3-52.1C243.1%204.5%20214-.2%20192%200c-44.1%200-71.2%2013.2-81.1%2017.3C57.3%2045.2%2026.5%2087.2%2028%20158.6c7.1%2082.2%2097%20176%20155.8%20233.8c1.7%201.6%204.5%204.5%206.2%205.1l3.3.1c2.1-.7%201.8-.5%203.5-2.1c52.3-49.2%20140.7-145.8%20155.9-215.7c7-39.2%203.1-72.5-20.8-112.5M186.8%20351.9c-28-51.1-65.2-130.7-69.3-189c-3.4-47.5%2011.4-131.2%2069.3-136.7zM328.7%20180c-16.4%2056.8-77.3%20128-118.9%20170.3C237.6%20298.4%20275%20217%20277%20158.4c1.6-45.9-9.8-105.8-48-131.4c88.8%2018.3%20115.5%2098.1%2099.7%20153%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%20384%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M197.8%20427.8c12.9%2011.7%2033.7%2033.3%2033.2%2050.7c0%20.8-.1%201.6-.1%202.5c-1.8%2019.8-18.8%2031.1-39.1%2031c-25-.1-39.9-16.8-38.7-35.8c1-16.2%2020.5-36.7%2032.4-47.6c2.3-2.1%202.7-2.7%205.6-3.6c3.4%200%203.9.3%206.7%202.8M331.9%2067.3c-16.3-25.7-38.6-40.6-63.3-52.1C243.1%204.5%20214-.2%20192%200c-44.1%200-71.2%2013.2-81.1%2017.3C57.3%2045.2%2026.5%2087.2%2028%20158.6c7.1%2082.2%2097%20176%20155.8%20233.8c1.7%201.6%204.5%204.5%206.2%205.1l3.3.1c2.1-.7%201.8-.5%203.5-2.1c52.3-49.2%20140.7-145.8%20155.9-215.7c7-39.2%203.1-72.5-20.8-112.5M186.8%20351.9c-28-51.1-65.2-130.7-69.3-189c-3.4-47.5%2011.4-131.2%2069.3-136.7zM328.7%20180c-16.4%2056.8-77.3%20128-118.9%20170.3C237.6%20298.4%20275%20217%20277%20158.4c1.6-45.9-9.8-105.8-48-131.4c88.8%2018.3%20115.5%2098.1%2099.7%20153%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa6-brands/fly.svg?color=%231a73e8&size=48