bug2 from Reicon by REICON · Outline · IT · MIT Free for personal and commercial use.

Name
bug2
Set
Reicon
Style
Outline
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"><g fill="currentColor"><path d="M9.75 10.5a.75.75 0 0 1 .75-.75h3a.75.75 0 0 1 0 1.5h-3a.75.75 0 0 1-.75-.75m.75 4.25a.75.75 0 0 0 0 1.5h3a.75.75 0 0 0 0-1.5z"/><path fill-rule="evenodd" d="M17.643 1.614a.75.75 0 0 1-.257 1.03l-1.292.774a7.8 7.8 0 0 1 2.954 3.355l1.173-.47a.75.75 0 1 1 .557 1.393l-1.24.497c.139.58.212 1.185.212 1.807v2.25H22a.75.75 0 0 1 0 1.5h-2.25V15c0 .95-.17 1.859-.483 2.7l1.512.604a.75.75 0 0 1-.558 1.393l-1.613-.646a7.75 7.75 0 0 1-6.608 3.7a7.75 7.75 0 0 1-6.608-3.7l-1.613.646a.75.75 0 0 1-.558-1.393l1.512-.605A7.7 7.7 0 0 1 4.25 15v-1.25H2a.75.75 0 0 1 0-1.5h2.25V10c0-.622.073-1.227.212-1.807l-1.24-.497a.75.75 0 1 1 .557-1.392l1.173.469a7.8 7.8 0 0 1 2.954-3.355l-1.292-.775a.75.75 0 1 1 .772-1.286l2.153 1.292A7.7 7.7 0 0 1 12 2.25c.86 0 1.688.14 2.46.399l2.154-1.292a.75.75 0 0 1 1.03.257M9.55 4.25a.75.75 0 0 0 .415-.16A6.2 6.2 0 0 1 12 3.75c.713 0 1.397.12 2.035.339c.12.094.265.15.415.16A6.25 6.25 0 0 1 18.25 10v5a6.25 6.25 0 1 1-12.5 0v-5a6.25 6.25 0 0 1 3.8-5.751" clip-rule="evenodd"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconBug2(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M9.75 10.5a.75.75 0 0 1 .75-.75h3a.75.75 0 0 1 0 1.5h-3a.75.75 0 0 1-.75-.75m.75 4.25a.75.75 0 0 0 0 1.5h3a.75.75 0 0 0 0-1.5z"/><path fillRule="evenodd" d="M17.643 1.614a.75.75 0 0 1-.257 1.03l-1.292.774a7.8 7.8 0 0 1 2.954 3.355l1.173-.47a.75.75 0 1 1 .557 1.393l-1.24.497c.139.58.212 1.185.212 1.807v2.25H22a.75.75 0 0 1 0 1.5h-2.25V15c0 .95-.17 1.859-.483 2.7l1.512.604a.75.75 0 0 1-.558 1.393l-1.613-.646a7.75 7.75 0 0 1-6.608 3.7a7.75 7.75 0 0 1-6.608-3.7l-1.613.646a.75.75 0 0 1-.558-1.393l1.512-.605A7.7 7.7 0 0 1 4.25 15v-1.25H2a.75.75 0 0 1 0-1.5h2.25V10c0-.622.073-1.227.212-1.807l-1.24-.497a.75.75 0 1 1 .557-1.392l1.173.469a7.8 7.8 0 0 1 2.954-3.355l-1.292-.775a.75.75 0 1 1 .772-1.286l2.153 1.292A7.7 7.7 0 0 1 12 2.25c.86 0 1.688.14 2.46.399l2.154-1.292a.75.75 0 0 1 1.03.257M9.55 4.25a.75.75 0 0 0 .415-.16A6.2 6.2 0 0 1 12 3.75c.713 0 1.397.12 2.035.339c.12.094.265.15.415.16A6.25 6.25 0 0 1 18.25 10v5a6.25 6.25 0 1 1-12.5 0v-5a6.25 6.25 0 0 1 3.8-5.751" clipRule="evenodd"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M9.75 10.5a.75.75 0 0 1 .75-.75h3a.75.75 0 0 1 0 1.5h-3a.75.75 0 0 1-.75-.75m.75 4.25a.75.75 0 0 0 0 1.5h3a.75.75 0 0 0 0-1.5z"/><path fill-rule="evenodd" d="M17.643 1.614a.75.75 0 0 1-.257 1.03l-1.292.774a7.8 7.8 0 0 1 2.954 3.355l1.173-.47a.75.75 0 1 1 .557 1.393l-1.24.497c.139.58.212 1.185.212 1.807v2.25H22a.75.75 0 0 1 0 1.5h-2.25V15c0 .95-.17 1.859-.483 2.7l1.512.604a.75.75 0 0 1-.558 1.393l-1.613-.646a7.75 7.75 0 0 1-6.608 3.7a7.75 7.75 0 0 1-6.608-3.7l-1.613.646a.75.75 0 0 1-.558-1.393l1.512-.605A7.7 7.7 0 0 1 4.25 15v-1.25H2a.75.75 0 0 1 0-1.5h2.25V10c0-.622.073-1.227.212-1.807l-1.24-.497a.75.75 0 1 1 .557-1.392l1.173.469a7.8 7.8 0 0 1 2.954-3.355l-1.292-.775a.75.75 0 1 1 .772-1.286l2.153 1.292A7.7 7.7 0 0 1 12 2.25c.86 0 1.688.14 2.46.399l2.154-1.292a.75.75 0 0 1 1.03.257M9.55 4.25a.75.75 0 0 0 .415-.16A6.2 6.2 0 0 1 12 3.75c.713 0 1.397.12 2.035.339c.12.094.265.15.415.16A6.25 6.25 0 0 1 18.25 10v5a6.25 6.25 0 1 1-12.5 0v-5a6.25 6.25 0 0 1 3.8-5.751" clip-rule="evenodd"/></g></svg>
</template>

