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

Name
bug-fill
Set
MingCute Icon
Style
Fill
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="currentColor" d="M19.106 6.553a1 1 0 0 1 1.788.894c-.353.707-1 1.326-1.652 1.76a5.5 5.5 0 0 1-.97.515c.29.71.501 1.476.619 2.278H21a1 1 0 0 1 0 2h-2.014a10 10 0 0 1-.74 3.325c.573.33.965.86 1.211 1.353A5.5 5.5 0 0 1 20 21a1 1 0 1 1-2 0c0-.374-.101-.966-.332-1.428c-.13-.261-.262-.409-.389-.489c-1.055 1.483-2.536 2.537-4.279 2.831V13a1 1 0 1 0-2 0v8.914c-1.743-.294-3.225-1.348-4.28-2.831c-.127.08-.257.228-.388.49A3.5 3.5 0 0 0 6 21a1 1 0 1 1-2 0c0-.626.149-1.534.543-2.322c.246-.492.638-1.023 1.21-1.353A10 10 0 0 1 5.013 14H3a1 1 0 1 1 0-2h2.11a9.8 9.8 0 0 1 .617-2.278a5.5 5.5 0 0 1-.97-.515c-.65-.434-1.298-1.053-1.652-1.76a1 1 0 0 1 1.79-.894c.146.293.498.674.972.99C6.353 7.867 6.781 8 7 8h10c.219 0 .647-.133 1.133-.457c.474-.316.826-.697.973-.99M12 3a5 5 0 0 1 4.33 2.499L17.197 7H6.802l.869-1.501A5 5 0 0 1 12 3"/></svg>

React

import type { SVGProps } from "react";

