bug from TDesign Icons by TDesign · Outline · MIT Free for personal and commercial use.

Name
bug
Set
TDesign Icons
Style
Outline
Viewbox
24×24
License
MIT

1 other variant in TDesign Icons

The same icon in other sets

Related icons in TDesign Icons

Use the bug icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path d="M17 9H7v7a5 5 0 0 0 10 0zm-5-7a4 4 0 0 0-4 4h8a4 4 0 0 0-4-4"/><path stroke="currentColor" stroke-linecap="square" stroke-width="2" d="M7 13H4m3 0v3a5 5 0 0 0 10 0v-3M7 13V9h10v4m3 0h-3m-5-4v11m-5.45-3.55L4 19v2m13.45-4.55L20 19v2M6.65 9.65L4 7V5m13.35 4.65L20 7V5M8 6a4 4 0 1 1 8 0z"/></g></svg>

React

import type { SVGProps } from "react";

export function TdesignBug(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"><path d="M17 9H7v7a5 5 0 0 0 10 0zm-5-7a4 4 0 0 0-4 4h8a4 4 0 0 0-4-4"/><path stroke="currentColor" strokeLinecap="square" strokeWidth="2" d="M7 13H4m3 0v3a5 5 0 0 0 10 0v-3M7 13V9h10v4m3 0h-3m-5-4v11m-5.45-3.55L4 19v2m13.45-4.55L20 19v2M6.65 9.65L4 7V5m13.35 4.65L20 7V5M8 6a4 4 0 1 1 8 0z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path d="M17 9H7v7a5 5 0 0 0 10 0zm-5-7a4 4 0 0 0-4 4h8a4 4 0 0 0-4-4"/><path stroke="currentColor" stroke-linecap="square" stroke-width="2" d="M7 13H4m3 0v3a5 5 0 0 0 10 0v-3M7 13V9h10v4m3 0h-3m-5-4v11m-5.45-3.55L4 19v2m13.45-4.55L20 19v2M6.65 9.65L4 7V5m13.35 4.65L20 7V5M8 6a4 4 0 1 1 8 0z"/></g></svg>
</template>

CSS

.icon-bug {
  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%3E%3Cpath%20d%3D%22M17%209H7v7a5%205%200%200%200%2010%200zm-5-7a4%204%200%200%200-4%204h8a4%204%200%200%200-4-4%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22square%22%20stroke-width%3D%222%22%20d%3D%22M7%2013H4m3%200v3a5%205%200%200%200%2010%200v-3M7%2013V9h10v4m3%200h-3m-5-4v11m-5.45-3.55L4%2019v2m13.45-4.55L20%2019v2M6.65%209.65L4%207V5m13.35%204.65L20%207V5M8%206a4%204%200%201%201%208%200z%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%3E%3Cpath%20d%3D%22M17%209H7v7a5%205%200%200%200%2010%200zm-5-7a4%204%200%200%200-4%204h8a4%204%200%200%200-4-4%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22square%22%20stroke-width%3D%222%22%20d%3D%22M7%2013H4m3%200v3a5%205%200%200%200%2010%200v-3M7%2013V9h10v4m3%200h-3m-5-4v11m-5.45-3.55L4%2019v2m13.45-4.55L20%2019v2M6.65%209.65L4%207V5m13.35%204.65L20%207V5M8%206a4%204%200%201%201%208%200z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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