helicopter icon
helicopter from Material Design Icons by Pictogrammers · Filled · Transportation + Flying · Apache-2.0 Free for personal and commercial use.
- Name
- helicopter
- Set
- Material Design Icons
- Style
- Filled
- Category
- Transportation + Flying
- Viewbox
- 24×24
- License
- Apache 2.0
The same icon in other sets
helicopterCarbonhelicopterEmoji One (Colored)helicopterFont Awesome 6 SolidhelicopterFont Awesome SolidhelicopterFluent EmojihelicopterFluent Emoji FlathelicopterFluent Emoji High ContrasthelicopterFirefox OS EmojihelicopterHealth IconshelicopterHuge IconshelicopterLine AwesomehelicopterLucidehelicopterMaterial SymbolshelicopterMaterial Symbols LighthelicopterNoto EmojihelicopterOpenMojihelicopterPixelarticonshelicopterStreamline EmojishelicopterTabler IconshelicopterTwitter Emoji
More transportation + flying icons from Material Design Icons
Use the helicopter icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3 3h14v2H3zm20 3v4.5l-8.25 1.7A3.5 3.5 0 0 1 13 16.66V19h3v2H4a3 3 0 0 1-3-3v-1h2v1a1 1 0 0 0 1 1h1v-2.26c-1.75-.61-3-2.28-3-4.24C2 10 4 8 6.5 8H9V6h2v2h10V6zM11 19v-2H7v2zm-3.5-9c-1.38 0-2.5.9-2.5 2s1.12 2 2.5 2s2.5-.9 2.5-2s-1.12-2-2.5-2"/></svg>
React
import type { SVGProps } from "react";
export function MdiHelicopter(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3 3h14v2H3zm20 3v4.5l-8.25 1.7A3.5 3.5 0 0 1 13 16.66V19h3v2H4a3 3 0 0 1-3-3v-1h2v1a1 1 0 0 0 1 1h1v-2.26c-1.75-.61-3-2.28-3-4.24C2 10 4 8 6.5 8H9V6h2v2h10V6zM11 19v-2H7v2zm-3.5-9c-1.38 0-2.5.9-2.5 2s1.12 2 2.5 2s2.5-.9 2.5-2s-1.12-2-2.5-2"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3 3h14v2H3zm20 3v4.5l-8.25 1.7A3.5 3.5 0 0 1 13 16.66V19h3v2H4a3 3 0 0 1-3-3v-1h2v1a1 1 0 0 0 1 1h1v-2.26c-1.75-.61-3-2.28-3-4.24C2 10 4 8 6.5 8H9V6h2v2h10V6zM11 19v-2H7v2zm-3.5-9c-1.38 0-2.5.9-2.5 2s1.12 2 2.5 2s2.5-.9 2.5-2s-1.12-2-2.5-2"/></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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3%203h14v2H3zm20%203v4.5l-8.25%201.7A3.5%203.5%200%200%201%2013%2016.66V19h3v2H4a3%203%200%200%201-3-3v-1h2v1a1%201%200%200%200%201%201h1v-2.26c-1.75-.61-3-2.28-3-4.24C2%2010%204%208%206.5%208H9V6h2v2h10V6zM11%2019v-2H7v2zm-3.5-9c-1.38%200-2.5.9-2.5%202s1.12%202%202.5%202s2.5-.9%202.5-2s-1.12-2-2.5-2%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3%203h14v2H3zm20%203v4.5l-8.25%201.7A3.5%203.5%200%200%201%2013%2016.66V19h3v2H4a3%203%200%200%201-3-3v-1h2v1a1%201%200%200%200%201%201h1v-2.26c-1.75-.61-3-2.28-3-4.24C2%2010%204%208%206.5%208H9V6h2v2h10V6zM11%2019v-2H7v2zm-3.5-9c-1.38%200-2.5.9-2.5%202s1.12%202%202.5%202s2.5-.9%202.5-2s-1.12-2-2.5-2%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/helicopter.svg?color=%231a73e8&size=48