Emoji Maple Leaf Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Emoji Maple Leaf 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/339901.svg" alt="Emoji Maple Leaf icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/339901.svg" alt="Emoji Maple Leaf icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/339901.svg" alt="Emoji Maple Leaf icon" :width="24" :height="24" />
CSS background
.icon-emoji-maple-leaf {
background-image: url('https://proicons.com/icon/339901.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>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="c" d="M24,6.1541c2.7452,3.4319,4.1179,6.1774,4.8041,11.6685.3103,2.4823,0,4.1183-.211,5.8924,0,0,8.4164-7.2652,13.9069-5.206,0,0-4.8041,4.8046-5.4904,6.8638-.6863,2.0591-2.0589,4.8046-4.8041,4.8046,0,0,0,3.4319,7.5494,2.0591,0,0-4.8041,7.5502-13.0398,4.1183,0,0-1.3726.6864-1.3726,5.491h-2.6848c0-4.8046-1.3726-5.491-1.3726-5.491-8.2356,3.4319-13.0398-4.1183-13.0398-4.1183,7.5493,1.3728,7.5493-2.0591,7.5493-2.0591-2.7452,0-4.1179-2.7455-4.8041-4.8046-.6863-2.0591-5.4904-6.8638-5.4904-6.8638,5.4904-2.0591,13.9069,5.206,13.9069,5.206-.211-1.7741-.5213-3.4101-.211-5.8924.6863-5.491,2.059-8.2366,4.8042-11.6685h0"/></svg>
Copied!