Openbarres Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Openbarres 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/345237.svg" alt="Openbarres icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/345237.svg" alt="Openbarres icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/345237.svg" alt="Openbarres icon" :width="24" :height="24" />
CSS background
.icon-openbarres {
background-image: url('https://proicons.com/icon/345237.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" viewBox="0 0 48 48"><path d="M32.137 18.605a12.43 12.43 0 0 1-12.432 12.433A12.43 12.43 0 0 1 7.273 18.605 12.43 12.43 0 0 1 19.705 6.173a12.43 12.43 0 0 1 12.432 12.432M40.727 41.827 27.441 28.54" style="fill:none;stroke:#fff;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1"/><path d="M9.499 18.17c.195-4.67 3.527-8.53 7.944-9.529M25.528 11.599v13.864M12.864 20.016v5.447M17.085 17.603v7.86M21.306 14.099v11.364" style="fill:none;stroke:#fff;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1"/></svg>
Copied!