Beymen Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Beymen 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/322569.svg" alt="Beymen icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/322569.svg" alt="Beymen icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/322569.svg" alt="Beymen icon" :width="24" :height="24" />
CSS background
.icon-beymen {
background-image: url('https://proicons.com/icon/322569.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;}.c{fill:#000;stroke-width:0px;}</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"/><polyline class="b" points="23.9218 19.9312 23.9218 14.5 26.6718 20 29.4218 14.5 29.4218 20"/><polyline class="b" points="36.1943 20 36.1943 14.5 39.8381 20 39.8381 14.5"/><polyline class="b" points="22.0728 14.5 20.2853 17.25 18.4978 14.5"/><line class="b" x1="20.2853" y1="20" x2="20.2853" y2="17.25"/><line class="b" x1="13.8801" y1="17.25" x2="15.6676" y2="17.25"/><polyline class="b" points="16.6301 20 13.8801 20 13.8801 14.5 16.6301 14.5"/><path class="b" d="M10.4307,17.25c.7562,0,1.375.6188,1.375,1.375s-.6188,1.375-1.375,1.375h-2.2687v-5.5h2.2687c.7562,0,1.375.6188,1.375,1.375s-.6188,1.375-1.375,1.375Z"/><line class="b" x1="10.4307" y1="17.25" x2="8.1619" y2="17.25"/><line class="b" x1="31.5165" y1="17.25" x2="33.304" y2="17.25"/><polyline class="b" points="34.2665 20 31.5165 20 31.5165 14.5 34.2665 14.5"/><path class="b" d="M19.2547,31.6216h0c0,1.0435-.8348,1.8784-1.8784,1.8784h0c-1.0435,0-1.8784-.8348-1.8784-1.8088v-1.8784c0-1.0435.8348-1.8784,1.8784-1.8088h0c1.0435,0,1.8088.8348,1.8088,1.8088h0"/><path class="b" d="M23.0157,33.5h0c-1.0312,0-1.7875-.825-1.7875-1.7875v-1.8562c0-1.0312.825-1.8562,1.7875-1.8562h0c1.0312,0,1.8562.825,1.8562,1.8562v1.7875c0,1.0312-.825,1.8562-1.8562,1.8562Z"/><polyline class="b" points="27.002 33.4312 27.002 28 29.752 33.5 32.502 28 32.502 33.5"/><circle class="c" cx="24" cy="24" r=".75"/></svg>
Copied!