drone-light from Phosphor by Phosphor Icons · Light · MIT Free for personal and commercial use.

Name
drone-light
Set
Phosphor
Style
Light
Viewbox
256×256
License
MIT

5 other variants in Phosphor

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 256 256"><path fill="currentColor" d="M188.24 67.76a6 6 0 0 0-8.48 0L149.52 98h-43L76.24 67.76a6 6 0 0 0-8.48 8.48L98 106.48v43l-30.24 30.28a6 6 0 1 0 8.48 8.48L106.48 158h43l30.24 30.24a6 6 0 0 0 8.48-8.48L158 149.52v-43l30.24-30.24a6 6 0 0 0 0-8.52M110 110h36v36h-36Zm30.39-48A42 42 0 1 1 194 115.61a6.1 6.1 0 0 1-2 .34a6 6 0 0 1-2-11.66A30 30 0 1 0 151.71 66a6 6 0 1 1-11.32-4M222 180a42 42 0 0 1-81.61 14a6 6 0 0 1 11.32-4A30 30 0 1 0 190 151.71a6 6 0 0 1 4-11.32A42.07 42.07 0 0 1 222 180m-106.39 14A42 42 0 1 1 62 140.39a6 6 0 1 1 4 11.32A30 30 0 1 0 104.29 190a6 6 0 0 1 11.32 4M34 76a42 42 0 0 1 81.61-14a6 6 0 1 1-11.32 4A30 30 0 1 0 66 104.29A6 6 0 0 1 64 116a6.1 6.1 0 0 1-2-.34A42.07 42.07 0 0 1 34 76"/></svg>

React

import type { SVGProps } from "react";

export function PhDroneLight(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M188.24 67.76a6 6 0 0 0-8.48 0L149.52 98h-43L76.24 67.76a6 6 0 0 0-8.48 8.48L98 106.48v43l-30.24 30.28a6 6 0 1 0 8.48 8.48L106.48 158h43l30.24 30.24a6 6 0 0 0 8.48-8.48L158 149.52v-43l30.24-30.24a6 6 0 0 0 0-8.52M110 110h36v36h-36Zm30.39-48A42 42 0 1 1 194 115.61a6.1 6.1 0 0 1-2 .34a6 6 0 0 1-2-11.66A30 30 0 1 0 151.71 66a6 6 0 1 1-11.32-4M222 180a42 42 0 0 1-81.61 14a6 6 0 0 1 11.32-4A30 30 0 1 0 190 151.71a6 6 0 0 1 4-11.32A42.07 42.07 0 0 1 222 180m-106.39 14A42 42 0 1 1 62 140.39a6 6 0 1 1 4 11.32A30 30 0 1 0 104.29 190a6 6 0 0 1 11.32 4M34 76a42 42 0 0 1 81.61-14a6 6 0 1 1-11.32 4A30 30 0 1 0 66 104.29A6 6 0 0 1 64 116a6.1 6.1 0 0 1-2-.34A42.07 42.07 0 0 1 34 76"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M188.24 67.76a6 6 0 0 0-8.48 0L149.52 98h-43L76.24 67.76a6 6 0 0 0-8.48 8.48L98 106.48v43l-30.24 30.28a6 6 0 1 0 8.48 8.48L106.48 158h43l30.24 30.24a6 6 0 0 0 8.48-8.48L158 149.52v-43l30.24-30.24a6 6 0 0 0 0-8.52M110 110h36v36h-36Zm30.39-48A42 42 0 1 1 194 115.61a6.1 6.1 0 0 1-2 .34a6 6 0 0 1-2-11.66A30 30 0 1 0 151.71 66a6 6 0 1 1-11.32-4M222 180a42 42 0 0 1-81.61 14a6 6 0 0 1 11.32-4A30 30 0 1 0 190 151.71a6 6 0 0 1 4-11.32A42.07 42.07 0 0 1 222 180m-106.39 14A42 42 0 1 1 62 140.39a6 6 0 1 1 4 11.32A30 30 0 1 0 104.29 190a6 6 0 0 1 11.32 4M34 76a42 42 0 0 1 81.61-14a6 6 0 1 1-11.32 4A30 30 0 1 0 66 104.29A6 6 0 0 1 64 116a6.1 6.1 0 0 1-2-.34A42.07 42.07 0 0 1 34 76"/></svg>
</template>

CSS

.icon-drone-light {
  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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M188.24%2067.76a6%206%200%200%200-8.48%200L149.52%2098h-43L76.24%2067.76a6%206%200%200%200-8.48%208.48L98%20106.48v43l-30.24%2030.28a6%206%200%201%200%208.48%208.48L106.48%20158h43l30.24%2030.24a6%206%200%200%200%208.48-8.48L158%20149.52v-43l30.24-30.24a6%206%200%200%200%200-8.52M110%20110h36v36h-36Zm30.39-48A42%2042%200%201%201%20194%20115.61a6.1%206.1%200%200%201-2%20.34a6%206%200%200%201-2-11.66A30%2030%200%201%200%20151.71%2066a6%206%200%201%201-11.32-4M222%20180a42%2042%200%200%201-81.61%2014a6%206%200%200%201%2011.32-4A30%2030%200%201%200%20190%20151.71a6%206%200%200%201%204-11.32A42.07%2042.07%200%200%201%20222%20180m-106.39%2014A42%2042%200%201%201%2062%20140.39a6%206%200%201%201%204%2011.32A30%2030%200%201%200%20104.29%20190a6%206%200%200%201%2011.32%204M34%2076a42%2042%200%200%201%2081.61-14a6%206%200%201%201-11.32%204A30%2030%200%201%200%2066%20104.29A6%206%200%200%201%2064%20116a6.1%206.1%200%200%201-2-.34A42.07%2042.07%200%200%201%2034%2076%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M188.24%2067.76a6%206%200%200%200-8.48%200L149.52%2098h-43L76.24%2067.76a6%206%200%200%200-8.48%208.48L98%20106.48v43l-30.24%2030.28a6%206%200%201%200%208.48%208.48L106.48%20158h43l30.24%2030.24a6%206%200%200%200%208.48-8.48L158%20149.52v-43l30.24-30.24a6%206%200%200%200%200-8.52M110%20110h36v36h-36Zm30.39-48A42%2042%200%201%201%20194%20115.61a6.1%206.1%200%200%201-2%20.34a6%206%200%200%201-2-11.66A30%2030%200%201%200%20151.71%2066a6%206%200%201%201-11.32-4M222%20180a42%2042%200%200%201-81.61%2014a6%206%200%200%201%2011.32-4A30%2030%200%201%200%20190%20151.71a6%206%200%200%201%204-11.32A42.07%2042.07%200%200%201%20222%20180m-106.39%2014A42%2042%200%201%201%2062%20140.39a6%206%200%201%201%204%2011.32A30%2030%200%201%200%20104.29%20190a6%206%200%200%201%2011.32%204M34%2076a42%2042%200%200%201%2081.61-14a6%206%200%201%201-11.32%204A30%2030%200%201%200%2066%20104.29A6%206%200%200%201%2064%20116a6.1%206.1%200%200%201-2-.34A42.07%2042.07%200%200%201%2034%2076%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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