Briar Mailbox Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Briar Mailbox 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/322960.svg" alt="Briar Mailbox icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/322960.svg" alt="Briar Mailbox icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/322960.svg" alt="Briar Mailbox icon" :width="24" :height="24" />
CSS background
.icon-briar-mailbox {
background-image: url('https://proicons.com/icon/322960.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="M37.3573,5.5H10.6427c-2.2131,0-4.0072,1.7941-4.0072,4.0072v24.0431c0,2.2131,1.7941,4.0072,4.0072,4.0072h22.5172l6.1768,4.6834c.8324.6312,2.0277.0374,2.0277-1.0073V9.5072c0-2.2131-1.7941-4.0072-4.0072-4.0072Z"/><path class="b" d="M35.8944,21.6226v-10.1419c0-.5326-.4318-.9644-.9644-.9644H13.07c-.5326,0-.9644.4318-.9644.9644v10.1419c0,.5326.4318.9644.9644.9644h8.4995v3.308h-1.6306c-.704,0-1.0801.8294-.6162,1.359l4.0611,4.6361c.3264.3726.9061.3726,1.2325,0l4.0611-4.6361c.4639-.5296.0878-1.359-.6162-1.359h-1.6306v-3.308h8.4995c.5326,0,.9644-.4318.9644-.9644Z"/></svg>
Copied!