bug-24 from Octicons by GitHub · 24 · MIT Free for personal and commercial use.

Name
bug-24
Set
Octicons
Style
24
Viewbox
24×24
License
MIT

1 other variant in Octicons

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="currentColor" d="M7.72.22a.75.75 0 0 1 1.06 0l1.204 1.203A5 5 0 0 1 12 1c.717 0 1.4.151 2.016.423L15.22.22a.75.75 0 0 1 1.042.018a.75.75 0 0 1 .018 1.042l-.971.972A5 5 0 0 1 17 6v1.104a2.76 2.76 0 0 1 1.917 1.974l1.998-.999a.75.75 0 0 1 .67 1.342L19 10.714V13.5l3.25.003a.75.75 0 0 1 0 1.5L19 15.001V16c0 .568-.068 1.134-.204 1.686l.04.018l2.75 1.375a.75.75 0 1 1-.671 1.342l-2.638-1.319A7 7 0 0 1 12 23a7 7 0 0 1-6.197-3.742l-2.758 1.181a.752.752 0 0 1-1.064-.776a.75.75 0 0 1 .474-.602l2.795-1.199A7 7 0 0 1 5 16v-.996H1.75a.75.75 0 0 1 0-1.5H5v-2.79L2.415 9.42a.75.75 0 0 1 .67-1.342l1.998.999A2.76 2.76 0 0 1 7 7.104V6a5 5 0 0 1 1.69-3.748l-.97-.972a.75.75 0 0 1 0-1.06M6.5 9.75V16a5.5 5.5 0 1 0 11 0V9.75c0-.69-.56-1.25-1.25-1.25h-8.5c-.69 0-1.25.56-1.25 1.25M8.5 7h7V6a3.5 3.5 0 1 0-7 0Z"/></svg>

React

import type { SVGProps } from "react";

