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

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

2 other variants in Reicon

The same icon in other sets

All bug icons →

More it icons from Reicon

Use the bug icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.416 2.624a.75.75 0 1 0-.832-1.248L13.669 3.32A4.5 4.5 0 0 0 12 3c-.59 0-1.153.113-1.669.32L7.416 1.376a.75.75 0 0 0-.832 1.248l2.36 1.573a4.5 4.5 0 0 0-1.368 2.475A5.5 5.5 0 0 1 8.938 6.5h6.125q.707.002 1.361.172a4.5 4.5 0 0 0-1.368-2.475zM1.25 14a.75.75 0 0 1 .75-.75h3v-1.312c0-.836.26-1.611.704-2.248l-2.483-.994a.75.75 0 0 1 .558-1.392l3.136 1.254A3.9 3.9 0 0 1 8.938 8h6.124c.74 0 1.432.204 2.023.558l3.136-1.254a.75.75 0 1 1 .558 1.392l-2.483.994A3.9 3.9 0 0 1 19 11.938v1.312h3a.75.75 0 0 1 0 1.5h-3V15a7 7 0 0 1-.808 3.269l2.587 1.035a.75.75 0 0 1-.558 1.393l-2.892-1.158a7 7 0 0 1-4.579 2.421V15a.75.75 0 1 0-1.5 0v6.96a7 7 0 0 1-4.579-2.42L3.78 20.696a.75.75 0 1 1-.558-1.393l2.588-1.035A7 7 0 0 1 5 15v-.25H2a.75.75 0 0 1-.75-.75"/></svg>

React

import type { SVGProps } from "react";

export function ReiconBugFilled(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" d="M17.416 2.624a.75.75 0 1 0-.832-1.248L13.669 3.32A4.5 4.5 0 0 0 12 3c-.59 0-1.153.113-1.669.32L7.416 1.376a.75.75 0 0 0-.832 1.248l2.36 1.573a4.5 4.5 0 0 0-1.368 2.475A5.5 5.5 0 0 1 8.938 6.5h6.125q.707.002 1.361.172a4.5 4.5 0 0 0-1.368-2.475zM1.25 14a.75.75 0 0 1 .75-.75h3v-1.312c0-.836.26-1.611.704-2.248l-2.483-.994a.75.75 0 0 1 .558-1.392l3.136 1.254A3.9 3.9 0 0 1 8.938 8h6.124c.74 0 1.432.204 2.023.558l3.136-1.254a.75.75 0 1 1 .558 1.392l-2.483.994A3.9 3.9 0 0 1 19 11.938v1.312h3a.75.75 0 0 1 0 1.5h-3V15a7 7 0 0 1-.808 3.269l2.587 1.035a.75.75 0 0 1-.558 1.393l-2.892-1.158a7 7 0 0 1-4.579 2.421V15a.75.75 0 1 0-1.5 0v6.96a7 7 0 0 1-4.579-2.42L3.78 20.696a.75.75 0 1 1-.558-1.393l2.588-1.035A7 7 0 0 1 5 15v-.25H2a.75.75 0 0 1-.75-.75"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.416 2.624a.75.75 0 1 0-.832-1.248L13.669 3.32A4.5 4.5 0 0 0 12 3c-.59 0-1.153.113-1.669.32L7.416 1.376a.75.75 0 0 0-.832 1.248l2.36 1.573a4.5 4.5 0 0 0-1.368 2.475A5.5 5.5 0 0 1 8.938 6.5h6.125q.707.002 1.361.172a4.5 4.5 0 0 0-1.368-2.475zM1.25 14a.75.75 0 0 1 .75-.75h3v-1.312c0-.836.26-1.611.704-2.248l-2.483-.994a.75.75 0 0 1 .558-1.392l3.136 1.254A3.9 3.9 0 0 1 8.938 8h6.124c.74 0 1.432.204 2.023.558l3.136-1.254a.75.75 0 1 1 .558 1.392l-2.483.994A3.9 3.9 0 0 1 19 11.938v1.312h3a.75.75 0 0 1 0 1.5h-3V15a7 7 0 0 1-.808 3.269l2.587 1.035a.75.75 0 0 1-.558 1.393l-2.892-1.158a7 7 0 0 1-4.579 2.421V15a.75.75 0 1 0-1.5 0v6.96a7 7 0 0 1-4.579-2.42L3.78 20.696a.75.75 0 1 1-.558-1.393l2.588-1.035A7 7 0 0 1 5 15v-.25H2a.75.75 0 0 1-.75-.75"/></svg>
</template>

CSS

.icon-bug-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%20d%3D%22M17.416%202.624a.75.75%200%201%200-.832-1.248L13.669%203.32A4.5%204.5%200%200%200%2012%203c-.59%200-1.153.113-1.669.32L7.416%201.376a.75.75%200%200%200-.832%201.248l2.36%201.573a4.5%204.5%200%200%200-1.368%202.475A5.5%205.5%200%200%201%208.938%206.5h6.125q.707.002%201.361.172a4.5%204.5%200%200%200-1.368-2.475zM1.25%2014a.75.75%200%200%201%20.75-.75h3v-1.312c0-.836.26-1.611.704-2.248l-2.483-.994a.75.75%200%200%201%20.558-1.392l3.136%201.254A3.9%203.9%200%200%201%208.938%208h6.124c.74%200%201.432.204%202.023.558l3.136-1.254a.75.75%200%201%201%20.558%201.392l-2.483.994A3.9%203.9%200%200%201%2019%2011.938v1.312h3a.75.75%200%200%201%200%201.5h-3V15a7%207%200%200%201-.808%203.269l2.587%201.035a.75.75%200%200%201-.558%201.393l-2.892-1.158a7%207%200%200%201-4.579%202.421V15a.75.75%200%201%200-1.5%200v6.96a7%207%200%200%201-4.579-2.42L3.78%2020.696a.75.75%200%201%201-.558-1.393l2.588-1.035A7%207%200%200%201%205%2015v-.25H2a.75.75%200%200%201-.75-.75%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%20d%3D%22M17.416%202.624a.75.75%200%201%200-.832-1.248L13.669%203.32A4.5%204.5%200%200%200%2012%203c-.59%200-1.153.113-1.669.32L7.416%201.376a.75.75%200%200%200-.832%201.248l2.36%201.573a4.5%204.5%200%200%200-1.368%202.475A5.5%205.5%200%200%201%208.938%206.5h6.125q.707.002%201.361.172a4.5%204.5%200%200%200-1.368-2.475zM1.25%2014a.75.75%200%200%201%20.75-.75h3v-1.312c0-.836.26-1.611.704-2.248l-2.483-.994a.75.75%200%200%201%20.558-1.392l3.136%201.254A3.9%203.9%200%200%201%208.938%208h6.124c.74%200%201.432.204%202.023.558l3.136-1.254a.75.75%200%201%201%20.558%201.392l-2.483.994A3.9%203.9%200%200%201%2019%2011.938v1.312h3a.75.75%200%200%201%200%201.5h-3V15a7%207%200%200%201-.808%203.269l2.587%201.035a.75.75%200%200%201-.558%201.393l-2.892-1.158a7%207%200%200%201-4.579%202.421V15a.75.75%200%201%200-1.5%200v6.96a7%207%200%200%201-4.579-2.42L3.78%2020.696a.75.75%200%201%201-.558-1.393l2.588-1.035A7%207%200%200%201%205%2015v-.25H2a.75.75%200%200%201-.75-.75%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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

Bug filled icon — Reicon · IconsDB