Mathematical Alt 1 Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Mathematical Alt 1 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/306067.svg" alt="Mathematical Alt 1 icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306067.svg" alt="Mathematical Alt 1 icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306067.svg" alt="Mathematical Alt 1 icon" :width="24" :height="24" />
CSS background
.icon-mathematical-alt-1 {
background-image: url('https://proicons.com/icon/306067.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="M0 475h462V13H0v462zm128-254h79v-80h47v80h80v47h-80v79h-47v-79h-79v-47zM0 987h462V525H0v462zm128-254h206v47H128v-47zM538 13v462h462V13H538zm336 287l-34 34-56-56-56 56-33-34 56-56-56-56 33-33 56 56 56-56 34 33-56 56 56 56zM538 987h462V525H538v462zm278-123c-2 5-4 9-8 12-3 3-7 6-12 8-5 3-10 4-15 4s-10-1-15-4c-5-2-9-5-12-8-4-3-6-7-8-12s-3-10-3-15c0-6 1-11 3-15 2-5 4-9 8-12 3-4 7-6 12-9 5-2 10-3 15-3s10 1 15 3 9 5 12 9c4 3 6 7 8 12 2 4 3 9 3 15 0 5-1 10-3 15zm-70-215c2-5 4-9 8-13 3-3 7-6 12-8s10-3 15-3c6 0 10 1 15 3s9 5 12 8c4 4 6 8 8 13 2 4 3 9 3 15s-1 10-3 15c-2 4-4 8-8 12-3 3-7 6-12 8s-9 3-15 3c-5 0-10-1-15-3-4-2-9-5-12-8-4-4-6-8-8-12-2-5-3-10-3-15s1-11 3-15zm-65 79h207v58H681v-58z"/></svg>
Copied!