bug icon
bug-solid from Dither Icons by Vijay K Singh · Solid · MIT Free for personal and commercial use.
- Name
- bug-solid
- Set
- Dither Icons
- Style
- Solid
- Viewbox
- 24×24
- License
- MIT
2 other variants in Dither Icons
The same icon in other sets
All bug icons →bugAkar Iconsbug-filledAnt Design IconsbugBootstrap IconsbugBoxIcons v2bugBoxIcons v2 SolidbugCodiconsbugEmoji One (Colored)bugFont Awesome 6 SolidbugFont Awesome Solidbug-outlineFlowbite Iconsbug-16-filledFluent UI System IconsbugFluent EmojibugFluent Emoji FlatbugFluent Emoji High ContrastbugFirefox OS EmojibugIconParkbugIconPark OutlinebugIconPark SolidbugIconPark TwoTonebugIconoirbugIonIconsbugJam IconsbugKeyline IconsbugLine Awesome
Use the bug icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.25" d="M7.5 14H3.7M16.5 14h3.8M8.4 17.6 5.5 18.8 4.1 20.5M15.6 17.6 18.5 18.8 19.9 20.5" opacity=".7"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.25" d="M8.4 10.6 5.5 9.2 4.1 7.5"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.25" d="M15.6 10.6 18.5 9.2 19.9 7.5"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.15" d="M10.3 5.3 8.7 2.8"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.15" d="M13.7 5.3 15.3 2.8"/><path fill-rule="evenodd" d="M9 8V7a3 3 0 0 1 6 0v1Z"/><path fill-rule="evenodd" d="M11.45 8.8C8.3 8.8 7.4 10.7 7.4 14v1.5c0 3.1 1.35 5 4.05 5Z"/><path fill-rule="evenodd" d="M12.55 8.8c3.15 0 4.05 1.9 4.05 5.2v1.5c0 3.1-1.35 5-4.05 5Z"/><circle cx="12" cy="14" r=".38" opacity=".5"/><g opacity="0"><circle cx="12" cy="14" r=".55"/><circle cx="12" cy="14" r=".93" fill="none" stroke="currentColor" stroke-width=".35"/></g><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width=".5" d="M9.4 12.9v-1.2h1.2M13.4 11.7h1.2v1.2M14.6 15.1v1.2h-1.2M10.6 16.3H9.4v-1.2" opacity="0"/></g></svg>
React
import type { SVGProps } from "react";
export function DitherBugSolid(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.25" d="M7.5 14H3.7M16.5 14h3.8M8.4 17.6 5.5 18.8 4.1 20.5M15.6 17.6 18.5 18.8 19.9 20.5" opacity=".7"/><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.25" d="M8.4 10.6 5.5 9.2 4.1 7.5"/><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.25" d="M15.6 10.6 18.5 9.2 19.9 7.5"/><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.15" d="M10.3 5.3 8.7 2.8"/><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.15" d="M13.7 5.3 15.3 2.8"/><path fillRule="evenodd" d="M9 8V7a3 3 0 0 1 6 0v1Z"/><path fillRule="evenodd" d="M11.45 8.8C8.3 8.8 7.4 10.7 7.4 14v1.5c0 3.1 1.35 5 4.05 5Z"/><path fillRule="evenodd" d="M12.55 8.8c3.15 0 4.05 1.9 4.05 5.2v1.5c0 3.1-1.35 5-4.05 5Z"/><circle cx="12" cy="14" r=".38" opacity=".5"/><g opacity="0"><circle cx="12" cy="14" r=".55"/><circle cx="12" cy="14" r=".93" fill="none" stroke="currentColor" strokeWidth=".35"/></g><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth=".5" d="M9.4 12.9v-1.2h1.2M13.4 11.7h1.2v1.2M14.6 15.1v1.2h-1.2M10.6 16.3H9.4v-1.2" opacity="0"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.25" d="M7.5 14H3.7M16.5 14h3.8M8.4 17.6 5.5 18.8 4.1 20.5M15.6 17.6 18.5 18.8 19.9 20.5" opacity=".7"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.25" d="M8.4 10.6 5.5 9.2 4.1 7.5"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.25" d="M15.6 10.6 18.5 9.2 19.9 7.5"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.15" d="M10.3 5.3 8.7 2.8"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.15" d="M13.7 5.3 15.3 2.8"/><path fill-rule="evenodd" d="M9 8V7a3 3 0 0 1 6 0v1Z"/><path fill-rule="evenodd" d="M11.45 8.8C8.3 8.8 7.4 10.7 7.4 14v1.5c0 3.1 1.35 5 4.05 5Z"/><path fill-rule="evenodd" d="M12.55 8.8c3.15 0 4.05 1.9 4.05 5.2v1.5c0 3.1-1.35 5-4.05 5Z"/><circle cx="12" cy="14" r=".38" opacity=".5"/><g opacity="0"><circle cx="12" cy="14" r=".55"/><circle cx="12" cy="14" r=".93" fill="none" stroke="currentColor" stroke-width=".35"/></g><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width=".5" d="M9.4 12.9v-1.2h1.2M13.4 11.7h1.2v1.2M14.6 15.1v1.2h-1.2M10.6 16.3H9.4v-1.2" opacity="0"/></g></svg> </template>
CSS
.icon-bug-solid {
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%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.25%22%20d%3D%22M7.5%2014H3.7M16.5%2014h3.8M8.4%2017.6%205.5%2018.8%204.1%2020.5M15.6%2017.6%2018.5%2018.8%2019.9%2020.5%22%20opacity%3D%22.7%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.25%22%20d%3D%22M8.4%2010.6%205.5%209.2%204.1%207.5%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.25%22%20d%3D%22M15.6%2010.6%2018.5%209.2%2019.9%207.5%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.15%22%20d%3D%22M10.3%205.3%208.7%202.8%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.15%22%20d%3D%22M13.7%205.3%2015.3%202.8%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M9%208V7a3%203%200%200%201%206%200v1Z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M11.45%208.8C8.3%208.8%207.4%2010.7%207.4%2014v1.5c0%203.1%201.35%205%204.05%205Z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M12.55%208.8c3.15%200%204.05%201.9%204.05%205.2v1.5c0%203.1-1.35%205-4.05%205Z%22%2F%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2214%22%20r%3D%22.38%22%20opacity%3D%22.5%22%2F%3E%3Cg%20opacity%3D%220%22%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2214%22%20r%3D%22.55%22%2F%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2214%22%20r%3D%22.93%22%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%22.35%22%2F%3E%3C%2Fg%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%22.5%22%20d%3D%22M9.4%2012.9v-1.2h1.2M13.4%2011.7h1.2v1.2M14.6%2015.1v1.2h-1.2M10.6%2016.3H9.4v-1.2%22%20opacity%3D%220%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%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.25%22%20d%3D%22M7.5%2014H3.7M16.5%2014h3.8M8.4%2017.6%205.5%2018.8%204.1%2020.5M15.6%2017.6%2018.5%2018.8%2019.9%2020.5%22%20opacity%3D%22.7%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.25%22%20d%3D%22M8.4%2010.6%205.5%209.2%204.1%207.5%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.25%22%20d%3D%22M15.6%2010.6%2018.5%209.2%2019.9%207.5%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.15%22%20d%3D%22M10.3%205.3%208.7%202.8%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.15%22%20d%3D%22M13.7%205.3%2015.3%202.8%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M9%208V7a3%203%200%200%201%206%200v1Z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M11.45%208.8C8.3%208.8%207.4%2010.7%207.4%2014v1.5c0%203.1%201.35%205%204.05%205Z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M12.55%208.8c3.15%200%204.05%201.9%204.05%205.2v1.5c0%203.1-1.35%205-4.05%205Z%22%2F%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2214%22%20r%3D%22.38%22%20opacity%3D%22.5%22%2F%3E%3Cg%20opacity%3D%220%22%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2214%22%20r%3D%22.55%22%2F%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2214%22%20r%3D%22.93%22%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%22.35%22%2F%3E%3C%2Fg%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%22.5%22%20d%3D%22M9.4%2012.9v-1.2h1.2M13.4%2011.7h1.2v1.2M14.6%2015.1v1.2h-1.2M10.6%2016.3H9.4v-1.2%22%20opacity%3D%220%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/dither/bug-solid.svg?color=%231a73e8&size=48