export function MingcuteBugFill(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="M19.106 6.553a1 1 0 0 1 1.788.894c-.353.707-1 1.326-1.652 1.76a5.5 5.5 0 0 1-.97.515c.29.71.501 1.476.619 2.278H21a1 1 0 0 1 0 2h-2.014a10 10 0 0 1-.74 3.325c.573.33.965.86 1.211 1.353A5.5 5.5 0 0 1 20 21a1 1 0 1 1-2 0c0-.374-.101-.966-.332-1.428c-.13-.261-.262-.409-.389-.489c-1.055 1.483-2.536 2.537-4.279 2.831V13a1 1 0 1 0-2 0v8.914c-1.743-.294-3.225-1.348-4.28-2.831c-.127.08-.257.228-.388.49A3.5 3.5 0 0 0 6 21a1 1 0 1 1-2 0c0-.626.149-1.534.543-2.322c.246-.492.638-1.023 1.21-1.353A10 10 0 0 1 5.013 14H3a1 1 0 1 1 0-2h2.11a9.8 9.8 0 0 1 .617-2.278a5.5 5.5 0 0 1-.97-.515c-.65-.434-1.298-1.053-1.652-1.76a1 1 0 0 1 1.79-.894c.146.293.498.674.972.99C6.353 7.867 6.781 8 7 8h10c.219 0 .647-.133 1.133-.457c.474-.316.826-.697.973-.99M12 3a5 5 0 0 1 4.33 2.499L17.197 7H6.802l.869-1.501A5 5 0 0 1 12 3"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.106 6.553a1 1 0 0 1 1.788.894c-.353.707-1 1.326-1.652 1.76a5.5 5.5 0 0 1-.97.515c.29.71.501 1.476.619 2.278H21a1 1 0 0 1 0 2h-2.014a10 10 0 0 1-.74 3.325c.573.33.965.86 1.211 1.353A5.5 5.5 0 0 1 20 21a1 1 0 1 1-2 0c0-.374-.101-.966-.332-1.428c-.13-.261-.262-.409-.389-.489c-1.055 1.483-2.536 2.537-4.279 2.831V13a1 1 0 1 0-2 0v8.914c-1.743-.294-3.225-1.348-4.28-2.831c-.127.08-.257.228-.388.49A3.5 3.5 0 0 0 6 21a1 1 0 1 1-2 0c0-.626.149-1.534.543-2.322c.246-.492.638-1.023 1.21-1.353A10 10 0 0 1 5.013 14H3a1 1 0 1 1 0-2h2.11a9.8 9.8 0 0 1 .617-2.278a5.5 5.5 0 0 1-.97-.515c-.65-.434-1.298-1.053-1.652-1.76a1 1 0 0 1 1.79-.894c.146.293.498.674.972.99C6.353 7.867 6.781 8 7 8h10c.219 0 .647-.133 1.133-.457c.474-.316.826-.697.973-.99M12 3a5 5 0 0 1 4.33 2.499L17.197 7H6.802l.869-1.501A5 5 0 0 1 12 3"/></svg>
</template>

CSS

.icon-bug-fill {
  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%22M19.106%206.553a1%201%200%200%201%201.788.894c-.353.707-1%201.326-1.652%201.76a5.5%205.5%200%200%201-.97.515c.29.71.501%201.476.619%202.278H21a1%201%200%200%201%200%202h-2.014a10%2010%200%200%201-.74%203.325c.573.33.965.86%201.211%201.353A5.5%205.5%200%200%201%2020%2021a1%201%200%201%201-2%200c0-.374-.101-.966-.332-1.428c-.13-.261-.262-.409-.389-.489c-1.055%201.483-2.536%202.537-4.279%202.831V13a1%201%200%201%200-2%200v8.914c-1.743-.294-3.225-1.348-4.28-2.831c-.127.08-.257.228-.388.49A3.5%203.5%200%200%200%206%2021a1%201%200%201%201-2%200c0-.626.149-1.534.543-2.322c.246-.492.638-1.023%201.21-1.353A10%2010%200%200%201%205.013%2014H3a1%201%200%201%201%200-2h2.11a9.8%209.8%200%200%201%20.617-2.278a5.5%205.5%200%200%201-.97-.515c-.65-.434-1.298-1.053-1.652-1.76a1%201%200%200%201%201.79-.894c.146.293.498.674.972.99C6.353%207.867%206.781%208%207%208h10c.219%200%20.647-.133%201.133-.457c.474-.316.826-.697.973-.99M12%203a5%205%200%200%201%204.33%202.499L17.197%207H6.802l.869-1.501A5%205%200%200%201%2012%203%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%22M19.106%206.553a1%201%200%200%201%201.788.894c-.353.707-1%201.326-1.652%201.76a5.5%205.5%200%200%201-.97.515c.29.71.501%201.476.619%202.278H21a1%201%200%200%201%200%202h-2.014a10%2010%200%200%201-.74%203.325c.573.33.965.86%201.211%201.353A5.5%205.5%200%200%201%2020%2021a1%201%200%201%201-2%200c0-.374-.101-.966-.332-1.428c-.13-.261-.262-.409-.389-.489c-1.055%201.483-2.536%202.537-4.279%202.831V13a1%201%200%201%200-2%200v8.914c-1.743-.294-3.225-1.348-4.28-2.831c-.127.08-.257.228-.388.49A3.5%203.5%200%200%200%206%2021a1%201%200%201%201-2%200c0-.626.149-1.534.543-2.322c.246-.492.638-1.023%201.21-1.353A10%2010%200%200%201%205.013%2014H3a1%201%200%201%201%200-2h2.11a9.8%209.8%200%200%201%20.617-2.278a5.5%205.5%200%200%201-.97-.515c-.65-.434-1.298-1.053-1.652-1.76a1%201%200%200%201%201.79-.894c.146.293.498.674.972.99C6.353%207.867%206.781%208%207%208h10c.219%200%20.647-.133%201.133-.457c.474-.316.826-.697.973-.99M12%203a5%205%200%200%201%204.33%202.499L17.197%207H6.802l.869-1.501A5%205%200%200%201%2012%203%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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