Bp Pro Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Bp Pro 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/322915.svg" alt="Bp Pro icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/322915.svg" alt="Bp Pro icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/322915.svg" alt="Bp Pro icon" :width="24" :height="24" />
CSS background
.icon-bp-pro {
background-image: url('https://proicons.com/icon/322915.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><polygon class="b" points="15.8173 5.5 5.6977 16.015 5.6977 42.5 32.1827 42.5 42.3023 31.985 42.3023 5.5 15.8173 5.5"/><line class="b" x1="5.6977" y1="24.8697" x2="20.8376" y2="24.8697"/><line class="b" x1="13.2676" y1="17.2997" x2="13.2676" y2="32.4397"/><line class="b" x1="23.4466" y1="17.2997" x2="35.2462" y2="32.4397"/><line class="b" x1="35.2462" y1="17.2997" x2="23.4466" y2="32.4397"/></svg>
Copied!