bug2-filled from Reicon by REICON · Filled · IT · MIT Free for personal and commercial use.

Name
bug2-filled
Set
Reicon
Style
Filled
Category
IT
Viewbox
24×24
License
MIT

2 other variants in Reicon

More it icons from Reicon

Use the bug2 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M10.422 3.179L7.386 1.357a.75.75 0 0 0-.772 1.286L8.64 3.858a7.03 7.03 0 0 0-2.99 3.194l-1.87-.748a.75.75 0 1 0-.557 1.392l1.945.779A7 7 0 0 0 5 10v2.25H2a.75.75 0 0 0 0 1.5h3V15c0 .85.152 1.666.43 2.42l-2.209.884a.75.75 0 1 0 .558 1.393l2.32-.929A7 7 0 0 0 12 22a7 7 0 0 0 5.9-3.232l2.322.929a.75.75 0 0 0 .556-1.393l-2.208-.883a7 7 0 0 0 .43-2.42v-1.25h3a.75.75 0 0 0 0-1.5h-3V10q-.002-.788-.167-1.526l1.945-.779a.75.75 0 1 0-.557-1.392l-1.87.748a7.03 7.03 0 0 0-2.99-3.194l2.025-1.215a.75.75 0 1 0-.772-1.286l-3.036 1.822a7 7 0 0 0-3.156 0M10.5 9.75a.75.75 0 0 0 0 1.5h3a.75.75 0 0 0 0-1.5zm-.75 5.75a.75.75 0 0 1 .75-.75h3a.75.75 0 0 1 0 1.5h-3a.75.75 0 0 1-.75-.75" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function ReiconBug2Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fillRule="evenodd" d="M10.422 3.179L7.386 1.357a.75.75 0 0 0-.772 1.286L8.64 3.858a7.03 7.03 0 0 0-2.99 3.194l-1.87-.748a.75.75 0 1 0-.557 1.392l1.945.779A7 7 0 0 0 5 10v2.25H2a.75.75 0 0 0 0 1.5h3V15c0 .85.152 1.666.43 2.42l-2.209.884a.75.75 0 1 0 .558 1.393l2.32-.929A7 7 0 0 0 12 22a7 7 0 0 0 5.9-3.232l2.322.929a.75.75 0 0 0 .556-1.393l-2.208-.883a7 7 0 0 0 .43-2.42v-1.25h3a.75.75 0 0 0 0-1.5h-3V10q-.002-.788-.167-1.526l1.945-.779a.75.75 0 1 0-.557-1.392l-1.87.748a7.03 7.03 0 0 0-2.99-3.194l2.025-1.215a.75.75 0 1 0-.772-1.286l-3.036 1.822a7 7 0 0 0-3.156 0M10.5 9.75a.75.75 0 0 0 0 1.5h3a.75.75 0 0 0 0-1.5zm-.75 5.75a.75.75 0 0 1 .75-.75h3a.75.75 0 0 1 0 1.5h-3a.75.75 0 0 1-.75-.75" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M10.422 3.179L7.386 1.357a.75.75 0 0 0-.772 1.286L8.64 3.858a7.03 7.03 0 0 0-2.99 3.194l-1.87-.748a.75.75 0 1 0-.557 1.392l1.945.779A7 7 0 0 0 5 10v2.25H2a.75.75 0 0 0 0 1.5h3V15c0 .85.152 1.666.43 2.42l-2.209.884a.75.75 0 1 0 .558 1.393l2.32-.929A7 7 0 0 0 12 22a7 7 0 0 0 5.9-3.232l2.322.929a.75.75 0 0 0 .556-1.393l-2.208-.883a7 7 0 0 0 .43-2.42v-1.25h3a.75.75 0 0 0 0-1.5h-3V10q-.002-.788-.167-1.526l1.945-.779a.75.75 0 1 0-.557-1.392l-1.87.748a7.03 7.03 0 0 0-2.99-3.194l2.025-1.215a.75.75 0 1 0-.772-1.286l-3.036 1.822a7 7 0 0 0-3.156 0M10.5 9.75a.75.75 0 0 0 0 1.5h3a.75.75 0 0 0 0-1.5zm-.75 5.75a.75.75 0 0 1 .75-.75h3a.75.75 0 0 1 0 1.5h-3a.75.75 0 0 1-.75-.75" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-bug2-filled {
  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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M10.422%203.179L7.386%201.357a.75.75%200%200%200-.772%201.286L8.64%203.858a7.03%207.03%200%200%200-2.99%203.194l-1.87-.748a.75.75%200%201%200-.557%201.392l1.945.779A7%207%200%200%200%205%2010v2.25H2a.75.75%200%200%200%200%201.5h3V15c0%20.85.152%201.666.43%202.42l-2.209.884a.75.75%200%201%200%20.558%201.393l2.32-.929A7%207%200%200%200%2012%2022a7%207%200%200%200%205.9-3.232l2.322.929a.75.75%200%200%200%20.556-1.393l-2.208-.883a7%207%200%200%200%20.43-2.42v-1.25h3a.75.75%200%200%200%200-1.5h-3V10q-.002-.788-.167-1.526l1.945-.779a.75.75%200%201%200-.557-1.392l-1.87.748a7.03%207.03%200%200%200-2.99-3.194l2.025-1.215a.75.75%200%201%200-.772-1.286l-3.036%201.822a7%207%200%200%200-3.156%200M10.5%209.75a.75.75%200%200%200%200%201.5h3a.75.75%200%200%200%200-1.5zm-.75%205.75a.75.75%200%200%201%20.75-.75h3a.75.75%200%200%201%200%201.5h-3a.75.75%200%200%201-.75-.75%22%20clip-rule%3D%22evenodd%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M10.422%203.179L7.386%201.357a.75.75%200%200%200-.772%201.286L8.64%203.858a7.03%207.03%200%200%200-2.99%203.194l-1.87-.748a.75.75%200%201%200-.557%201.392l1.945.779A7%207%200%200%200%205%2010v2.25H2a.75.75%200%200%200%200%201.5h3V15c0%20.85.152%201.666.43%202.42l-2.209.884a.75.75%200%201%200%20.558%201.393l2.32-.929A7%207%200%200%200%2012%2022a7%207%200%200%200%205.9-3.232l2.322.929a.75.75%200%200%200%20.556-1.393l-2.208-.883a7%207%200%200%200%20.43-2.42v-1.25h3a.75.75%200%200%200%200-1.5h-3V10q-.002-.788-.167-1.526l1.945-.779a.75.75%200%201%200-.557-1.392l-1.87.748a7.03%207.03%200%200%200-2.99-3.194l2.025-1.215a.75.75%200%201%200-.772-1.286l-3.036%201.822a7%207%200%200%200-3.156%200M10.5%209.75a.75.75%200%200%200%200%201.5h3a.75.75%200%200%200%200-1.5zm-.75%205.75a.75.75%200%200%201%20.75-.75h3a.75.75%200%200%201%200%201.5h-3a.75.75%200%200%201-.75-.75%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/bug2-filled.svg?color=%231a73e8&size=48

Bug2 filled icon — Reicon · IconsDB