Brand Smashing Magazine Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Brand Smashing Magazine 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/305220.svg" alt="Brand Smashing Magazine icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305220.svg" alt="Brand Smashing Magazine icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305220.svg" alt="Brand Smashing Magazine icon" :width="24" :height="24" />
CSS background
.icon-brand-smashing-magazine {
background-image: url('https://proicons.com/icon/305220.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="M527 605c-53-25-108-47-161-72-148-69-243-227-135-416L73 153C22 165-9 215 2 265l151 662c12 51 62 82 112 71l66-15v-1c-43-20-84-38-128-57 26-62 50-120 76-181 17 9 28 17 40 23 70 39 144 58 224 44 37-6 69-20 80-60 11-42-2-78-33-106-19-16-41-29-63-40zm471 130L847 73C835 22 785-9 735 2l-94 22c46 15 85 27 123 42 10 4 34 13 34 13s-47 122-67 179c-74-60-145-76-227-64-35 5-69 29-79 66-11 38 2 68 34 88 23 15 48 28 74 39 50 22 102 40 151 63 121 56 184 150 173 286-3 39-14 86-25 131l1 1 94-21c51-12 82-62 71-112z"/></svg>
Copied!