bug-line from MingCute Icon by MingCute Design · Line · Apache-2.0 Free for personal and commercial use.

Name
bug-line
Set
MingCute Icon
Style
Line
Viewbox
24×24
License
Apache 2.0

1 other variant in MingCute Icon

The same icon in other sets

Use the bug icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M6 13H3m18 0h-3M7 9C6 9 4.5 8 4 7m3 11c-1.5 0-2 2-2 3m12-3c1.5 0 2 2 2 3M17 9c1 0 2.5-1 3-2m-8 13.88v-8m-6 .62c0-1.688.446-3.246 1.2-4.5h9.6c.754 1.254 1.2 2.812 1.2 4.5c0 4.142-2.686 7.5-6 7.5s-6-3.358-6-7.5ZM8.535 6h6.93A4 4 0 0 0 12 4c-1.48 0-2.773.804-3.465 2Z"/></svg>

React

import type { SVGProps } from "react";

export function MingcuteBugLine(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeWidth="2" d="M6 13H3m18 0h-3M7 9C6 9 4.5 8 4 7m3 11c-1.5 0-2 2-2 3m12-3c1.5 0 2 2 2 3M17 9c1 0 2.5-1 3-2m-8 13.88v-8m-6 .62c0-1.688.446-3.246 1.2-4.5h9.6c.754 1.254 1.2 2.812 1.2 4.5c0 4.142-2.686 7.5-6 7.5s-6-3.358-6-7.5ZM8.535 6h6.93A4 4 0 0 0 12 4c-1.48 0-2.773.804-3.465 2Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M6 13H3m18 0h-3M7 9C6 9 4.5 8 4 7m3 11c-1.5 0-2 2-2 3m12-3c1.5 0 2 2 2 3M17 9c1 0 2.5-1 3-2m-8 13.88v-8m-6 .62c0-1.688.446-3.246 1.2-4.5h9.6c.754 1.254 1.2 2.812 1.2 4.5c0 4.142-2.686 7.5-6 7.5s-6-3.358-6-7.5ZM8.535 6h6.93A4 4 0 0 0 12 4c-1.48 0-2.773.804-3.465 2Z"/></svg>
</template>

CSS

.icon-bug-line {
  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%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M6%2013H3m18%200h-3M7%209C6%209%204.5%208%204%207m3%2011c-1.5%200-2%202-2%203m12-3c1.5%200%202%202%202%203M17%209c1%200%202.5-1%203-2m-8%2013.88v-8m-6%20.62c0-1.688.446-3.246%201.2-4.5h9.6c.754%201.254%201.2%202.812%201.2%204.5c0%204.142-2.686%207.5-6%207.5s-6-3.358-6-7.5ZM8.535%206h6.93A4%204%200%200%200%2012%204c-1.48%200-2.773.804-3.465%202Z%22%2F%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%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M6%2013H3m18%200h-3M7%209C6%209%204.5%208%204%207m3%2011c-1.5%200-2%202-2%203m12-3c1.5%200%202%202%202%203M17%209c1%200%202.5-1%203-2m-8%2013.88v-8m-6%20.62c0-1.688.446-3.246%201.2-4.5h9.6c.754%201.254%201.2%202.812%201.2%204.5c0%204.142-2.686%207.5-6%207.5s-6-3.358-6-7.5ZM8.535%206h6.93A4%204%200%200%200%2012%204c-1.48%200-2.773.804-3.465%202Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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