bugs icon
bugs from Font Awesome 6 Solid by Dave Gandy · Regular · CC-BY-4.0 Attribution required.
- Name
- bugs
- Set
- Font Awesome 6 Solid
- Style
- Regular
- Viewbox
- 576×512
- 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 576 512"><path fill="currentColor" d="m164.5 107.4l33.4-73.5c5.5-12.1.1-26.3-11.9-31.8S159.7 2 154.2 14L128 71.7l-26.1-57.6C96.4 2 82.1-3.3 70.1 2.1s-17.4 19.8-12 31.8l33.4 73.5c-10.2 7.1-18.2 17-22.9 28.6h-17l-4.1-20.7c-2.6-13-15.2-21.4-28.2-18.8S-2.1 111.7.5 124.7l8 40C10.7 175.9 20.6 184 32 184h32v23.3l-37.8 9.5c-9.5 2.4-16.6 10.2-17.9 19.9l-8 56c-1.9 13.1 7.2 25.3 20.4 27.2s25.3-7.2 27.2-20.4l5.7-40l18.4-4.6c10.7 19.7 31.8 33.1 56 33.1s45.3-13.4 56.1-33.2l18.4 4.6l5.7 40c1.9 13.1 14 22.2 27.2 20.4s22.2-14 20.4-27.2l-8-56c-1.4-9.7-8.5-17.5-17.9-19.9l-37.9-9.4V184h32c11.4 0 21.3-8.1 23.5-19.3l8-40c2.6-13-5.8-25.6-18.8-28.2s-25.6 5.8-28.2 18.8l-4.2 20.7h-17c-4.7-11.6-12.7-21.5-22.9-28.6zM496 286.5l65.6-47c10.8-7.7 13.3-22.7 5.6-33.5s-22.7-13.3-33.5-5.6l-51.4 36.8l6.1-62.9c1.3-13.2-8.4-24.9-21.6-26.2s-24.9 8.4-26.2 21.6l-7.8 80.3c-12.3 1-24.2 5.6-34.1 13.3l-14.7-8.5l6.8-20c4.2-12.6-2.5-26.2-15-30.4s-26.2 2.5-30.4 15L332.3 258c-3.7 10.8.8 22.8 10.7 28.5l27.7 16l-11.7 20.2l-37.5-10.7c-9.4-2.7-19.5.6-25.5 8.3l-34.9 44.5c-8.2 10.4-6.4 25.5 4.1 33.7s25.5 6.4 33.7-4.1l25-31.8l18.2 5.2c-.5 22.6 11 44.7 32 56.8s45.9 11 65.2-.7l13.6 13.2l-15.1 37.5c-4.9 12.3 1 26.3 13.3 31.2s26.3-1 31.2-13.3l21.2-52.5c3.6-9.1 1.4-19.4-5.6-26.2l-28-27.1l11.6-20.1l27.7 16c9.9 5.7 22.5 3.7 30-4.9l27-30.7c8.7-10 7.8-25.1-2.2-33.9s-25.1-7.8-33.9 2.2l-13.9 15.9l-14.7-8.5c1.7-12.4-.2-25-5.5-36.2"/></svg>
React
import type { SVGProps } from "react";
export function Fa6SolidBugs(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 576 512"><path fill="currentColor" d="m164.5 107.4l33.4-73.5c5.5-12.1.1-26.3-11.9-31.8S159.7 2 154.2 14L128 71.7l-26.1-57.6C96.4 2 82.1-3.3 70.1 2.1s-17.4 19.8-12 31.8l33.4 73.5c-10.2 7.1-18.2 17-22.9 28.6h-17l-4.1-20.7c-2.6-13-15.2-21.4-28.2-18.8S-2.1 111.7.5 124.7l8 40C10.7 175.9 20.6 184 32 184h32v23.3l-37.8 9.5c-9.5 2.4-16.6 10.2-17.9 19.9l-8 56c-1.9 13.1 7.2 25.3 20.4 27.2s25.3-7.2 27.2-20.4l5.7-40l18.4-4.6c10.7 19.7 31.8 33.1 56 33.1s45.3-13.4 56.1-33.2l18.4 4.6l5.7 40c1.9 13.1 14 22.2 27.2 20.4s22.2-14 20.4-27.2l-8-56c-1.4-9.7-8.5-17.5-17.9-19.9l-37.9-9.4V184h32c11.4 0 21.3-8.1 23.5-19.3l8-40c2.6-13-5.8-25.6-18.8-28.2s-25.6 5.8-28.2 18.8l-4.2 20.7h-17c-4.7-11.6-12.7-21.5-22.9-28.6zM496 286.5l65.6-47c10.8-7.7 13.3-22.7 5.6-33.5s-22.7-13.3-33.5-5.6l-51.4 36.8l6.1-62.9c1.3-13.2-8.4-24.9-21.6-26.2s-24.9 8.4-26.2 21.6l-7.8 80.3c-12.3 1-24.2 5.6-34.1 13.3l-14.7-8.5l6.8-20c4.2-12.6-2.5-26.2-15-30.4s-26.2 2.5-30.4 15L332.3 258c-3.7 10.8.8 22.8 10.7 28.5l27.7 16l-11.7 20.2l-37.5-10.7c-9.4-2.7-19.5.6-25.5 8.3l-34.9 44.5c-8.2 10.4-6.4 25.5 4.1 33.7s25.5 6.4 33.7-4.1l25-31.8l18.2 5.2c-.5 22.6 11 44.7 32 56.8s45.9 11 65.2-.7l13.6 13.2l-15.1 37.5c-4.9 12.3 1 26.3 13.3 31.2s26.3-1 31.2-13.3l21.2-52.5c3.6-9.1 1.4-19.4-5.6-26.2l-28-27.1l11.6-20.1l27.7 16c9.9 5.7 22.5 3.7 30-4.9l27-30.7c8.7-10 7.8-25.1-2.2-33.9s-25.1-7.8-33.9 2.2l-13.9 15.9l-14.7-8.5c1.7-12.4-.2-25-5.5-36.2"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 576 512"><path fill="currentColor" d="m164.5 107.4l33.4-73.5c5.5-12.1.1-26.3-11.9-31.8S159.7 2 154.2 14L128 71.7l-26.1-57.6C96.4 2 82.1-3.3 70.1 2.1s-17.4 19.8-12 31.8l33.4 73.5c-10.2 7.1-18.2 17-22.9 28.6h-17l-4.1-20.7c-2.6-13-15.2-21.4-28.2-18.8S-2.1 111.7.5 124.7l8 40C10.7 175.9 20.6 184 32 184h32v23.3l-37.8 9.5c-9.5 2.4-16.6 10.2-17.9 19.9l-8 56c-1.9 13.1 7.2 25.3 20.4 27.2s25.3-7.2 27.2-20.4l5.7-40l18.4-4.6c10.7 19.7 31.8 33.1 56 33.1s45.3-13.4 56.1-33.2l18.4 4.6l5.7 40c1.9 13.1 14 22.2 27.2 20.4s22.2-14 20.4-27.2l-8-56c-1.4-9.7-8.5-17.5-17.9-19.9l-37.9-9.4V184h32c11.4 0 21.3-8.1 23.5-19.3l8-40c2.6-13-5.8-25.6-18.8-28.2s-25.6 5.8-28.2 18.8l-4.2 20.7h-17c-4.7-11.6-12.7-21.5-22.9-28.6zM496 286.5l65.6-47c10.8-7.7 13.3-22.7 5.6-33.5s-22.7-13.3-33.5-5.6l-51.4 36.8l6.1-62.9c1.3-13.2-8.4-24.9-21.6-26.2s-24.9 8.4-26.2 21.6l-7.8 80.3c-12.3 1-24.2 5.6-34.1 13.3l-14.7-8.5l6.8-20c4.2-12.6-2.5-26.2-15-30.4s-26.2 2.5-30.4 15L332.3 258c-3.7 10.8.8 22.8 10.7 28.5l27.7 16l-11.7 20.2l-37.5-10.7c-9.4-2.7-19.5.6-25.5 8.3l-34.9 44.5c-8.2 10.4-6.4 25.5 4.1 33.7s25.5 6.4 33.7-4.1l25-31.8l18.2 5.2c-.5 22.6 11 44.7 32 56.8s45.9 11 65.2-.7l13.6 13.2l-15.1 37.5c-4.9 12.3 1 26.3 13.3 31.2s26.3-1 31.2-13.3l21.2-52.5c3.6-9.1 1.4-19.4-5.6-26.2l-28-27.1l11.6-20.1l27.7 16c9.9 5.7 22.5 3.7 30-4.9l27-30.7c8.7-10 7.8-25.1-2.2-33.9s-25.1-7.8-33.9 2.2l-13.9 15.9l-14.7-8.5c1.7-12.4-.2-25-5.5-36.2"/></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%20576%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m164.5%20107.4l33.4-73.5c5.5-12.1.1-26.3-11.9-31.8S159.7%202%20154.2%2014L128%2071.7l-26.1-57.6C96.4%202%2082.1-3.3%2070.1%202.1s-17.4%2019.8-12%2031.8l33.4%2073.5c-10.2%207.1-18.2%2017-22.9%2028.6h-17l-4.1-20.7c-2.6-13-15.2-21.4-28.2-18.8S-2.1%20111.7.5%20124.7l8%2040C10.7%20175.9%2020.6%20184%2032%20184h32v23.3l-37.8%209.5c-9.5%202.4-16.6%2010.2-17.9%2019.9l-8%2056c-1.9%2013.1%207.2%2025.3%2020.4%2027.2s25.3-7.2%2027.2-20.4l5.7-40l18.4-4.6c10.7%2019.7%2031.8%2033.1%2056%2033.1s45.3-13.4%2056.1-33.2l18.4%204.6l5.7%2040c1.9%2013.1%2014%2022.2%2027.2%2020.4s22.2-14%2020.4-27.2l-8-56c-1.4-9.7-8.5-17.5-17.9-19.9l-37.9-9.4V184h32c11.4%200%2021.3-8.1%2023.5-19.3l8-40c2.6-13-5.8-25.6-18.8-28.2s-25.6%205.8-28.2%2018.8l-4.2%2020.7h-17c-4.7-11.6-12.7-21.5-22.9-28.6zM496%20286.5l65.6-47c10.8-7.7%2013.3-22.7%205.6-33.5s-22.7-13.3-33.5-5.6l-51.4%2036.8l6.1-62.9c1.3-13.2-8.4-24.9-21.6-26.2s-24.9%208.4-26.2%2021.6l-7.8%2080.3c-12.3%201-24.2%205.6-34.1%2013.3l-14.7-8.5l6.8-20c4.2-12.6-2.5-26.2-15-30.4s-26.2%202.5-30.4%2015L332.3%20258c-3.7%2010.8.8%2022.8%2010.7%2028.5l27.7%2016l-11.7%2020.2l-37.5-10.7c-9.4-2.7-19.5.6-25.5%208.3l-34.9%2044.5c-8.2%2010.4-6.4%2025.5%204.1%2033.7s25.5%206.4%2033.7-4.1l25-31.8l18.2%205.2c-.5%2022.6%2011%2044.7%2032%2056.8s45.9%2011%2065.2-.7l13.6%2013.2l-15.1%2037.5c-4.9%2012.3%201%2026.3%2013.3%2031.2s26.3-1%2031.2-13.3l21.2-52.5c3.6-9.1%201.4-19.4-5.6-26.2l-28-27.1l11.6-20.1l27.7%2016c9.9%205.7%2022.5%203.7%2030-4.9l27-30.7c8.7-10%207.8-25.1-2.2-33.9s-25.1-7.8-33.9%202.2l-13.9%2015.9l-14.7-8.5c1.7-12.4-.2-25-5.5-36.2%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%20576%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m164.5%20107.4l33.4-73.5c5.5-12.1.1-26.3-11.9-31.8S159.7%202%20154.2%2014L128%2071.7l-26.1-57.6C96.4%202%2082.1-3.3%2070.1%202.1s-17.4%2019.8-12%2031.8l33.4%2073.5c-10.2%207.1-18.2%2017-22.9%2028.6h-17l-4.1-20.7c-2.6-13-15.2-21.4-28.2-18.8S-2.1%20111.7.5%20124.7l8%2040C10.7%20175.9%2020.6%20184%2032%20184h32v23.3l-37.8%209.5c-9.5%202.4-16.6%2010.2-17.9%2019.9l-8%2056c-1.9%2013.1%207.2%2025.3%2020.4%2027.2s25.3-7.2%2027.2-20.4l5.7-40l18.4-4.6c10.7%2019.7%2031.8%2033.1%2056%2033.1s45.3-13.4%2056.1-33.2l18.4%204.6l5.7%2040c1.9%2013.1%2014%2022.2%2027.2%2020.4s22.2-14%2020.4-27.2l-8-56c-1.4-9.7-8.5-17.5-17.9-19.9l-37.9-9.4V184h32c11.4%200%2021.3-8.1%2023.5-19.3l8-40c2.6-13-5.8-25.6-18.8-28.2s-25.6%205.8-28.2%2018.8l-4.2%2020.7h-17c-4.7-11.6-12.7-21.5-22.9-28.6zM496%20286.5l65.6-47c10.8-7.7%2013.3-22.7%205.6-33.5s-22.7-13.3-33.5-5.6l-51.4%2036.8l6.1-62.9c1.3-13.2-8.4-24.9-21.6-26.2s-24.9%208.4-26.2%2021.6l-7.8%2080.3c-12.3%201-24.2%205.6-34.1%2013.3l-14.7-8.5l6.8-20c4.2-12.6-2.5-26.2-15-30.4s-26.2%202.5-30.4%2015L332.3%20258c-3.7%2010.8.8%2022.8%2010.7%2028.5l27.7%2016l-11.7%2020.2l-37.5-10.7c-9.4-2.7-19.5.6-25.5%208.3l-34.9%2044.5c-8.2%2010.4-6.4%2025.5%204.1%2033.7s25.5%206.4%2033.7-4.1l25-31.8l18.2%205.2c-.5%2022.6%2011%2044.7%2032%2056.8s45.9%2011%2065.2-.7l13.6%2013.2l-15.1%2037.5c-4.9%2012.3%201%2026.3%2013.3%2031.2s26.3-1%2031.2-13.3l21.2-52.5c3.6-9.1%201.4-19.4-5.6-26.2l-28-27.1l11.6-20.1l27.7%2016c9.9%205.7%2022.5%203.7%2030-4.9l27-30.7c8.7-10%207.8-25.1-2.2-33.9s-25.1-7.8-33.9%202.2l-13.9%2015.9l-14.7-8.5c1.7-12.4-.2-25-5.5-36.2%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa6-solid/bugs.svg?color=%231a73e8&size=48