helicopter icon
helicopter from Font Awesome 6 Solid by Dave Gandy · Regular · Maps · CC-BY-4.0 Attribution required.
- Name
- helicopter
- Set
- Font Awesome 6 Solid
- Style
- Regular
- Category
- Maps
- Viewbox
- 640×512
- License
- CC BY 4.0
The same icon in other sets
helicopterCarbonhelicopterEmoji One (Colored)helicopterFont Awesome SolidhelicopterFluent EmojihelicopterFluent Emoji FlathelicopterFluent Emoji High ContrasthelicopterFirefox OS EmojihelicopterHealth IconshelicopterHuge IconshelicopterLine AwesomehelicopterLucidehelicopterMaterial SymbolshelicopterMaterial Symbols LighthelicopterMaterial Design IconshelicopterNoto EmojihelicopterOpenMojihelicopterPixelarticonshelicopterStreamline EmojishelicopterTabler IconshelicopterTwitter Emoji
More maps icons from Font Awesome 6 Solid
Use the helicopter icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="M128 32c0-17.7 14.3-32 32-32h384c17.7 0 32 14.3 32 32s-14.3 32-32 32H384v64h32c88.4 0 160 71.6 160 160v64c0 17.7-14.3 32-32 32H320c-20.1 0-39.1-9.5-51.2-25.6l-71.4-95.2c-3.5-4.7-8.3-8.3-13.7-10.5L47.2 198.1c-9.5-3.8-16.7-12-19.2-22L5 83.9C2.4 73.8 10.1 64 20.5 64H48c10.1 0 19.6 4.7 25.6 12.8L112 128h208V64H160c-17.7 0-32-14.3-32-32m256 288h128v-32c0-53-43-96-96-96h-32zm246.6 105.4c12.5 12.5 12.5 32.8 0 45.3l-3.9 3.9c-24 24-56.6 37.5-90.5 37.5L256 512c-17.7 0-32-14.3-32-32s14.3-32 32-32h280.2c17 0 33.3-6.7 45.3-18.7l3.9-3.9c12.5-12.5 32.8-12.5 45.3 0z"/></svg>
React
import type { SVGProps } from "react";
export function Fa6SolidHelicopter(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="M128 32c0-17.7 14.3-32 32-32h384c17.7 0 32 14.3 32 32s-14.3 32-32 32H384v64h32c88.4 0 160 71.6 160 160v64c0 17.7-14.3 32-32 32H320c-20.1 0-39.1-9.5-51.2-25.6l-71.4-95.2c-3.5-4.7-8.3-8.3-13.7-10.5L47.2 198.1c-9.5-3.8-16.7-12-19.2-22L5 83.9C2.4 73.8 10.1 64 20.5 64H48c10.1 0 19.6 4.7 25.6 12.8L112 128h208V64H160c-17.7 0-32-14.3-32-32m256 288h128v-32c0-53-43-96-96-96h-32zm246.6 105.4c12.5 12.5 12.5 32.8 0 45.3l-3.9 3.9c-24 24-56.6 37.5-90.5 37.5L256 512c-17.7 0-32-14.3-32-32s14.3-32 32-32h280.2c17 0 33.3-6.7 45.3-18.7l3.9-3.9c12.5-12.5 32.8-12.5 45.3 0z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="M128 32c0-17.7 14.3-32 32-32h384c17.7 0 32 14.3 32 32s-14.3 32-32 32H384v64h32c88.4 0 160 71.6 160 160v64c0 17.7-14.3 32-32 32H320c-20.1 0-39.1-9.5-51.2-25.6l-71.4-95.2c-3.5-4.7-8.3-8.3-13.7-10.5L47.2 198.1c-9.5-3.8-16.7-12-19.2-22L5 83.9C2.4 73.8 10.1 64 20.5 64H48c10.1 0 19.6 4.7 25.6 12.8L112 128h208V64H160c-17.7 0-32-14.3-32-32m256 288h128v-32c0-53-43-96-96-96h-32zm246.6 105.4c12.5 12.5 12.5 32.8 0 45.3l-3.9 3.9c-24 24-56.6 37.5-90.5 37.5L256 512c-17.7 0-32-14.3-32-32s14.3-32 32-32h280.2c17 0 33.3-6.7 45.3-18.7l3.9-3.9c12.5-12.5 32.8-12.5 45.3 0z"/></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%20640%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M128%2032c0-17.7%2014.3-32%2032-32h384c17.7%200%2032%2014.3%2032%2032s-14.3%2032-32%2032H384v64h32c88.4%200%20160%2071.6%20160%20160v64c0%2017.7-14.3%2032-32%2032H320c-20.1%200-39.1-9.5-51.2-25.6l-71.4-95.2c-3.5-4.7-8.3-8.3-13.7-10.5L47.2%20198.1c-9.5-3.8-16.7-12-19.2-22L5%2083.9C2.4%2073.8%2010.1%2064%2020.5%2064H48c10.1%200%2019.6%204.7%2025.6%2012.8L112%20128h208V64H160c-17.7%200-32-14.3-32-32m256%20288h128v-32c0-53-43-96-96-96h-32zm246.6%20105.4c12.5%2012.5%2012.5%2032.8%200%2045.3l-3.9%203.9c-24%2024-56.6%2037.5-90.5%2037.5L256%20512c-17.7%200-32-14.3-32-32s14.3-32%2032-32h280.2c17%200%2033.3-6.7%2045.3-18.7l3.9-3.9c12.5-12.5%2032.8-12.5%2045.3%200z%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%20640%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M128%2032c0-17.7%2014.3-32%2032-32h384c17.7%200%2032%2014.3%2032%2032s-14.3%2032-32%2032H384v64h32c88.4%200%20160%2071.6%20160%20160v64c0%2017.7-14.3%2032-32%2032H320c-20.1%200-39.1-9.5-51.2-25.6l-71.4-95.2c-3.5-4.7-8.3-8.3-13.7-10.5L47.2%20198.1c-9.5-3.8-16.7-12-19.2-22L5%2083.9C2.4%2073.8%2010.1%2064%2020.5%2064H48c10.1%200%2019.6%204.7%2025.6%2012.8L112%20128h208V64H160c-17.7%200-32-14.3-32-32m256%20288h128v-32c0-53-43-96-96-96h-32zm246.6%20105.4c12.5%2012.5%2012.5%2032.8%200%2045.3l-3.9%203.9c-24%2024-56.6%2037.5-90.5%2037.5L256%20512c-17.7%200-32-14.3-32-32s14.3-32%2032-32h280.2c17%200%2033.3-6.7%2045.3-18.7l3.9-3.9c12.5-12.5%2032.8-12.5%2045.3%200z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa6-solid/helicopter.svg?color=%231a73e8&size=48