bugs from Font Awesome Solid by Dave Gandy · Solid · CC-BY-4.0 Attribution required.

Name
bugs
Set
Font Awesome Solid
Style
Solid
Viewbox
640×640
License
CC BY 4.0

The same icon in other sets

Use the bugs icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M479.5 238.6c8.8-8.4 22.7-8.9 32.2-.8s11 21.9 4.1 31.9l-1.5 1.9l-23 26.7c26.7 13.5 46.3 39.1 51.4 69.6H568c13.3 0 24 10.7 24 24s-10.7 24-24 24h-24v32h24c13.3 0 24 10.7 24 24s-10.7 24-24 24h-25.3c-7.6 45.4-47.1 80-94.7 80s-87-34.6-94.7-80l-25.3.1c-13.3 0-24-10.7-24-24s10.7-24 24-24h24v-32h-24c-13.3 0-24-10.7-24-24s10.7-24 24-24h25.3c5.1-30.5 24.7-56.1 51.4-69.6l-22.9-26.7c-8.6-10.1-7.5-25.2 2.6-33.8s25.2-7.5 33.8 2.6l29.8 34.8l29.8-34.8l1.7-1.8zm-256-192c8.8-8.4 22.7-8.9 32.2-.8s11 21.9 4.1 31.9l-1.5 1.9l-23 26.7c26.7 13.6 46.2 39.2 51.4 69.7H312c13.3 0 24 10.7 24 24s-10.7 24-24 24h-24v32h24c13.3 0 24 10.7 24 24s-10.7 24-24 24h-25.3c-7.6 45.4-47.1 80-94.7 80s-87-34.6-94.7-80H72c-13.3 0-24-10.7-24-24s10.7-24 24-24h24v-32H72c-13.3 0-24-10.7-24-24s10.7-24 24-24h25.3c5.2-30.5 24.7-56.1 51.4-69.6l-22.9-26.8c-8.6-10-7.5-25.2 2.6-33.8s25.2-7.5 33.8 2.6L192 83.2l29.8-34.8z"/></svg>

React

import type { SVGProps } from "react";

