helicopter icon

helicopter from Health Icons by Resolve to Save Lives · Filled · Vehicles · MIT Free for personal and commercial use.

Name
helicopter
Set
Health Icons
Style
Filled
Category
Vehicles
Viewbox
48×48
License
MIT

3 other variants in Health Icons

The same icon in other sets

More vehicles icons from Health Icons

Use the helicopter icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path fill-rule="evenodd" d="m43.926 20.624l-1.806-4.45l1.834-5.876l-1.909-.596l-1.74 5.575l-10.328.869c-2.595 0-4.911.132-6.977.371V14a1 1 0 1 0-2 0v2.795C13.499 18.019 9.744 20.82 8 23.87c-1.153 2.017-1.352 4.028-1.269 5.517c.042.745.155 1.368.259 1.809a8 8 0 0 0 .203.715l.005.014l.002.006l.001.002l.799-.294l-.798.295a1 1 0 0 0 .29.415L8 31.751c-.507.599-.504.602-.5.605l.007.006l.015.012a1 1 0 0 0 .083.059a1 1 0 0 0 .253.119q.14.047.331.082c.259.05.68.104 1.395.157c1.433.106 4.134.209 9.243.209c2.653 0 4.788-.428 6.49-1.263a8.6 8.6 0 0 0 3.792-3.577c1.54-2.72 1.849-6.323 1.887-10.093l9.413-.791l1.664 4.1zM9 27v-.367zm.204-1h10.31q.095-.209.215-.59c.224-.727.443-1.744.636-2.848c.229-1.312.409-2.675.518-3.72c-6.811 1.193-9.834 3.726-11.147 6.021q-.324.571-.532 1.137" clip-rule="evenodd"/><path d="M5 10a1 1 0 1 0 0 2h33.005a1 1 0 1 0 0-2zm-.625 24.22a1 1 0 0 1 1.406.155c.22.276.783.6 1.758.88c.924.265 2.037.44 3.135.554a39 39 0 0 0 4.083.192h.082l.01-.001H30.5a1 1 0 0 1 0 2H14.847l-.073.001l-.271.001a41 41 0 0 1-4.034-.204c-1.152-.119-2.396-.31-3.481-.62c-1.034-.297-2.133-.758-2.769-1.553a1 1 0 0 1 .156-1.406"/></g></svg>

React

import type { SVGProps } from "react";

