helicopter icon
helicopter-outline-rounded from Material Symbols Light by Google · Outline Rounded · Social · Apache-2.0 Free for personal and commercial use.
- Name
- helicopter-outline-rounded
- Set
- Material Symbols Light
- Style
- Outline Rounded
- Category
- Social
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols Light
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 Design IconshelicopterNoto EmojihelicopterOpenMojihelicopterPixelarticonshelicopterStreamline EmojishelicopterTabler IconshelicopterTwitter Emoji
More social icons from Material Symbols Light
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="M4.225 11.089q-.456 1.123-.456 2.373h5.693q.269 0 .442-.173t.173-.443V7.154q-1.443 0-2.6.523T5.5 9.083t-1.275 2.006m.16 5.757h8.461q.27 0 .443-.173t.173-.442V7.769q0-.269-.173-.442t-.443-.173h-1.769v5.692q0 .666-.474 1.141t-1.141.475H3.769v1.769q0 .269.173.442q.174.173.443.173m10.077-3.161l5.211-.543q.23-.038.394-.211t.164-.404V11h-5.77zM4.5 20.23q-.213 0-.356-.144Q4 19.943 4 19.73t.144-.356t.356-.143h7.75q.213 0 .356.144t.144.356t-.144.356t-.356.144zm-.115-2.385q-.667 0-1.141-.474q-.475-.475-.475-1.141v-2.77q0-2.926 2.008-5.117t5.3-2.19h2.77q.666 0 1.14.474q.475.475.475 1.141V10h4.884l.764-1.72q.067-.14.173-.21t.265-.07h.186q.211 0 .354.144t.143.356v4.027q0 .621-.414 1.085t-1.04.525l-5.315.548v1.546q0 .666-.475 1.14q-.475.475-1.14.475zM4.5 4.77q-.213 0-.356-.144T4 4.27t.144-.356t.356-.144h13.75q.213 0 .356.144q.144.144.144.357t-.144.356t-.356.143zm9.962 8.916V11zm0 0V11z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightHelicopterOutlineRounded(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="M4.225 11.089q-.456 1.123-.456 2.373h5.693q.269 0 .442-.173t.173-.443V7.154q-1.443 0-2.6.523T5.5 9.083t-1.275 2.006m.16 5.757h8.461q.27 0 .443-.173t.173-.442V7.769q0-.269-.173-.442t-.443-.173h-1.769v5.692q0 .666-.474 1.141t-1.141.475H3.769v1.769q0 .269.173.442q.174.173.443.173m10.077-3.161l5.211-.543q.23-.038.394-.211t.164-.404V11h-5.77zM4.5 20.23q-.213 0-.356-.144Q4 19.943 4 19.73t.144-.356t.356-.143h7.75q.213 0 .356.144t.144.356t-.144.356t-.356.144zm-.115-2.385q-.667 0-1.141-.474q-.475-.475-.475-1.141v-2.77q0-2.926 2.008-5.117t5.3-2.19h2.77q.666 0 1.14.474q.475.475.475 1.141V10h4.884l.764-1.72q.067-.14.173-.21t.265-.07h.186q.211 0 .354.144t.143.356v4.027q0 .621-.414 1.085t-1.04.525l-5.315.548v1.546q0 .666-.475 1.14q-.475.475-1.14.475zM4.5 4.77q-.213 0-.356-.144T4 4.27t.144-.356t.356-.144h13.75q.213 0 .356.144q.144.144.144.357t-.144.356t-.356.143zm9.962 8.916V11zm0 0V11z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.225 11.089q-.456 1.123-.456 2.373h5.693q.269 0 .442-.173t.173-.443V7.154q-1.443 0-2.6.523T5.5 9.083t-1.275 2.006m.16 5.757h8.461q.27 0 .443-.173t.173-.442V7.769q0-.269-.173-.442t-.443-.173h-1.769v5.692q0 .666-.474 1.141t-1.141.475H3.769v1.769q0 .269.173.442q.174.173.443.173m10.077-3.161l5.211-.543q.23-.038.394-.211t.164-.404V11h-5.77zM4.5 20.23q-.213 0-.356-.144Q4 19.943 4 19.73t.144-.356t.356-.143h7.75q.213 0 .356.144t.144.356t-.144.356t-.356.144zm-.115-2.385q-.667 0-1.141-.474q-.475-.475-.475-1.141v-2.77q0-2.926 2.008-5.117t5.3-2.19h2.77q.666 0 1.14.474q.475.475.475 1.141V10h4.884l.764-1.72q.067-.14.173-.21t.265-.07h.186q.211 0 .354.144t.143.356v4.027q0 .621-.414 1.085t-1.04.525l-5.315.548v1.546q0 .666-.475 1.14q-.475.475-1.14.475zM4.5 4.77q-.213 0-.356-.144T4 4.27t.144-.356t.356-.144h13.75q.213 0 .356.144q.144.144.144.357t-.144.356t-.356.143zm9.962 8.916V11zm0 0V11z"/></svg> </template>
CSS
.icon-helicopter-outline-rounded {
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%22M4.225%2011.089q-.456%201.123-.456%202.373h5.693q.269%200%20.442-.173t.173-.443V7.154q-1.443%200-2.6.523T5.5%209.083t-1.275%202.006m.16%205.757h8.461q.27%200%20.443-.173t.173-.442V7.769q0-.269-.173-.442t-.443-.173h-1.769v5.692q0%20.666-.474%201.141t-1.141.475H3.769v1.769q0%20.269.173.442q.174.173.443.173m10.077-3.161l5.211-.543q.23-.038.394-.211t.164-.404V11h-5.77zM4.5%2020.23q-.213%200-.356-.144Q4%2019.943%204%2019.73t.144-.356t.356-.143h7.75q.213%200%20.356.144t.144.356t-.144.356t-.356.144zm-.115-2.385q-.667%200-1.141-.474q-.475-.475-.475-1.141v-2.77q0-2.926%202.008-5.117t5.3-2.19h2.77q.666%200%201.14.474q.475.475.475%201.141V10h4.884l.764-1.72q.067-.14.173-.21t.265-.07h.186q.211%200%20.354.144t.143.356v4.027q0%20.621-.414%201.085t-1.04.525l-5.315.548v1.546q0%20.666-.475%201.14q-.475.475-1.14.475zM4.5%204.77q-.213%200-.356-.144T4%204.27t.144-.356t.356-.144h13.75q.213%200%20.356.144q.144.144.144.357t-.144.356t-.356.143zm9.962%208.916V11zm0%200V11z%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%22M4.225%2011.089q-.456%201.123-.456%202.373h5.693q.269%200%20.442-.173t.173-.443V7.154q-1.443%200-2.6.523T5.5%209.083t-1.275%202.006m.16%205.757h8.461q.27%200%20.443-.173t.173-.442V7.769q0-.269-.173-.442t-.443-.173h-1.769v5.692q0%20.666-.474%201.141t-1.141.475H3.769v1.769q0%20.269.173.442q.174.173.443.173m10.077-3.161l5.211-.543q.23-.038.394-.211t.164-.404V11h-5.77zM4.5%2020.23q-.213%200-.356-.144Q4%2019.943%204%2019.73t.144-.356t.356-.143h7.75q.213%200%20.356.144t.144.356t-.144.356t-.356.144zm-.115-2.385q-.667%200-1.141-.474q-.475-.475-.475-1.141v-2.77q0-2.926%202.008-5.117t5.3-2.19h2.77q.666%200%201.14.474q.475.475.475%201.141V10h4.884l.764-1.72q.067-.14.173-.21t.265-.07h.186q.211%200%20.354.144t.143.356v4.027q0%20.621-.414%201.085t-1.04.525l-5.315.548v1.546q0%20.666-.475%201.14q-.475.475-1.14.475zM4.5%204.77q-.213%200-.356-.144T4%204.27t.144-.356t.356-.144h13.75q.213%200%20.356.144q.144.144.144.357t-.144.356t-.356.143zm9.962%208.916V11zm0%200V11z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/helicopter-outline-rounded.svg?color=%231a73e8&size=48