export function Fa7SolidBugs(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M479.5 238.6c8.8-8.4 22.7-8.9 32.2-.8s11 21.9 4.1 31.9l-1.5 1.9l-23 26.7c26.7 13.5 46.3 39.1 51.4 69.6H568c13.3 0 24 10.7 24 24s-10.7 24-24 24h-24v32h24c13.3 0 24 10.7 24 24s-10.7 24-24 24h-25.3c-7.6 45.4-47.1 80-94.7 80s-87-34.6-94.7-80l-25.3.1c-13.3 0-24-10.7-24-24s10.7-24 24-24h24v-32h-24c-13.3 0-24-10.7-24-24s10.7-24 24-24h25.3c5.1-30.5 24.7-56.1 51.4-69.6l-22.9-26.7c-8.6-10.1-7.5-25.2 2.6-33.8s25.2-7.5 33.8 2.6l29.8 34.8l29.8-34.8l1.7-1.8zm-256-192c8.8-8.4 22.7-8.9 32.2-.8s11 21.9 4.1 31.9l-1.5 1.9l-23 26.7c26.7 13.6 46.2 39.2 51.4 69.7H312c13.3 0 24 10.7 24 24s-10.7 24-24 24h-24v32h24c13.3 0 24 10.7 24 24s-10.7 24-24 24h-25.3c-7.6 45.4-47.1 80-94.7 80s-87-34.6-94.7-80H72c-13.3 0-24-10.7-24-24s10.7-24 24-24h24v-32H72c-13.3 0-24-10.7-24-24s10.7-24 24-24h25.3c5.2-30.5 24.7-56.1 51.4-69.6l-22.9-26.8c-8.6-10-7.5-25.2 2.6-33.8s25.2-7.5 33.8 2.6L192 83.2l29.8-34.8z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M479.5 238.6c8.8-8.4 22.7-8.9 32.2-.8s11 21.9 4.1 31.9l-1.5 1.9l-23 26.7c26.7 13.5 46.3 39.1 51.4 69.6H568c13.3 0 24 10.7 24 24s-10.7 24-24 24h-24v32h24c13.3 0 24 10.7 24 24s-10.7 24-24 24h-25.3c-7.6 45.4-47.1 80-94.7 80s-87-34.6-94.7-80l-25.3.1c-13.3 0-24-10.7-24-24s10.7-24 24-24h24v-32h-24c-13.3 0-24-10.7-24-24s10.7-24 24-24h25.3c5.1-30.5 24.7-56.1 51.4-69.6l-22.9-26.7c-8.6-10.1-7.5-25.2 2.6-33.8s25.2-7.5 33.8 2.6l29.8 34.8l29.8-34.8l1.7-1.8zm-256-192c8.8-8.4 22.7-8.9 32.2-.8s11 21.9 4.1 31.9l-1.5 1.9l-23 26.7c26.7 13.6 46.2 39.2 51.4 69.7H312c13.3 0 24 10.7 24 24s-10.7 24-24 24h-24v32h24c13.3 0 24 10.7 24 24s-10.7 24-24 24h-25.3c-7.6 45.4-47.1 80-94.7 80s-87-34.6-94.7-80H72c-13.3 0-24-10.7-24-24s10.7-24 24-24h24v-32H72c-13.3 0-24-10.7-24-24s10.7-24 24-24h25.3c5.2-30.5 24.7-56.1 51.4-69.6l-22.9-26.8c-8.6-10-7.5-25.2 2.6-33.8s25.2-7.5 33.8 2.6L192 83.2l29.8-34.8z"/></svg>
</template>

CSS

.icon-bugs {
  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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M479.5%20238.6c8.8-8.4%2022.7-8.9%2032.2-.8s11%2021.9%204.1%2031.9l-1.5%201.9l-23%2026.7c26.7%2013.5%2046.3%2039.1%2051.4%2069.6H568c13.3%200%2024%2010.7%2024%2024s-10.7%2024-24%2024h-24v32h24c13.3%200%2024%2010.7%2024%2024s-10.7%2024-24%2024h-25.3c-7.6%2045.4-47.1%2080-94.7%2080s-87-34.6-94.7-80l-25.3.1c-13.3%200-24-10.7-24-24s10.7-24%2024-24h24v-32h-24c-13.3%200-24-10.7-24-24s10.7-24%2024-24h25.3c5.1-30.5%2024.7-56.1%2051.4-69.6l-22.9-26.7c-8.6-10.1-7.5-25.2%202.6-33.8s25.2-7.5%2033.8%202.6l29.8%2034.8l29.8-34.8l1.7-1.8zm-256-192c8.8-8.4%2022.7-8.9%2032.2-.8s11%2021.9%204.1%2031.9l-1.5%201.9l-23%2026.7c26.7%2013.6%2046.2%2039.2%2051.4%2069.7H312c13.3%200%2024%2010.7%2024%2024s-10.7%2024-24%2024h-24v32h24c13.3%200%2024%2010.7%2024%2024s-10.7%2024-24%2024h-25.3c-7.6%2045.4-47.1%2080-94.7%2080s-87-34.6-94.7-80H72c-13.3%200-24-10.7-24-24s10.7-24%2024-24h24v-32H72c-13.3%200-24-10.7-24-24s10.7-24%2024-24h25.3c5.2-30.5%2024.7-56.1%2051.4-69.6l-22.9-26.8c-8.6-10-7.5-25.2%202.6-33.8s25.2-7.5%2033.8%202.6L192%2083.2l29.8-34.8z%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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M479.5%20238.6c8.8-8.4%2022.7-8.9%2032.2-.8s11%2021.9%204.1%2031.9l-1.5%201.9l-23%2026.7c26.7%2013.5%2046.3%2039.1%2051.4%2069.6H568c13.3%200%2024%2010.7%2024%2024s-10.7%2024-24%2024h-24v32h24c13.3%200%2024%2010.7%2024%2024s-10.7%2024-24%2024h-25.3c-7.6%2045.4-47.1%2080-94.7%2080s-87-34.6-94.7-80l-25.3.1c-13.3%200-24-10.7-24-24s10.7-24%2024-24h24v-32h-24c-13.3%200-24-10.7-24-24s10.7-24%2024-24h25.3c5.1-30.5%2024.7-56.1%2051.4-69.6l-22.9-26.7c-8.6-10.1-7.5-25.2%202.6-33.8s25.2-7.5%2033.8%202.6l29.8%2034.8l29.8-34.8l1.7-1.8zm-256-192c8.8-8.4%2022.7-8.9%2032.2-.8s11%2021.9%204.1%2031.9l-1.5%201.9l-23%2026.7c26.7%2013.6%2046.2%2039.2%2051.4%2069.7H312c13.3%200%2024%2010.7%2024%2024s-10.7%2024-24%2024h-24v32h24c13.3%200%2024%2010.7%2024%2024s-10.7%2024-24%2024h-25.3c-7.6%2045.4-47.1%2080-94.7%2080s-87-34.6-94.7-80H72c-13.3%200-24-10.7-24-24s10.7-24%2024-24h24v-32H72c-13.3%200-24-10.7-24-24s10.7-24%2024-24h25.3c5.2-30.5%2024.7-56.1%2051.4-69.6l-22.9-26.8c-8.6-10-7.5-25.2%202.6-33.8s25.2-7.5%2033.8%202.6L192%2083.2l29.8-34.8z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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