bug2 icon
bug2-duotone from Reicon by REICON · Duotone · IT · MIT Free for personal and commercial use.
- Name
- bug2-duotone
- Set
- Reicon
- Style
- Duotone
- 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="M5 10a7 7 0 0 1 14 0v5a7 7 0 1 1-14 0z" opacity=".5"/><path d="M9.75 15.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-5.75a.75.75 0 0 0 0 1.5h3a.75.75 0 0 0 0-1.5zm6.916-7.126a.75.75 0 1 0-.832-1.248l-2.786 1.857a7 7 0 0 1 1.674.687zm1.414 5.834a7 7 0 0 0-.477-1.402l.07-.033l1.798-.72a.75.75 0 1 1 .557 1.393l-1.797.72q-.075.03-.151.042M19 13.75h3a.75.75 0 0 0 0-1.5h-3zm-1.058 4.952q.369-.589.616-1.25a.8.8 0 0 1 .22.052l2 .8a.75.75 0 0 1-.556 1.393l-2-.8a.75.75 0 0 1-.28-.195m-12.5-1.25q.247.661.616 1.25a.75.75 0 0 1-.28.195l-2 .8a.75.75 0 1 1-.557-1.393l2-.8a.8.8 0 0 1 .22-.052M5 12.25H2a.75.75 0 0 0 0 1.5h3zm.648-5.194a7 7 0 0 0-.478 1.402a1 1 0 0 1-.15-.042l-1.798-.72a.75.75 0 0 1 .557-1.392l1.797.719q.038.014.072.033m2.88-3.136L6.584 2.624a.75.75 0 0 1 .832-1.248l2.786 1.857a7 7 0 0 0-1.674.687"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconBug2Duotone(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="M5 10a7 7 0 0 1 14 0v5a7 7 0 1 1-14 0z" opacity=".5"/><path d="M9.75 15.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-5.75a.75.75 0 0 0 0 1.5h3a.75.75 0 0 0 0-1.5zm6.916-7.126a.75.75 0 1 0-.832-1.248l-2.786 1.857a7 7 0 0 1 1.674.687zm1.414 5.834a7 7 0 0 0-.477-1.402l.07-.033l1.798-.72a.75.75 0 1 1 .557 1.393l-1.797.72q-.075.03-.151.042M19 13.75h3a.75.75 0 0 0 0-1.5h-3zm-1.058 4.952q.369-.589.616-1.25a.8.8 0 0 1 .22.052l2 .8a.75.75 0 0 1-.556 1.393l-2-.8a.75.75 0 0 1-.28-.195m-12.5-1.25q.247.661.616 1.25a.75.75 0 0 1-.28.195l-2 .8a.75.75 0 1 1-.557-1.393l2-.8a.8.8 0 0 1 .22-.052M5 12.25H2a.75.75 0 0 0 0 1.5h3zm.648-5.194a7 7 0 0 0-.478 1.402a1 1 0 0 1-.15-.042l-1.798-.72a.75.75 0 0 1 .557-1.392l1.797.719q.038.014.072.033m2.88-3.136L6.584 2.624a.75.75 0 0 1 .832-1.248l2.786 1.857a7 7 0 0 0-1.674.687"/></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="M5 10a7 7 0 0 1 14 0v5a7 7 0 1 1-14 0z" opacity=".5"/><path d="M9.75 15.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-5.75a.75.75 0 0 0 0 1.5h3a.75.75 0 0 0 0-1.5zm6.916-7.126a.75.75 0 1 0-.832-1.248l-2.786 1.857a7 7 0 0 1 1.674.687zm1.414 5.834a7 7 0 0 0-.477-1.402l.07-.033l1.798-.72a.75.75 0 1 1 .557 1.393l-1.797.72q-.075.03-.151.042M19 13.75h3a.75.75 0 0 0 0-1.5h-3zm-1.058 4.952q.369-.589.616-1.25a.8.8 0 0 1 .22.052l2 .8a.75.75 0 0 1-.556 1.393l-2-.8a.75.75 0 0 1-.28-.195m-12.5-1.25q.247.661.616 1.25a.75.75 0 0 1-.28.195l-2 .8a.75.75 0 1 1-.557-1.393l2-.8a.8.8 0 0 1 .22-.052M5 12.25H2a.75.75 0 0 0 0 1.5h3zm.648-5.194a7 7 0 0 0-.478 1.402a1 1 0 0 1-.15-.042l-1.798-.72a.75.75 0 0 1 .557-1.392l1.797.719q.038.014.072.033m2.88-3.136L6.584 2.624a.75.75 0 0 1 .832-1.248l2.786 1.857a7 7 0 0 0-1.674.687"/></g></svg> </template>
CSS
.icon-bug2-duotone {
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%22M5%2010a7%207%200%200%201%2014%200v5a7%207%200%201%201-14%200z%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M9.75%2015.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-5.75a.75.75%200%200%200%200%201.5h3a.75.75%200%200%200%200-1.5zm6.916-7.126a.75.75%200%201%200-.832-1.248l-2.786%201.857a7%207%200%200%201%201.674.687zm1.414%205.834a7%207%200%200%200-.477-1.402l.07-.033l1.798-.72a.75.75%200%201%201%20.557%201.393l-1.797.72q-.075.03-.151.042M19%2013.75h3a.75.75%200%200%200%200-1.5h-3zm-1.058%204.952q.369-.589.616-1.25a.8.8%200%200%201%20.22.052l2%20.8a.75.75%200%200%201-.556%201.393l-2-.8a.75.75%200%200%201-.28-.195m-12.5-1.25q.247.661.616%201.25a.75.75%200%200%201-.28.195l-2%20.8a.75.75%200%201%201-.557-1.393l2-.8a.8.8%200%200%201%20.22-.052M5%2012.25H2a.75.75%200%200%200%200%201.5h3zm.648-5.194a7%207%200%200%200-.478%201.402a1%201%200%200%201-.15-.042l-1.798-.72a.75.75%200%200%201%20.557-1.392l1.797.719q.038.014.072.033m2.88-3.136L6.584%202.624a.75.75%200%200%201%20.832-1.248l2.786%201.857a7%207%200%200%200-1.674.687%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%22M5%2010a7%207%200%200%201%2014%200v5a7%207%200%201%201-14%200z%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M9.75%2015.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-5.75a.75.75%200%200%200%200%201.5h3a.75.75%200%200%200%200-1.5zm6.916-7.126a.75.75%200%201%200-.832-1.248l-2.786%201.857a7%207%200%200%201%201.674.687zm1.414%205.834a7%207%200%200%200-.477-1.402l.07-.033l1.798-.72a.75.75%200%201%201%20.557%201.393l-1.797.72q-.075.03-.151.042M19%2013.75h3a.75.75%200%200%200%200-1.5h-3zm-1.058%204.952q.369-.589.616-1.25a.8.8%200%200%201%20.22.052l2%20.8a.75.75%200%200%201-.556%201.393l-2-.8a.75.75%200%200%201-.28-.195m-12.5-1.25q.247.661.616%201.25a.75.75%200%200%201-.28.195l-2%20.8a.75.75%200%201%201-.557-1.393l2-.8a.8.8%200%200%201%20.22-.052M5%2012.25H2a.75.75%200%200%200%200%201.5h3zm.648-5.194a7%207%200%200%200-.478%201.402a1%201%200%200%201-.15-.042l-1.798-.72a.75.75%200%200%201%20.557-1.392l1.797.719q.038.014.072.033m2.88-3.136L6.584%202.624a.75.75%200%200%201%20.832-1.248l2.786%201.857a7%207%200%200%200-1.674.687%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-duotone.svg?color=%231a73e8&size=48