Bcr Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Bcr 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/322465.svg" alt="Bcr icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/322465.svg" alt="Bcr icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/322465.svg" alt="Bcr icon" :width="24" :height="24" />
CSS background
.icon-bcr {
background-image: url('https://proicons.com/icon/322465.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="m19.2691,12.5058c-.4234-1.4115-.7215-2.8773-.8813-4.3843-.1571-1.4812-1.449-2.5826-2.9385-2.5826h-6.9092c-1.7767,0-3.1454,1.5345-2.989,3.3043,1.5754,17.8285,15.7771,32.0302,33.6056,33.6056,1.7698.1564,3.3043-1.2073,3.3043-2.9839v-6.1595c0-2.2488-1.1015-3.5362-2.5826-3.6932-1.507-.1598-2.9728-.4579-4.3843-.8813-1.7266-.5179-3.5957-.0304-4.8704,1.2442l-2.9566,2.9566c-5.326-2.8825-9.7164-7.2729-12.5989-12.5989l2.9566-2.9567c1.2746-1.2746,1.7621-3.1438,1.2442-4.8703h.0001Z"/><path class="b" d="m34.244,15.4078c0,1.2393-1.0047,2.244-2.244,2.244s-2.244-1.0047-2.244-2.244v-3.8022c0-1.2393,1.0047-2.244,2.244-2.244s2.244,1.0047,2.244,2.244v3.8022Z"/><path class="b" d="m36.5139,15.6508c0,2.4929-2.0209,4.5139-4.5139,4.5139s-4.5139-2.0209-4.5139-4.5139"/><line class="b" x1="32" y1="20.1647" x2="32" y2="22.6384"/></svg>
Copied!