Mathematical Alt 2 Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Mathematical Alt 2 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/306068.svg" alt="Mathematical Alt 2 icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306068.svg" alt="Mathematical Alt 2 icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306068.svg" alt="Mathematical Alt 2 icon" :width="24" :height="24" />
CSS background
.icon-mathematical-alt-2 {
background-image: url('https://proicons.com/icon/306068.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="M251 370h51v-87h85v-52h-85v-88h-51v88h-85v52h85v87zm473 184l60 62 36-37-60-62 60-62-36-37-60 62-60-62-36 37 60 62-60 62 36 37 60-62zm-558-54h221v52H166v-52zm462-357h221v52H628v-52zm0 98h221v52H628v-52zm372-215H0v688h365L239 974h97l43-90h224l43 90h98L618 714h382V26zM411 818l50-104h60l50 104H411zm546-149H43V70h914v599z"/></svg>
Copied!