Bns Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Bns 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/322815.svg" alt="Bns icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/322815.svg" alt="Bns icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/322815.svg" alt="Bns icon" :width="24" :height="24" />
CSS background
.icon-bns {
background-image: url('https://proicons.com/icon/322815.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>.d{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}.e{fill:#000;stroke-width:0px;}</style></defs><g id="c"><path class="d" d="M17.44,25.95c0-3.07,2.49-5.56,5.56-5.56h0c3.07,0,5.56,2.49,5.56,5.56v3.61c0,3.07-2.49,5.56-5.56,5.56h0c-3.07,0-5.56-2.49-5.56-5.56"/><line class="d" x1="17.44" y1="35.12" x2="17.44" y2="12.88"/><circle class="e" cx="31.15" cy="35.12" r=".75"/></g><rect class="d" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/></svg>
Copied!