md-bug from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.

Name
md-bug
Set
IonIcons
Style
Regular
Viewbox
512×512
License
MIT

Related icons in IonIcons

Use the md bug icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M448 160h-67.4c-10.8-18.7-25.7-34.8-43.7-47L376 73.8 342.2 40l-52.1 52.1C279 89.4 267.8 88 256 88s-23 1.4-33.8 4.1L169.8 40 136 73.8l38.9 39.1c-17.8 12.2-32.6 28.3-43.4 47H64v48h50.2c-1.2 7.9-2.2 15.8-2.2 24v24H64v48h48v24c0 8.2 1 16.1 2.2 24H64v48h67.4c25 43 71.3 72 124.6 72s99.6-29 124.6-72H448v-48h-50.2c1.2-7.9 2.2-15.8 2.2-24v-24h48v-48h-48v-24c0-8.2-1-16.1-2.2-24H448V160z" fill="currentColor"/></svg>

React

import type { SVGProps } from "react";

export function IonMdBug(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M448 160h-67.4c-10.8-18.7-25.7-34.8-43.7-47L376 73.8 342.2 40l-52.1 52.1C279 89.4 267.8 88 256 88s-23 1.4-33.8 4.1L169.8 40 136 73.8l38.9 39.1c-17.8 12.2-32.6 28.3-43.4 47H64v48h50.2c-1.2 7.9-2.2 15.8-2.2 24v24H64v48h48v24c0 8.2 1 16.1 2.2 24H64v48h67.4c25 43 71.3 72 124.6 72s99.6-29 124.6-72H448v-48h-50.2c1.2-7.9 2.2-15.8 2.2-24v-24h48v-48h-48v-24c0-8.2-1-16.1-2.2-24H448V160z" fill="currentColor"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M448 160h-67.4c-10.8-18.7-25.7-34.8-43.7-47L376 73.8 342.2 40l-52.1 52.1C279 89.4 267.8 88 256 88s-23 1.4-33.8 4.1L169.8 40 136 73.8l38.9 39.1c-17.8 12.2-32.6 28.3-43.4 47H64v48h50.2c-1.2 7.9-2.2 15.8-2.2 24v24H64v48h48v24c0 8.2 1 16.1 2.2 24H64v48h67.4c25 43 71.3 72 124.6 72s99.6-29 124.6-72H448v-48h-50.2c1.2-7.9 2.2-15.8 2.2-24v-24h48v-48h-48v-24c0-8.2-1-16.1-2.2-24H448V160z" fill="currentColor"/></svg>
</template>

CSS

.icon-md-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%20512%20512%22%3E%3Cpath%20d%3D%22M448%20160h-67.4c-10.8-18.7-25.7-34.8-43.7-47L376%2073.8%20342.2%2040l-52.1%2052.1C279%2089.4%20267.8%2088%20256%2088s-23%201.4-33.8%204.1L169.8%2040%20136%2073.8l38.9%2039.1c-17.8%2012.2-32.6%2028.3-43.4%2047H64v48h50.2c-1.2%207.9-2.2%2015.8-2.2%2024v24H64v48h48v24c0%208.2%201%2016.1%202.2%2024H64v48h67.4c25%2043%2071.3%2072%20124.6%2072s99.6-29%20124.6-72H448v-48h-50.2c1.2-7.9%202.2-15.8%202.2-24v-24h48v-48h-48v-24c0-8.2-1-16.1-2.2-24H448V160z%22%20fill%3D%22currentColor%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%20512%20512%22%3E%3Cpath%20d%3D%22M448%20160h-67.4c-10.8-18.7-25.7-34.8-43.7-47L376%2073.8%20342.2%2040l-52.1%2052.1C279%2089.4%20267.8%2088%20256%2088s-23%201.4-33.8%204.1L169.8%2040%20136%2073.8l38.9%2039.1c-17.8%2012.2-32.6%2028.3-43.4%2047H64v48h50.2c-1.2%207.9-2.2%2015.8-2.2%2024v24H64v48h48v24c0%208.2%201%2016.1%202.2%2024H64v48h67.4c25%2043%2071.3%2072%20124.6%2072s99.6-29%20124.6-72H448v-48h-50.2c1.2-7.9%202.2-15.8%202.2-24v-24h48v-48h-48v-24c0-8.2-1-16.1-2.2-24H448V160z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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