Mae Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Mae 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/328779.svg" alt="Mae icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/328779.svg" alt="Mae icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/328779.svg" alt="Mae icon" :width="24" :height="24" />
CSS background
.icon-mae {
background-image: url('https://proicons.com/icon/328779.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>.e{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="b"><path id="c" class="e" d="m39.1639,16.0136s-.5052-2.3743-3.0815-2.6268c-2.5763-.2526-3.5361,1.0608-3.5361,1.0608l-8.565,11.5504-8.4728-11.5504s-.9598-1.3134-3.5361-1.0608-3.0815,2.6268-3.0815,2.6268l-.0573,23.1687c-3.9357-3.7719-6.3335-9.256-6.3335-15.1824C2.5,12.1259,12.1259,2.5,24,2.5s21.5,9.6259,21.5,21.5c0,5.9211-2.3936,11.3943-6.301,15.171l-.0351-23.1574Z"/><path id="d" class="e" d="m24,45.5c-3.0179,0-5.8905-.6212-8.4009-1.7028l.0958-18.7918,5.0079,7.943s.902,1.6082,3.3246,1.6092c2.4992-.1159,3.3246-1.6092,3.3246-1.6092l5.0079-7.943-.0061,18.823c-2.5727,1.0733-5.3933,1.6716-8.3537,1.6716Z"/></g></svg>
Copied!