helicopter icon

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

Name
helicopter
Set
Line Awesome
Style
Line
Category
Objects
Viewbox
32×32
License
Apache 2.0
Aliases
helicopter-solid

The same icon in other sets

More objects icons from Line Awesome

Use the helicopter icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M18 6v4.063c-1.848.16-3.258.722-4.219 1.406a5.5 5.5 0 0 0-1.25 1.25c-.066.09-.07.199-.125.281H5.812C5.396 11.844 4.293 11 3 11c-1.645 0-3 1.355-3 3s1.355 3 3 3c1.293 0 2.395-.844 2.813-2H14v-.844a.8.8 0 0 1 .125-.281a3.6 3.6 0 0 1 .813-.781C15.723 12.535 17.015 12 19 12c.45 0 .91.156 1.375.219c-.523.847-.688 1.926-.688 3.562c0 .73.25 1.465.782 2c.531.535 1.304.844 2.156.844c2.016 0 3.348-.074 4.344-.25c.086-.016.105-.074.187-.094c-.043.074-.039.215-.093.282c-.27.343-.672.62-1.25.843c-1.157.45-2.91.594-4.657.594H16.22A2.21 2.21 0 0 1 14 17.781V16h-2v1.781C12 20.094 13.906 22 16.219 22h4.937c1.828 0 3.75-.09 5.375-.719c.813-.316 1.574-.797 2.125-1.5s.844-1.617.844-2.656c0-2.172-1.566-3.934-3.563-5.156c-.761-.465-1.652-.781-2.53-1.094c-1.106-.395-2.25-.695-3.407-.813V6zM7 7v2h10V7zm14 0v2h10V7zm2.063 5.906c.625.242 1.277.457 1.812.781c1.223.747 1.922 1.618 2.281 2.5c-.156.07-.164.153-.531.22c-.754.132-2.027.218-4 .218c-.414 0-.621-.117-.75-.25s-.188-.32-.188-.594c0-1.703.223-2.472.375-2.656c.075-.094.145-.137.344-.188c.13-.035.41-.019.657-.03zM3 13c.563 0 1 .438 1 1s-.438 1-1 1s-1-.438-1-1s.438-1 1-1m25 9c0 .566-.434 1-1 1H11v2h16c1.645 0 3-1.355 3-3z"/></svg>

React

import type { SVGProps } from "react";

