Bna Plus Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Bna Plus icon is commonly used in add-item buttons, floating action buttons and form toolbars. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/337369.svg" alt="Bna Plus icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/337369.svg" alt="Bna Plus icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/337369.svg" alt="Bna Plus icon" :width="24" :height="24" />
CSS background
.icon-bna-plus {
background-image: url('https://proicons.com/icon/337369.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>.p{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="c"><g id="d"><path id="e" class="p" d="M14.1197,23.9996c1.1046,0,2,.8954,2,2s-.8954,2-2,2h-3.3v-8h3.3c1.1046,0,2,.8954,2,2s-.8954,2-2,2Z"/><line id="f" class="p" x1="14.1197" y1="23.9996" x2="10.8197" y2="23.9996"/></g><g id="g"><polyline id="h" class="p" points="18.4543 28.0004 18.4543 20.0004 23.7543 28.0004 23.7543 20.0004"/></g><g id="i"><g id="j"><line id="k" class="p" x1="30.6833" y1="25.3242" x2="27.2177" y2="25.3242"/></g><polyline id="l" class="p" points="26.3535 27.9766 28.9535 20.0003 31.5535 28.0004"/></g><g id="m"><line id="n" class="p" x1="33.1803" y1="22.1092" x2="37.1803" y2="22.1092"/><line id="o" class="p" x1="35.1803" y1="20.1092" x2="35.1803" y2="24.1092"/></g></g><rect class="p" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/></svg>
Copied!