drone from SVG Logos by Gil Barbara · Color · CC0-1.0 Free for personal and commercial use.

Name
drone
Set
SVG Logos
Style
Color
Viewbox
512×136
License
CC0

The same logo in other sets

Related icons in SVG Logos

Use the drone logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 136"><path fill="#1e375a" d="M178.038 39.934h26.64a30.2 30.2 0 0 1 21.925 7.165a31.17 31.17 0 0 1 7.288 22.905a30.07 30.07 0 0 1-7.288 22.231a29.95 29.95 0 0 1-21.618 7.166h-26.947zm24.497 46.177a18.4 18.4 0 0 0 7.472-1.348a8.02 8.02 0 0 0 4.348-4.838a26.5 26.5 0 0 0 1.47-9.921c.137-3.47-.36-6.937-1.47-10.228a9.68 9.68 0 0 0-4.226-5.205a16.6 16.6 0 0 0-7.594-1.47h-7.104v33.01zm47.892-46.177h31.05a21.25 21.25 0 0 1 15.923 5.695a21.56 21.56 0 0 1 5.206 15.617a19.54 19.54 0 0 1-2.94 10.595a20.33 20.33 0 0 1-7.961 7.104a7 7 0 0 1 1.837 1.96a23 23 0 0 1 1.592 3.246l6.86 15.617H283.62l-6.124-14.33a6.1 6.1 0 0 0-1.776-2.39a5.4 5.4 0 0 0-2.94-.673h-4.899v17.393h-17.27V39.934zm26.457 28.784a8.02 8.02 0 0 0 6.124-1.96a7.17 7.17 0 0 0 2.082-5.695c0-5.206-2.388-7.778-7.471-7.778h-10.105v15.617h9.247zm69.694 31.662a32.03 32.03 0 0 1-22.721-7.288a31.17 31.17 0 0 1-7.655-23.088a31.42 31.42 0 0 1 7.655-23.517a31.48 31.48 0 0 1 22.721-7.35a31.66 31.66 0 0 1 22.782 7.35a31.42 31.42 0 0 1 7.594 23.517a31.17 31.17 0 0 1-7.594 23.088a32.1 32.1 0 0 1-22.904 7.288zm0-14.76a11.7 11.7 0 0 0 9.615-3.735a19.54 19.54 0 0 0 2.879-12.248c.39-4.287-.62-8.585-2.879-12.25a14.637 14.637 0 0 0-19.536 0a20.7 20.7 0 0 0-2.879 12.25a20.33 20.33 0 0 0 2.879 12.248a12.25 12.25 0 0 0 9.799 3.858zm47.096-45.686h14.82l22.415 31.54v-31.54h17.393V99.4h-15.065l-22.293-31.357V99.4h-17.393zm73.491 0h44.83v13.35H484.19v9.738h24.497v13.474H484.19v9.737h27.804v13.351h-45.136z"/><path fill="#00abe4" d="m27.136 15.13l-.674.613L50.04 39.015a34.8 34.8 0 0 0-5.205 18.68a32.275 32.275 0 0 0 33.622 33.254a34.9 34.9 0 0 0 18.863-5.206l23.7 23.579a66.7 66.7 0 0 1-53.648 26.15A66.387 66.387 0 0 1 .005 68.903a65.1 65.1 0 0 1 27.13-53.772m13.167-9.002A68.4 68.4 0 0 1 69.026.003a66.265 66.265 0 0 1 66.938 66.571a67.4 67.4 0 0 1-6.124 28.784L108.71 74.23a34.97 34.97 0 0 0 5.206-18.373a32.336 32.336 0 0 0-33.684-33.622A34.36 34.36 0 0 0 61.86 27.44zM80.6 75.026a19.475 19.475 0 0 1-20.15-19.904a19.475 19.475 0 0 1 20.15-20.21a19.66 19.66 0 0 1 20.087 20.21A19.353 19.353 0 0 1 80.601 75.21z"/></svg>

React

import type { SVGProps } from "react";

