Brimo Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Brimo 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/322966.svg" alt="Brimo icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/322966.svg" alt="Brimo icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/322966.svg" alt="Brimo icon" :width="24" :height="24" />
CSS background
.icon-brimo {
background-image: url('https://proicons.com/icon/322966.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>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="M38.4999,5.5H9.4999c-2.2,0-4,1.8-4,4v29c0,2.2,1.8,4,4,4h29c2.2,0,4-1.8,4-4V9.5c0-2.2-1.8-4-4-4Z"/><line class="c" x1="34.5" y1="14.3775" x2="34.5" y2="25.6086"/><path class="c" d="M23.9905,25.6086v-11.2311h3.6768c2.0787,0,3.7638,1.6887,3.7638,3.7719s-1.6851,3.7719-3.7638,3.7719h-3.6768"/><line class="c" x1="27.6673" y1="21.9213" x2="31.3438" y2="25.6058"/><rect class="c" x="30.0315" y="27.7017" width="4.4685" height="5.9208" rx="2.2343" ry="2.2343"/><path class="c" d="M18.6931,33.6225v-3.6865c0-1.2339,1.0003-2.2343,2.2343-2.2343h0c1.2339,0,2.2343,1.0003,2.2343,2.2343v3.6865"/><path class="c" d="M23.1617,29.936c0-1.2339,1.0003-2.2343,2.2343-2.2343h0c1.2339,0,2.2343,1.0003,2.2343,2.2343v3.6865"/><path class="c" d="M18.1328,19.9931c1.5507,0,2.8078,1.2571,2.8078,2.8078s-1.2571,2.8078-2.8078,2.8078h-4.6328v-11.2311h4.6328c1.5507,0,2.8078,1.2571,2.8078,2.8078s-1.2571,2.8078-2.8078,2.8078h0Z"/><line class="c" x1="18.1328" y1="19.9931" x2="13.5" y2="19.9931"/></svg>
Copied!