drone icon
drone from Health Icons by Resolve to Save Lives · Filled · Vehicles · MIT Free for personal and commercial use.
- Name
- drone
- Set
- Health Icons
- Style
- Filled
- Category
- Vehicles
- Viewbox
- 48×48
- License
- MIT
3 other variants in Health Icons
The same icon in other sets
droneCarbondroneCoreUI BrandsdroneHuge IconsdroneIconParkdroneIconPark OutlinedroneIconPark SoliddroneIconPark TwoTonedroneIconoirdroneSVG LogosdroneLucidedroneMaterial Icon ThemedroneMaterial SymbolsdroneMaterial Symbols LightdroneMaterial Design Iconsdrone-fillMingCute IcondroneOpenMojidronePhosphordroneSimple IconsdroneTabler Icons
More vehicles icons from Health Icons
Use the drone icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" fill-rule="evenodd" d="m31.57 19.103l-2.29 4.672l2.541 4.987a7 7 0 1 1-3.006 2.956L24 29.163l-4.815 2.555a7 7 0 1 1-3.006-2.956l2.541-4.986l-2.29-4.673a7 7 0 1 1 2.895-3.1L24 18.388l4.675-2.385a7 7 0 1 1 2.895 3.1M40 13a5 5 0 0 1-7.548 4.303l1.443-2.946a1.75 1.75 0 1 0-.535-.745l-2.902 1.481A5 5 0 1 1 40 13m-22.458 2.093a5 5 0 1 0-1.994 2.21l-1.443-2.946a1.75 1.75 0 1 1 .535-.745zm-2.271 15.451a5 5 0 1 0 2.147 2.112l-2.872 1.524a1.75 1.75 0 1 1-.751-.74zm15.311 2.112a5 5 0 1 0 2.147-2.112l1.476 2.896a1.75 1.75 0 1 1-.751.74z" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function HealthiconsDrone(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" fillRule="evenodd" d="m31.57 19.103l-2.29 4.672l2.541 4.987a7 7 0 1 1-3.006 2.956L24 29.163l-4.815 2.555a7 7 0 1 1-3.006-2.956l2.541-4.986l-2.29-4.673a7 7 0 1 1 2.895-3.1L24 18.388l4.675-2.385a7 7 0 1 1 2.895 3.1M40 13a5 5 0 0 1-7.548 4.303l1.443-2.946a1.75 1.75 0 1 0-.535-.745l-2.902 1.481A5 5 0 1 1 40 13m-22.458 2.093a5 5 0 1 0-1.994 2.21l-1.443-2.946a1.75 1.75 0 1 1 .535-.745zm-2.271 15.451a5 5 0 1 0 2.147 2.112l-2.872 1.524a1.75 1.75 0 1 1-.751-.74zm15.311 2.112a5 5 0 1 0 2.147-2.112l1.476 2.896a1.75 1.75 0 1 1-.751.74z" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" fill-rule="evenodd" d="m31.57 19.103l-2.29 4.672l2.541 4.987a7 7 0 1 1-3.006 2.956L24 29.163l-4.815 2.555a7 7 0 1 1-3.006-2.956l2.541-4.986l-2.29-4.673a7 7 0 1 1 2.895-3.1L24 18.388l4.675-2.385a7 7 0 1 1 2.895 3.1M40 13a5 5 0 0 1-7.548 4.303l1.443-2.946a1.75 1.75 0 1 0-.535-.745l-2.902 1.481A5 5 0 1 1 40 13m-22.458 2.093a5 5 0 1 0-1.994 2.21l-1.443-2.946a1.75 1.75 0 1 1 .535-.745zm-2.271 15.451a5 5 0 1 0 2.147 2.112l-2.872 1.524a1.75 1.75 0 1 1-.751-.74zm15.311 2.112a5 5 0 1 0 2.147-2.112l1.476 2.896a1.75 1.75 0 1 1-.751.74z" clip-rule="evenodd"/></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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22m31.57%2019.103l-2.29%204.672l2.541%204.987a7%207%200%201%201-3.006%202.956L24%2029.163l-4.815%202.555a7%207%200%201%201-3.006-2.956l2.541-4.986l-2.29-4.673a7%207%200%201%201%202.895-3.1L24%2018.388l4.675-2.385a7%207%200%201%201%202.895%203.1M40%2013a5%205%200%200%201-7.548%204.303l1.443-2.946a1.75%201.75%200%201%200-.535-.745l-2.902%201.481A5%205%200%201%201%2040%2013m-22.458%202.093a5%205%200%201%200-1.994%202.21l-1.443-2.946a1.75%201.75%200%201%201%20.535-.745zm-2.271%2015.451a5%205%200%201%200%202.147%202.112l-2.872%201.524a1.75%201.75%200%201%201-.751-.74zm15.311%202.112a5%205%200%201%200%202.147-2.112l1.476%202.896a1.75%201.75%200%201%201-.751.74z%22%20clip-rule%3D%22evenodd%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22m31.57%2019.103l-2.29%204.672l2.541%204.987a7%207%200%201%201-3.006%202.956L24%2029.163l-4.815%202.555a7%207%200%201%201-3.006-2.956l2.541-4.986l-2.29-4.673a7%207%200%201%201%202.895-3.1L24%2018.388l4.675-2.385a7%207%200%201%201%202.895%203.1M40%2013a5%205%200%200%201-7.548%204.303l1.443-2.946a1.75%201.75%200%201%200-.535-.745l-2.902%201.481A5%205%200%201%201%2040%2013m-22.458%202.093a5%205%200%201%200-1.994%202.21l-1.443-2.946a1.75%201.75%200%201%201%20.535-.745zm-2.271%2015.451a5%205%200%201%200%202.147%202.112l-2.872%201.524a1.75%201.75%200%201%201-.751-.74zm15.311%202.112a5%205%200%201%200%202.147-2.112l1.476%202.896a1.75%201.75%200%201%201-.751.74z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/healthicons/drone.svg?color=%231a73e8&size=48