export function LaHelicopter(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="M18 6v4.063c-1.848.16-3.258.722-4.219 1.406a5.5 5.5 0 0 0-1.25 1.25c-.066.09-.07.199-.125.281H5.812C5.396 11.844 4.293 11 3 11c-1.645 0-3 1.355-3 3s1.355 3 3 3c1.293 0 2.395-.844 2.813-2H14v-.844a.8.8 0 0 1 .125-.281a3.6 3.6 0 0 1 .813-.781C15.723 12.535 17.015 12 19 12c.45 0 .91.156 1.375.219c-.523.847-.688 1.926-.688 3.562c0 .73.25 1.465.782 2c.531.535 1.304.844 2.156.844c2.016 0 3.348-.074 4.344-.25c.086-.016.105-.074.187-.094c-.043.074-.039.215-.093.282c-.27.343-.672.62-1.25.843c-1.157.45-2.91.594-4.657.594H16.22A2.21 2.21 0 0 1 14 17.781V16h-2v1.781C12 20.094 13.906 22 16.219 22h4.937c1.828 0 3.75-.09 5.375-.719c.813-.316 1.574-.797 2.125-1.5s.844-1.617.844-2.656c0-2.172-1.566-3.934-3.563-5.156c-.761-.465-1.652-.781-2.53-1.094c-1.106-.395-2.25-.695-3.407-.813V6zM7 7v2h10V7zm14 0v2h10V7zm2.063 5.906c.625.242 1.277.457 1.812.781c1.223.747 1.922 1.618 2.281 2.5c-.156.07-.164.153-.531.22c-.754.132-2.027.218-4 .218c-.414 0-.621-.117-.75-.25s-.188-.32-.188-.594c0-1.703.223-2.472.375-2.656c.075-.094.145-.137.344-.188c.13-.035.41-.019.657-.03zM3 13c.563 0 1 .438 1 1s-.438 1-1 1s-1-.438-1-1s.438-1 1-1m25 9c0 .566-.434 1-1 1H11v2h16c1.645 0 3-1.355 3-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="M18 6v4.063c-1.848.16-3.258.722-4.219 1.406a5.5 5.5 0 0 0-1.25 1.25c-.066.09-.07.199-.125.281H5.812C5.396 11.844 4.293 11 3 11c-1.645 0-3 1.355-3 3s1.355 3 3 3c1.293 0 2.395-.844 2.813-2H14v-.844a.8.8 0 0 1 .125-.281a3.6 3.6 0 0 1 .813-.781C15.723 12.535 17.015 12 19 12c.45 0 .91.156 1.375.219c-.523.847-.688 1.926-.688 3.562c0 .73.25 1.465.782 2c.531.535 1.304.844 2.156.844c2.016 0 3.348-.074 4.344-.25c.086-.016.105-.074.187-.094c-.043.074-.039.215-.093.282c-.27.343-.672.62-1.25.843c-1.157.45-2.91.594-4.657.594H16.22A2.21 2.21 0 0 1 14 17.781V16h-2v1.781C12 20.094 13.906 22 16.219 22h4.937c1.828 0 3.75-.09 5.375-.719c.813-.316 1.574-.797 2.125-1.5s.844-1.617.844-2.656c0-2.172-1.566-3.934-3.563-5.156c-.761-.465-1.652-.781-2.53-1.094c-1.106-.395-2.25-.695-3.407-.813V6zM7 7v2h10V7zm14 0v2h10V7zm2.063 5.906c.625.242 1.277.457 1.812.781c1.223.747 1.922 1.618 2.281 2.5c-.156.07-.164.153-.531.22c-.754.132-2.027.218-4 .218c-.414 0-.621-.117-.75-.25s-.188-.32-.188-.594c0-1.703.223-2.472.375-2.656c.075-.094.145-.137.344-.188c.13-.035.41-.019.657-.03zM3 13c.563 0 1 .438 1 1s-.438 1-1 1s-1-.438-1-1s.438-1 1-1m25 9c0 .566-.434 1-1 1H11v2h16c1.645 0 3-1.355 3-3z"/></svg>
</template>

CSS

.icon-helicopter {
  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%22M18%206v4.063c-1.848.16-3.258.722-4.219%201.406a5.5%205.5%200%200%200-1.25%201.25c-.066.09-.07.199-.125.281H5.812C5.396%2011.844%204.293%2011%203%2011c-1.645%200-3%201.355-3%203s1.355%203%203%203c1.293%200%202.395-.844%202.813-2H14v-.844a.8.8%200%200%201%20.125-.281a3.6%203.6%200%200%201%20.813-.781C15.723%2012.535%2017.015%2012%2019%2012c.45%200%20.91.156%201.375.219c-.523.847-.688%201.926-.688%203.562c0%20.73.25%201.465.782%202c.531.535%201.304.844%202.156.844c2.016%200%203.348-.074%204.344-.25c.086-.016.105-.074.187-.094c-.043.074-.039.215-.093.282c-.27.343-.672.62-1.25.843c-1.157.45-2.91.594-4.657.594H16.22A2.21%202.21%200%200%201%2014%2017.781V16h-2v1.781C12%2020.094%2013.906%2022%2016.219%2022h4.937c1.828%200%203.75-.09%205.375-.719c.813-.316%201.574-.797%202.125-1.5s.844-1.617.844-2.656c0-2.172-1.566-3.934-3.563-5.156c-.761-.465-1.652-.781-2.53-1.094c-1.106-.395-2.25-.695-3.407-.813V6zM7%207v2h10V7zm14%200v2h10V7zm2.063%205.906c.625.242%201.277.457%201.812.781c1.223.747%201.922%201.618%202.281%202.5c-.156.07-.164.153-.531.22c-.754.132-2.027.218-4%20.218c-.414%200-.621-.117-.75-.25s-.188-.32-.188-.594c0-1.703.223-2.472.375-2.656c.075-.094.145-.137.344-.188c.13-.035.41-.019.657-.03zM3%2013c.563%200%201%20.438%201%201s-.438%201-1%201s-1-.438-1-1s.438-1%201-1m25%209c0%20.566-.434%201-1%201H11v2h16c1.645%200%203-1.355%203-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%22M18%206v4.063c-1.848.16-3.258.722-4.219%201.406a5.5%205.5%200%200%200-1.25%201.25c-.066.09-.07.199-.125.281H5.812C5.396%2011.844%204.293%2011%203%2011c-1.645%200-3%201.355-3%203s1.355%203%203%203c1.293%200%202.395-.844%202.813-2H14v-.844a.8.8%200%200%201%20.125-.281a3.6%203.6%200%200%201%20.813-.781C15.723%2012.535%2017.015%2012%2019%2012c.45%200%20.91.156%201.375.219c-.523.847-.688%201.926-.688%203.562c0%20.73.25%201.465.782%202c.531.535%201.304.844%202.156.844c2.016%200%203.348-.074%204.344-.25c.086-.016.105-.074.187-.094c-.043.074-.039.215-.093.282c-.27.343-.672.62-1.25.843c-1.157.45-2.91.594-4.657.594H16.22A2.21%202.21%200%200%201%2014%2017.781V16h-2v1.781C12%2020.094%2013.906%2022%2016.219%2022h4.937c1.828%200%203.75-.09%205.375-.719c.813-.316%201.574-.797%202.125-1.5s.844-1.617.844-2.656c0-2.172-1.566-3.934-3.563-5.156c-.761-.465-1.652-.781-2.53-1.094c-1.106-.395-2.25-.695-3.407-.813V6zM7%207v2h10V7zm14%200v2h10V7zm2.063%205.906c.625.242%201.277.457%201.812.781c1.223.747%201.922%201.618%202.281%202.5c-.156.07-.164.153-.531.22c-.754.132-2.027.218-4%20.218c-.414%200-.621-.117-.75-.25s-.188-.32-.188-.594c0-1.703.223-2.472.375-2.656c.075-.094.145-.137.344-.188c.13-.035.41-.019.657-.03zM3%2013c.563%200%201%20.438%201%201s-.438%201-1%201s-1-.438-1-1s.438-1%201-1m25%209c0%20.566-.434%201-1%201H11v2h16c1.645%200%203-1.355%203-3z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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