Brand Shell Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Brand Shell 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/305216.svg" alt="Brand Shell icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305216.svg" alt="Brand Shell icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305216.svg" alt="Brand Shell icon" :width="24" :height="24" />
CSS background
.icon-brand-shell {
background-image: url('https://proicons.com/icon/305216.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="M875 202C663-30 324-9 141 186 38 306-22 449 8 636l162 116 21 188 258 1c32 33 73 34 110-1l254-1 21-188 161-120c21-172-26-312-120-429zm34 390L753 707l-15 147-191 1c-29 38-62 35-88 1H266l-16-143L91 591c-12-44-7-88 10-135l254 259c8 5 12 0 8-6L115 405c1-38 24-74 58-109l225 384c7 11 15 8 9-5L205 254c27-42 63-64 103-77l138 483c4 11 12 10 10-3L355 154c18-14 40-24 68-28 13-2 29-2 51-1l23 534c-1 17 9 13 9 1l18-533c16-1 32-1 48 1 27 2 54 10 71 25l-95 504c0 7 6 7 9 2l136-484c56 26 89 54 100 78L597 674c-5 9 3 15 8 8l221-389c31 30 55 63 63 104L647 701c-11 14-5 18 5 5l246-248c16 36 24 78 11 134z"/></svg>
Copied!