helicopter-outline-rounded from Material Symbols by Google · Outline Rounded · Social · Apache-2.0 Free for personal and commercial use.

Name
helicopter-outline-rounded
Set
Material Symbols
Style
Outline Rounded
Category
Social
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols

The same icon in other sets

More social icons from Material Symbols

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.475 10.675Q3 11.75 3 13h6V7q-1.25 0-2.35.475t-1.9 1.3t-1.275 1.9M3 17h10V7h-2v6q0 .825-.587 1.413T9 15H3zm12-3.2l6-.6V12h-6zM4 22q-.425 0-.712-.288T3 21t.288-.712T4 20h8q.425 0 .713.288T13 21t-.288.713T12 22zm-1-3q-.825 0-1.412-.587T1 17v-4q0-3.35 2.325-5.675T9 5h4q.825 0 1.413.587T15 7v3h5l.725-1.45q.125-.275.375-.413T21.625 8H22q.425 0 .713.288T23 9v4.2q0 .775-.513 1.338t-1.287.637L15 15.8V17q0 .825-.587 1.413T13 19zM4 4q-.425 0-.712-.288T3 3t.288-.712T4 2h14q.425 0 .713.288T19 3t-.288.713T18 4zm11 9.8V12zm0 0V12z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsHelicopterOutlineRounded(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.475 10.675Q3 11.75 3 13h6V7q-1.25 0-2.35.475t-1.9 1.3t-1.275 1.9M3 17h10V7h-2v6q0 .825-.587 1.413T9 15H3zm12-3.2l6-.6V12h-6zM4 22q-.425 0-.712-.288T3 21t.288-.712T4 20h8q.425 0 .713.288T13 21t-.288.713T12 22zm-1-3q-.825 0-1.412-.587T1 17v-4q0-3.35 2.325-5.675T9 5h4q.825 0 1.413.587T15 7v3h5l.725-1.45q.125-.275.375-.413T21.625 8H22q.425 0 .713.288T23 9v4.2q0 .775-.513 1.338t-1.287.637L15 15.8V17q0 .825-.587 1.413T13 19zM4 4q-.425 0-.712-.288T3 3t.288-.712T4 2h14q.425 0 .713.288T19 3t-.288.713T18 4zm11 9.8V12zm0 0V12z"/></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.475 10.675Q3 11.75 3 13h6V7q-1.25 0-2.35.475t-1.9 1.3t-1.275 1.9M3 17h10V7h-2v6q0 .825-.587 1.413T9 15H3zm12-3.2l6-.6V12h-6zM4 22q-.425 0-.712-.288T3 21t.288-.712T4 20h8q.425 0 .713.288T13 21t-.288.713T12 22zm-1-3q-.825 0-1.412-.587T1 17v-4q0-3.35 2.325-5.675T9 5h4q.825 0 1.413.587T15 7v3h5l.725-1.45q.125-.275.375-.413T21.625 8H22q.425 0 .713.288T23 9v4.2q0 .775-.513 1.338t-1.287.637L15 15.8V17q0 .825-.587 1.413T13 19zM4 4q-.425 0-.712-.288T3 3t.288-.712T4 2h14q.425 0 .713.288T19 3t-.288.713T18 4zm11 9.8V12zm0 0V12z"/></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%22M3.475%2010.675Q3%2011.75%203%2013h6V7q-1.25%200-2.35.475t-1.9%201.3t-1.275%201.9M3%2017h10V7h-2v6q0%20.825-.587%201.413T9%2015H3zm12-3.2l6-.6V12h-6zM4%2022q-.425%200-.712-.288T3%2021t.288-.712T4%2020h8q.425%200%20.713.288T13%2021t-.288.713T12%2022zm-1-3q-.825%200-1.412-.587T1%2017v-4q0-3.35%202.325-5.675T9%205h4q.825%200%201.413.587T15%207v3h5l.725-1.45q.125-.275.375-.413T21.625%208H22q.425%200%20.713.288T23%209v4.2q0%20.775-.513%201.338t-1.287.637L15%2015.8V17q0%20.825-.587%201.413T13%2019zM4%204q-.425%200-.712-.288T3%203t.288-.712T4%202h14q.425%200%20.713.288T19%203t-.288.713T18%204zm11%209.8V12zm0%200V12z%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.475%2010.675Q3%2011.75%203%2013h6V7q-1.25%200-2.35.475t-1.9%201.3t-1.275%201.9M3%2017h10V7h-2v6q0%20.825-.587%201.413T9%2015H3zm12-3.2l6-.6V12h-6zM4%2022q-.425%200-.712-.288T3%2021t.288-.712T4%2020h8q.425%200%20.713.288T13%2021t-.288.713T12%2022zm-1-3q-.825%200-1.412-.587T1%2017v-4q0-3.35%202.325-5.675T9%205h4q.825%200%201.413.587T15%207v3h5l.725-1.45q.125-.275.375-.413T21.625%208H22q.425%200%20.713.288T23%209v4.2q0%20.775-.513%201.338t-1.287.637L15%2015.8V17q0%20.825-.587%201.413T13%2019zM4%204q-.425%200-.712-.288T3%203t.288-.712T4%202h14q.425%200%20.713.288T19%203t-.288.713T18%204zm11%209.8V12zm0%200V12z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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