fly from Line Awesome by Icons8 · Line · Other · Apache-2.0 Free for personal and commercial use.

Name
fly
Set
Line Awesome
Style
Line
Category
Other
Viewbox
32×32
License
Apache 2.0

The same icon in other sets

More other icons from Line Awesome

Use the fly icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 4c-.16 0-.313.023-.469.031C10.832 4.261 7 7.848 7 12.344c0 2.949 1.79 5.539 3.469 7.406a23.5 23.5 0 0 0 3.344 3.063l.28.187h3.813l.282-.188s1.664-1.195 3.343-3.062S25 15.293 25 12.344c0-4.508-3.848-8.098-8.563-8.313A3 3 0 0 0 16 4m0 2c.273 0 1.113.313 1.781 1.156C18.45 8 19 9.328 19 11.22c0 4.316-2.273 9.011-2.656 9.781h-.688C15.273 20.227 13 15.516 13 11.219c0-1.82.574-3.164 1.25-4.031C14.926 6.32 15.758 6 16 6m-4.094 1.219c-.539 1.09-.906 2.422-.906 4c0 2.883.863 5.832 1.688 8c-.247-.25-.481-.516-.75-.813C10.418 16.715 9 14.45 9 12.344c0-2.102 1.145-3.969 2.906-5.125m8.25.031C21.886 8.41 23 10.262 23 12.344c0 2.105-1.418 4.37-2.938 6.062c-.261.293-.507.54-.75.782c.817-2.16 1.688-5.098 1.688-7.97c0-1.57-.332-2.89-.844-3.968M14 25v3h4v-3z"/></svg>

React

import type { SVGProps } from "react";

export function LaFly(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 4c-.16 0-.313.023-.469.031C10.832 4.261 7 7.848 7 12.344c0 2.949 1.79 5.539 3.469 7.406a23.5 23.5 0 0 0 3.344 3.063l.28.187h3.813l.282-.188s1.664-1.195 3.343-3.062S25 15.293 25 12.344c0-4.508-3.848-8.098-8.563-8.313A3 3 0 0 0 16 4m0 2c.273 0 1.113.313 1.781 1.156C18.45 8 19 9.328 19 11.22c0 4.316-2.273 9.011-2.656 9.781h-.688C15.273 20.227 13 15.516 13 11.219c0-1.82.574-3.164 1.25-4.031C14.926 6.32 15.758 6 16 6m-4.094 1.219c-.539 1.09-.906 2.422-.906 4c0 2.883.863 5.832 1.688 8c-.247-.25-.481-.516-.75-.813C10.418 16.715 9 14.45 9 12.344c0-2.102 1.145-3.969 2.906-5.125m8.25.031C21.886 8.41 23 10.262 23 12.344c0 2.105-1.418 4.37-2.938 6.062c-.261.293-.507.54-.75.782c.817-2.16 1.688-5.098 1.688-7.97c0-1.57-.332-2.89-.844-3.968M14 25v3h4v-3z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 4c-.16 0-.313.023-.469.031C10.832 4.261 7 7.848 7 12.344c0 2.949 1.79 5.539 3.469 7.406a23.5 23.5 0 0 0 3.344 3.063l.28.187h3.813l.282-.188s1.664-1.195 3.343-3.062S25 15.293 25 12.344c0-4.508-3.848-8.098-8.563-8.313A3 3 0 0 0 16 4m0 2c.273 0 1.113.313 1.781 1.156C18.45 8 19 9.328 19 11.22c0 4.316-2.273 9.011-2.656 9.781h-.688C15.273 20.227 13 15.516 13 11.219c0-1.82.574-3.164 1.25-4.031C14.926 6.32 15.758 6 16 6m-4.094 1.219c-.539 1.09-.906 2.422-.906 4c0 2.883.863 5.832 1.688 8c-.247-.25-.481-.516-.75-.813C10.418 16.715 9 14.45 9 12.344c0-2.102 1.145-3.969 2.906-5.125m8.25.031C21.886 8.41 23 10.262 23 12.344c0 2.105-1.418 4.37-2.938 6.062c-.261.293-.507.54-.75.782c.817-2.16 1.688-5.098 1.688-7.97c0-1.57-.332-2.89-.844-3.968M14 25v3h4v-3z"/></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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%204c-.16%200-.313.023-.469.031C10.832%204.261%207%207.848%207%2012.344c0%202.949%201.79%205.539%203.469%207.406a23.5%2023.5%200%200%200%203.344%203.063l.28.187h3.813l.282-.188s1.664-1.195%203.343-3.062S25%2015.293%2025%2012.344c0-4.508-3.848-8.098-8.563-8.313A3%203%200%200%200%2016%204m0%202c.273%200%201.113.313%201.781%201.156C18.45%208%2019%209.328%2019%2011.22c0%204.316-2.273%209.011-2.656%209.781h-.688C15.273%2020.227%2013%2015.516%2013%2011.219c0-1.82.574-3.164%201.25-4.031C14.926%206.32%2015.758%206%2016%206m-4.094%201.219c-.539%201.09-.906%202.422-.906%204c0%202.883.863%205.832%201.688%208c-.247-.25-.481-.516-.75-.813C10.418%2016.715%209%2014.45%209%2012.344c0-2.102%201.145-3.969%202.906-5.125m8.25.031C21.886%208.41%2023%2010.262%2023%2012.344c0%202.105-1.418%204.37-2.938%206.062c-.261.293-.507.54-.75.782c.817-2.16%201.688-5.098%201.688-7.97c0-1.57-.332-2.89-.844-3.968M14%2025v3h4v-3z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%204c-.16%200-.313.023-.469.031C10.832%204.261%207%207.848%207%2012.344c0%202.949%201.79%205.539%203.469%207.406a23.5%2023.5%200%200%200%203.344%203.063l.28.187h3.813l.282-.188s1.664-1.195%203.343-3.062S25%2015.293%2025%2012.344c0-4.508-3.848-8.098-8.563-8.313A3%203%200%200%200%2016%204m0%202c.273%200%201.113.313%201.781%201.156C18.45%208%2019%209.328%2019%2011.22c0%204.316-2.273%209.011-2.656%209.781h-.688C15.273%2020.227%2013%2015.516%2013%2011.219c0-1.82.574-3.164%201.25-4.031C14.926%206.32%2015.758%206%2016%206m-4.094%201.219c-.539%201.09-.906%202.422-.906%204c0%202.883.863%205.832%201.688%208c-.247-.25-.481-.516-.75-.813C10.418%2016.715%209%2014.45%209%2012.344c0-2.102%201.145-3.969%202.906-5.125m8.25.031C21.886%208.41%2023%2010.262%2023%2012.344c0%202.105-1.418%204.37-2.938%206.062c-.261.293-.507.54-.75.782c.817-2.16%201.688-5.098%201.688-7.97c0-1.57-.332-2.89-.844-3.968M14%2025v3h4v-3z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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