Magic Alt Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Magic Alt 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/306047.svg" alt="Magic Alt icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306047.svg" alt="Magic Alt icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306047.svg" alt="Magic Alt icon" :width="24" :height="24" />
CSS background
.icon-magic-alt {
background-image: url('https://proicons.com/icon/306047.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="M115 542h492v299H115V542zm0 327h492v8c0 34-25 61-57 61H172c-32 0-57-27-57-61v-8zm514-411H93c-17 0-30 15-30 32 0 18 13 32 30 32h536c17 0 31-14 31-32-1-17-14-32-31-32zM936 92l-8-18c-4-10-16-14-25-10L479 269l26 54 422-204c9-5 13-17 9-27zM318 369l8 19c5 10 16 14 26 9l118-57-25-54-117 57c-10 4-14 16-10 26zM66 300l65 30 3 3 25 64c2 6 9 6 11 0l25-64 3-3 65-30c5-2 5-10 0-12l-65-26c-2-1-3-2-4-3l-24-62c-2-5-9-5-11 0l-24 62c-1 1-2 2-4 3l-65 26c-5 2-5 10 0 12zm219-135l41 19 2 2 15 40c1 3 6 3 7 0l16-40c0-1 1-2 2-2l40-19c3-2 3-6 0-8l-41-16c-1 0-1-1-2-2l-15-39c-1-3-6-3-7 0l-15 39c-1 1-1 2-2 2l-41 16c-3 2-3 6 0 8z"/></svg>
Copied!