Ben Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Ben 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/322523.svg" alt="Ben icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/322523.svg" alt="Ben icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/322523.svg" alt="Ben icon" :width="24" :height="24" />
CSS background
.icon-ben {
background-image: url('https://proicons.com/icon/322523.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><rect class="b" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/><path class="b" d="M27.7933,28.86c-.5782,1.0144-1.6563,1.6405-2.8239,1.64h0c-1.7949,0-3.25-1.4551-3.25-3.25v-2.1125c0-1.7949,1.4551-3.25,3.25-3.25h0c1.7949,0,3.25,1.4551,3.25,3.25v1.0562h-6.5"/><path class="b" d="M36.907,30.5v-5.3625c0-1.7949-1.4551-3.25-3.25-3.25h0c-1.7949,0-3.25,1.4551-3.25,3.25v5.3625"/><line class="b" x1="30.407" y1="25.1375" x2="30.407" y2="21.8875"/><path class="b" d="M16.4555,24c1.7949,0,3.25,1.4551,3.25,3.25s-1.4551,3.25-3.25,3.25h-5.3625v-13h5.3625c1.7949,0,3.25,1.4551,3.25,3.25s-1.4551,3.25-3.25,3.25Z"/><line class="b" x1="16.4555" y1="24" x2="11.093" y2="24"/></svg>
Copied!