bug icon
bug-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.
- Name
- bug-24-regular
- Set
- Fluent UI System Icons
- Style
- 24 Regular
- Viewbox
- 24×24
- License
- MIT
5 other variants in Fluent UI System Icons
The same icon in other sets
bugAkar Iconsbug-filledAnt Design IconsbugBootstrap IconsbugBoxIcons v2bugBoxIcons v2 SolidbugCodiconsbugEmoji One (Colored)bugFont Awesome 6 SolidbugFont Awesome Solidbug-outlineFlowbite IconsbugFluent EmojibugFluent Emoji FlatbugFluent Emoji High ContrastbugFirefox OS EmojibugIconParkbugIconPark OutlinebugIconPark SolidbugIconPark TwoTonebugIconoirbugIonIconsbugJam IconsbugLine AwesomebugLucidebugMaterial Design Icons
Related icons in Fluent UI System Icons
Use the bug icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.5 2.752a.75.75 0 0 0-1.5 0v.752c0 .633.196 1.22.53 1.703a3.75 3.75 0 0 0-2.52 3.284h-.257a2.25 2.25 0 0 1-2.24-2.26l.006-1.485a.75.75 0 1 0-1.5-.006l-.007 1.485a3.75 3.75 0 0 0 3.735 3.766H7v1.51H2.75a.75.75 0 0 0 0 1.5H7v1.992h-.253a3.75 3.75 0 0 0-3.735 3.765l.007 1.486a.75.75 0 0 0 1.5-.006l-.007-1.486a2.25 2.25 0 0 1 2.241-2.26h.473a5.002 5.002 0 0 0 9.548 0h.473a2.25 2.25 0 0 1 2.24 2.26l-.006 1.486a.75.75 0 0 0 1.5.006l.006-1.486a3.75 3.75 0 0 0-3.734-3.765H17V13h4.251a.75.75 0 0 0 0-1.5H17V9.99h.253a3.75 3.75 0 0 0 3.735-3.766L20.98 4.74a.75.75 0 1 0-1.5.006l.006 1.486a2.25 2.25 0 0 1-2.24 2.259h-.256a3.75 3.75 0 0 0-2.52-3.284c.333-.484.529-1.07.529-1.703v-.752a.75.75 0 0 0-1.5 0v.752a1.5 1.5 0 0 1-3 0zm-2 6.002a2.25 2.25 0 0 1 2.25-2.25h2.5a2.25 2.25 0 0 1 2.25 2.25v6.247a3.5 3.5 0 1 1-7 0z"/></svg>
React
import type { SVGProps } from "react";
export function FluentBug24Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.5 2.752a.75.75 0 0 0-1.5 0v.752c0 .633.196 1.22.53 1.703a3.75 3.75 0 0 0-2.52 3.284h-.257a2.25 2.25 0 0 1-2.24-2.26l.006-1.485a.75.75 0 1 0-1.5-.006l-.007 1.485a3.75 3.75 0 0 0 3.735 3.766H7v1.51H2.75a.75.75 0 0 0 0 1.5H7v1.992h-.253a3.75 3.75 0 0 0-3.735 3.765l.007 1.486a.75.75 0 0 0 1.5-.006l-.007-1.486a2.25 2.25 0 0 1 2.241-2.26h.473a5.002 5.002 0 0 0 9.548 0h.473a2.25 2.25 0 0 1 2.24 2.26l-.006 1.486a.75.75 0 0 0 1.5.006l.006-1.486a3.75 3.75 0 0 0-3.734-3.765H17V13h4.251a.75.75 0 0 0 0-1.5H17V9.99h.253a3.75 3.75 0 0 0 3.735-3.766L20.98 4.74a.75.75 0 1 0-1.5.006l.006 1.486a2.25 2.25 0 0 1-2.24 2.259h-.256a3.75 3.75 0 0 0-2.52-3.284c.333-.484.529-1.07.529-1.703v-.752a.75.75 0 0 0-1.5 0v.752a1.5 1.5 0 0 1-3 0zm-2 6.002a2.25 2.25 0 0 1 2.25-2.25h2.5a2.25 2.25 0 0 1 2.25 2.25v6.247a3.5 3.5 0 1 1-7 0z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.5 2.752a.75.75 0 0 0-1.5 0v.752c0 .633.196 1.22.53 1.703a3.75 3.75 0 0 0-2.52 3.284h-.257a2.25 2.25 0 0 1-2.24-2.26l.006-1.485a.75.75 0 1 0-1.5-.006l-.007 1.485a3.75 3.75 0 0 0 3.735 3.766H7v1.51H2.75a.75.75 0 0 0 0 1.5H7v1.992h-.253a3.75 3.75 0 0 0-3.735 3.765l.007 1.486a.75.75 0 0 0 1.5-.006l-.007-1.486a2.25 2.25 0 0 1 2.241-2.26h.473a5.002 5.002 0 0 0 9.548 0h.473a2.25 2.25 0 0 1 2.24 2.26l-.006 1.486a.75.75 0 0 0 1.5.006l.006-1.486a3.75 3.75 0 0 0-3.734-3.765H17V13h4.251a.75.75 0 0 0 0-1.5H17V9.99h.253a3.75 3.75 0 0 0 3.735-3.766L20.98 4.74a.75.75 0 1 0-1.5.006l.006 1.486a2.25 2.25 0 0 1-2.24 2.259h-.256a3.75 3.75 0 0 0-2.52-3.284c.333-.484.529-1.07.529-1.703v-.752a.75.75 0 0 0-1.5 0v.752a1.5 1.5 0 0 1-3 0zm-2 6.002a2.25 2.25 0 0 1 2.25-2.25h2.5a2.25 2.25 0 0 1 2.25 2.25v6.247a3.5 3.5 0 1 1-7 0z"/></svg> </template>
CSS
.icon-bug-24-regular {
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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.5%202.752a.75.75%200%200%200-1.5%200v.752c0%20.633.196%201.22.53%201.703a3.75%203.75%200%200%200-2.52%203.284h-.257a2.25%202.25%200%200%201-2.24-2.26l.006-1.485a.75.75%200%201%200-1.5-.006l-.007%201.485a3.75%203.75%200%200%200%203.735%203.766H7v1.51H2.75a.75.75%200%200%200%200%201.5H7v1.992h-.253a3.75%203.75%200%200%200-3.735%203.765l.007%201.486a.75.75%200%200%200%201.5-.006l-.007-1.486a2.25%202.25%200%200%201%202.241-2.26h.473a5.002%205.002%200%200%200%209.548%200h.473a2.25%202.25%200%200%201%202.24%202.26l-.006%201.486a.75.75%200%200%200%201.5.006l.006-1.486a3.75%203.75%200%200%200-3.734-3.765H17V13h4.251a.75.75%200%200%200%200-1.5H17V9.99h.253a3.75%203.75%200%200%200%203.735-3.766L20.98%204.74a.75.75%200%201%200-1.5.006l.006%201.486a2.25%202.25%200%200%201-2.24%202.259h-.256a3.75%203.75%200%200%200-2.52-3.284c.333-.484.529-1.07.529-1.703v-.752a.75.75%200%200%200-1.5%200v.752a1.5%201.5%200%200%201-3%200zm-2%206.002a2.25%202.25%200%200%201%202.25-2.25h2.5a2.25%202.25%200%200%201%202.25%202.25v6.247a3.5%203.5%200%201%201-7%200z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.5%202.752a.75.75%200%200%200-1.5%200v.752c0%20.633.196%201.22.53%201.703a3.75%203.75%200%200%200-2.52%203.284h-.257a2.25%202.25%200%200%201-2.24-2.26l.006-1.485a.75.75%200%201%200-1.5-.006l-.007%201.485a3.75%203.75%200%200%200%203.735%203.766H7v1.51H2.75a.75.75%200%200%200%200%201.5H7v1.992h-.253a3.75%203.75%200%200%200-3.735%203.765l.007%201.486a.75.75%200%200%200%201.5-.006l-.007-1.486a2.25%202.25%200%200%201%202.241-2.26h.473a5.002%205.002%200%200%200%209.548%200h.473a2.25%202.25%200%200%201%202.24%202.26l-.006%201.486a.75.75%200%200%200%201.5.006l.006-1.486a3.75%203.75%200%200%200-3.734-3.765H17V13h4.251a.75.75%200%200%200%200-1.5H17V9.99h.253a3.75%203.75%200%200%200%203.735-3.766L20.98%204.74a.75.75%200%201%200-1.5.006l.006%201.486a2.25%202.25%200%200%201-2.24%202.259h-.256a3.75%203.75%200%200%200-2.52-3.284c.333-.484.529-1.07.529-1.703v-.752a.75.75%200%200%200-1.5%200v.752a1.5%201.5%200%200%201-3%200zm-2%206.002a2.25%202.25%200%200%201%202.25-2.25h2.5a2.25%202.25%200%200%201%202.25%202.25v6.247a3.5%203.5%200%201%201-7%200z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/bug-24-regular.svg?color=%231a73e8&size=48