export function LogosDrone(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 136"><path fill="#1e375a" d="M178.038 39.934h26.64a30.2 30.2 0 0 1 21.925 7.165a31.17 31.17 0 0 1 7.288 22.905a30.07 30.07 0 0 1-7.288 22.231a29.95 29.95 0 0 1-21.618 7.166h-26.947zm24.497 46.177a18.4 18.4 0 0 0 7.472-1.348a8.02 8.02 0 0 0 4.348-4.838a26.5 26.5 0 0 0 1.47-9.921c.137-3.47-.36-6.937-1.47-10.228a9.68 9.68 0 0 0-4.226-5.205a16.6 16.6 0 0 0-7.594-1.47h-7.104v33.01zm47.892-46.177h31.05a21.25 21.25 0 0 1 15.923 5.695a21.56 21.56 0 0 1 5.206 15.617a19.54 19.54 0 0 1-2.94 10.595a20.33 20.33 0 0 1-7.961 7.104a7 7 0 0 1 1.837 1.96a23 23 0 0 1 1.592 3.246l6.86 15.617H283.62l-6.124-14.33a6.1 6.1 0 0 0-1.776-2.39a5.4 5.4 0 0 0-2.94-.673h-4.899v17.393h-17.27V39.934zm26.457 28.784a8.02 8.02 0 0 0 6.124-1.96a7.17 7.17 0 0 0 2.082-5.695c0-5.206-2.388-7.778-7.471-7.778h-10.105v15.617h9.247zm69.694 31.662a32.03 32.03 0 0 1-22.721-7.288a31.17 31.17 0 0 1-7.655-23.088a31.42 31.42 0 0 1 7.655-23.517a31.48 31.48 0 0 1 22.721-7.35a31.66 31.66 0 0 1 22.782 7.35a31.42 31.42 0 0 1 7.594 23.517a31.17 31.17 0 0 1-7.594 23.088a32.1 32.1 0 0 1-22.904 7.288zm0-14.76a11.7 11.7 0 0 0 9.615-3.735a19.54 19.54 0 0 0 2.879-12.248c.39-4.287-.62-8.585-2.879-12.25a14.637 14.637 0 0 0-19.536 0a20.7 20.7 0 0 0-2.879 12.25a20.33 20.33 0 0 0 2.879 12.248a12.25 12.25 0 0 0 9.799 3.858zm47.096-45.686h14.82l22.415 31.54v-31.54h17.393V99.4h-15.065l-22.293-31.357V99.4h-17.393zm73.491 0h44.83v13.35H484.19v9.738h24.497v13.474H484.19v9.737h27.804v13.351h-45.136z"/><path fill="#00abe4" d="m27.136 15.13l-.674.613L50.04 39.015a34.8 34.8 0 0 0-5.205 18.68a32.275 32.275 0 0 0 33.622 33.254a34.9 34.9 0 0 0 18.863-5.206l23.7 23.579a66.7 66.7 0 0 1-53.648 26.15A66.387 66.387 0 0 1 .005 68.903a65.1 65.1 0 0 1 27.13-53.772m13.167-9.002A68.4 68.4 0 0 1 69.026.003a66.265 66.265 0 0 1 66.938 66.571a67.4 67.4 0 0 1-6.124 28.784L108.71 74.23a34.97 34.97 0 0 0 5.206-18.373a32.336 32.336 0 0 0-33.684-33.622A34.36 34.36 0 0 0 61.86 27.44zM80.6 75.026a19.475 19.475 0 0 1-20.15-19.904a19.475 19.475 0 0 1 20.15-20.21a19.66 19.66 0 0 1 20.087 20.21A19.353 19.353 0 0 1 80.601 75.21z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 136"><path fill="#1e375a" d="M178.038 39.934h26.64a30.2 30.2 0 0 1 21.925 7.165a31.17 31.17 0 0 1 7.288 22.905a30.07 30.07 0 0 1-7.288 22.231a29.95 29.95 0 0 1-21.618 7.166h-26.947zm24.497 46.177a18.4 18.4 0 0 0 7.472-1.348a8.02 8.02 0 0 0 4.348-4.838a26.5 26.5 0 0 0 1.47-9.921c.137-3.47-.36-6.937-1.47-10.228a9.68 9.68 0 0 0-4.226-5.205a16.6 16.6 0 0 0-7.594-1.47h-7.104v33.01zm47.892-46.177h31.05a21.25 21.25 0 0 1 15.923 5.695a21.56 21.56 0 0 1 5.206 15.617a19.54 19.54 0 0 1-2.94 10.595a20.33 20.33 0 0 1-7.961 7.104a7 7 0 0 1 1.837 1.96a23 23 0 0 1 1.592 3.246l6.86 15.617H283.62l-6.124-14.33a6.1 6.1 0 0 0-1.776-2.39a5.4 5.4 0 0 0-2.94-.673h-4.899v17.393h-17.27V39.934zm26.457 28.784a8.02 8.02 0 0 0 6.124-1.96a7.17 7.17 0 0 0 2.082-5.695c0-5.206-2.388-7.778-7.471-7.778h-10.105v15.617h9.247zm69.694 31.662a32.03 32.03 0 0 1-22.721-7.288a31.17 31.17 0 0 1-7.655-23.088a31.42 31.42 0 0 1 7.655-23.517a31.48 31.48 0 0 1 22.721-7.35a31.66 31.66 0 0 1 22.782 7.35a31.42 31.42 0 0 1 7.594 23.517a31.17 31.17 0 0 1-7.594 23.088a32.1 32.1 0 0 1-22.904 7.288zm0-14.76a11.7 11.7 0 0 0 9.615-3.735a19.54 19.54 0 0 0 2.879-12.248c.39-4.287-.62-8.585-2.879-12.25a14.637 14.637 0 0 0-19.536 0a20.7 20.7 0 0 0-2.879 12.25a20.33 20.33 0 0 0 2.879 12.248a12.25 12.25 0 0 0 9.799 3.858zm47.096-45.686h14.82l22.415 31.54v-31.54h17.393V99.4h-15.065l-22.293-31.357V99.4h-17.393zm73.491 0h44.83v13.35H484.19v9.738h24.497v13.474H484.19v9.737h27.804v13.351h-45.136z"/><path fill="#00abe4" d="m27.136 15.13l-.674.613L50.04 39.015a34.8 34.8 0 0 0-5.205 18.68a32.275 32.275 0 0 0 33.622 33.254a34.9 34.9 0 0 0 18.863-5.206l23.7 23.579a66.7 66.7 0 0 1-53.648 26.15A66.387 66.387 0 0 1 .005 68.903a65.1 65.1 0 0 1 27.13-53.772m13.167-9.002A68.4 68.4 0 0 1 69.026.003a66.265 66.265 0 0 1 66.938 66.571a67.4 67.4 0 0 1-6.124 28.784L108.71 74.23a34.97 34.97 0 0 0 5.206-18.373a32.336 32.336 0 0 0-33.684-33.622A34.36 34.36 0 0 0 61.86 27.44zM80.6 75.026a19.475 19.475 0 0 1-20.15-19.904a19.475 19.475 0 0 1 20.15-20.21a19.66 19.66 0 0 1 20.087 20.21A19.353 19.353 0 0 1 80.601 75.21z"/></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%20512%20136%22%3E%3Cpath%20fill%3D%22%231e375a%22%20d%3D%22M178.038%2039.934h26.64a30.2%2030.2%200%200%201%2021.925%207.165a31.17%2031.17%200%200%201%207.288%2022.905a30.07%2030.07%200%200%201-7.288%2022.231a29.95%2029.95%200%200%201-21.618%207.166h-26.947zm24.497%2046.177a18.4%2018.4%200%200%200%207.472-1.348a8.02%208.02%200%200%200%204.348-4.838a26.5%2026.5%200%200%200%201.47-9.921c.137-3.47-.36-6.937-1.47-10.228a9.68%209.68%200%200%200-4.226-5.205a16.6%2016.6%200%200%200-7.594-1.47h-7.104v33.01zm47.892-46.177h31.05a21.25%2021.25%200%200%201%2015.923%205.695a21.56%2021.56%200%200%201%205.206%2015.617a19.54%2019.54%200%200%201-2.94%2010.595a20.33%2020.33%200%200%201-7.961%207.104a7%207%200%200%201%201.837%201.96a23%2023%200%200%201%201.592%203.246l6.86%2015.617H283.62l-6.124-14.33a6.1%206.1%200%200%200-1.776-2.39a5.4%205.4%200%200%200-2.94-.673h-4.899v17.393h-17.27V39.934zm26.457%2028.784a8.02%208.02%200%200%200%206.124-1.96a7.17%207.17%200%200%200%202.082-5.695c0-5.206-2.388-7.778-7.471-7.778h-10.105v15.617h9.247zm69.694%2031.662a32.03%2032.03%200%200%201-22.721-7.288a31.17%2031.17%200%200%201-7.655-23.088a31.42%2031.42%200%200%201%207.655-23.517a31.48%2031.48%200%200%201%2022.721-7.35a31.66%2031.66%200%200%201%2022.782%207.35a31.42%2031.42%200%200%201%207.594%2023.517a31.17%2031.17%200%200%201-7.594%2023.088a32.1%2032.1%200%200%201-22.904%207.288zm0-14.76a11.7%2011.7%200%200%200%209.615-3.735a19.54%2019.54%200%200%200%202.879-12.248c.39-4.287-.62-8.585-2.879-12.25a14.637%2014.637%200%200%200-19.536%200a20.7%2020.7%200%200%200-2.879%2012.25a20.33%2020.33%200%200%200%202.879%2012.248a12.25%2012.25%200%200%200%209.799%203.858zm47.096-45.686h14.82l22.415%2031.54v-31.54h17.393V99.4h-15.065l-22.293-31.357V99.4h-17.393zm73.491%200h44.83v13.35H484.19v9.738h24.497v13.474H484.19v9.737h27.804v13.351h-45.136z%22%2F%3E%3Cpath%20fill%3D%22%2300abe4%22%20d%3D%22m27.136%2015.13l-.674.613L50.04%2039.015a34.8%2034.8%200%200%200-5.205%2018.68a32.275%2032.275%200%200%200%2033.622%2033.254a34.9%2034.9%200%200%200%2018.863-5.206l23.7%2023.579a66.7%2066.7%200%200%201-53.648%2026.15A66.387%2066.387%200%200%201%20.005%2068.903a65.1%2065.1%200%200%201%2027.13-53.772m13.167-9.002A68.4%2068.4%200%200%201%2069.026.003a66.265%2066.265%200%200%201%2066.938%2066.571a67.4%2067.4%200%200%201-6.124%2028.784L108.71%2074.23a34.97%2034.97%200%200%200%205.206-18.373a32.336%2032.336%200%200%200-33.684-33.622A34.36%2034.36%200%200%200%2061.86%2027.44zM80.6%2075.026a19.475%2019.475%200%200%201-20.15-19.904a19.475%2019.475%200%200%201%2020.15-20.21a19.66%2019.66%200%200%201%2020.087%2020.21A19.353%2019.353%200%200%201%2080.601%2075.21z%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%20512%20136%22%3E%3Cpath%20fill%3D%22%231e375a%22%20d%3D%22M178.038%2039.934h26.64a30.2%2030.2%200%200%201%2021.925%207.165a31.17%2031.17%200%200%201%207.288%2022.905a30.07%2030.07%200%200%201-7.288%2022.231a29.95%2029.95%200%200%201-21.618%207.166h-26.947zm24.497%2046.177a18.4%2018.4%200%200%200%207.472-1.348a8.02%208.02%200%200%200%204.348-4.838a26.5%2026.5%200%200%200%201.47-9.921c.137-3.47-.36-6.937-1.47-10.228a9.68%209.68%200%200%200-4.226-5.205a16.6%2016.6%200%200%200-7.594-1.47h-7.104v33.01zm47.892-46.177h31.05a21.25%2021.25%200%200%201%2015.923%205.695a21.56%2021.56%200%200%201%205.206%2015.617a19.54%2019.54%200%200%201-2.94%2010.595a20.33%2020.33%200%200%201-7.961%207.104a7%207%200%200%201%201.837%201.96a23%2023%200%200%201%201.592%203.246l6.86%2015.617H283.62l-6.124-14.33a6.1%206.1%200%200%200-1.776-2.39a5.4%205.4%200%200%200-2.94-.673h-4.899v17.393h-17.27V39.934zm26.457%2028.784a8.02%208.02%200%200%200%206.124-1.96a7.17%207.17%200%200%200%202.082-5.695c0-5.206-2.388-7.778-7.471-7.778h-10.105v15.617h9.247zm69.694%2031.662a32.03%2032.03%200%200%201-22.721-7.288a31.17%2031.17%200%200%201-7.655-23.088a31.42%2031.42%200%200%201%207.655-23.517a31.48%2031.48%200%200%201%2022.721-7.35a31.66%2031.66%200%200%201%2022.782%207.35a31.42%2031.42%200%200%201%207.594%2023.517a31.17%2031.17%200%200%201-7.594%2023.088a32.1%2032.1%200%200%201-22.904%207.288zm0-14.76a11.7%2011.7%200%200%200%209.615-3.735a19.54%2019.54%200%200%200%202.879-12.248c.39-4.287-.62-8.585-2.879-12.25a14.637%2014.637%200%200%200-19.536%200a20.7%2020.7%200%200%200-2.879%2012.25a20.33%2020.33%200%200%200%202.879%2012.248a12.25%2012.25%200%200%200%209.799%203.858zm47.096-45.686h14.82l22.415%2031.54v-31.54h17.393V99.4h-15.065l-22.293-31.357V99.4h-17.393zm73.491%200h44.83v13.35H484.19v9.738h24.497v13.474H484.19v9.737h27.804v13.351h-45.136z%22%2F%3E%3Cpath%20fill%3D%22%2300abe4%22%20d%3D%22m27.136%2015.13l-.674.613L50.04%2039.015a34.8%2034.8%200%200%200-5.205%2018.68a32.275%2032.275%200%200%200%2033.622%2033.254a34.9%2034.9%200%200%200%2018.863-5.206l23.7%2023.579a66.7%2066.7%200%200%201-53.648%2026.15A66.387%2066.387%200%200%201%20.005%2068.903a65.1%2065.1%200%200%201%2027.13-53.772m13.167-9.002A68.4%2068.4%200%200%201%2069.026.003a66.265%2066.265%200%200%201%2066.938%2066.571a67.4%2067.4%200%200%201-6.124%2028.784L108.71%2074.23a34.97%2034.97%200%200%200%205.206-18.373a32.336%2032.336%200%200%200-33.684-33.622A34.36%2034.36%200%200%200%2061.86%2027.44zM80.6%2075.026a19.475%2019.475%200%200%201-20.15-19.904a19.475%2019.475%200%200%201%2020.15-20.21a19.66%2019.66%200%200%201%2020.087%2020.21A19.353%2019.353%200%200%201%2080.601%2075.21z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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