helicopter icon

helicopter from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
helicopter
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

The same icon in other sets

Use the helicopter icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" stroke-linejoin="round" d="M14 4v4"/><path stroke-linejoin="round" d="m14.184 7.822l-7.132.224c-.716.023-1.073.034-1.38-.102c-.588-.261-.827-.882-1.09-1.428c-.293-.609-.852-.51-1.431-.51c-.614 0-.92 0-1.072.208c-.151.208-.067.514.101 1.127l.057.205c.287 1.04.43 1.561.776 1.935c.345.375.84.546 1.83.888l4.325 1.496c.916.316 1.383.72 1.851 1.594c.722 1.346 1.082 2.02 1.606 2.498c.384.35.829.622 1.31.8c.658.243 1.4.243 2.886.243h3.915c.87 0 1.264-.516 1.264-1.312c0-1.516 0-2.274-.123-2.898c-.5-2.53-2.443-4.485-4.897-4.928c-.605-.109-1.336-.086-2.796-.04Z"/><path stroke-linecap="round" stroke-linejoin="round" d="M21.5 13.5H19a5 5 0 0 1-5-5M12 20h2m7 0h-2m0 0l1-3m-1 3h-5m0 0l1-3"/><path stroke-linecap="round" d="M11 4h6"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsHelicopter(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeWidth="1.5"><path strokeLinecap="round" strokeLinejoin="round" d="M14 4v4"/><path strokeLinejoin="round" d="m14.184 7.822l-7.132.224c-.716.023-1.073.034-1.38-.102c-.588-.261-.827-.882-1.09-1.428c-.293-.609-.852-.51-1.431-.51c-.614 0-.92 0-1.072.208c-.151.208-.067.514.101 1.127l.057.205c.287 1.04.43 1.561.776 1.935c.345.375.84.546 1.83.888l4.325 1.496c.916.316 1.383.72 1.851 1.594c.722 1.346 1.082 2.02 1.606 2.498c.384.35.829.622 1.31.8c.658.243 1.4.243 2.886.243h3.915c.87 0 1.264-.516 1.264-1.312c0-1.516 0-2.274-.123-2.898c-.5-2.53-2.443-4.485-4.897-4.928c-.605-.109-1.336-.086-2.796-.04Z"/><path strokeLinecap="round" strokeLinejoin="round" d="M21.5 13.5H19a5 5 0 0 1-5-5M12 20h2m7 0h-2m0 0l1-3m-1 3h-5m0 0l1-3"/><path strokeLinecap="round" d="M11 4h6"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" stroke-linejoin="round" d="M14 4v4"/><path stroke-linejoin="round" d="m14.184 7.822l-7.132.224c-.716.023-1.073.034-1.38-.102c-.588-.261-.827-.882-1.09-1.428c-.293-.609-.852-.51-1.431-.51c-.614 0-.92 0-1.072.208c-.151.208-.067.514.101 1.127l.057.205c.287 1.04.43 1.561.776 1.935c.345.375.84.546 1.83.888l4.325 1.496c.916.316 1.383.72 1.851 1.594c.722 1.346 1.082 2.02 1.606 2.498c.384.35.829.622 1.31.8c.658.243 1.4.243 2.886.243h3.915c.87 0 1.264-.516 1.264-1.312c0-1.516 0-2.274-.123-2.898c-.5-2.53-2.443-4.485-4.897-4.928c-.605-.109-1.336-.086-2.796-.04Z"/><path stroke-linecap="round" stroke-linejoin="round" d="M21.5 13.5H19a5 5 0 0 1-5-5M12 20h2m7 0h-2m0 0l1-3m-1 3h-5m0 0l1-3"/><path stroke-linecap="round" d="M11 4h6"/></g></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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M14%204v4%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22m14.184%207.822l-7.132.224c-.716.023-1.073.034-1.38-.102c-.588-.261-.827-.882-1.09-1.428c-.293-.609-.852-.51-1.431-.51c-.614%200-.92%200-1.072.208c-.151.208-.067.514.101%201.127l.057.205c.287%201.04.43%201.561.776%201.935c.345.375.84.546%201.83.888l4.325%201.496c.916.316%201.383.72%201.851%201.594c.722%201.346%201.082%202.02%201.606%202.498c.384.35.829.622%201.31.8c.658.243%201.4.243%202.886.243h3.915c.87%200%201.264-.516%201.264-1.312c0-1.516%200-2.274-.123-2.898c-.5-2.53-2.443-4.485-4.897-4.928c-.605-.109-1.336-.086-2.796-.04Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M21.5%2013.5H19a5%205%200%200%201-5-5M12%2020h2m7%200h-2m0%200l1-3m-1%203h-5m0%200l1-3%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M11%204h6%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M14%204v4%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22m14.184%207.822l-7.132.224c-.716.023-1.073.034-1.38-.102c-.588-.261-.827-.882-1.09-1.428c-.293-.609-.852-.51-1.431-.51c-.614%200-.92%200-1.072.208c-.151.208-.067.514.101%201.127l.057.205c.287%201.04.43%201.561.776%201.935c.345.375.84.546%201.83.888l4.325%201.496c.916.316%201.383.72%201.851%201.594c.722%201.346%201.082%202.02%201.606%202.498c.384.35.829.622%201.31.8c.658.243%201.4.243%202.886.243h3.915c.87%200%201.264-.516%201.264-1.312c0-1.516%200-2.274-.123-2.898c-.5-2.53-2.443-4.485-4.897-4.928c-.605-.109-1.336-.086-2.796-.04Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M21.5%2013.5H19a5%205%200%200%201-5-5M12%2020h2m7%200h-2m0%200l1-3m-1%203h-5m0%200l1-3%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M11%204h6%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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