Br24 Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Br24 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/337477.svg" alt="Br24 icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/337477.svg" alt="Br24 icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/337477.svg" alt="Br24 icon" :width="24" :height="24" />
CSS background
.icon-br24 {
background-image: url('https://proicons.com/icon/337477.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.j{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><line id="c" class="j" x1="22.1" y1="26.6341" x2="26.696" y2="31.24"/><path id="d" class="j" d="M20.2675,17.2038h1.8325c2.5985,0,4.705,2.111,4.705,4.7151s-2.1065,4.7151-4.705,4.7151"/><line id="e" class="j" x1="15.2914" y1="24.2237" x2="9.5" y2="24.2237"/><path id="f" class="j" d="M15.2914,24.2237c1.9385,0,3.5099,1.5715,3.5099,3.5099s-1.5715,3.5099-3.5099,3.5099h-5.7914v-14.0397h5.7914c1.9385,0,3.5099,1.5715,3.5099,3.5099s-1.5715,3.5099-3.5099,3.5099Z"/><polyline id="g" class="j" points="37.6329 23.6517 37.6325 16.7572 33.9323 21.3883 38.5 21.3883"/><path id="h" class="j" d="M28.5917,19.0402c0-1.4095,1.2769-2.5207,2.7369-2.2401.9577.1841,1.7226,1.0124,1.8179,1.983.0709.722-.1575,1.4344-.6563,1.872-.9239.8108-3.8986,2.9957-3.8986,2.9957h4.5675"/><path id="i" class="j" d="M38.5006,5.4992H9.4994c-2.2001,0-4.0002,1.8001-4.0002,4.0002v29.0012c0,2.2001,1.8001,4.0002,4.0002,4.0002h29.0012c2.2001,0,4.0002-1.8001,4.0002-4.0002V9.4994c0-2.2001-1.8001-4.0002-4.0002-4.0002Z"/></svg>
Copied!