drone xmark icon

drone-xmark from Iconoir by Luca Burgio · Regular · Transport · MIT Free for personal and commercial use.

Name
drone-xmark
Set
Iconoir
Style
Regular
Category
Transport
Viewbox
24×24
License
MIT
Aliases
drone-error

More transport icons from Iconoir

Use the drone xmark 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-linecap="round" stroke-width="1.5"><path d="M13.463 17h-2.926a.6.6 0 0 1-.596-.534l-.867-7.8A.6.6 0 0 1 9.67 8h4.66a.6.6 0 0 1 .596.666l-.867 7.8a.6.6 0 0 1-.596.534Z"/><path stroke-linejoin="round" stroke-miterlimit="1.5" d="M4.5 7a2.5 2.5 0 1 0 0-5a2.5 2.5 0 0 0 0 5"/><path stroke-linejoin="round" d="M4.5 4.5L9 8M4.5 19.5l5-4m10-11L15 8m-.5 7.5l1.25 1"/><path stroke-linejoin="round" stroke-miterlimit="1.5" d="M4.5 22a2.5 2.5 0 1 0 0-5a2.5 2.5 0 0 0 0 5m15-15a2.5 2.5 0 1 0 0-5a2.5 2.5 0 0 0 0 5"/><path stroke-linejoin="round" d="m18 22.243l2.121-2.122m0 0L22.243 18m-2.122 2.121L18 18m2.121 2.121l2.122 2.122"/></g></svg>

React

import type { SVGProps } from "react";

export function IconoirDroneXmark(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" strokeLinecap="round" strokeWidth="1.5"><path d="M13.463 17h-2.926a.6.6 0 0 1-.596-.534l-.867-7.8A.6.6 0 0 1 9.67 8h4.66a.6.6 0 0 1 .596.666l-.867 7.8a.6.6 0 0 1-.596.534Z"/><path strokeLinejoin="round" strokeMiterlimit="1.5" d="M4.5 7a2.5 2.5 0 1 0 0-5a2.5 2.5 0 0 0 0 5"/><path strokeLinejoin="round" d="M4.5 4.5L9 8M4.5 19.5l5-4m10-11L15 8m-.5 7.5l1.25 1"/><path strokeLinejoin="round" strokeMiterlimit="1.5" d="M4.5 22a2.5 2.5 0 1 0 0-5a2.5 2.5 0 0 0 0 5m15-15a2.5 2.5 0 1 0 0-5a2.5 2.5 0 0 0 0 5"/><path strokeLinejoin="round" d="m18 22.243l2.121-2.122m0 0L22.243 18m-2.122 2.121L18 18m2.121 2.121l2.122 2.122"/></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-linecap="round" stroke-width="1.5"><path d="M13.463 17h-2.926a.6.6 0 0 1-.596-.534l-.867-7.8A.6.6 0 0 1 9.67 8h4.66a.6.6 0 0 1 .596.666l-.867 7.8a.6.6 0 0 1-.596.534Z"/><path stroke-linejoin="round" stroke-miterlimit="1.5" d="M4.5 7a2.5 2.5 0 1 0 0-5a2.5 2.5 0 0 0 0 5"/><path stroke-linejoin="round" d="M4.5 4.5L9 8M4.5 19.5l5-4m10-11L15 8m-.5 7.5l1.25 1"/><path stroke-linejoin="round" stroke-miterlimit="1.5" d="M4.5 22a2.5 2.5 0 1 0 0-5a2.5 2.5 0 0 0 0 5m15-15a2.5 2.5 0 1 0 0-5a2.5 2.5 0 0 0 0 5"/><path stroke-linejoin="round" d="m18 22.243l2.121-2.122m0 0L22.243 18m-2.122 2.121L18 18m2.121 2.121l2.122 2.122"/></g></svg>
</template>

CSS

.icon-drone-xmark {
  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-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M13.463%2017h-2.926a.6.6%200%200%201-.596-.534l-.867-7.8A.6.6%200%200%201%209.67%208h4.66a.6.6%200%200%201%20.596.666l-.867%207.8a.6.6%200%200%201-.596.534Z%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%221.5%22%20d%3D%22M4.5%207a2.5%202.5%200%201%200%200-5a2.5%202.5%200%200%200%200%205%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M4.5%204.5L9%208M4.5%2019.5l5-4m10-11L15%208m-.5%207.5l1.25%201%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%221.5%22%20d%3D%22M4.5%2022a2.5%202.5%200%201%200%200-5a2.5%202.5%200%200%200%200%205m15-15a2.5%202.5%200%201%200%200-5a2.5%202.5%200%200%200%200%205%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22m18%2022.243l2.121-2.122m0%200L22.243%2018m-2.122%202.121L18%2018m2.121%202.121l2.122%202.122%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-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M13.463%2017h-2.926a.6.6%200%200%201-.596-.534l-.867-7.8A.6.6%200%200%201%209.67%208h4.66a.6.6%200%200%201%20.596.666l-.867%207.8a.6.6%200%200%201-.596.534Z%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%221.5%22%20d%3D%22M4.5%207a2.5%202.5%200%201%200%200-5a2.5%202.5%200%200%200%200%205%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M4.5%204.5L9%208M4.5%2019.5l5-4m10-11L15%208m-.5%207.5l1.25%201%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%221.5%22%20d%3D%22M4.5%2022a2.5%202.5%200%201%200%200-5a2.5%202.5%200%200%200%200%205m15-15a2.5%202.5%200%201%200%200-5a2.5%202.5%200%200%200%200%205%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22m18%2022.243l2.121-2.122m0%200L22.243%2018m-2.122%202.121L18%2018m2.121%202.121l2.122%202.122%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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