bug from Fluent Emoji High Contrast by Microsoft Corporation · Default · Animals & Nature · MIT Free for personal and commercial use.

Name
bug
Set
Fluent Emoji High Contrast
Style
Default
Category
Animals & Nature
Viewbox
32×32
License
MIT

The same emoji in other sets

More animals & nature icons from Fluent Emoji High Contrast

Use the bug emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="M5.84 10.29c.46 0 .84.38.84.84v.98a.845.845 0 0 1-.84.84a.846.846 0 0 1-.84-.84v-.98c0-.47.37-.84.84-.84"/><path d="M3.675 3.115a1 1 0 1 0-.93 1.77l1.6.84l.004.003c.543.281.94.781 1.106 1.363c-1.647.365-3.006 1.597-3.493 3.208A.84.84 0 0 0 1 11.13v.98a.845.845 0 0 0 .965.83a4.64 4.64 0 0 0 4.435 3.3h3.2c.51 0 .952.338 1.084.83l.17.619a2.33 2.33 0 0 0 1.088 4.193a2.33 2.33 0 0 0 1.872 3.994q.095.117.191.229a2.33 2.33 0 0 0 3.731 2.494q.353.117.718.202a2.331 2.331 0 0 0 4.301.219h.39a2.33 2.33 0 0 0 4.274-.148c2.024-.52 3.574-2.357 3.53-4.572a4.635 4.635 0 0 0-4.629-4.54h-4.44c-.51 0-.952-.338-1.084-.83l-1.592-5.785A8.385 8.385 0 0 0 11.12 6.98h-1.11a2.22 2.22 0 0 1 1.07-1.252l.005-.003l1.6-.84a1 1 0 0 0-.93-1.77l-1.598.839A4.22 4.22 0 0 0 7.952 6.98h-.474a4.22 4.22 0 0 0-2.205-3.026zM6.4 14.24a2.635 2.635 0 0 1-2.63-2.58c-.028-1.453 1.202-2.68 2.7-2.68h4.65c2.87 0 5.395 1.92 6.156 4.694l1.588 5.776l.001.003a3.12 3.12 0 0 0 3.015 2.307h4.44c1.433 0 2.6 1.152 2.63 2.58c.028 1.453-1.203 2.68-2.7 2.68h-5.89a6.385 6.385 0 0 1-6.156-4.695l-1.59-5.778A3.12 3.12 0 0 0 9.6 14.24z"/></g></svg>

React

import type { SVGProps } from "react";

