Brand Box Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Brand Box 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/305090.svg" alt="Brand Box icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305090.svg" alt="Brand Box icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305090.svg" alt="Brand Box icon" :width="24" :height="24" />
CSS background
.icon-brand-box {
background-image: url('https://proicons.com/icon/305090.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="64" height="64" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M537 387c-74 0-139 42-171 103-33-61-97-103-172-103-43 0-84 14-116 39V262c-1-21-18-38-39-38S1 241 0 262v322c2 106 88 191 194 191 75 0 139-42 172-103 32 61 97 103 171 103 108 0 194-87 194-194 1-107-86-194-194-194zM194 697c-64 0-116-52-116-116s52-117 116-117c65 0 117 53 117 117s-52 116-117 116zm343 0c-64 0-116-52-116-116s52-117 116-117c65 0 117 53 117 117s-52 116-117 116zm456 17L893 581l100-133c12-17 8-41-8-53s-41-10-54 7l-86 114-86-114c-13-17-37-20-54-7s-20 36-8 53l99 133-99 133c-12 17-9 41 8 54s41 9 54-7l86-115 86 115c13 16 37 20 53 7s21-37 9-54z"/></svg>
Copied!