Drone 2 icon

Drone 2 is a Google Material Symbol from the Social category. It comes in outlined, rounded and sharp styles, filled or unfilled, at seven weights from 100 to 700. Download it as SVG or PNG, or copy code for HTML, React, Vue, Angular, Flutter and Android — it's free to use under the Apache License 2.0.

Outlined

SVG

Outlined, filled

SVG

Every style, fill and weight

Material Symbols are variable: each icon comes in three styles, with or without fill, at seven weights. Pick a combination to preview it, download it, or copy the code for your platform.

Outlined, unfilled, weight 400

drone_2_outlined_fill0_wght400.svg

Drone 2 icon in HTML

Load the Material Symbols font from Google Fonts (this link loads just this icon), then use the icon's name as text.

<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,[email protected],100..700,0..1,-50..200&icon_names=drone_2" />

<span class="material-symbols-outlined">drone_2</span>

Drone 2 icon in React

// With the font from the HTML tab:
export function Drone2Icon() {
  return (
    <span className="material-symbols-outlined">
      drone_2
    </span>
  );
}

// Or as an SVG component (Vite + vite-plugin-svgr) instead:
//   npm install @material-symbols/svg-400
//   import Drone2Icon from "@material-symbols/svg-400/outlined/drone_2.svg?react";

Drone 2 icon in Vue

<!-- With the font from the HTML tab -->
<template>
  <span class="material-symbols-outlined">drone_2</span>
</template>

<!-- Or as an SVG component (Vite + vite-svg-loader):
     npm install @material-symbols/svg-400
     import Drone2Icon from "@material-symbols/svg-400/outlined/drone_2.svg?component"; -->

Drone 2 icon in Angular

With Angular Material and the font from the HTML tab:

<mat-icon fontSet="material-symbols-outlined">drone_2</mat-icon>

Drone 2 icon in Flutter

Uses the community material_symbols_icons package.

flutter pub add material_symbols_icons

import 'package:material_symbols_icons/symbols.dart';

Icon(Symbols.drone_2, fill: 0, weight: 400)

Drone 2 icon in Android

A vector drawable of the selected style, fill and weight:

<!-- res/drawable/drone_2.xml -->
<vector xmlns:android="http://schemas.android.com/apk/res/android"
    android:width="24dp"
    android:height="24dp"
    android:viewportWidth="24"
    android:viewportHeight="24"
    android:tint="?attr/colorControlNormal">
        <path android:fillColor="@android:color/white" android:pathData="M6.334 22Q4.525 22 3.263 20.727t-1.263-3.075Q2 15.85 3.257 14.588 4.513 13.325 6.325 13.325q.65 0 1.232 .178 .582 .177 1.093 .497 .65-.975 .7-2.037T8.775 9.95q-.525 .35-1.139 .55-.614 .2-1.286 .2-1.812 0-3.081-1.269T2 6.35q0-1.8 1.269-3.075T6.35 2q1.813 0 3.081 1.275T10.7 6.35q0 .664-.187 1.269Q10.325 8.225 9.975 8.75q.95 .6 1.981 .577 1.03-.024 1.994-.677-.325-.5-.487-1.075t-.163-1.225q0-1.812 1.275-3.068Q15.85 2.025 17.652 2.025t3.075 1.257Q22 4.538 22 6.35q0 1.803-1.274 3.076T17.65 10.7q-.707 0-1.341-.212Q15.675 10.275 15.15 9.9q-.65 1-.625 2.075t.7 2.075q.525-.35 1.139-.537Q16.978 13.325 17.65 13.325q1.803 0 3.076 1.257Q22 15.838 22 17.65q0 1.803-1.273 3.076T17.652 22Q15.85 22 14.575 20.726T13.3 17.65q0-.65 .188-1.262T14.025 15.275q-1.025-.675-2.1-.737T9.875 15.125q.4 .525 .613 1.163T10.7 17.65q0 1.803-1.278 3.076Q8.143 22 6.334 22ZM17.65 9.2q1.2 0 2.025-.83 .825-.831 .825-2.013Q20.5 5.175 19.675 4.35q-.825-.825-2.025-.825t-2.025 .825q-.825 .825-.825 2 0 .35 .088 .675t.237 .625l1.825-1.8q.225-.225 .525-.225t.525 .225q.225 .225 .225 .525t-.225 .525l-1.875 1.875q.35 .2 .729 .313T17.65 9.2Zm-11.3 0q.393 0 .747-.087Q7.45 9.025 7.775 8.825l-1.95-1.925q-.225-.225-.225-.525t.225-.525q.225-.225 .525-.225t.525 .225l1.95 1.925q.2-.325 .288-.675t.087-.75q0-1.197-.827-2.024-.827-.826-2.025-.826Q5.15 3.5 4.325 4.327q-.825 .827-.825 2.025Q3.5 7.55 4.327 8.375T6.35 9.2Zm11.3 11.3q1.2 0 2.025-.825t.825-2.024q0-1.199-.825-2.012Q18.85 14.825 17.65 14.825q-.4 0-.737 .1T16.25 15.2l1.95 1.95q.225 .218 .225 .509 0 .291-.221 .516-.24 .225-.534 .225-.295 0-.545-.225l-1.975-1.9q-.175 .3-.262 .646T14.8 17.65q0 1.2 .821 2.025T17.65 20.5Zm-11.312 0q1.187 0 2.025-.825t.837-2.025q0-.425-.125-.8t-.325-.725l-2.05 2.05q-.25 .25-.55 .238t-.525-.233q-.225-.219-.225-.512 0-.293 .225-.518l2.025-2.025q-.3-.15-.642-.225-.341-.075-.683-.075-1.175 0-2 .814-.825 .813-.825 2.012Q3.5 18.85 4.325 19.675q.825 .825 2.013 .825Zm5.667-7.725q.32 0 .533-.217 .212-.217 .212-.537 0-.321-.217-.533-.217-.213-.537-.213-.321 0-.533 .217-.213 .217-.213 .538 0 .32 .217 .533 .217 .212 .538 .212Z" />
</vector>

Drone 2 icon in SVG

npm install @material-symbols/svg-400

import icon from "@material-symbols/svg-400/outlined/drone_2.svg";

<!-- or load it from a CDN -->
<img src="https://cdn.jsdelivr.net/npm/@material-symbols/[email protected]/outlined/drone_2.svg" width="24" height="24" alt="Drone 2">

Drone 2 icon in Power Apps

Paste into an Image control's Image property. The Copy button copies the full formula with this icon's SVG.

"data:image/svg+xml;utf8, " & EncodeUrl("<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'>…</svg>")

Details

NameDrone 2
Ligaturedrone_2
Code pointU+F259
CategorySocial
StylesOutlined, Rounded, Sharp — each unfilled or filled
Weights100, 200, 300, 400, 500, 600, 700
Files@material-symbols/svg-400/outlined/drone_2.svg, drone_2-fill.svg
FlutterSymbols.drone_2
LicenseApache License 2.0 (© Google LLC)

Keywords

socialvideotravelphotographycameravehicletransportairmachinesurveillancedeliveryskyfuture

Related icons