drone delivery icon
drone-delivery from Carbon by IBM · Outline · Tools · Apache-2.0 Free for personal and commercial use.
- Name
- drone-delivery
- Set
- Carbon
- Style
- Outline
- Category
- Tools
- Viewbox
- 32×32
- License
- Apache 2.0
More tools icons from Carbon
Use the drone delivery icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M20 30h-8v-8h8Zm-6-2h4v-4h-4Z"/><path fill="currentColor" d="M32 11H22v2h4v3H6v-3h4v-2H0v2h4v5h5.132L6 22.697V27h2v-3.697L11.535 18h8.93L24 23.303V27h2v-4.303L22.868 18H28v-5h4zM16 6a5.98 5.98 0 0 0-4.24 1.76l1.413 1.413a3.994 3.994 0 0 1 5.654 0l1.414-1.414A5.98 5.98 0 0 0 16 6"/><path fill="currentColor" d="m8.932 4.932l1.414 1.414a7.99 7.99 0 0 1 11.308 0l1.414-1.414a9.984 9.984 0 0 0-14.136 0"/></svg>
React
import type { SVGProps } from "react";
export function CarbonDroneDelivery(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M20 30h-8v-8h8Zm-6-2h4v-4h-4Z"/><path fill="currentColor" d="M32 11H22v2h4v3H6v-3h4v-2H0v2h4v5h5.132L6 22.697V27h2v-3.697L11.535 18h8.93L24 23.303V27h2v-4.303L22.868 18H28v-5h4zM16 6a5.98 5.98 0 0 0-4.24 1.76l1.413 1.413a3.994 3.994 0 0 1 5.654 0l1.414-1.414A5.98 5.98 0 0 0 16 6"/><path fill="currentColor" d="m8.932 4.932l1.414 1.414a7.99 7.99 0 0 1 11.308 0l1.414-1.414a9.984 9.984 0 0 0-14.136 0"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M20 30h-8v-8h8Zm-6-2h4v-4h-4Z"/><path fill="currentColor" d="M32 11H22v2h4v3H6v-3h4v-2H0v2h4v5h5.132L6 22.697V27h2v-3.697L11.535 18h8.93L24 23.303V27h2v-4.303L22.868 18H28v-5h4zM16 6a5.98 5.98 0 0 0-4.24 1.76l1.413 1.413a3.994 3.994 0 0 1 5.654 0l1.414-1.414A5.98 5.98 0 0 0 16 6"/><path fill="currentColor" d="m8.932 4.932l1.414 1.414a7.99 7.99 0 0 1 11.308 0l1.414-1.414a9.984 9.984 0 0 0-14.136 0"/></svg> </template>
CSS
.icon-drone-delivery {
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%22currentColor%22%20d%3D%22M20%2030h-8v-8h8Zm-6-2h4v-4h-4Z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M32%2011H22v2h4v3H6v-3h4v-2H0v2h4v5h5.132L6%2022.697V27h2v-3.697L11.535%2018h8.93L24%2023.303V27h2v-4.303L22.868%2018H28v-5h4zM16%206a5.98%205.98%200%200%200-4.24%201.76l1.413%201.413a3.994%203.994%200%200%201%205.654%200l1.414-1.414A5.98%205.98%200%200%200%2016%206%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m8.932%204.932l1.414%201.414a7.99%207.99%200%200%201%2011.308%200l1.414-1.414a9.984%209.984%200%200%200-14.136%200%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%22currentColor%22%20d%3D%22M20%2030h-8v-8h8Zm-6-2h4v-4h-4Z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M32%2011H22v2h4v3H6v-3h4v-2H0v2h4v5h5.132L6%2022.697V27h2v-3.697L11.535%2018h8.93L24%2023.303V27h2v-4.303L22.868%2018H28v-5h4zM16%206a5.98%205.98%200%200%200-4.24%201.76l1.413%201.413a3.994%203.994%200%200%201%205.654%200l1.414-1.414A5.98%205.98%200%200%200%2016%206%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m8.932%204.932l1.414%201.414a7.99%207.99%200%200%201%2011.308%200l1.414-1.414a9.984%209.984%200%200%200-14.136%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/drone-delivery.svg?color=%231a73e8&size=48