Mentza Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Mentza 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/329074.svg" alt="Mentza icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/329074.svg" alt="Mentza icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/329074.svg" alt="Mentza icon" :width="24" :height="24" />
CSS background
.icon-mentza {
background-image: url('https://proicons.com/icon/329074.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="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M32.8161,8.5503c5.8187,3.1486,9.7733,9.2821,9.7733,16.3602,0,10.2771-8.325,18.5895-18.5895,18.5895S5.4105,35.1876,5.4105,24.9105c0-7.0781,3.9547-13.2116,9.7733-16.3602"/><line class="b" x1="24" y1="4.5" x2="24" y2="17.6654"/><line class="b" x1="29.6675" y1="4.5" x2="29.6675" y2="21.4437"/><line class="b" x1="18.3325" y1="4.5" x2="18.3325" y2="21.4437"/></svg>
Copied!