export function FluentEmojiHighContrastBug(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="M5.84 10.29c.46 0 .84.38.84.84v.98a.845.845 0 0 1-.84.84a.846.846 0 0 1-.84-.84v-.98c0-.47.37-.84.84-.84"/><path d="M3.675 3.115a1 1 0 1 0-.93 1.77l1.6.84l.004.003c.543.281.94.781 1.106 1.363c-1.647.365-3.006 1.597-3.493 3.208A.84.84 0 0 0 1 11.13v.98a.845.845 0 0 0 .965.83a4.64 4.64 0 0 0 4.435 3.3h3.2c.51 0 .952.338 1.084.83l.17.619a2.33 2.33 0 0 0 1.088 4.193a2.33 2.33 0 0 0 1.872 3.994q.095.117.191.229a2.33 2.33 0 0 0 3.731 2.494q.353.117.718.202a2.331 2.331 0 0 0 4.301.219h.39a2.33 2.33 0 0 0 4.274-.148c2.024-.52 3.574-2.357 3.53-4.572a4.635 4.635 0 0 0-4.629-4.54h-4.44c-.51 0-.952-.338-1.084-.83l-1.592-5.785A8.385 8.385 0 0 0 11.12 6.98h-1.11a2.22 2.22 0 0 1 1.07-1.252l.005-.003l1.6-.84a1 1 0 0 0-.93-1.77l-1.598.839A4.22 4.22 0 0 0 7.952 6.98h-.474a4.22 4.22 0 0 0-2.205-3.026zM6.4 14.24a2.635 2.635 0 0 1-2.63-2.58c-.028-1.453 1.202-2.68 2.7-2.68h4.65c2.87 0 5.395 1.92 6.156 4.694l1.588 5.776l.001.003a3.12 3.12 0 0 0 3.015 2.307h4.44c1.433 0 2.6 1.152 2.63 2.58c.028 1.453-1.203 2.68-2.7 2.68h-5.89a6.385 6.385 0 0 1-6.156-4.695l-1.59-5.778A3.12 3.12 0 0 0 9.6 14.24z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="M5.84 10.29c.46 0 .84.38.84.84v.98a.845.845 0 0 1-.84.84a.846.846 0 0 1-.84-.84v-.98c0-.47.37-.84.84-.84"/><path d="M3.675 3.115a1 1 0 1 0-.93 1.77l1.6.84l.004.003c.543.281.94.781 1.106 1.363c-1.647.365-3.006 1.597-3.493 3.208A.84.84 0 0 0 1 11.13v.98a.845.845 0 0 0 .965.83a4.64 4.64 0 0 0 4.435 3.3h3.2c.51 0 .952.338 1.084.83l.17.619a2.33 2.33 0 0 0 1.088 4.193a2.33 2.33 0 0 0 1.872 3.994q.095.117.191.229a2.33 2.33 0 0 0 3.731 2.494q.353.117.718.202a2.331 2.331 0 0 0 4.301.219h.39a2.33 2.33 0 0 0 4.274-.148c2.024-.52 3.574-2.357 3.53-4.572a4.635 4.635 0 0 0-4.629-4.54h-4.44c-.51 0-.952-.338-1.084-.83l-1.592-5.785A8.385 8.385 0 0 0 11.12 6.98h-1.11a2.22 2.22 0 0 1 1.07-1.252l.005-.003l1.6-.84a1 1 0 0 0-.93-1.77l-1.598.839A4.22 4.22 0 0 0 7.952 6.98h-.474a4.22 4.22 0 0 0-2.205-3.026zM6.4 14.24a2.635 2.635 0 0 1-2.63-2.58c-.028-1.453 1.202-2.68 2.7-2.68h4.65c2.87 0 5.395 1.92 6.156 4.694l1.588 5.776l.001.003a3.12 3.12 0 0 0 3.015 2.307h4.44c1.433 0 2.6 1.152 2.63 2.58c.028 1.453-1.203 2.68-2.7 2.68h-5.89a6.385 6.385 0 0 1-6.156-4.695l-1.59-5.778A3.12 3.12 0 0 0 9.6 14.24z"/></g></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%2032%2032%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M5.84%2010.29c.46%200%20.84.38.84.84v.98a.845.845%200%200%201-.84.84a.846.846%200%200%201-.84-.84v-.98c0-.47.37-.84.84-.84%22%2F%3E%3Cpath%20d%3D%22M3.675%203.115a1%201%200%201%200-.93%201.77l1.6.84l.004.003c.543.281.94.781%201.106%201.363c-1.647.365-3.006%201.597-3.493%203.208A.84.84%200%200%200%201%2011.13v.98a.845.845%200%200%200%20.965.83a4.64%204.64%200%200%200%204.435%203.3h3.2c.51%200%20.952.338%201.084.83l.17.619a2.33%202.33%200%200%200%201.088%204.193a2.33%202.33%200%200%200%201.872%203.994q.095.117.191.229a2.33%202.33%200%200%200%203.731%202.494q.353.117.718.202a2.331%202.331%200%200%200%204.301.219h.39a2.33%202.33%200%200%200%204.274-.148c2.024-.52%203.574-2.357%203.53-4.572a4.635%204.635%200%200%200-4.629-4.54h-4.44c-.51%200-.952-.338-1.084-.83l-1.592-5.785A8.385%208.385%200%200%200%2011.12%206.98h-1.11a2.22%202.22%200%200%201%201.07-1.252l.005-.003l1.6-.84a1%201%200%200%200-.93-1.77l-1.598.839A4.22%204.22%200%200%200%207.952%206.98h-.474a4.22%204.22%200%200%200-2.205-3.026zM6.4%2014.24a2.635%202.635%200%200%201-2.63-2.58c-.028-1.453%201.202-2.68%202.7-2.68h4.65c2.87%200%205.395%201.92%206.156%204.694l1.588%205.776l.001.003a3.12%203.12%200%200%200%203.015%202.307h4.44c1.433%200%202.6%201.152%202.63%202.58c.028%201.453-1.203%202.68-2.7%202.68h-5.89a6.385%206.385%200%200%201-6.156-4.695l-1.59-5.778A3.12%203.12%200%200%200%209.6%2014.24z%22%2F%3E%3C%2Fg%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%2032%2032%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M5.84%2010.29c.46%200%20.84.38.84.84v.98a.845.845%200%200%201-.84.84a.846.846%200%200%201-.84-.84v-.98c0-.47.37-.84.84-.84%22%2F%3E%3Cpath%20d%3D%22M3.675%203.115a1%201%200%201%200-.93%201.77l1.6.84l.004.003c.543.281.94.781%201.106%201.363c-1.647.365-3.006%201.597-3.493%203.208A.84.84%200%200%200%201%2011.13v.98a.845.845%200%200%200%20.965.83a4.64%204.64%200%200%200%204.435%203.3h3.2c.51%200%20.952.338%201.084.83l.17.619a2.33%202.33%200%200%200%201.088%204.193a2.33%202.33%200%200%200%201.872%203.994q.095.117.191.229a2.33%202.33%200%200%200%203.731%202.494q.353.117.718.202a2.331%202.331%200%200%200%204.301.219h.39a2.33%202.33%200%200%200%204.274-.148c2.024-.52%203.574-2.357%203.53-4.572a4.635%204.635%200%200%200-4.629-4.54h-4.44c-.51%200-.952-.338-1.084-.83l-1.592-5.785A8.385%208.385%200%200%200%2011.12%206.98h-1.11a2.22%202.22%200%200%201%201.07-1.252l.005-.003l1.6-.84a1%201%200%200%200-.93-1.77l-1.598.839A4.22%204.22%200%200%200%207.952%206.98h-.474a4.22%204.22%200%200%200-2.205-3.026zM6.4%2014.24a2.635%202.635%200%200%201-2.63-2.58c-.028-1.453%201.202-2.68%202.7-2.68h4.65c2.87%200%205.395%201.92%206.156%204.694l1.588%205.776l.001.003a3.12%203.12%200%200%200%203.015%202.307h4.44c1.433%200%202.6%201.152%202.63%202.58c.028%201.453-1.203%202.68-2.7%202.68h-5.89a6.385%206.385%200%200%201-6.156-4.695l-1.59-5.778A3.12%203.12%200%200%200%209.6%2014.24z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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