Bug Fill Icon
Free SVG icon from the Memory Icons collection. Download or copy for use in any project.
The Bug Fill icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/311383.svg" alt="Bug Fill icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/311383.svg" alt="Bug Fill icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/311383.svg" alt="Bug Fill icon" :width="24" :height="24" />
CSS background
.icon-bug-fill {
background-image: url('https://proicons.com/icon/311383.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 22 22"><path d="M3 7H6V6H7V5H8V4H7V3H6V2H7V1H8V2H9V3H10V4H12V3H13V2H14V1H15V2H16V3H15V4H14V5H15V6H16V7H19V9H17V11H19V13H17V15H19V17H16V18H15V19H14V20H8V19H7V18H6V17H3V15H5V13H3V11H5V9H3V7M9 13V15H13V13H9M9 9V11H13V9H9Z"/></svg>
Copied!