Boyner Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Boyner 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/337473.svg" alt="Boyner icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/337473.svg" alt="Boyner icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/337473.svg" alt="Boyner icon" :width="24" :height="24" />
CSS background
.icon-boyner {
background-image: url('https://proicons.com/icon/337473.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M38.5,5.5H9.5c-2.2091,0-4,1.7909-4,4v29c0,2.2091,1.7909,4,4,4h29c2.2091,0,4-1.7909,4-4V9.5c0-2.2091-1.7909-4-4-4Z"/><path class="b" d="M10.819,23.9997c.773,0,1.4054.6325,1.4054,1.4054s-.6325,1.4054-1.4054,1.4054h-2.319v-5.6218h2.319c.773,0,1.4054.6325,1.4054,1.4054s-.6325,1.4054-1.4054,1.4054v.0002Z"/><line class="b" x1="10.7093" y1="23.9997" x2="8.5393" y2="23.9997"/><path class="b" d="M16.0496,26.8114c-1.054,0-1.8271-.8433-1.8271-1.8271v-1.8974c0-1.054.8433-1.8974,1.8271-1.8974,1.054,0,1.8974.8433,1.8974,1.8974v1.8271c0,1.054-.8433,1.8974-1.8974,1.8974Z"/><polyline class="b" points="22.997 21.1889 21.1698 23.9998 19.3427 21.1889"/><line class="b" x1="21.1698" y1="26.8108" x2="21.1698" y2="23.9998"/><polyline class="b" points="25.0254 26.8108 25.0254 21.1889 28.7499 26.8108 28.7499 21.1889"/><line class="b" x1="30.9362" y1="23.9998" x2="32.7633" y2="23.9998"/><polyline class="b" points="33.7471 26.8108 30.9362 26.8108 30.9362 21.1889 33.7471 21.1889"/><path class="b" d="M35.7755,26.8104v-5.6218h1.8271c1.0541,0,1.8974.8433,1.8974,1.8974s-.8433,1.8974-1.8974,1.8974h-1.8271"/><line class="b" x1="37.7293" y1="25.041" x2="39.4533" y2="26.765"/></svg>
Copied!