Bold Icon
Free SVG icon from the VS Code Codicons collection. Download or copy for use in any project.
The Bold 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/307009.svg" alt="Bold icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/307009.svg" alt="Bold icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/307009.svg" alt="Bold icon" :width="24" :height="24" />
CSS background
.icon-bold {
background-image: url('https://proicons.com/icon/307009.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill="currentColor"><path d="M4 3.1C4 2.5 4.5 2 5.1 2H8.1C10.2 2 11.5 3.4 11.5 5.4C11.5 6.3 11.2 7.4 10.8 8C11.6 8.6 12.2 9.2 12.2 10.5C12.2 13.2 10.1 14 8.6 14H5.1C4.5 14 4 13.5 4 12.9V3.1ZM6 9V12H8.4C9.1 12 9.9 11.5 9.9 10.5C9.9 9.5 9.1 9 8.4 9H6ZM6 7H8.2C9.1 7 9.7 6.3 9.7 5.5C9.7 4.7 9.1 4 8.3 4H6V7Z"/></svg>
Copied!