Barinsta Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Barinsta 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/336960.svg" alt="Barinsta icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/336960.svg" alt="Barinsta icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/336960.svg" alt="Barinsta icon" :width="24" :height="24" />
CSS background
.icon-barinsta {
background-image: url('https://proicons.com/icon/336960.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" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M19.8,16.28a3.79,3.79,0,0,0-2.94,6.18h0l6.07,7.12,6-7,0,0,0,0h0a3.78,3.78,0,1,0-6.06-4.52,3.79,3.79,0,0,0-3.13-1.66Z"/><circle class="a" cx="22.93" cy="22.93" r="18.43"/><circle class="a" cx="22.93" cy="22.93" r="13.58"/><path class="a" d="M33.79,37.82,39,43a1.74,1.74,0,0,0,2.46,0L43,41.42A1.74,1.74,0,0,0,43,39l-5.17-5.17"/></svg>
Copied!