bug droid icon
bug-droid-bold from Phosphor by Phosphor Icons · Bold · MIT Free for personal and commercial use.
- Name
- bug-droid-bold
- Set
- Phosphor
- Style
- Bold
- 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="m197.35 51.62l11.14-11.13a12 12 0 1 0-17-17l-12.15 12.2a91.84 91.84 0 0 0-102.68 0L64.49 23.51a12 12 0 0 0-17 17l11.16 11.11A91.58 91.58 0 0 0 36 112v40a92 92 0 0 0 184 0v-40a91.58 91.58 0 0 0-22.65-60.38M196 112v4H60v-4a68 68 0 0 1 136 0m-68 108a68.07 68.07 0 0 1-68-68v-12h136v12a68.07 68.07 0 0 1-68 68m12-132a16 16 0 1 1 16 16a16 16 0 0 1-16-16m-56 0a16 16 0 1 1 16 16a16 16 0 0 1-16-16"/></svg>
React
import type { SVGProps } from "react";
export function PhBugDroidBold(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="m197.35 51.62l11.14-11.13a12 12 0 1 0-17-17l-12.15 12.2a91.84 91.84 0 0 0-102.68 0L64.49 23.51a12 12 0 0 0-17 17l11.16 11.11A91.58 91.58 0 0 0 36 112v40a92 92 0 0 0 184 0v-40a91.58 91.58 0 0 0-22.65-60.38M196 112v4H60v-4a68 68 0 0 1 136 0m-68 108a68.07 68.07 0 0 1-68-68v-12h136v12a68.07 68.07 0 0 1-68 68m12-132a16 16 0 1 1 16 16a16 16 0 0 1-16-16m-56 0a16 16 0 1 1 16 16a16 16 0 0 1-16-16"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="m197.35 51.62l11.14-11.13a12 12 0 1 0-17-17l-12.15 12.2a91.84 91.84 0 0 0-102.68 0L64.49 23.51a12 12 0 0 0-17 17l11.16 11.11A91.58 91.58 0 0 0 36 112v40a92 92 0 0 0 184 0v-40a91.58 91.58 0 0 0-22.65-60.38M196 112v4H60v-4a68 68 0 0 1 136 0m-68 108a68.07 68.07 0 0 1-68-68v-12h136v12a68.07 68.07 0 0 1-68 68m12-132a16 16 0 1 1 16 16a16 16 0 0 1-16-16m-56 0a16 16 0 1 1 16 16a16 16 0 0 1-16-16"/></svg> </template>
CSS
.icon-bug-droid-bold {
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%22m197.35%2051.62l11.14-11.13a12%2012%200%201%200-17-17l-12.15%2012.2a91.84%2091.84%200%200%200-102.68%200L64.49%2023.51a12%2012%200%200%200-17%2017l11.16%2011.11A91.58%2091.58%200%200%200%2036%20112v40a92%2092%200%200%200%20184%200v-40a91.58%2091.58%200%200%200-22.65-60.38M196%20112v4H60v-4a68%2068%200%200%201%20136%200m-68%20108a68.07%2068.07%200%200%201-68-68v-12h136v12a68.07%2068.07%200%200%201-68%2068m12-132a16%2016%200%201%201%2016%2016a16%2016%200%200%201-16-16m-56%200a16%2016%200%201%201%2016%2016a16%2016%200%200%201-16-16%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%22m197.35%2051.62l11.14-11.13a12%2012%200%201%200-17-17l-12.15%2012.2a91.84%2091.84%200%200%200-102.68%200L64.49%2023.51a12%2012%200%200%200-17%2017l11.16%2011.11A91.58%2091.58%200%200%200%2036%20112v40a92%2092%200%200%200%20184%200v-40a91.58%2091.58%200%200%200-22.65-60.38M196%20112v4H60v-4a68%2068%200%200%201%20136%200m-68%20108a68.07%2068.07%200%200%201-68-68v-12h136v12a68.07%2068.07%200%200%201-68%2068m12-132a16%2016%200%201%201%2016%2016a16%2016%200%200%201-16-16m-56%200a16%2016%200%201%201%2016%2016a16%2016%200%200%201-16-16%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/bug-droid-bold.svg?color=%231a73e8&size=48