export function OcticonBug24(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.72.22a.75.75 0 0 1 1.06 0l1.204 1.203A5 5 0 0 1 12 1c.717 0 1.4.151 2.016.423L15.22.22a.75.75 0 0 1 1.042.018a.75.75 0 0 1 .018 1.042l-.971.972A5 5 0 0 1 17 6v1.104a2.76 2.76 0 0 1 1.917 1.974l1.998-.999a.75.75 0 0 1 .67 1.342L19 10.714V13.5l3.25.003a.75.75 0 0 1 0 1.5L19 15.001V16c0 .568-.068 1.134-.204 1.686l.04.018l2.75 1.375a.75.75 0 1 1-.671 1.342l-2.638-1.319A7 7 0 0 1 12 23a7 7 0 0 1-6.197-3.742l-2.758 1.181a.752.752 0 0 1-1.064-.776a.75.75 0 0 1 .474-.602l2.795-1.199A7 7 0 0 1 5 16v-.996H1.75a.75.75 0 0 1 0-1.5H5v-2.79L2.415 9.42a.75.75 0 0 1 .67-1.342l1.998.999A2.76 2.76 0 0 1 7 7.104V6a5 5 0 0 1 1.69-3.748l-.97-.972a.75.75 0 0 1 0-1.06M6.5 9.75V16a5.5 5.5 0 1 0 11 0V9.75c0-.69-.56-1.25-1.25-1.25h-8.5c-.69 0-1.25.56-1.25 1.25M8.5 7h7V6a3.5 3.5 0 1 0-7 0Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.72.22a.75.75 0 0 1 1.06 0l1.204 1.203A5 5 0 0 1 12 1c.717 0 1.4.151 2.016.423L15.22.22a.75.75 0 0 1 1.042.018a.75.75 0 0 1 .018 1.042l-.971.972A5 5 0 0 1 17 6v1.104a2.76 2.76 0 0 1 1.917 1.974l1.998-.999a.75.75 0 0 1 .67 1.342L19 10.714V13.5l3.25.003a.75.75 0 0 1 0 1.5L19 15.001V16c0 .568-.068 1.134-.204 1.686l.04.018l2.75 1.375a.75.75 0 1 1-.671 1.342l-2.638-1.319A7 7 0 0 1 12 23a7 7 0 0 1-6.197-3.742l-2.758 1.181a.752.752 0 0 1-1.064-.776a.75.75 0 0 1 .474-.602l2.795-1.199A7 7 0 0 1 5 16v-.996H1.75a.75.75 0 0 1 0-1.5H5v-2.79L2.415 9.42a.75.75 0 0 1 .67-1.342l1.998.999A2.76 2.76 0 0 1 7 7.104V6a5 5 0 0 1 1.69-3.748l-.97-.972a.75.75 0 0 1 0-1.06M6.5 9.75V16a5.5 5.5 0 1 0 11 0V9.75c0-.69-.56-1.25-1.25-1.25h-8.5c-.69 0-1.25.56-1.25 1.25M8.5 7h7V6a3.5 3.5 0 1 0-7 0Z"/></svg>
</template>

CSS

.icon-bug-24 {
  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%22currentColor%22%20d%3D%22M7.72.22a.75.75%200%200%201%201.06%200l1.204%201.203A5%205%200%200%201%2012%201c.717%200%201.4.151%202.016.423L15.22.22a.75.75%200%200%201%201.042.018a.75.75%200%200%201%20.018%201.042l-.971.972A5%205%200%200%201%2017%206v1.104a2.76%202.76%200%200%201%201.917%201.974l1.998-.999a.75.75%200%200%201%20.67%201.342L19%2010.714V13.5l3.25.003a.75.75%200%200%201%200%201.5L19%2015.001V16c0%20.568-.068%201.134-.204%201.686l.04.018l2.75%201.375a.75.75%200%201%201-.671%201.342l-2.638-1.319A7%207%200%200%201%2012%2023a7%207%200%200%201-6.197-3.742l-2.758%201.181a.752.752%200%200%201-1.064-.776a.75.75%200%200%201%20.474-.602l2.795-1.199A7%207%200%200%201%205%2016v-.996H1.75a.75.75%200%200%201%200-1.5H5v-2.79L2.415%209.42a.75.75%200%200%201%20.67-1.342l1.998.999A2.76%202.76%200%200%201%207%207.104V6a5%205%200%200%201%201.69-3.748l-.97-.972a.75.75%200%200%201%200-1.06M6.5%209.75V16a5.5%205.5%200%201%200%2011%200V9.75c0-.69-.56-1.25-1.25-1.25h-8.5c-.69%200-1.25.56-1.25%201.25M8.5%207h7V6a3.5%203.5%200%201%200-7%200Z%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%22currentColor%22%20d%3D%22M7.72.22a.75.75%200%200%201%201.06%200l1.204%201.203A5%205%200%200%201%2012%201c.717%200%201.4.151%202.016.423L15.22.22a.75.75%200%200%201%201.042.018a.75.75%200%200%201%20.018%201.042l-.971.972A5%205%200%200%201%2017%206v1.104a2.76%202.76%200%200%201%201.917%201.974l1.998-.999a.75.75%200%200%201%20.67%201.342L19%2010.714V13.5l3.25.003a.75.75%200%200%201%200%201.5L19%2015.001V16c0%20.568-.068%201.134-.204%201.686l.04.018l2.75%201.375a.75.75%200%201%201-.671%201.342l-2.638-1.319A7%207%200%200%201%2012%2023a7%207%200%200%201-6.197-3.742l-2.758%201.181a.752.752%200%200%201-1.064-.776a.75.75%200%200%201%20.474-.602l2.795-1.199A7%207%200%200%201%205%2016v-.996H1.75a.75.75%200%200%201%200-1.5H5v-2.79L2.415%209.42a.75.75%200%200%201%20.67-1.342l1.998.999A2.76%202.76%200%200%201%207%207.104V6a5%205%200%200%201%201.69-3.748l-.97-.972a.75.75%200%200%201%200-1.06M6.5%209.75V16a5.5%205.5%200%201%200%2011%200V9.75c0-.69-.56-1.25-1.25-1.25h-8.5c-.69%200-1.25.56-1.25%201.25M8.5%207h7V6a3.5%203.5%200%201%200-7%200Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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