drone from Material Design Icons by Pictogrammers · Filled · Transportation + Flying · Apache-2.0 Free for personal and commercial use.

Name
drone
Set
Material Design Icons
Style
Filled
Category
Transportation + Flying
Viewbox
24×24
License
Apache 2.0

The same icon in other sets

More transportation + flying icons from Material Design Icons

Use the drone icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M22 11h-1l-1-2h-6.25L16 12.5h-2L10.75 9H4c-.55 0-2-.45-2-1s1.5-2.5 3.5-2.5S7.67 6.5 9 7h12a1 1 0 0 1 1 1zM10.75 6.5L14 3h2l-2.25 3.5zM18 11V9.5h1.75L19 11zM3 19a1 1 0 0 1-1-1a1 1 0 0 1 1-1a4 4 0 0 1 4 4a1 1 0 0 1-1 1a1 1 0 0 1-1-1a2 2 0 0 0-2-2m8 2a1 1 0 0 1-1 1a1 1 0 0 1-1-1a6 6 0 0 0-6-6a1 1 0 0 1-1-1a1 1 0 0 1 1-1a8 8 0 0 1 8 8"/></svg>

React

import type { SVGProps } from "react";

export function MdiDrone(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="M22 11h-1l-1-2h-6.25L16 12.5h-2L10.75 9H4c-.55 0-2-.45-2-1s1.5-2.5 3.5-2.5S7.67 6.5 9 7h12a1 1 0 0 1 1 1zM10.75 6.5L14 3h2l-2.25 3.5zM18 11V9.5h1.75L19 11zM3 19a1 1 0 0 1-1-1a1 1 0 0 1 1-1a4 4 0 0 1 4 4a1 1 0 0 1-1 1a1 1 0 0 1-1-1a2 2 0 0 0-2-2m8 2a1 1 0 0 1-1 1a1 1 0 0 1-1-1a6 6 0 0 0-6-6a1 1 0 0 1-1-1a1 1 0 0 1 1-1a8 8 0 0 1 8 8"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M22 11h-1l-1-2h-6.25L16 12.5h-2L10.75 9H4c-.55 0-2-.45-2-1s1.5-2.5 3.5-2.5S7.67 6.5 9 7h12a1 1 0 0 1 1 1zM10.75 6.5L14 3h2l-2.25 3.5zM18 11V9.5h1.75L19 11zM3 19a1 1 0 0 1-1-1a1 1 0 0 1 1-1a4 4 0 0 1 4 4a1 1 0 0 1-1 1a1 1 0 0 1-1-1a2 2 0 0 0-2-2m8 2a1 1 0 0 1-1 1a1 1 0 0 1-1-1a6 6 0 0 0-6-6a1 1 0 0 1-1-1a1 1 0 0 1 1-1a8 8 0 0 1 8 8"/></svg>
</template>

CSS

.icon-drone {
  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%22M22%2011h-1l-1-2h-6.25L16%2012.5h-2L10.75%209H4c-.55%200-2-.45-2-1s1.5-2.5%203.5-2.5S7.67%206.5%209%207h12a1%201%200%200%201%201%201zM10.75%206.5L14%203h2l-2.25%203.5zM18%2011V9.5h1.75L19%2011zM3%2019a1%201%200%200%201-1-1a1%201%200%200%201%201-1a4%204%200%200%201%204%204a1%201%200%200%201-1%201a1%201%200%200%201-1-1a2%202%200%200%200-2-2m8%202a1%201%200%200%201-1%201a1%201%200%200%201-1-1a6%206%200%200%200-6-6a1%201%200%200%201-1-1a1%201%200%200%201%201-1a8%208%200%200%201%208%208%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%22M22%2011h-1l-1-2h-6.25L16%2012.5h-2L10.75%209H4c-.55%200-2-.45-2-1s1.5-2.5%203.5-2.5S7.67%206.5%209%207h12a1%201%200%200%201%201%201zM10.75%206.5L14%203h2l-2.25%203.5zM18%2011V9.5h1.75L19%2011zM3%2019a1%201%200%200%201-1-1a1%201%200%200%201%201-1a4%204%200%200%201%204%204a1%201%200%200%201-1%201a1%201%200%200%201-1-1a2%202%200%200%200-2-2m8%202a1%201%200%200%201-1%201a1%201%200%200%201-1-1a6%206%200%200%200-6-6a1%201%200%200%201-1-1a1%201%200%200%201%201-1a8%208%200%200%201%208%208%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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