Blusmart Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Blusmart 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/322796.svg" alt="Blusmart icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/322796.svg" alt="Blusmart icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/322796.svg" alt="Blusmart icon" :width="24" :height="24" />
CSS background
.icon-blusmart {
background-image: url('https://proicons.com/icon/322796.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><path class="b" d="M12.5,4.5c-2.216,0-4,1.784-4,4v31c0,2.216,1.784,4,4,4h16.5c4.455,0,10.5-4.7053,10.5-12,0-3.615-1.5847-6.8446-4.0977-9.041,1.9145-1.9,3.0977-4.536,3.0977-7.459,0-4.8813-3.3395-10.5-9.5-10.5H12.5Z"/><path class="b" d="M29.176,12.846h-9.7017l-2.3232,10.851h3.6153l-2.9628,11.458,8.7901-12.589h-2.5833l5.1656-9.72Z"/></svg>
Copied!