helicopter symbol icon

helicopter-symbol from Font Awesome 6 Solid by Dave Gandy · Regular · CC-BY-4.0 Attribution required.

Name
helicopter-symbol
Set
Font Awesome 6 Solid
Style
Regular
Viewbox
512×512
License
CC BY 4.0

The same icon in other sets

Use the helicopter symbol icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M445.3 224H510C495.6 108.2 403.8 16.4 288 2v64.7c80.4 13.4 143.9 76.9 157.3 157.3m64.7 64h-64.7c-13.4 80.4-76.9 143.9-157.3 157.3V510c115.8-14.4 207.6-106.2 222-222M2 288c14.4 115.8 106.2 207.6 222 222v-64.7C143.6 431.9 80.1 368.4 66.7 288zm0-64h64.7C80.1 143.6 143.6 80.1 224 66.7V2C108.2 16.4 16.4 108.2 2 224m206-64c0-17.7-14.3-32-32-32s-32 14.3-32 32v192c0 17.7 14.3 32 32 32s32-14.3 32-32v-64h96v64c0 17.7 14.3 32 32 32s32-14.3 32-32V160c0-17.7-14.3-32-32-32s-32 14.3-32 32v64h-96z"/></svg>

React

import type { SVGProps } from "react";

export function Fa6SolidHelicopterSymbol(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M445.3 224H510C495.6 108.2 403.8 16.4 288 2v64.7c80.4 13.4 143.9 76.9 157.3 157.3m64.7 64h-64.7c-13.4 80.4-76.9 143.9-157.3 157.3V510c115.8-14.4 207.6-106.2 222-222M2 288c14.4 115.8 106.2 207.6 222 222v-64.7C143.6 431.9 80.1 368.4 66.7 288zm0-64h64.7C80.1 143.6 143.6 80.1 224 66.7V2C108.2 16.4 16.4 108.2 2 224m206-64c0-17.7-14.3-32-32-32s-32 14.3-32 32v192c0 17.7 14.3 32 32 32s32-14.3 32-32v-64h96v64c0 17.7 14.3 32 32 32s32-14.3 32-32V160c0-17.7-14.3-32-32-32s-32 14.3-32 32v64h-96z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M445.3 224H510C495.6 108.2 403.8 16.4 288 2v64.7c80.4 13.4 143.9 76.9 157.3 157.3m64.7 64h-64.7c-13.4 80.4-76.9 143.9-157.3 157.3V510c115.8-14.4 207.6-106.2 222-222M2 288c14.4 115.8 106.2 207.6 222 222v-64.7C143.6 431.9 80.1 368.4 66.7 288zm0-64h64.7C80.1 143.6 143.6 80.1 224 66.7V2C108.2 16.4 16.4 108.2 2 224m206-64c0-17.7-14.3-32-32-32s-32 14.3-32 32v192c0 17.7 14.3 32 32 32s32-14.3 32-32v-64h96v64c0 17.7 14.3 32 32 32s32-14.3 32-32V160c0-17.7-14.3-32-32-32s-32 14.3-32 32v64h-96z"/></svg>
</template>

CSS

.icon-helicopter-symbol {
  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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M445.3%20224H510C495.6%20108.2%20403.8%2016.4%20288%202v64.7c80.4%2013.4%20143.9%2076.9%20157.3%20157.3m64.7%2064h-64.7c-13.4%2080.4-76.9%20143.9-157.3%20157.3V510c115.8-14.4%20207.6-106.2%20222-222M2%20288c14.4%20115.8%20106.2%20207.6%20222%20222v-64.7C143.6%20431.9%2080.1%20368.4%2066.7%20288zm0-64h64.7C80.1%20143.6%20143.6%2080.1%20224%2066.7V2C108.2%2016.4%2016.4%20108.2%202%20224m206-64c0-17.7-14.3-32-32-32s-32%2014.3-32%2032v192c0%2017.7%2014.3%2032%2032%2032s32-14.3%2032-32v-64h96v64c0%2017.7%2014.3%2032%2032%2032s32-14.3%2032-32V160c0-17.7-14.3-32-32-32s-32%2014.3-32%2032v64h-96z%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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M445.3%20224H510C495.6%20108.2%20403.8%2016.4%20288%202v64.7c80.4%2013.4%20143.9%2076.9%20157.3%20157.3m64.7%2064h-64.7c-13.4%2080.4-76.9%20143.9-157.3%20157.3V510c115.8-14.4%20207.6-106.2%20222-222M2%20288c14.4%20115.8%20106.2%20207.6%20222%20222v-64.7C143.6%20431.9%2080.1%20368.4%2066.7%20288zm0-64h64.7C80.1%20143.6%20143.6%2080.1%20224%2066.7V2C108.2%2016.4%2016.4%20108.2%202%20224m206-64c0-17.7-14.3-32-32-32s-32%2014.3-32%2032v192c0%2017.7%2014.3%2032%2032%2032s32-14.3%2032-32v-64h96v64c0%2017.7%2014.3%2032%2032%2032s32-14.3%2032-32V160c0-17.7-14.3-32-32-32s-32%2014.3-32%2032v64h-96z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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