drone 2 icon
drone-2-sharp from Material Symbols Light by Google · Sharp · Social · Apache-2.0 Free for personal and commercial use.
- Name
- drone-2-sharp
- Set
- Material Symbols Light
- Style
- Sharp
- Category
- Social
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- drone-2-outline-sharp
1 other variant in Material Symbols Light
The same icon in other sets
More social icons from Material Symbols Light
Use the drone 2 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.784 21q-1.588 0-2.686-1.118T3 17.182t1.099-2.68t2.684-1.098q.608 0 1.158.173q.551.173 1.001.494q.793-1.013.827-2.105q.035-1.093-.727-2.087q-.475.346-1.038.538t-1.196.192q-1.587 0-2.697-1.11T3 6.802t1.11-2.694T6.809 3t2.697 1.105t1.11 2.697q0 .633-.204 1.196q-.205.563-.551 1.038q.994.762 2.096.73t2.115-.805q-.321-.45-.504-1t-.182-1.159q0-1.585 1.103-2.684t2.694-1.099t2.705 1.1T21 6.802t-1.117 2.699t-2.696 1.114q-.656 0-1.243-.208q-.586-.208-1.067-.598q-.787 1.019-.752 2.152t.846 2.179q.475-.347 1.029-.542t1.186-.195q1.58 0 2.697 1.099Q21 15.603 21 17.188t-1.118 2.699t-2.7 1.113t-2.69-1.117t-1.107-2.696q0-.633.195-1.197q.195-.563.541-1.038q-1.044-.812-2.158-.84t-2.153.778q.39.481.598 1.06t.208 1.237q0 1.58-1.122 2.696T6.784 21M17.187 9.615q1.17 0 1.991-.82q.822-.821.822-1.99q0-1.168-.82-1.977q-.821-.809-1.99-.809t-1.987.809t-.819 1.974q0 .43.115.816t.337.701l2.2-2.18l.67.669l-2.192 2.236q.34.279.77.425t.903.147M6.807 9.61q.443 0 .841-.146q.398-.147.733-.376L6.1 6.809l.708-.689L9.094 8.4q.248-.334.385-.748t.137-.85q0-1.165-.822-1.986q-.821-.822-1.986-.822t-1.987.821Q4 5.638 4 6.803t.821 1.987q.821.82 1.987.82M17.19 20q1.168 0 1.99-.82t.82-1.99t-.822-1.978t-1.992-.808q-.442 0-.84.134q-.398.133-.733.362l2.312 2.312l-.733.688l-2.286-2.286q-.229.334-.375.732t-.146.84q0 1.17.818 1.992T17.19 20m-10.4 0q1.175 0 2-.822q.824-.822.824-1.992q0-.467-.146-.893t-.425-.766L6.633 17.9l-.714-.688l2.356-2.356q-.315-.223-.688-.338t-.804-.114q-1.166 0-1.974.809Q4 16.02 4 17.19q0 1.168.809 1.99q.808.82 1.983.82m5.207-7.25q.31 0 .521-.21q.21-.21.21-.52t-.21-.521q-.209-.21-.52-.21t-.52.21t-.21.52t.21.52q.209.211.52.211"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightDrone2Sharp(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.784 21q-1.588 0-2.686-1.118T3 17.182t1.099-2.68t2.684-1.098q.608 0 1.158.173q.551.173 1.001.494q.793-1.013.827-2.105q.035-1.093-.727-2.087q-.475.346-1.038.538t-1.196.192q-1.587 0-2.697-1.11T3 6.802t1.11-2.694T6.809 3t2.697 1.105t1.11 2.697q0 .633-.204 1.196q-.205.563-.551 1.038q.994.762 2.096.73t2.115-.805q-.321-.45-.504-1t-.182-1.159q0-1.585 1.103-2.684t2.694-1.099t2.705 1.1T21 6.802t-1.117 2.699t-2.696 1.114q-.656 0-1.243-.208q-.586-.208-1.067-.598q-.787 1.019-.752 2.152t.846 2.179q.475-.347 1.029-.542t1.186-.195q1.58 0 2.697 1.099Q21 15.603 21 17.188t-1.118 2.699t-2.7 1.113t-2.69-1.117t-1.107-2.696q0-.633.195-1.197q.195-.563.541-1.038q-1.044-.812-2.158-.84t-2.153.778q.39.481.598 1.06t.208 1.237q0 1.58-1.122 2.696T6.784 21M17.187 9.615q1.17 0 1.991-.82q.822-.821.822-1.99q0-1.168-.82-1.977q-.821-.809-1.99-.809t-1.987.809t-.819 1.974q0 .43.115.816t.337.701l2.2-2.18l.67.669l-2.192 2.236q.34.279.77.425t.903.147M6.807 9.61q.443 0 .841-.146q.398-.147.733-.376L6.1 6.809l.708-.689L9.094 8.4q.248-.334.385-.748t.137-.85q0-1.165-.822-1.986q-.821-.822-1.986-.822t-1.987.821Q4 5.638 4 6.803t.821 1.987q.821.82 1.987.82M17.19 20q1.168 0 1.99-.82t.82-1.99t-.822-1.978t-1.992-.808q-.442 0-.84.134q-.398.133-.733.362l2.312 2.312l-.733.688l-2.286-2.286q-.229.334-.375.732t-.146.84q0 1.17.818 1.992T17.19 20m-10.4 0q1.175 0 2-.822q.824-.822.824-1.992q0-.467-.146-.893t-.425-.766L6.633 17.9l-.714-.688l2.356-2.356q-.315-.223-.688-.338t-.804-.114q-1.166 0-1.974.809Q4 16.02 4 17.19q0 1.168.809 1.99q.808.82 1.983.82m5.207-7.25q.31 0 .521-.21q.21-.21.21-.52t-.21-.521q-.209-.21-.52-.21t-.52.21t-.21.52t.21.52q.209.211.52.211"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.784 21q-1.588 0-2.686-1.118T3 17.182t1.099-2.68t2.684-1.098q.608 0 1.158.173q.551.173 1.001.494q.793-1.013.827-2.105q.035-1.093-.727-2.087q-.475.346-1.038.538t-1.196.192q-1.587 0-2.697-1.11T3 6.802t1.11-2.694T6.809 3t2.697 1.105t1.11 2.697q0 .633-.204 1.196q-.205.563-.551 1.038q.994.762 2.096.73t2.115-.805q-.321-.45-.504-1t-.182-1.159q0-1.585 1.103-2.684t2.694-1.099t2.705 1.1T21 6.802t-1.117 2.699t-2.696 1.114q-.656 0-1.243-.208q-.586-.208-1.067-.598q-.787 1.019-.752 2.152t.846 2.179q.475-.347 1.029-.542t1.186-.195q1.58 0 2.697 1.099Q21 15.603 21 17.188t-1.118 2.699t-2.7 1.113t-2.69-1.117t-1.107-2.696q0-.633.195-1.197q.195-.563.541-1.038q-1.044-.812-2.158-.84t-2.153.778q.39.481.598 1.06t.208 1.237q0 1.58-1.122 2.696T6.784 21M17.187 9.615q1.17 0 1.991-.82q.822-.821.822-1.99q0-1.168-.82-1.977q-.821-.809-1.99-.809t-1.987.809t-.819 1.974q0 .43.115.816t.337.701l2.2-2.18l.67.669l-2.192 2.236q.34.279.77.425t.903.147M6.807 9.61q.443 0 .841-.146q.398-.147.733-.376L6.1 6.809l.708-.689L9.094 8.4q.248-.334.385-.748t.137-.85q0-1.165-.822-1.986q-.821-.822-1.986-.822t-1.987.821Q4 5.638 4 6.803t.821 1.987q.821.82 1.987.82M17.19 20q1.168 0 1.99-.82t.82-1.99t-.822-1.978t-1.992-.808q-.442 0-.84.134q-.398.133-.733.362l2.312 2.312l-.733.688l-2.286-2.286q-.229.334-.375.732t-.146.84q0 1.17.818 1.992T17.19 20m-10.4 0q1.175 0 2-.822q.824-.822.824-1.992q0-.467-.146-.893t-.425-.766L6.633 17.9l-.714-.688l2.356-2.356q-.315-.223-.688-.338t-.804-.114q-1.166 0-1.974.809Q4 16.02 4 17.19q0 1.168.809 1.99q.808.82 1.983.82m5.207-7.25q.31 0 .521-.21q.21-.21.21-.52t-.21-.521q-.209-.21-.52-.21t-.52.21t-.21.52t.21.52q.209.211.52.211"/></svg> </template>
CSS
.icon-drone-2-sharp {
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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.784%2021q-1.588%200-2.686-1.118T3%2017.182t1.099-2.68t2.684-1.098q.608%200%201.158.173q.551.173%201.001.494q.793-1.013.827-2.105q.035-1.093-.727-2.087q-.475.346-1.038.538t-1.196.192q-1.587%200-2.697-1.11T3%206.802t1.11-2.694T6.809%203t2.697%201.105t1.11%202.697q0%20.633-.204%201.196q-.205.563-.551%201.038q.994.762%202.096.73t2.115-.805q-.321-.45-.504-1t-.182-1.159q0-1.585%201.103-2.684t2.694-1.099t2.705%201.1T21%206.802t-1.117%202.699t-2.696%201.114q-.656%200-1.243-.208q-.586-.208-1.067-.598q-.787%201.019-.752%202.152t.846%202.179q.475-.347%201.029-.542t1.186-.195q1.58%200%202.697%201.099Q21%2015.603%2021%2017.188t-1.118%202.699t-2.7%201.113t-2.69-1.117t-1.107-2.696q0-.633.195-1.197q.195-.563.541-1.038q-1.044-.812-2.158-.84t-2.153.778q.39.481.598%201.06t.208%201.237q0%201.58-1.122%202.696T6.784%2021M17.187%209.615q1.17%200%201.991-.82q.822-.821.822-1.99q0-1.168-.82-1.977q-.821-.809-1.99-.809t-1.987.809t-.819%201.974q0%20.43.115.816t.337.701l2.2-2.18l.67.669l-2.192%202.236q.34.279.77.425t.903.147M6.807%209.61q.443%200%20.841-.146q.398-.147.733-.376L6.1%206.809l.708-.689L9.094%208.4q.248-.334.385-.748t.137-.85q0-1.165-.822-1.986q-.821-.822-1.986-.822t-1.987.821Q4%205.638%204%206.803t.821%201.987q.821.82%201.987.82M17.19%2020q1.168%200%201.99-.82t.82-1.99t-.822-1.978t-1.992-.808q-.442%200-.84.134q-.398.133-.733.362l2.312%202.312l-.733.688l-2.286-2.286q-.229.334-.375.732t-.146.84q0%201.17.818%201.992T17.19%2020m-10.4%200q1.175%200%202-.822q.824-.822.824-1.992q0-.467-.146-.893t-.425-.766L6.633%2017.9l-.714-.688l2.356-2.356q-.315-.223-.688-.338t-.804-.114q-1.166%200-1.974.809Q4%2016.02%204%2017.19q0%201.168.809%201.99q.808.82%201.983.82m5.207-7.25q.31%200%20.521-.21q.21-.21.21-.52t-.21-.521q-.209-.21-.52-.21t-.52.21t-.21.52t.21.52q.209.211.52.211%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.784%2021q-1.588%200-2.686-1.118T3%2017.182t1.099-2.68t2.684-1.098q.608%200%201.158.173q.551.173%201.001.494q.793-1.013.827-2.105q.035-1.093-.727-2.087q-.475.346-1.038.538t-1.196.192q-1.587%200-2.697-1.11T3%206.802t1.11-2.694T6.809%203t2.697%201.105t1.11%202.697q0%20.633-.204%201.196q-.205.563-.551%201.038q.994.762%202.096.73t2.115-.805q-.321-.45-.504-1t-.182-1.159q0-1.585%201.103-2.684t2.694-1.099t2.705%201.1T21%206.802t-1.117%202.699t-2.696%201.114q-.656%200-1.243-.208q-.586-.208-1.067-.598q-.787%201.019-.752%202.152t.846%202.179q.475-.347%201.029-.542t1.186-.195q1.58%200%202.697%201.099Q21%2015.603%2021%2017.188t-1.118%202.699t-2.7%201.113t-2.69-1.117t-1.107-2.696q0-.633.195-1.197q.195-.563.541-1.038q-1.044-.812-2.158-.84t-2.153.778q.39.481.598%201.06t.208%201.237q0%201.58-1.122%202.696T6.784%2021M17.187%209.615q1.17%200%201.991-.82q.822-.821.822-1.99q0-1.168-.82-1.977q-.821-.809-1.99-.809t-1.987.809t-.819%201.974q0%20.43.115.816t.337.701l2.2-2.18l.67.669l-2.192%202.236q.34.279.77.425t.903.147M6.807%209.61q.443%200%20.841-.146q.398-.147.733-.376L6.1%206.809l.708-.689L9.094%208.4q.248-.334.385-.748t.137-.85q0-1.165-.822-1.986q-.821-.822-1.986-.822t-1.987.821Q4%205.638%204%206.803t.821%201.987q.821.82%201.987.82M17.19%2020q1.168%200%201.99-.82t.82-1.99t-.822-1.978t-1.992-.808q-.442%200-.84.134q-.398.133-.733.362l2.312%202.312l-.733.688l-2.286-2.286q-.229.334-.375.732t-.146.84q0%201.17.818%201.992T17.19%2020m-10.4%200q1.175%200%202-.822q.824-.822.824-1.992q0-.467-.146-.893t-.425-.766L6.633%2017.9l-.714-.688l2.356-2.356q-.315-.223-.688-.338t-.804-.114q-1.166%200-1.974.809Q4%2016.02%204%2017.19q0%201.168.809%201.99q.808.82%201.983.82m5.207-7.25q.31%200%20.521-.21q.21-.21.21-.52t-.21-.521q-.209-.21-.52-.21t-.52.21t-.21.52t.21.52q.209.211.52.211%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/drone-2-sharp.svg?color=%231a73e8&size=48