export function HealthiconsHelicopter(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path fillRule="evenodd" d="m43.926 20.624l-1.806-4.45l1.834-5.876l-1.909-.596l-1.74 5.575l-10.328.869c-2.595 0-4.911.132-6.977.371V14a1 1 0 1 0-2 0v2.795C13.499 18.019 9.744 20.82 8 23.87c-1.153 2.017-1.352 4.028-1.269 5.517c.042.745.155 1.368.259 1.809a8 8 0 0 0 .203.715l.005.014l.002.006l.001.002l.799-.294l-.798.295a1 1 0 0 0 .29.415L8 31.751c-.507.599-.504.602-.5.605l.007.006l.015.012a1 1 0 0 0 .083.059a1 1 0 0 0 .253.119q.14.047.331.082c.259.05.68.104 1.395.157c1.433.106 4.134.209 9.243.209c2.653 0 4.788-.428 6.49-1.263a8.6 8.6 0 0 0 3.792-3.577c1.54-2.72 1.849-6.323 1.887-10.093l9.413-.791l1.664 4.1zM9 27v-.367zm.204-1h10.31q.095-.209.215-.59c.224-.727.443-1.744.636-2.848c.229-1.312.409-2.675.518-3.72c-6.811 1.193-9.834 3.726-11.147 6.021q-.324.571-.532 1.137" clipRule="evenodd"/><path d="M5 10a1 1 0 1 0 0 2h33.005a1 1 0 1 0 0-2zm-.625 24.22a1 1 0 0 1 1.406.155c.22.276.783.6 1.758.88c.924.265 2.037.44 3.135.554a39 39 0 0 0 4.083.192h.082l.01-.001H30.5a1 1 0 0 1 0 2H14.847l-.073.001l-.271.001a41 41 0 0 1-4.034-.204c-1.152-.119-2.396-.31-3.481-.62c-1.034-.297-2.133-.758-2.769-1.553a1 1 0 0 1 .156-1.406"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path fill-rule="evenodd" d="m43.926 20.624l-1.806-4.45l1.834-5.876l-1.909-.596l-1.74 5.575l-10.328.869c-2.595 0-4.911.132-6.977.371V14a1 1 0 1 0-2 0v2.795C13.499 18.019 9.744 20.82 8 23.87c-1.153 2.017-1.352 4.028-1.269 5.517c.042.745.155 1.368.259 1.809a8 8 0 0 0 .203.715l.005.014l.002.006l.001.002l.799-.294l-.798.295a1 1 0 0 0 .29.415L8 31.751c-.507.599-.504.602-.5.605l.007.006l.015.012a1 1 0 0 0 .083.059a1 1 0 0 0 .253.119q.14.047.331.082c.259.05.68.104 1.395.157c1.433.106 4.134.209 9.243.209c2.653 0 4.788-.428 6.49-1.263a8.6 8.6 0 0 0 3.792-3.577c1.54-2.72 1.849-6.323 1.887-10.093l9.413-.791l1.664 4.1zM9 27v-.367zm.204-1h10.31q.095-.209.215-.59c.224-.727.443-1.744.636-2.848c.229-1.312.409-2.675.518-3.72c-6.811 1.193-9.834 3.726-11.147 6.021q-.324.571-.532 1.137" clip-rule="evenodd"/><path d="M5 10a1 1 0 1 0 0 2h33.005a1 1 0 1 0 0-2zm-.625 24.22a1 1 0 0 1 1.406.155c.22.276.783.6 1.758.88c.924.265 2.037.44 3.135.554a39 39 0 0 0 4.083.192h.082l.01-.001H30.5a1 1 0 0 1 0 2H14.847l-.073.001l-.271.001a41 41 0 0 1-4.034-.204c-1.152-.119-2.396-.31-3.481-.62c-1.034-.297-2.133-.758-2.769-1.553a1 1 0 0 1 .156-1.406"/></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%2048%2048%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22m43.926%2020.624l-1.806-4.45l1.834-5.876l-1.909-.596l-1.74%205.575l-10.328.869c-2.595%200-4.911.132-6.977.371V14a1%201%200%201%200-2%200v2.795C13.499%2018.019%209.744%2020.82%208%2023.87c-1.153%202.017-1.352%204.028-1.269%205.517c.042.745.155%201.368.259%201.809a8%208%200%200%200%20.203.715l.005.014l.002.006l.001.002l.799-.294l-.798.295a1%201%200%200%200%20.29.415L8%2031.751c-.507.599-.504.602-.5.605l.007.006l.015.012a1%201%200%200%200%20.083.059a1%201%200%200%200%20.253.119q.14.047.331.082c.259.05.68.104%201.395.157c1.433.106%204.134.209%209.243.209c2.653%200%204.788-.428%206.49-1.263a8.6%208.6%200%200%200%203.792-3.577c1.54-2.72%201.849-6.323%201.887-10.093l9.413-.791l1.664%204.1zM9%2027v-.367zm.204-1h10.31q.095-.209.215-.59c.224-.727.443-1.744.636-2.848c.229-1.312.409-2.675.518-3.72c-6.811%201.193-9.834%203.726-11.147%206.021q-.324.571-.532%201.137%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M5%2010a1%201%200%201%200%200%202h33.005a1%201%200%201%200%200-2zm-.625%2024.22a1%201%200%200%201%201.406.155c.22.276.783.6%201.758.88c.924.265%202.037.44%203.135.554a39%2039%200%200%200%204.083.192h.082l.01-.001H30.5a1%201%200%200%201%200%202H14.847l-.073.001l-.271.001a41%2041%200%200%201-4.034-.204c-1.152-.119-2.396-.31-3.481-.62c-1.034-.297-2.133-.758-2.769-1.553a1%201%200%200%201%20.156-1.406%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%2048%2048%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22m43.926%2020.624l-1.806-4.45l1.834-5.876l-1.909-.596l-1.74%205.575l-10.328.869c-2.595%200-4.911.132-6.977.371V14a1%201%200%201%200-2%200v2.795C13.499%2018.019%209.744%2020.82%208%2023.87c-1.153%202.017-1.352%204.028-1.269%205.517c.042.745.155%201.368.259%201.809a8%208%200%200%200%20.203.715l.005.014l.002.006l.001.002l.799-.294l-.798.295a1%201%200%200%200%20.29.415L8%2031.751c-.507.599-.504.602-.5.605l.007.006l.015.012a1%201%200%200%200%20.083.059a1%201%200%200%200%20.253.119q.14.047.331.082c.259.05.68.104%201.395.157c1.433.106%204.134.209%209.243.209c2.653%200%204.788-.428%206.49-1.263a8.6%208.6%200%200%200%203.792-3.577c1.54-2.72%201.849-6.323%201.887-10.093l9.413-.791l1.664%204.1zM9%2027v-.367zm.204-1h10.31q.095-.209.215-.59c.224-.727.443-1.744.636-2.848c.229-1.312.409-2.675.518-3.72c-6.811%201.193-9.834%203.726-11.147%206.021q-.324.571-.532%201.137%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M5%2010a1%201%200%201%200%200%202h33.005a1%201%200%201%200%200-2zm-.625%2024.22a1%201%200%200%201%201.406.155c.22.276.783.6%201.758.88c.924.265%202.037.44%203.135.554a39%2039%200%200%200%204.083.192h.082l.01-.001H30.5a1%201%200%200%201%200%202H14.847l-.073.001l-.271.001a41%2041%200%200%201-4.034-.204c-1.152-.119-2.396-.31-3.481-.62c-1.034-.297-2.133-.758-2.769-1.553a1%201%200%200%201%20.156-1.406%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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