Drone 1 Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Drone 1 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/319925.svg" alt="Drone 1 icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/319925.svg" alt="Drone 1 icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/319925.svg" alt="Drone 1 icon" :width="24" :height="24" />
CSS background
.icon-drone-1 {
background-image: url('https://proicons.com/icon/319925.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?>
<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32">
<defs>
<style>
.cls-1 {
fill: none;
}
</style>
</defs>
<path id="drone--1" d="M23,28.3604h-14c-.1987,0-.3599-.1611-.3599-.3604v-7.6396h-2.5352c-.3833,0-.751-.1631-1.0083-.4473s-.3828-.667-.3452-1.0479l.8506-8.5054h-1.6021c-1.3013,0-2.3599-1.0586-2.3599-2.3599s1.0586-2.3599,2.3599-2.3599h.6401v-1.2803H1v-.7197h8v.7197h-3.6401v1.2803h21.2798v-1.2803h-3.6396v-.7197h8v.7197h-3.6396v1.2803h.6396c1.3018,0,2.3604,1.0586,2.3604,2.3599s-1.0586,2.3599-2.3604,2.3599h-1.6025l.8506,8.5044c.0381.3809-.0869.7627-.3438,1.0479-.2578.2842-.626.4482-1.0098.4482h-2.5342v7.6396c0,.1992-.1611.3604-.3604.3604ZM9.3599,27.6396h13.2798v-10.2793h-13.2798v10.2793ZM23.3604,19.6396h2.5342c.1836,0,.3525-.0742.4756-.2109.1221-.1357.1797-.3105.1611-.4922l-.8574-8.5767h-2.6738c-.9043,0-1.6396.7358-1.6396,1.6401v1.6401h2.6396c.1992,0,.3604.1611.3604.3599v3c0,.1992-.1611.3604-.3604.3604h-.6396v2.2793ZM6.3257,10.3599l-.8574,8.5767c-.0186.1816.0396.3574.1626.4932.1226.1357.291.21.4741.21h2.5352v-2.2793h-.6401c-.1987,0-.3599-.1611-.3599-.3604v-3c0-.1987.1611-.3599.3599-.3599h2.6401v-1.6401c0-.9043-.7358-1.6401-1.6401-1.6401h-2.6743ZM23,16.6401h.6396v-2.2803h-15.2798v2.2803h14.6401ZM11.3599,13.6401h9.2798v-1.6401c0-1.3013,1.0586-2.3599,2.3604-2.3599h5c.9043,0,1.6396-.7358,1.6396-1.6401s-.7354-1.6401-1.6396-1.6401H4c-.9043,0-1.6401.7358-1.6401,1.6401s.7358,1.6401,1.6401,1.6401h5c1.3013,0,2.3599,1.0586,2.3599,2.3599v1.6401ZM18,21.3604h-4c-.75,0-1.3599-.6104-1.3599-1.3604s.6099-1.3604,1.3599-1.3604h4c.75,0,1.3604.6104,1.3604,1.3604s-.6104,1.3604-1.3604,1.3604ZM14,19.3604c-.353,0-.6401.2871-.6401.6396s.2871.6396.6401.6396h4c.3525,0,.6396-.2871.6396-.6396s-.2871-.6396-.6396-.6396h-4Z"/>
<rect id="Transparent_Rectangle" data-name="Transparent Rectangle" class="cls-1" width="32" height="32"/>
</svg>
Copied!