Bootstrap Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Bootstrap 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/305050.svg" alt="Bootstrap icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305050.svg" alt="Bootstrap icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305050.svg" alt="Bootstrap icon" :width="24" :height="24" />
CSS background
.icon-bootstrap {
background-image: url('https://proicons.com/icon/305050.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="64" height="64" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M556 384c0-16-11-53-63-53h-79v109h78c58 0 64-38 64-56zm-53 154h-89v140h90c74 0 78-52 78-70 0-17-6-70-79-70zM820 62H180c-65 0-117 53-117 118v640c0 65 52 118 117 118h640c65 0 118-53 118-118V180c0-65-53-118-118-118zM535 774H273V226h255c145 0 176 103 176 143 0 82-46 103-69 113 35 10 92 40 92 144 0 30-4 148-192 148z"/></svg>
Copied!