bug from Myna UI Icons by Praveen Juge · Regular · MIT Free for personal and commercial use.

Name
bug
Set
Myna UI Icons
Style
Regular
Viewbox
24×24
License
MIT

1 other variant in Myna UI Icons

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-linejoin="round" stroke-width="1.5" d="M17 13.125c0-1.512.113-3.048-.393-4.5c-.441-1.267-1.307-2.541-2.858-3.093m0 0l-3.46.043m3.46-.043C14.783 4.916 15.867 4.346 16 3m.607 5.625c1.625 0 3.393-2.25 3.393-2.25m-9.711-.8c-1.154.429-2.375 1.339-2.95 3.05m2.95-3.05C9.239 4.945 8.153 4.361 8 3m9 10.125h3m-13 0c0 1.514-.115 3.047.393 4.5C7.978 19.305 9.311 21 12 21s4.022-1.694 4.607-3.375c.506-1.452.393-2.988.393-4.5m-.393 4.5c1.625 0 3.393 2.25 3.393 2.25m-12.607-2.25c-1.625 0-3.393 2.25-3.393 2.25m3-6.75H4m3 0c0-1.492-.144-3.063.338-4.5C5.725 8.625 4 6.375 4 6.375"/></svg>

React

import type { SVGProps } from "react";

export function MynauiBug(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" strokeLinejoin="round" strokeWidth="1.5" d="M17 13.125c0-1.512.113-3.048-.393-4.5c-.441-1.267-1.307-2.541-2.858-3.093m0 0l-3.46.043m3.46-.043C14.783 4.916 15.867 4.346 16 3m.607 5.625c1.625 0 3.393-2.25 3.393-2.25m-9.711-.8c-1.154.429-2.375 1.339-2.95 3.05m2.95-3.05C9.239 4.945 8.153 4.361 8 3m9 10.125h3m-13 0c0 1.514-.115 3.047.393 4.5C7.978 19.305 9.311 21 12 21s4.022-1.694 4.607-3.375c.506-1.452.393-2.988.393-4.5m-.393 4.5c1.625 0 3.393 2.25 3.393 2.25m-12.607-2.25c-1.625 0-3.393 2.25-3.393 2.25m3-6.75H4m3 0c0-1.492-.144-3.063.338-4.5C5.725 8.625 4 6.375 4 6.375"/></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-linejoin="round" stroke-width="1.5" d="M17 13.125c0-1.512.113-3.048-.393-4.5c-.441-1.267-1.307-2.541-2.858-3.093m0 0l-3.46.043m3.46-.043C14.783 4.916 15.867 4.346 16 3m.607 5.625c1.625 0 3.393-2.25 3.393-2.25m-9.711-.8c-1.154.429-2.375 1.339-2.95 3.05m2.95-3.05C9.239 4.945 8.153 4.361 8 3m9 10.125h3m-13 0c0 1.514-.115 3.047.393 4.5C7.978 19.305 9.311 21 12 21s4.022-1.694 4.607-3.375c.506-1.452.393-2.988.393-4.5m-.393 4.5c1.625 0 3.393 2.25 3.393 2.25m-12.607-2.25c-1.625 0-3.393 2.25-3.393 2.25m3-6.75H4m3 0c0-1.492-.144-3.063.338-4.5C5.725 8.625 4 6.375 4 6.375"/></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%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M17%2013.125c0-1.512.113-3.048-.393-4.5c-.441-1.267-1.307-2.541-2.858-3.093m0%200l-3.46.043m3.46-.043C14.783%204.916%2015.867%204.346%2016%203m.607%205.625c1.625%200%203.393-2.25%203.393-2.25m-9.711-.8c-1.154.429-2.375%201.339-2.95%203.05m2.95-3.05C9.239%204.945%208.153%204.361%208%203m9%2010.125h3m-13%200c0%201.514-.115%203.047.393%204.5C7.978%2019.305%209.311%2021%2012%2021s4.022-1.694%204.607-3.375c.506-1.452.393-2.988.393-4.5m-.393%204.5c1.625%200%203.393%202.25%203.393%202.25m-12.607-2.25c-1.625%200-3.393%202.25-3.393%202.25m3-6.75H4m3%200c0-1.492-.144-3.063.338-4.5C5.725%208.625%204%206.375%204%206.375%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-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M17%2013.125c0-1.512.113-3.048-.393-4.5c-.441-1.267-1.307-2.541-2.858-3.093m0%200l-3.46.043m3.46-.043C14.783%204.916%2015.867%204.346%2016%203m.607%205.625c1.625%200%203.393-2.25%203.393-2.25m-9.711-.8c-1.154.429-2.375%201.339-2.95%203.05m2.95-3.05C9.239%204.945%208.153%204.361%208%203m9%2010.125h3m-13%200c0%201.514-.115%203.047.393%204.5C7.978%2019.305%209.311%2021%2012%2021s4.022-1.694%204.607-3.375c.506-1.452.393-2.988.393-4.5m-.393%204.5c1.625%200%203.393%202.25%203.393%202.25m-12.607-2.25c-1.625%200-3.393%202.25-3.393%202.25m3-6.75H4m3%200c0-1.492-.144-3.063.338-4.5C5.725%208.625%204%206.375%204%206.375%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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