bug droid icon

bug-droid-thin from Phosphor by Phosphor Icons · Thin · MIT Free for personal and commercial use.

Name
bug-droid-thin
Set
Phosphor
Style
Thin
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="m186.17 51.49l16.66-16.66a4 4 0 1 0-5.66-5.66l-17 17a83.72 83.72 0 0 0-104.26 0l-17-17a4 4 0 0 0-5.66 5.66l16.58 16.66A83.75 83.75 0 0 0 44 112v40a84 84 0 0 0 168 0v-40a83.75 83.75 0 0 0-25.83-60.51M128 36a76.08 76.08 0 0 1 76 76v12H52v-12a76.08 76.08 0 0 1 76-76m0 192a76.08 76.08 0 0 1-76-76v-20h152v20a76.08 76.08 0 0 1-76 76m20-136a8 8 0 1 1 8 8a8 8 0 0 1-8-8m-56 0a8 8 0 1 1 8 8a8 8 0 0 1-8-8"/></svg>

React

import type { SVGProps } from "react";

export function PhBugDroidThin(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="m186.17 51.49l16.66-16.66a4 4 0 1 0-5.66-5.66l-17 17a83.72 83.72 0 0 0-104.26 0l-17-17a4 4 0 0 0-5.66 5.66l16.58 16.66A83.75 83.75 0 0 0 44 112v40a84 84 0 0 0 168 0v-40a83.75 83.75 0 0 0-25.83-60.51M128 36a76.08 76.08 0 0 1 76 76v12H52v-12a76.08 76.08 0 0 1 76-76m0 192a76.08 76.08 0 0 1-76-76v-20h152v20a76.08 76.08 0 0 1-76 76m20-136a8 8 0 1 1 8 8a8 8 0 0 1-8-8m-56 0a8 8 0 1 1 8 8a8 8 0 0 1-8-8"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="m186.17 51.49l16.66-16.66a4 4 0 1 0-5.66-5.66l-17 17a83.72 83.72 0 0 0-104.26 0l-17-17a4 4 0 0 0-5.66 5.66l16.58 16.66A83.75 83.75 0 0 0 44 112v40a84 84 0 0 0 168 0v-40a83.75 83.75 0 0 0-25.83-60.51M128 36a76.08 76.08 0 0 1 76 76v12H52v-12a76.08 76.08 0 0 1 76-76m0 192a76.08 76.08 0 0 1-76-76v-20h152v20a76.08 76.08 0 0 1-76 76m20-136a8 8 0 1 1 8 8a8 8 0 0 1-8-8m-56 0a8 8 0 1 1 8 8a8 8 0 0 1-8-8"/></svg>
</template>

CSS

.icon-bug-droid-thin {
  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%22m186.17%2051.49l16.66-16.66a4%204%200%201%200-5.66-5.66l-17%2017a83.72%2083.72%200%200%200-104.26%200l-17-17a4%204%200%200%200-5.66%205.66l16.58%2016.66A83.75%2083.75%200%200%200%2044%20112v40a84%2084%200%200%200%20168%200v-40a83.75%2083.75%200%200%200-25.83-60.51M128%2036a76.08%2076.08%200%200%201%2076%2076v12H52v-12a76.08%2076.08%200%200%201%2076-76m0%20192a76.08%2076.08%200%200%201-76-76v-20h152v20a76.08%2076.08%200%200%201-76%2076m20-136a8%208%200%201%201%208%208a8%208%200%200%201-8-8m-56%200a8%208%200%201%201%208%208a8%208%200%200%201-8-8%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%22m186.17%2051.49l16.66-16.66a4%204%200%201%200-5.66-5.66l-17%2017a83.72%2083.72%200%200%200-104.26%200l-17-17a4%204%200%200%200-5.66%205.66l16.58%2016.66A83.75%2083.75%200%200%200%2044%20112v40a84%2084%200%200%200%20168%200v-40a83.75%2083.75%200%200%200-25.83-60.51M128%2036a76.08%2076.08%200%200%201%2076%2076v12H52v-12a76.08%2076.08%200%200%201%2076-76m0%20192a76.08%2076.08%200%200%201-76-76v-20h152v20a76.08%2076.08%200%200%201-76%2076m20-136a8%208%200%201%201%208%208a8%208%200%200%201-8-8m-56%200a8%208%200%201%201%208%208a8%208%200%200%201-8-8%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/bug-droid-thin.svg?color=%231a73e8&size=48