Maxima Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Maxima 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/343506.svg" alt="Maxima icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/343506.svg" alt="Maxima icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/343506.svg" alt="Maxima icon" :width="24" :height="24" />
CSS background
.icon-maxima {
background-image: url('https://proicons.com/icon/343506.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="m8.284,37.8644l8.8221-6.4299c7.0659,7.3533,14.3218,12.7616,22.1016,12.8095l-.0733-1.572c-3.1863-1.0722-3.1605-3.5627-.3717-2.9861l.9534-.9351c-5.6949-5.4855-9.1368-11.0152-11.9042-16.5581,5.2186-4.5483,12.4504-7.3967,9.9808-18.4367l-13.2978,13.2064-6.6956-9.7966-8.371,7.587.2861,1.0699-.4669.8056c1.2892,5.0538,3.1606,7.4759,5.0437,9.8448l-5.9593,6.5364-.0479,4.8549Z"/></svg>
Copied!