bug 02 icon
bug-02 from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- bug-02
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Related icons in Huge Icons
Use the bug 02 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-linecap="round" stroke-width="1.5"><path d="M3.012 6.597c-.12 1.06.646 3.598 2.865 3.658m12.413-.06c1.078.06 2.697-1.2 2.697-3.598m-.899 14.391c.06-1.38-.84-3.514-2.579-3.574M3.901 20.988c-.06-1.388.858-3.537 2.636-3.597m-3.525-3.598h2.206m15.782 0h-2.172m-6.835 0v-2.938M16.49 3l-1.799 1.799m-7.195-1.8l1.799 1.8M6.956 8.612c1.619 1.163 5.636 2.842 10.014.072"/><path d="M16.826 7.677c-3.574-4.977-8.13-2.579-9.75.144c-1.055 1.774-2.698 6.068.42 10.745c3.358 4.1 7.315 2.242 8.934.083c1.56-1.858 3.094-6.655.396-10.972Z"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsBug02(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" strokeLinecap="round" strokeWidth="1.5"><path d="M3.012 6.597c-.12 1.06.646 3.598 2.865 3.658m12.413-.06c1.078.06 2.697-1.2 2.697-3.598m-.899 14.391c.06-1.38-.84-3.514-2.579-3.574M3.901 20.988c-.06-1.388.858-3.537 2.636-3.597m-3.525-3.598h2.206m15.782 0h-2.172m-6.835 0v-2.938M16.49 3l-1.799 1.799m-7.195-1.8l1.799 1.8M6.956 8.612c1.619 1.163 5.636 2.842 10.014.072"/><path d="M16.826 7.677c-3.574-4.977-8.13-2.579-9.75.144c-1.055 1.774-2.698 6.068.42 10.745c3.358 4.1 7.315 2.242 8.934.083c1.56-1.858 3.094-6.655.396-10.972Z"/></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-linecap="round" stroke-width="1.5"><path d="M3.012 6.597c-.12 1.06.646 3.598 2.865 3.658m12.413-.06c1.078.06 2.697-1.2 2.697-3.598m-.899 14.391c.06-1.38-.84-3.514-2.579-3.574M3.901 20.988c-.06-1.388.858-3.537 2.636-3.597m-3.525-3.598h2.206m15.782 0h-2.172m-6.835 0v-2.938M16.49 3l-1.799 1.799m-7.195-1.8l1.799 1.8M6.956 8.612c1.619 1.163 5.636 2.842 10.014.072"/><path d="M16.826 7.677c-3.574-4.977-8.13-2.579-9.75.144c-1.055 1.774-2.698 6.068.42 10.745c3.358 4.1 7.315 2.242 8.934.083c1.56-1.858 3.094-6.655.396-10.972Z"/></g></svg> </template>
CSS
.icon-bug-02 {
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-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M3.012%206.597c-.12%201.06.646%203.598%202.865%203.658m12.413-.06c1.078.06%202.697-1.2%202.697-3.598m-.899%2014.391c.06-1.38-.84-3.514-2.579-3.574M3.901%2020.988c-.06-1.388.858-3.537%202.636-3.597m-3.525-3.598h2.206m15.782%200h-2.172m-6.835%200v-2.938M16.49%203l-1.799%201.799m-7.195-1.8l1.799%201.8M6.956%208.612c1.619%201.163%205.636%202.842%2010.014.072%22%2F%3E%3Cpath%20d%3D%22M16.826%207.677c-3.574-4.977-8.13-2.579-9.75.144c-1.055%201.774-2.698%206.068.42%2010.745c3.358%204.1%207.315%202.242%208.934.083c1.56-1.858%203.094-6.655.396-10.972Z%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-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M3.012%206.597c-.12%201.06.646%203.598%202.865%203.658m12.413-.06c1.078.06%202.697-1.2%202.697-3.598m-.899%2014.391c.06-1.38-.84-3.514-2.579-3.574M3.901%2020.988c-.06-1.388.858-3.537%202.636-3.597m-3.525-3.598h2.206m15.782%200h-2.172m-6.835%200v-2.938M16.49%203l-1.799%201.799m-7.195-1.8l1.799%201.8M6.956%208.612c1.619%201.163%205.636%202.842%2010.014.072%22%2F%3E%3Cpath%20d%3D%22M16.826%207.677c-3.574-4.977-8.13-2.579-9.75.144c-1.055%201.774-2.698%206.068.42%2010.745c3.358%204.1%207.315%202.242%208.934.083c1.56-1.858%203.094-6.655.396-10.972Z%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-02.svg?color=%231a73e8&size=48