My Bplus Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The My Bplus 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/329729.svg" alt="My Bplus icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/329729.svg" alt="My Bplus icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/329729.svg" alt="My Bplus icon" :width="24" :height="24" />
CSS background
.icon-my-bplus {
background-image: url('https://proicons.com/icon/329729.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.f{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="f" d="M13.6799,28.5441c.8543,0,1.5421.6878,1.5421,1.5421v5.5561c0,.8543.6878,1.5421,1.5421,1.5421h5.9678c.8543,0,1.5421-.6878,1.5421-1.5421v-5.5561c0-.8543.6878-1.5421,1.5421-1.5421h5.5561c.8543,0,1.5421-.6878,1.5421-1.5421v-5.9678c0-.8543-.6878-1.5421-1.5421-1.5421h-5.5561c-.8543,0-1.5421-.6878-1.5421-1.5421v-5.5561c0-.8543-.6878-1.5421-1.5421-1.5421h-5.9678c-.8543,0-1.5421.6878-1.5421,1.5421v5.5561c0,.8543-.6878,1.5421-1.5421,1.5421h-7.1264V6.7894h26.6683c4.5565,0,8.2248,3.6683,8.2248,8.2248v.761c0,4.5565-3.6683,8.2248-8.2248,8.2248,4.5565,0,8.2248,3.6683,8.2248,8.2248v.761c0,4.5565-3.6683,8.2248-8.2248,8.2248H6.5535v-12.6665h7.1264Z"/></svg>
Copied!