drone icon
drone-outline from Health Icons by Resolve to Save Lives · Outline · Vehicles · MIT Free for personal and commercial use.
- Name
- drone-outline
- Set
- Health Icons
- Style
- Outline
- Category
- Vehicles
- Viewbox
- 48×48
- License
- MIT
- Aliases
- drone2x-outline
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.1M35 18a5 5 0 1 0-4.542-2.907l2.902-1.48a1.75 1.75 0 1 1 .535.745l-1.443 2.945A5 5 0 0 0 35 18m-17.458-2.907a5 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.74zM24.91 20.169l4.883-2.491l.163.175l-2.471 5.042a2 2 0 0 0 .014 1.789l2.674 5.247l-.16.158l-5.075-2.692a2 2 0 0 0-1.874 0l-5.075 2.692l-.16-.158l2.674-5.247a2 2 0 0 0 .014-1.789l-2.471-5.042q.083-.087.163-.175l4.883 2.491a2 2 0 0 0 1.818 0" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function HealthiconsDroneOutline(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.1M35 18a5 5 0 1 0-4.542-2.907l2.902-1.48a1.75 1.75 0 1 1 .535.745l-1.443 2.945A5 5 0 0 0 35 18m-17.458-2.907a5 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.74zM24.91 20.169l4.883-2.491l.163.175l-2.471 5.042a2 2 0 0 0 .014 1.789l2.674 5.247l-.16.158l-5.075-2.692a2 2 0 0 0-1.874 0l-5.075 2.692l-.16-.158l2.674-5.247a2 2 0 0 0 .014-1.789l-2.471-5.042q.083-.087.163-.175l4.883 2.491a2 2 0 0 0 1.818 0" 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.1M35 18a5 5 0 1 0-4.542-2.907l2.902-1.48a1.75 1.75 0 1 1 .535.745l-1.443 2.945A5 5 0 0 0 35 18m-17.458-2.907a5 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.74zM24.91 20.169l4.883-2.491l.163.175l-2.471 5.042a2 2 0 0 0 .014 1.789l2.674 5.247l-.16.158l-5.075-2.692a2 2 0 0 0-1.874 0l-5.075 2.692l-.16-.158l2.674-5.247a2 2 0 0 0 .014-1.789l-2.471-5.042q.083-.087.163-.175l4.883 2.491a2 2 0 0 0 1.818 0" clip-rule="evenodd"/></svg> </template>
CSS
.icon-drone-outline {
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.1M35%2018a5%205%200%201%200-4.542-2.907l2.902-1.48a1.75%201.75%200%201%201%20.535.745l-1.443%202.945A5%205%200%200%200%2035%2018m-17.458-2.907a5%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.74zM24.91%2020.169l4.883-2.491l.163.175l-2.471%205.042a2%202%200%200%200%20.014%201.789l2.674%205.247l-.16.158l-5.075-2.692a2%202%200%200%200-1.874%200l-5.075%202.692l-.16-.158l2.674-5.247a2%202%200%200%200%20.014-1.789l-2.471-5.042q.083-.087.163-.175l4.883%202.491a2%202%200%200%200%201.818%200%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.1M35%2018a5%205%200%201%200-4.542-2.907l2.902-1.48a1.75%201.75%200%201%201%20.535.745l-1.443%202.945A5%205%200%200%200%2035%2018m-17.458-2.907a5%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.74zM24.91%2020.169l4.883-2.491l.163.175l-2.471%205.042a2%202%200%200%200%20.014%201.789l2.674%205.247l-.16.158l-5.075-2.692a2%202%200%200%200-1.874%200l-5.075%202.692l-.16-.158l2.674-5.247a2%202%200%200%200%20.014-1.789l-2.471-5.042q.083-.087.163-.175l4.883%202.491a2%202%200%200%200%201.818%200%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-outline.svg?color=%231a73e8&size=48