Gauthmath Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Gauthmath 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/326409.svg" alt="Gauthmath icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/326409.svg" alt="Gauthmath icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/326409.svg" alt="Gauthmath icon" :width="24" :height="24" />
CSS background
.icon-gauthmath {
background-image: url('https://proicons.com/icon/326409.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="Layer_2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.cls-1{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="cls-1" d="m43.5,14.4468v-5.2718c0-1.213-.8954-2.1963-2-2.1963h-5.6064"/><path class="cls-1" d="m35.8936,41.0213h5.6064c1.1046,0,2-.9833,2-2.1963v-5.2718"/><path class="cls-1" d="m4.5,33.5532v5.2718c0,1.213.8954,2.1963,2,2.1963h5.6064"/><path class="cls-1" d="m12.1064,6.9787h-5.6064c-1.1046,0-2,.9833-2,2.1963v5.2718"/><path class="cls-1" d="m40.0557,37.3404h-9.1981c-.3964,0-.769-.1893-1.0028-.5094l-7.9957-10.9461c-.8202-1.1228-.8202-2.6471,0-3.77l7.9957-10.9461c.2338-.3201.6064-.5094,1.0028-.5094h9.1981c.514,0,.8109.5831.5086.9987l-8.3428,11.4713c-.3774.5189-.3774,1.2219,0,1.7408l8.3428,11.4713c.3023.4157.0054.9987-.5086.9987Z"/><path class="cls-1" d="m24.2769,18.8049l-5.5778-7.6359c-.2338-.3201-.6064-.5094-1.0028-.5094H7.9443c-.514,0-.8109.5831-.5086.9987l8.3428,11.4713c.3774.5189.3774,1.2219,0,1.7408l-8.3428,11.4713c-.3023.4157-.0054.9987.5086.9987h9.7519c.3964,0,.769-.1893,1.0028-.5094l5.5778-7.6359"/></svg>
Copied!