file type drone logo
file-type-drone from VSCode Icons by Roberto Huertas · Color · MIT Free for personal and commercial use.
- Name
- file-type-drone
- Set
- VSCode Icons
- Style
- Color
- Viewbox
- 32×32
- License
- MIT
Related icons in VSCode Icons
file-type-accessfile-type-access2file-type-actionscriptfile-type-actionscript2file-type-adafile-type-advplfile-type-affinityfile-type-affinitydesignerfile-type-affinityphotofile-type-affinitypublisherfile-type-agdafile-type-agentsfile-type-aifile-type-ai2file-type-aikidofile-type-alfile-type-al-dalfile-type-alchemyfile-type-allcontributorsfile-type-alloyfile-type-allurefile-type-angularfile-type-ansiblefile-type-antlers-html
Use the file type drone logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#c2c2c2" d="M19.581 17.9A3.581 3.581 0 1 1 16 14.323a3.58 3.58 0 0 1 3.581 3.577"/><path fill="#c2c2c2" d="M16 4.165c6.252.049 13.36 4.456 14 12.763h-8.465S20.444 12.339 16 12.37s-5.535 4.558-5.535 4.558H2C2.411 8.769 9.4 4.114 16 4.165m.058 23.67c-4.662.012-9.017-3.505-10.8-8.953h5.209s1.124 4.537 5.568 4.506s5.5-4.506 5.5-4.506h5.209a10.96 10.96 0 0 1-10.686 8.953"/></svg>
React
import type { SVGProps } from "react";
export function VscodeIconsFileTypeDrone(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#c2c2c2" d="M19.581 17.9A3.581 3.581 0 1 1 16 14.323a3.58 3.58 0 0 1 3.581 3.577"/><path fill="#c2c2c2" d="M16 4.165c6.252.049 13.36 4.456 14 12.763h-8.465S20.444 12.339 16 12.37s-5.535 4.558-5.535 4.558H2C2.411 8.769 9.4 4.114 16 4.165m.058 23.67c-4.662.012-9.017-3.505-10.8-8.953h5.209s1.124 4.537 5.568 4.506s5.5-4.506 5.5-4.506h5.209a10.96 10.96 0 0 1-10.686 8.953"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#c2c2c2" d="M19.581 17.9A3.581 3.581 0 1 1 16 14.323a3.58 3.58 0 0 1 3.581 3.577"/><path fill="#c2c2c2" d="M16 4.165c6.252.049 13.36 4.456 14 12.763h-8.465S20.444 12.339 16 12.37s-5.535 4.558-5.535 4.558H2C2.411 8.769 9.4 4.114 16 4.165m.058 23.67c-4.662.012-9.017-3.505-10.8-8.953h5.209s1.124 4.537 5.568 4.506s5.5-4.506 5.5-4.506h5.209a10.96 10.96 0 0 1-10.686 8.953"/></svg> </template>
CSS
.icon-file-type-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%2032%2032%22%3E%3Cpath%20fill%3D%22%23c2c2c2%22%20d%3D%22M19.581%2017.9A3.581%203.581%200%201%201%2016%2014.323a3.58%203.58%200%200%201%203.581%203.577%22%2F%3E%3Cpath%20fill%3D%22%23c2c2c2%22%20d%3D%22M16%204.165c6.252.049%2013.36%204.456%2014%2012.763h-8.465S20.444%2012.339%2016%2012.37s-5.535%204.558-5.535%204.558H2C2.411%208.769%209.4%204.114%2016%204.165m.058%2023.67c-4.662.012-9.017-3.505-10.8-8.953h5.209s1.124%204.537%205.568%204.506s5.5-4.506%205.5-4.506h5.209a10.96%2010.96%200%200%201-10.686%208.953%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%2032%2032%22%3E%3Cpath%20fill%3D%22%23c2c2c2%22%20d%3D%22M19.581%2017.9A3.581%203.581%200%201%201%2016%2014.323a3.58%203.58%200%200%201%203.581%203.577%22%2F%3E%3Cpath%20fill%3D%22%23c2c2c2%22%20d%3D%22M16%204.165c6.252.049%2013.36%204.456%2014%2012.763h-8.465S20.444%2012.339%2016%2012.37s-5.535%204.558-5.535%204.558H2C2.411%208.769%209.4%204.114%2016%204.165m.058%2023.67c-4.662.012-9.017-3.505-10.8-8.953h5.209s1.124%204.537%205.568%204.506s5.5-4.506%205.5-4.506h5.209a10.96%2010.96%200%200%201-10.686%208.953%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/vscode-icons/file-type-drone.svg?color=%231a73e8&size=48