bug droid icon

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

Name
bug-droid-light
Set
Phosphor
Style
Light
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="m189 51.47l15.22-15.23a6 6 0 1 0-8.48-8.48L180 43.54a85.76 85.76 0 0 0-104 0L60.24 27.76a6 6 0 0 0-8.48 8.48L67 51.47A85.7 85.7 0 0 0 42 112v40a86 86 0 0 0 172 0v-40a85.7 85.7 0 0 0-25-60.53M128 38a74.09 74.09 0 0 1 74 74v10H54v-10a74.09 74.09 0 0 1 74-74m0 188a74.09 74.09 0 0 1-74-74v-18h148v18a74.09 74.09 0 0 1-74 74m18-134a10 10 0 1 1 10 10a10 10 0 0 1-10-10m-56 0a10 10 0 1 1 10 10a10 10 0 0 1-10-10"/></svg>

React

import type { SVGProps } from "react";

export function PhBugDroidLight(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="m189 51.47l15.22-15.23a6 6 0 1 0-8.48-8.48L180 43.54a85.76 85.76 0 0 0-104 0L60.24 27.76a6 6 0 0 0-8.48 8.48L67 51.47A85.7 85.7 0 0 0 42 112v40a86 86 0 0 0 172 0v-40a85.7 85.7 0 0 0-25-60.53M128 38a74.09 74.09 0 0 1 74 74v10H54v-10a74.09 74.09 0 0 1 74-74m0 188a74.09 74.09 0 0 1-74-74v-18h148v18a74.09 74.09 0 0 1-74 74m18-134a10 10 0 1 1 10 10a10 10 0 0 1-10-10m-56 0a10 10 0 1 1 10 10a10 10 0 0 1-10-10"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="m189 51.47l15.22-15.23a6 6 0 1 0-8.48-8.48L180 43.54a85.76 85.76 0 0 0-104 0L60.24 27.76a6 6 0 0 0-8.48 8.48L67 51.47A85.7 85.7 0 0 0 42 112v40a86 86 0 0 0 172 0v-40a85.7 85.7 0 0 0-25-60.53M128 38a74.09 74.09 0 0 1 74 74v10H54v-10a74.09 74.09 0 0 1 74-74m0 188a74.09 74.09 0 0 1-74-74v-18h148v18a74.09 74.09 0 0 1-74 74m18-134a10 10 0 1 1 10 10a10 10 0 0 1-10-10m-56 0a10 10 0 1 1 10 10a10 10 0 0 1-10-10"/></svg>
</template>

CSS

.icon-bug-droid-light {
  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%22m189%2051.47l15.22-15.23a6%206%200%201%200-8.48-8.48L180%2043.54a85.76%2085.76%200%200%200-104%200L60.24%2027.76a6%206%200%200%200-8.48%208.48L67%2051.47A85.7%2085.7%200%200%200%2042%20112v40a86%2086%200%200%200%20172%200v-40a85.7%2085.7%200%200%200-25-60.53M128%2038a74.09%2074.09%200%200%201%2074%2074v10H54v-10a74.09%2074.09%200%200%201%2074-74m0%20188a74.09%2074.09%200%200%201-74-74v-18h148v18a74.09%2074.09%200%200%201-74%2074m18-134a10%2010%200%201%201%2010%2010a10%2010%200%200%201-10-10m-56%200a10%2010%200%201%201%2010%2010a10%2010%200%200%201-10-10%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%22m189%2051.47l15.22-15.23a6%206%200%201%200-8.48-8.48L180%2043.54a85.76%2085.76%200%200%200-104%200L60.24%2027.76a6%206%200%200%200-8.48%208.48L67%2051.47A85.7%2085.7%200%200%200%2042%20112v40a86%2086%200%200%200%20172%200v-40a85.7%2085.7%200%200%200-25-60.53M128%2038a74.09%2074.09%200%200%201%2074%2074v10H54v-10a74.09%2074.09%200%200%201%2074-74m0%20188a74.09%2074.09%200%200%201-74-74v-18h148v18a74.09%2074.09%200%200%201-74%2074m18-134a10%2010%200%201%201%2010%2010a10%2010%200%200%201-10-10m-56%200a10%2010%200%201%201%2010%2010a10%2010%200%200%201-10-10%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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