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

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

The same icon in other sets

Use the drone icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M14 6.015A3.519 3.519 0 1 1 17.985 10M10 6.015A3.519 3.519 0 1 0 6.015 10M14 17.985A3.519 3.519 0 1 0 17.985 14M10 17.985A3.519 3.519 0 1 1 6.015 14m4.22.848C10.602 15 11.068 15 12 15s1.398 0 1.765-.152a2 2 0 0 0 1.083-1.083C15 13.398 15 12.932 15 12s0-1.398-.152-1.765a2 2 0 0 0-1.083-1.083C13.398 9 12.932 9 12 9s-1.398 0-1.765.152a2 2 0 0 0-1.083 1.083C9 10.602 9 11.068 9 12s0 1.398.152 1.765a2 2 0 0 0 1.083 1.083M14.5 14.5L17 17m-7.5-2.5L7 17m7.5-7.5L17 7M9.5 9.5L7 7"/></svg>

React

import type { SVGProps } from "react";

export function HugeiconsDrone(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="M14 6.015A3.519 3.519 0 1 1 17.985 10M10 6.015A3.519 3.519 0 1 0 6.015 10M14 17.985A3.519 3.519 0 1 0 17.985 14M10 17.985A3.519 3.519 0 1 1 6.015 14m4.22.848C10.602 15 11.068 15 12 15s1.398 0 1.765-.152a2 2 0 0 0 1.083-1.083C15 13.398 15 12.932 15 12s0-1.398-.152-1.765a2 2 0 0 0-1.083-1.083C13.398 9 12.932 9 12 9s-1.398 0-1.765.152a2 2 0 0 0-1.083 1.083C9 10.602 9 11.068 9 12s0 1.398.152 1.765a2 2 0 0 0 1.083 1.083M14.5 14.5L17 17m-7.5-2.5L7 17m7.5-7.5L17 7M9.5 9.5L7 7"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M14 6.015A3.519 3.519 0 1 1 17.985 10M10 6.015A3.519 3.519 0 1 0 6.015 10M14 17.985A3.519 3.519 0 1 0 17.985 14M10 17.985A3.519 3.519 0 1 1 6.015 14m4.22.848C10.602 15 11.068 15 12 15s1.398 0 1.765-.152a2 2 0 0 0 1.083-1.083C15 13.398 15 12.932 15 12s0-1.398-.152-1.765a2 2 0 0 0-1.083-1.083C13.398 9 12.932 9 12 9s-1.398 0-1.765.152a2 2 0 0 0-1.083 1.083C9 10.602 9 11.068 9 12s0 1.398.152 1.765a2 2 0 0 0 1.083 1.083M14.5 14.5L17 17m-7.5-2.5L7 17m7.5-7.5L17 7M9.5 9.5L7 7"/></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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M14%206.015A3.519%203.519%200%201%201%2017.985%2010M10%206.015A3.519%203.519%200%201%200%206.015%2010M14%2017.985A3.519%203.519%200%201%200%2017.985%2014M10%2017.985A3.519%203.519%200%201%201%206.015%2014m4.22.848C10.602%2015%2011.068%2015%2012%2015s1.398%200%201.765-.152a2%202%200%200%200%201.083-1.083C15%2013.398%2015%2012.932%2015%2012s0-1.398-.152-1.765a2%202%200%200%200-1.083-1.083C13.398%209%2012.932%209%2012%209s-1.398%200-1.765.152a2%202%200%200%200-1.083%201.083C9%2010.602%209%2011.068%209%2012s0%201.398.152%201.765a2%202%200%200%200%201.083%201.083M14.5%2014.5L17%2017m-7.5-2.5L7%2017m7.5-7.5L17%207M9.5%209.5L7%207%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M14%206.015A3.519%203.519%200%201%201%2017.985%2010M10%206.015A3.519%203.519%200%201%200%206.015%2010M14%2017.985A3.519%203.519%200%201%200%2017.985%2014M10%2017.985A3.519%203.519%200%201%201%206.015%2014m4.22.848C10.602%2015%2011.068%2015%2012%2015s1.398%200%201.765-.152a2%202%200%200%200%201.083-1.083C15%2013.398%2015%2012.932%2015%2012s0-1.398-.152-1.765a2%202%200%200%200-1.083-1.083C13.398%209%2012.932%209%2012%209s-1.398%200-1.765.152a2%202%200%200%200-1.083%201.083C9%2010.602%209%2011.068%209%2012s0%201.398.152%201.765a2%202%200%200%200%201.083%201.083M14.5%2014.5L17%2017m-7.5-2.5L7%2017m7.5-7.5L17%207M9.5%209.5L7%207%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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