Benchapp Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Benchapp 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/322524.svg" alt="Benchapp icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/322524.svg" alt="Benchapp icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/322524.svg" alt="Benchapp icon" :width="24" :height="24" />
CSS background
.icon-benchapp {
background-image: url('https://proicons.com/icon/322524.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><path class="b" d="M26.1859,42.6253c4.2348-2.1176,7.0438-4.0971,9.9008-6.9769,1.9551-1.9706,3.347-4.0007,3.9327-5.7356.1636-.4844.43-1.2273.5921-1.6509.2276-.5947.3126-3.2298.3732-11.5736l.0785-10.8035-1.1653-1.3849H7.846l-.456.5797c-.4469.5682-.4559.7881-.4528,11.0559.0035,11.1496.0558,11.8171,1.1148,14.2166,1.9204,4.3507,6.4712,8.5271,13.0563,11.9821,2.8743,1.5081,2.6663,1.4962,5.0769.2908h.0006Z"/><path class="b" d="M26.1929,38.0195l-2.234-1.163-2.2245,1.1809.4158-2.484-1.8105-1.7507,2.4908-.3721,1.1056-2.2629,1.1236,2.2539,2.4937.3522-1.7964,1.7652.4358,2.4807Z"/><path class="b" d="M18.9497,16.6689c1.9862,0,3.5963,1.6101,3.5963,3.5963s-1.6101,3.5963-3.5963,3.5963h-5.9339v-14.3852h5.9339c1.9862,0,3.5963,1.6101,3.5963,3.5963s-1.6101,3.5963-3.5963,3.5963h0Z"/><line class="b" x1="18.9497" y1="16.6689" x2="13.0158" y2="16.6689"/><line class="b" x1="33.282" y1="19.2638" x2="26.9093" y2="19.2638"/><polyline class="b" points="25.3306 24.0289 30.0957 9.6437 34.8608 24.0289"/></svg>
Copied!