Function Math Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Function Math 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/317836.svg" alt="Function Math icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/317836.svg" alt="Function Math icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/317836.svg" alt="Function Math icon" :width="24" :height="24" />
CSS background
.icon-function-math {
background-image: url('https://proicons.com/icon/317836.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg id="icon" xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32">
<defs>
<style>
.cls-1 {
fill: #1c1c1c;
}
.cls-2 {
fill: none;
}
</style>
</defs>
<polygon points="26 18 24 18 22 21.897 20 18 18 18 20.905 23 18 28 20 28 22 24.201 24 28 26 28 23.098 23 26 18"/>
<path class="cls-1" d="M19,6V4H13.9133a1.9906,1.9906,0,0,0-1.9919,1.8188L11.2686,13H7v2h4.0867l-1,11H5v2h5.0867a1.9906,1.9906,0,0,0,1.9919-1.8188L13.0952,15H18V13H13.2769l.6364-7Z"/>
<rect id="_Transparent_Rectangle" data-name=" Transparent Rectangle" class="cls-2" width="32" height="32"/>
</svg>
Copied!