bug beetle icon

bug-beetle-fill from Phosphor by Phosphor Icons · Fill · MIT Free for personal and commercial use.

Name
bug-beetle-fill
Set
Phosphor
Style
Fill
Viewbox
256×256
License
MIT

5 other variants in Phosphor

Related icons in Phosphor

Use the bug beetle icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M224 120h-16v-16h16a8 8 0 0 1 0 16M32 104a8 8 0 0 0 0 16h16v-16Zm176 56c0 2.7-.14 5.37-.4 8H224a8 8 0 0 1 0 16h-19.68a80 80 0 0 1-152.64 0H32a8 8 0 0 1 0-16h16.4c-.26-2.63-.4-5.3-.4-8v-8H32a8 8 0 0 1 0-16h16v-16h160v16h16a8 8 0 0 1 0 16h-16Zm-72-16a8 8 0 0 0-16 0v64a8 8 0 0 0 16 0ZM69.84 57.15A79.76 79.76 0 0 0 48.4 104h159.2a79.76 79.76 0 0 0-21.44-46.85l19.5-19.49a8 8 0 0 0-11.32-11.32l-20.29 20.3a79.74 79.74 0 0 0-92.1 0l-20.29-20.3a8 8 0 0 0-11.32 11.32Z"/></svg>

React

import type { SVGProps } from "react";

export function PhBugBeetleFill(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M224 120h-16v-16h16a8 8 0 0 1 0 16M32 104a8 8 0 0 0 0 16h16v-16Zm176 56c0 2.7-.14 5.37-.4 8H224a8 8 0 0 1 0 16h-19.68a80 80 0 0 1-152.64 0H32a8 8 0 0 1 0-16h16.4c-.26-2.63-.4-5.3-.4-8v-8H32a8 8 0 0 1 0-16h16v-16h160v16h16a8 8 0 0 1 0 16h-16Zm-72-16a8 8 0 0 0-16 0v64a8 8 0 0 0 16 0ZM69.84 57.15A79.76 79.76 0 0 0 48.4 104h159.2a79.76 79.76 0 0 0-21.44-46.85l19.5-19.49a8 8 0 0 0-11.32-11.32l-20.29 20.3a79.74 79.74 0 0 0-92.1 0l-20.29-20.3a8 8 0 0 0-11.32 11.32Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M224 120h-16v-16h16a8 8 0 0 1 0 16M32 104a8 8 0 0 0 0 16h16v-16Zm176 56c0 2.7-.14 5.37-.4 8H224a8 8 0 0 1 0 16h-19.68a80 80 0 0 1-152.64 0H32a8 8 0 0 1 0-16h16.4c-.26-2.63-.4-5.3-.4-8v-8H32a8 8 0 0 1 0-16h16v-16h160v16h16a8 8 0 0 1 0 16h-16Zm-72-16a8 8 0 0 0-16 0v64a8 8 0 0 0 16 0ZM69.84 57.15A79.76 79.76 0 0 0 48.4 104h159.2a79.76 79.76 0 0 0-21.44-46.85l19.5-19.49a8 8 0 0 0-11.32-11.32l-20.29 20.3a79.74 79.74 0 0 0-92.1 0l-20.29-20.3a8 8 0 0 0-11.32 11.32Z"/></svg>
</template>

CSS

.icon-bug-beetle-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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M224%20120h-16v-16h16a8%208%200%200%201%200%2016M32%20104a8%208%200%200%200%200%2016h16v-16Zm176%2056c0%202.7-.14%205.37-.4%208H224a8%208%200%200%201%200%2016h-19.68a80%2080%200%200%201-152.64%200H32a8%208%200%200%201%200-16h16.4c-.26-2.63-.4-5.3-.4-8v-8H32a8%208%200%200%201%200-16h16v-16h160v16h16a8%208%200%200%201%200%2016h-16Zm-72-16a8%208%200%200%200-16%200v64a8%208%200%200%200%2016%200ZM69.84%2057.15A79.76%2079.76%200%200%200%2048.4%20104h159.2a79.76%2079.76%200%200%200-21.44-46.85l19.5-19.49a8%208%200%200%200-11.32-11.32l-20.29%2020.3a79.74%2079.74%200%200%200-92.1%200l-20.29-20.3a8%208%200%200%200-11.32%2011.32Z%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M224%20120h-16v-16h16a8%208%200%200%201%200%2016M32%20104a8%208%200%200%200%200%2016h16v-16Zm176%2056c0%202.7-.14%205.37-.4%208H224a8%208%200%200%201%200%2016h-19.68a80%2080%200%200%201-152.64%200H32a8%208%200%200%201%200-16h16.4c-.26-2.63-.4-5.3-.4-8v-8H32a8%208%200%200%201%200-16h16v-16h160v16h16a8%208%200%200%201%200%2016h-16Zm-72-16a8%208%200%200%200-16%200v64a8%208%200%200%200%2016%200ZM69.84%2057.15A79.76%2079.76%200%200%200%2048.4%20104h159.2a79.76%2079.76%200%200%200-21.44-46.85l19.5-19.49a8%208%200%200%200-11.32-11.32l-20.29%2020.3a79.74%2079.74%200%200%200-92.1%200l-20.29-20.3a8%208%200%200%200-11.32%2011.32Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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