bug from Codicons by Microsoft Corporation · Regular · CC-BY-4.0 Attribution required.

Name
bug
Set
Codicons
Style
Regular
Viewbox
16×16
License
CC BY 4.0

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 16 16"><path fill="currentColor" d="M14.5 8H13V6c0-.37-.102-.717-.278-1.015l1.131-1.131a.5.5 0 0 0-.707-.707l-1.131 1.131A2 2 0 0 0 11 4c0-1.654-1.346-3-3-3S5 2.346 5 4c-.37 0-.717.102-1.015.278L2.854 3.147a.5.5 0 0 0-.707.707l1.131 1.131A2 2 0 0 0 3 6v2H1.5a.5.5 0 0 0 0 1H3c0 1.199.424 2.3 1.13 3.163l-1.734 1.734a.5.5 0 0 0 .708.707l1.734-1.734A4.98 4.98 0 0 0 8.001 14c1.199 0 2.3-.424 3.163-1.13l1.734 1.734a.5.5 0 0 0 .708 0a.5.5 0 0 0 0-.707l-1.734-1.734A4.98 4.98 0 0 0 13.002 9h1.5a.5.5 0 0 0 0-1zM8 2c1.103 0 2 .897 2 2H6c0-1.103.897-2 2-2m4 7c0 2.206-1.794 4-4 4s-4-1.794-4-4V6c0-.551.448-1 1-1h6c.552 0 1 .449 1 1z"/></svg>

React

import type { SVGProps } from "react";

export function CodiconBug(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M14.5 8H13V6c0-.37-.102-.717-.278-1.015l1.131-1.131a.5.5 0 0 0-.707-.707l-1.131 1.131A2 2 0 0 0 11 4c0-1.654-1.346-3-3-3S5 2.346 5 4c-.37 0-.717.102-1.015.278L2.854 3.147a.5.5 0 0 0-.707.707l1.131 1.131A2 2 0 0 0 3 6v2H1.5a.5.5 0 0 0 0 1H3c0 1.199.424 2.3 1.13 3.163l-1.734 1.734a.5.5 0 0 0 .708.707l1.734-1.734A4.98 4.98 0 0 0 8.001 14c1.199 0 2.3-.424 3.163-1.13l1.734 1.734a.5.5 0 0 0 .708 0a.5.5 0 0 0 0-.707l-1.734-1.734A4.98 4.98 0 0 0 13.002 9h1.5a.5.5 0 0 0 0-1zM8 2c1.103 0 2 .897 2 2H6c0-1.103.897-2 2-2m4 7c0 2.206-1.794 4-4 4s-4-1.794-4-4V6c0-.551.448-1 1-1h6c.552 0 1 .449 1 1z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M14.5 8H13V6c0-.37-.102-.717-.278-1.015l1.131-1.131a.5.5 0 0 0-.707-.707l-1.131 1.131A2 2 0 0 0 11 4c0-1.654-1.346-3-3-3S5 2.346 5 4c-.37 0-.717.102-1.015.278L2.854 3.147a.5.5 0 0 0-.707.707l1.131 1.131A2 2 0 0 0 3 6v2H1.5a.5.5 0 0 0 0 1H3c0 1.199.424 2.3 1.13 3.163l-1.734 1.734a.5.5 0 0 0 .708.707l1.734-1.734A4.98 4.98 0 0 0 8.001 14c1.199 0 2.3-.424 3.163-1.13l1.734 1.734a.5.5 0 0 0 .708 0a.5.5 0 0 0 0-.707l-1.734-1.734A4.98 4.98 0 0 0 13.002 9h1.5a.5.5 0 0 0 0-1zM8 2c1.103 0 2 .897 2 2H6c0-1.103.897-2 2-2m4 7c0 2.206-1.794 4-4 4s-4-1.794-4-4V6c0-.551.448-1 1-1h6c.552 0 1 .449 1 1z"/></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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14.5%208H13V6c0-.37-.102-.717-.278-1.015l1.131-1.131a.5.5%200%200%200-.707-.707l-1.131%201.131A2%202%200%200%200%2011%204c0-1.654-1.346-3-3-3S5%202.346%205%204c-.37%200-.717.102-1.015.278L2.854%203.147a.5.5%200%200%200-.707.707l1.131%201.131A2%202%200%200%200%203%206v2H1.5a.5.5%200%200%200%200%201H3c0%201.199.424%202.3%201.13%203.163l-1.734%201.734a.5.5%200%200%200%20.708.707l1.734-1.734A4.98%204.98%200%200%200%208.001%2014c1.199%200%202.3-.424%203.163-1.13l1.734%201.734a.5.5%200%200%200%20.708%200a.5.5%200%200%200%200-.707l-1.734-1.734A4.98%204.98%200%200%200%2013.002%209h1.5a.5.5%200%200%200%200-1zM8%202c1.103%200%202%20.897%202%202H6c0-1.103.897-2%202-2m4%207c0%202.206-1.794%204-4%204s-4-1.794-4-4V6c0-.551.448-1%201-1h6c.552%200%201%20.449%201%201z%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14.5%208H13V6c0-.37-.102-.717-.278-1.015l1.131-1.131a.5.5%200%200%200-.707-.707l-1.131%201.131A2%202%200%200%200%2011%204c0-1.654-1.346-3-3-3S5%202.346%205%204c-.37%200-.717.102-1.015.278L2.854%203.147a.5.5%200%200%200-.707.707l1.131%201.131A2%202%200%200%200%203%206v2H1.5a.5.5%200%200%200%200%201H3c0%201.199.424%202.3%201.13%203.163l-1.734%201.734a.5.5%200%200%200%20.708.707l1.734-1.734A4.98%204.98%200%200%200%208.001%2014c1.199%200%202.3-.424%203.163-1.13l1.734%201.734a.5.5%200%200%200%20.708%200a.5.5%200%200%200%200-.707l-1.734-1.734A4.98%204.98%200%200%200%2013.002%209h1.5a.5.5%200%200%200%200-1zM8%202c1.103%200%202%20.897%202%202H6c0-1.103.897-2%202-2m4%207c0%202.206-1.794%204-4%204s-4-1.794-4-4V6c0-.551.448-1%201-1h6c.552%200%201%20.449%201%201z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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