Boot Alt 2 Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Boot Alt 2 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/305048.svg" alt="Boot Alt 2 icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305048.svg" alt="Boot Alt 2 icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305048.svg" alt="Boot Alt 2 icon" :width="24" :height="24" />
CSS background
.icon-boot-alt-2 {
background-image: url('https://proicons.com/icon/305048.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="M952 625H22c-12 0-22 3-22 7v57c0 4 10 7 22 7h52l32 37 31-37h38l31 37 31-37h417l32 37 31-37h51l31 37 32-37h32l31 37 32-37h26c12 0 22-3 22-7v-57c0-4-10-7-22-7zM500 443h52L451 593h63l71-95h55l-68 95h62l33-48 48 1-32 47h291s79-77-38-100c0 0-371-33-539-211 0 0-47-43-38 18-7 6-17 14-30 25-82 70-273-39-273-39-6-1-12-1-19 1-16 4-36 19-37 69v237h394l106-150z"/></svg>
Copied!