Drone Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Drone icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/314156.svg" alt="Drone icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/314156.svg" alt="Drone icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/314156.svg" alt="Drone icon" :width="24" :height="24" />
CSS background
.icon-drone {
background-image: url('https://proicons.com/icon/314156.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Drone</title><path d="M15.07 13.633a3.07 3.07 0 1 1-6.14 0 3.07 3.07 0 0 1 6.14 0zM12 1.856c5.359.042 11.452 3.82 12 10.94h-7.256S15.809 8.863 12 8.889s-4.744 3.907-4.744 3.907H0C.353 5.802 6.344 1.812 12 1.856zM12.05 22.144c-3.996.011-7.729-3.005-9.259-7.674h4.465s.963 3.889 4.773 3.863 4.716-3.863 4.716-3.863h4.465c-.995 4.94-5.164 7.664-9.159 7.674z"/></svg>
Drone in other icon packs
Copied!