CSS

.icon-bug2 {
  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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M9.75%2010.5a.75.75%200%200%201%20.75-.75h3a.75.75%200%200%201%200%201.5h-3a.75.75%200%200%201-.75-.75m.75%204.25a.75.75%200%200%200%200%201.5h3a.75.75%200%200%200%200-1.5z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M17.643%201.614a.75.75%200%200%201-.257%201.03l-1.292.774a7.8%207.8%200%200%201%202.954%203.355l1.173-.47a.75.75%200%201%201%20.557%201.393l-1.24.497c.139.58.212%201.185.212%201.807v2.25H22a.75.75%200%200%201%200%201.5h-2.25V15c0%20.95-.17%201.859-.483%202.7l1.512.604a.75.75%200%200%201-.558%201.393l-1.613-.646a7.75%207.75%200%200%201-6.608%203.7a7.75%207.75%200%200%201-6.608-3.7l-1.613.646a.75.75%200%200%201-.558-1.393l1.512-.605A7.7%207.7%200%200%201%204.25%2015v-1.25H2a.75.75%200%200%201%200-1.5h2.25V10c0-.622.073-1.227.212-1.807l-1.24-.497a.75.75%200%201%201%20.557-1.392l1.173.469a7.8%207.8%200%200%201%202.954-3.355l-1.292-.775a.75.75%200%201%201%20.772-1.286l2.153%201.292A7.7%207.7%200%200%201%2012%202.25c.86%200%201.688.14%202.46.399l2.154-1.292a.75.75%200%200%201%201.03.257M9.55%204.25a.75.75%200%200%200%20.415-.16A6.2%206.2%200%200%201%2012%203.75c.713%200%201.397.12%202.035.339c.12.094.265.15.415.16A6.25%206.25%200%200%201%2018.25%2010v5a6.25%206.25%200%201%201-12.5%200v-5a6.25%206.25%200%200%201%203.8-5.751%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M9.75%2010.5a.75.75%200%200%201%20.75-.75h3a.75.75%200%200%201%200%201.5h-3a.75.75%200%200%201-.75-.75m.75%204.25a.75.75%200%200%200%200%201.5h3a.75.75%200%200%200%200-1.5z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M17.643%201.614a.75.75%200%200%201-.257%201.03l-1.292.774a7.8%207.8%200%200%201%202.954%203.355l1.173-.47a.75.75%200%201%201%20.557%201.393l-1.24.497c.139.58.212%201.185.212%201.807v2.25H22a.75.75%200%200%201%200%201.5h-2.25V15c0%20.95-.17%201.859-.483%202.7l1.512.604a.75.75%200%200%201-.558%201.393l-1.613-.646a7.75%207.75%200%200%201-6.608%203.7a7.75%207.75%200%200%201-6.608-3.7l-1.613.646a.75.75%200%200%201-.558-1.393l1.512-.605A7.7%207.7%200%200%201%204.25%2015v-1.25H2a.75.75%200%200%201%200-1.5h2.25V10c0-.622.073-1.227.212-1.807l-1.24-.497a.75.75%200%201%201%20.557-1.392l1.173.469a7.8%207.8%200%200%201%202.954-3.355l-1.292-.775a.75.75%200%201%201%20.772-1.286l2.153%201.292A7.7%207.7%200%200%201%2012%202.25c.86%200%201.688.14%202.46.399l2.154-1.292a.75.75%200%200%201%201.03.257M9.55%204.25a.75.75%200%200%200%20.415-.16A6.2%206.2%200%200%201%2012%203.75c.713%200%201.397.12%202.035.339c.12.094.265.15.415.16A6.25%206.25%200%200%201%2018.25%2010v5a6.25%206.25%200%201%201-12.5%200v-5a6.25%206.25%200%200%201%203.8-5.751%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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