bug droid icon
bug-droid-fill from Phosphor by Phosphor Icons · Fill · MIT Free for personal and commercial use.
- Name
- bug-droid-fill
- Set
- Phosphor
- Style
- Fill
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
Related icons in Phosphor
Use the bug droid icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="m191.83 51.48l13.83-13.82a8 8 0 0 0-11.32-11.32L179.79 40.9a87.81 87.81 0 0 0-103.58 0L61.66 26.34a8 8 0 0 0-11.32 11.32l13.83 13.82A87.72 87.72 0 0 0 40 112v40a88 88 0 0 0 176 0v-40a87.72 87.72 0 0 0-24.17-60.52M128 40a72.08 72.08 0 0 1 72 72v8H56v-8a72.08 72.08 0 0 1 72-72m16 52a12 12 0 1 1 12 12a12 12 0 0 1-12-12m-56 0a12 12 0 1 1 12 12a12 12 0 0 1-12-12"/></svg>
React
import type { SVGProps } from "react";
export function PhBugDroidFill(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="m191.83 51.48l13.83-13.82a8 8 0 0 0-11.32-11.32L179.79 40.9a87.81 87.81 0 0 0-103.58 0L61.66 26.34a8 8 0 0 0-11.32 11.32l13.83 13.82A87.72 87.72 0 0 0 40 112v40a88 88 0 0 0 176 0v-40a87.72 87.72 0 0 0-24.17-60.52M128 40a72.08 72.08 0 0 1 72 72v8H56v-8a72.08 72.08 0 0 1 72-72m16 52a12 12 0 1 1 12 12a12 12 0 0 1-12-12m-56 0a12 12 0 1 1 12 12a12 12 0 0 1-12-12"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="m191.83 51.48l13.83-13.82a8 8 0 0 0-11.32-11.32L179.79 40.9a87.81 87.81 0 0 0-103.58 0L61.66 26.34a8 8 0 0 0-11.32 11.32l13.83 13.82A87.72 87.72 0 0 0 40 112v40a88 88 0 0 0 176 0v-40a87.72 87.72 0 0 0-24.17-60.52M128 40a72.08 72.08 0 0 1 72 72v8H56v-8a72.08 72.08 0 0 1 72-72m16 52a12 12 0 1 1 12 12a12 12 0 0 1-12-12m-56 0a12 12 0 1 1 12 12a12 12 0 0 1-12-12"/></svg> </template>
CSS
.icon-bug-droid-fill {
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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m191.83%2051.48l13.83-13.82a8%208%200%200%200-11.32-11.32L179.79%2040.9a87.81%2087.81%200%200%200-103.58%200L61.66%2026.34a8%208%200%200%200-11.32%2011.32l13.83%2013.82A87.72%2087.72%200%200%200%2040%20112v40a88%2088%200%200%200%20176%200v-40a87.72%2087.72%200%200%200-24.17-60.52M128%2040a72.08%2072.08%200%200%201%2072%2072v8H56v-8a72.08%2072.08%200%200%201%2072-72m16%2052a12%2012%200%201%201%2012%2012a12%2012%200%200%201-12-12m-56%200a12%2012%200%201%201%2012%2012a12%2012%200%200%201-12-12%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m191.83%2051.48l13.83-13.82a8%208%200%200%200-11.32-11.32L179.79%2040.9a87.81%2087.81%200%200%200-103.58%200L61.66%2026.34a8%208%200%200%200-11.32%2011.32l13.83%2013.82A87.72%2087.72%200%200%200%2040%20112v40a88%2088%200%200%200%20176%200v-40a87.72%2087.72%200%200%200-24.17-60.52M128%2040a72.08%2072.08%200%200%201%2072%2072v8H56v-8a72.08%2072.08%200%200%201%2072-72m16%2052a12%2012%200%201%201%2012%2012a12%2012%200%200%201-12-12m-56%200a12%2012%200%201%201%2012%2012a12%2012%200%200%201-12-12%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/bug-droid-fill.svg?color=%231a73e8&size=48