bug 01 icon
bug-01 from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- bug-01
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Related icons in Huge Icons
Use the bug 01 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" d="M3.013 4.99c-.12 1.06.54 3.433 3.476 3.433m11.106-.043c1.24.199 3.518-.881 3.4-3.377m-.002 15.996c.06-1.056-.815-3.444-3.394-3.576m-11.147.047c-.802-.24-3.439.865-3.439 3.529"/><path d="M9.33 6.119c.024-1.02.515-3.12 2.673-3.12c1.918 0 2.583 1.62 2.673 3.12m-8.415 3.3c.12-.78 1.031-2.604 3.105-2.784c2.098-.08 4.974-.048 5.514.036c.707.063 2.415.768 2.87 2.748c.162 1.02.078 2.46.102 3.3c-.035.84.069 2.543-.096 3.42c-.12.96-.767 2.328-1.654 3.168c-1.318 1.416-4.938 2.904-8.067.144c-1.618-1.56-1.726-3.072-1.846-3.672c-.032-.322-.03-1.903-.024-3.42c-.024-1.313.007-2.578.096-2.94Z"/><path stroke-linecap="round" d="M3.013 12.899H5.95m15.043 0h-2.877m-6.113 3.6v3.78"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsBug01(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeWidth="1.5"><path strokeLinecap="round" d="M3.013 4.99c-.12 1.06.54 3.433 3.476 3.433m11.106-.043c1.24.199 3.518-.881 3.4-3.377m-.002 15.996c.06-1.056-.815-3.444-3.394-3.576m-11.147.047c-.802-.24-3.439.865-3.439 3.529"/><path d="M9.33 6.119c.024-1.02.515-3.12 2.673-3.12c1.918 0 2.583 1.62 2.673 3.12m-8.415 3.3c.12-.78 1.031-2.604 3.105-2.784c2.098-.08 4.974-.048 5.514.036c.707.063 2.415.768 2.87 2.748c.162 1.02.078 2.46.102 3.3c-.035.84.069 2.543-.096 3.42c-.12.96-.767 2.328-1.654 3.168c-1.318 1.416-4.938 2.904-8.067.144c-1.618-1.56-1.726-3.072-1.846-3.672c-.032-.322-.03-1.903-.024-3.42c-.024-1.313.007-2.578.096-2.94Z"/><path strokeLinecap="round" d="M3.013 12.899H5.95m15.043 0h-2.877m-6.113 3.6v3.78"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" d="M3.013 4.99c-.12 1.06.54 3.433 3.476 3.433m11.106-.043c1.24.199 3.518-.881 3.4-3.377m-.002 15.996c.06-1.056-.815-3.444-3.394-3.576m-11.147.047c-.802-.24-3.439.865-3.439 3.529"/><path d="M9.33 6.119c.024-1.02.515-3.12 2.673-3.12c1.918 0 2.583 1.62 2.673 3.12m-8.415 3.3c.12-.78 1.031-2.604 3.105-2.784c2.098-.08 4.974-.048 5.514.036c.707.063 2.415.768 2.87 2.748c.162 1.02.078 2.46.102 3.3c-.035.84.069 2.543-.096 3.42c-.12.96-.767 2.328-1.654 3.168c-1.318 1.416-4.938 2.904-8.067.144c-1.618-1.56-1.726-3.072-1.846-3.672c-.032-.322-.03-1.903-.024-3.42c-.024-1.313.007-2.578.096-2.94Z"/><path stroke-linecap="round" d="M3.013 12.899H5.95m15.043 0h-2.877m-6.113 3.6v3.78"/></g></svg> </template>
CSS
.icon-bug-01 {
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%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M3.013%204.99c-.12%201.06.54%203.433%203.476%203.433m11.106-.043c1.24.199%203.518-.881%203.4-3.377m-.002%2015.996c.06-1.056-.815-3.444-3.394-3.576m-11.147.047c-.802-.24-3.439.865-3.439%203.529%22%2F%3E%3Cpath%20d%3D%22M9.33%206.119c.024-1.02.515-3.12%202.673-3.12c1.918%200%202.583%201.62%202.673%203.12m-8.415%203.3c.12-.78%201.031-2.604%203.105-2.784c2.098-.08%204.974-.048%205.514.036c.707.063%202.415.768%202.87%202.748c.162%201.02.078%202.46.102%203.3c-.035.84.069%202.543-.096%203.42c-.12.96-.767%202.328-1.654%203.168c-1.318%201.416-4.938%202.904-8.067.144c-1.618-1.56-1.726-3.072-1.846-3.672c-.032-.322-.03-1.903-.024-3.42c-.024-1.313.007-2.578.096-2.94Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M3.013%2012.899H5.95m15.043%200h-2.877m-6.113%203.6v3.78%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%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M3.013%204.99c-.12%201.06.54%203.433%203.476%203.433m11.106-.043c1.24.199%203.518-.881%203.4-3.377m-.002%2015.996c.06-1.056-.815-3.444-3.394-3.576m-11.147.047c-.802-.24-3.439.865-3.439%203.529%22%2F%3E%3Cpath%20d%3D%22M9.33%206.119c.024-1.02.515-3.12%202.673-3.12c1.918%200%202.583%201.62%202.673%203.12m-8.415%203.3c.12-.78%201.031-2.604%203.105-2.784c2.098-.08%204.974-.048%205.514.036c.707.063%202.415.768%202.87%202.748c.162%201.02.078%202.46.102%203.3c-.035.84.069%202.543-.096%203.42c-.12.96-.767%202.328-1.654%203.168c-1.318%201.416-4.938%202.904-8.067.144c-1.618-1.56-1.726-3.072-1.846-3.672c-.032-.322-.03-1.903-.024-3.42c-.024-1.313.007-2.578.096-2.94Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M3.013%2012.899H5.95m15.043%200h-2.877m-6.113%203.6v3.78%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/bug-01.svg?color=%231a73e8&size=48