Briar Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Briar 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/337518.svg" alt="Briar icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/337518.svg" alt="Briar icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/337518.svg" alt="Briar icon" :width="24" :height="24" />
CSS background
.icon-briar {
background-image: url('https://proicons.com/icon/337518.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg id="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.cls-1{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="cls-1" d="M35.32,28.09V8.5a3,3,0,0,0-3-3H31.11a3,3,0,0,0-3,3V28.09Z"/><path class="cls-1" d="M28.11,35.31V39.5a3,3,0,0,0,3,3h1.21a3,3,0,0,0,3-3V35.31Z"/><path class="cls-1" d="M12.7,28.09H8.51a3,3,0,0,0-3,3v1.22a3,3,0,0,0,3,3H12.7Z"/><path class="cls-1" d="M39.51,28.09H19.92v7.22H39.51a3,3,0,0,0,3-3V31.09A3,3,0,0,0,39.51,28.09Z"/><path class="cls-1" d="M28.11,12.69H8.51a3,3,0,0,0-3,3v1.22a3,3,0,0,0,3,3h19.6Z"/><path class="cls-1" d="M39.51,12.69H35.32v7.22h4.19a3,3,0,0,0,3-3V15.69A3,3,0,0,0,39.51,12.69Z"/><path class="cls-1" d="M19.92,12.69V8.5a3,3,0,0,0-3-3H15.7a3,3,0,0,0-3,3v4.19Z"/><path class="cls-1" d="M12.7,19.91V39.5a3,3,0,0,0,3,3h1.22a3,3,0,0,0,3-3V19.91Z"/></svg>
Copied!