mapleleaf emoji
mapleleaf from Firefox OS Emoji by Mozilla · Default · Nature · Apache-2.0 Free for personal and commercial use.
- Name
- mapleleaf
- Set
- Firefox OS Emoji
- Style
- Default
- Category
- Nature
- Viewbox
- 512×512
- License
- Apache 2.0
More nature icons from Firefox OS Emoji
Use the mapleleaf emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="#F4580B" d="M477.708 280.089c-10.909-2.152-28.504-6.238-26.553-9.882c0 0 8.642-49.927 11.543-66.746c.465-2.696-1.9-4.953-4.593-4.476l-66.358 11.746c-3.268 1.759-6.746-14.548-8.612-24.993c-.628-3.512-4.902-4.855-7.428-2.336c-10 9.973-24.305 24.267-39.209 39.428c1.095-58.606 1.567-120.438 1.714-143.423c.025-3.919-4.326-6.22-7.581-4.037c-10.178 6.824-27.072 17.351-28.392 12.991c0 0-32.171-45.638-43.016-61.005c-1.738-2.463-5.34-2.379-7.068.091l-42.556 60.861c-1.175 3.917-16.592-6.079-26.187-12.765c-3.226-2.248-7.603.036-7.608 3.968c-.031 23.192-.036 85.471.64 144.272c-15.24-15.515-29.937-30.2-40.147-40.382c-2.526-2.52-6.801-1.177-7.428 2.336c-1.867 10.446-5.345 26.752-8.612 24.993l-66.358-11.746c-2.694-.477-5.058 1.781-4.593 4.476c2.901 16.819 11.543 66.746 11.543 66.746c1.951 3.645-15.644 7.73-26.553 9.882c-3.489.688-4.805 4.956-2.274 7.455c29.903 29.521 99.523 97.073 114.282 104.934c13.252 7.059 29.12 7.579 43.714 5.509L164.8 423.201c-5.439 5.439-.048 14.545 7.336 12.394l82.796-24.126a7.43 7.43 0 0 1 4.138-.006l75.674 24.287c7.646 2.203 12.941-7.526 6.939-12.75l-18.529-24.853c14.268 1.877 29.645 1.202 42.544-5.669c14.759-7.861 84.379-75.413 114.282-104.934c2.533-2.499 1.217-6.767-2.272-7.455"/><path fill="#FF6F1F" d="M256.161 482.249a9.513 9.513 0 0 1-9.513-9.504l-.161-176.327c-.005-5.254 4.25-9.517 9.504-9.521H256a9.513 9.513 0 0 1 9.513 9.504l.161 176.327c.005 5.254-4.25 9.517-9.504 9.521z"/></svg>
React
import type { SVGProps } from "react";
export function FxemojiMapleleaf(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="#F4580B" d="M477.708 280.089c-10.909-2.152-28.504-6.238-26.553-9.882c0 0 8.642-49.927 11.543-66.746c.465-2.696-1.9-4.953-4.593-4.476l-66.358 11.746c-3.268 1.759-6.746-14.548-8.612-24.993c-.628-3.512-4.902-4.855-7.428-2.336c-10 9.973-24.305 24.267-39.209 39.428c1.095-58.606 1.567-120.438 1.714-143.423c.025-3.919-4.326-6.22-7.581-4.037c-10.178 6.824-27.072 17.351-28.392 12.991c0 0-32.171-45.638-43.016-61.005c-1.738-2.463-5.34-2.379-7.068.091l-42.556 60.861c-1.175 3.917-16.592-6.079-26.187-12.765c-3.226-2.248-7.603.036-7.608 3.968c-.031 23.192-.036 85.471.64 144.272c-15.24-15.515-29.937-30.2-40.147-40.382c-2.526-2.52-6.801-1.177-7.428 2.336c-1.867 10.446-5.345 26.752-8.612 24.993l-66.358-11.746c-2.694-.477-5.058 1.781-4.593 4.476c2.901 16.819 11.543 66.746 11.543 66.746c1.951 3.645-15.644 7.73-26.553 9.882c-3.489.688-4.805 4.956-2.274 7.455c29.903 29.521 99.523 97.073 114.282 104.934c13.252 7.059 29.12 7.579 43.714 5.509L164.8 423.201c-5.439 5.439-.048 14.545 7.336 12.394l82.796-24.126a7.43 7.43 0 0 1 4.138-.006l75.674 24.287c7.646 2.203 12.941-7.526 6.939-12.75l-18.529-24.853c14.268 1.877 29.645 1.202 42.544-5.669c14.759-7.861 84.379-75.413 114.282-104.934c2.533-2.499 1.217-6.767-2.272-7.455"/><path fill="#FF6F1F" d="M256.161 482.249a9.513 9.513 0 0 1-9.513-9.504l-.161-176.327c-.005-5.254 4.25-9.517 9.504-9.521H256a9.513 9.513 0 0 1 9.513 9.504l.161 176.327c.005 5.254-4.25 9.517-9.504 9.521z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="#F4580B" d="M477.708 280.089c-10.909-2.152-28.504-6.238-26.553-9.882c0 0 8.642-49.927 11.543-66.746c.465-2.696-1.9-4.953-4.593-4.476l-66.358 11.746c-3.268 1.759-6.746-14.548-8.612-24.993c-.628-3.512-4.902-4.855-7.428-2.336c-10 9.973-24.305 24.267-39.209 39.428c1.095-58.606 1.567-120.438 1.714-143.423c.025-3.919-4.326-6.22-7.581-4.037c-10.178 6.824-27.072 17.351-28.392 12.991c0 0-32.171-45.638-43.016-61.005c-1.738-2.463-5.34-2.379-7.068.091l-42.556 60.861c-1.175 3.917-16.592-6.079-26.187-12.765c-3.226-2.248-7.603.036-7.608 3.968c-.031 23.192-.036 85.471.64 144.272c-15.24-15.515-29.937-30.2-40.147-40.382c-2.526-2.52-6.801-1.177-7.428 2.336c-1.867 10.446-5.345 26.752-8.612 24.993l-66.358-11.746c-2.694-.477-5.058 1.781-4.593 4.476c2.901 16.819 11.543 66.746 11.543 66.746c1.951 3.645-15.644 7.73-26.553 9.882c-3.489.688-4.805 4.956-2.274 7.455c29.903 29.521 99.523 97.073 114.282 104.934c13.252 7.059 29.12 7.579 43.714 5.509L164.8 423.201c-5.439 5.439-.048 14.545 7.336 12.394l82.796-24.126a7.43 7.43 0 0 1 4.138-.006l75.674 24.287c7.646 2.203 12.941-7.526 6.939-12.75l-18.529-24.853c14.268 1.877 29.645 1.202 42.544-5.669c14.759-7.861 84.379-75.413 114.282-104.934c2.533-2.499 1.217-6.767-2.272-7.455"/><path fill="#FF6F1F" d="M256.161 482.249a9.513 9.513 0 0 1-9.513-9.504l-.161-176.327c-.005-5.254 4.25-9.517 9.504-9.521H256a9.513 9.513 0 0 1 9.513 9.504l.161 176.327c.005 5.254-4.25 9.517-9.504 9.521z"/></svg> </template>
CSS
.icon-mapleleaf {
width: 24px;
height: 24px;
background-color: currentColor;
-webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23F4580B%22%20d%3D%22M477.708%20280.089c-10.909-2.152-28.504-6.238-26.553-9.882c0%200%208.642-49.927%2011.543-66.746c.465-2.696-1.9-4.953-4.593-4.476l-66.358%2011.746c-3.268%201.759-6.746-14.548-8.612-24.993c-.628-3.512-4.902-4.855-7.428-2.336c-10%209.973-24.305%2024.267-39.209%2039.428c1.095-58.606%201.567-120.438%201.714-143.423c.025-3.919-4.326-6.22-7.581-4.037c-10.178%206.824-27.072%2017.351-28.392%2012.991c0%200-32.171-45.638-43.016-61.005c-1.738-2.463-5.34-2.379-7.068.091l-42.556%2060.861c-1.175%203.917-16.592-6.079-26.187-12.765c-3.226-2.248-7.603.036-7.608%203.968c-.031%2023.192-.036%2085.471.64%20144.272c-15.24-15.515-29.937-30.2-40.147-40.382c-2.526-2.52-6.801-1.177-7.428%202.336c-1.867%2010.446-5.345%2026.752-8.612%2024.993l-66.358-11.746c-2.694-.477-5.058%201.781-4.593%204.476c2.901%2016.819%2011.543%2066.746%2011.543%2066.746c1.951%203.645-15.644%207.73-26.553%209.882c-3.489.688-4.805%204.956-2.274%207.455c29.903%2029.521%2099.523%2097.073%20114.282%20104.934c13.252%207.059%2029.12%207.579%2043.714%205.509L164.8%20423.201c-5.439%205.439-.048%2014.545%207.336%2012.394l82.796-24.126a7.43%207.43%200%200%201%204.138-.006l75.674%2024.287c7.646%202.203%2012.941-7.526%206.939-12.75l-18.529-24.853c14.268%201.877%2029.645%201.202%2042.544-5.669c14.759-7.861%2084.379-75.413%20114.282-104.934c2.533-2.499%201.217-6.767-2.272-7.455%22%2F%3E%3Cpath%20fill%3D%22%23FF6F1F%22%20d%3D%22M256.161%20482.249a9.513%209.513%200%200%201-9.513-9.504l-.161-176.327c-.005-5.254%204.25-9.517%209.504-9.521H256a9.513%209.513%200%200%201%209.513%209.504l.161%20176.327c.005%205.254-4.25%209.517-9.504%209.521z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23F4580B%22%20d%3D%22M477.708%20280.089c-10.909-2.152-28.504-6.238-26.553-9.882c0%200%208.642-49.927%2011.543-66.746c.465-2.696-1.9-4.953-4.593-4.476l-66.358%2011.746c-3.268%201.759-6.746-14.548-8.612-24.993c-.628-3.512-4.902-4.855-7.428-2.336c-10%209.973-24.305%2024.267-39.209%2039.428c1.095-58.606%201.567-120.438%201.714-143.423c.025-3.919-4.326-6.22-7.581-4.037c-10.178%206.824-27.072%2017.351-28.392%2012.991c0%200-32.171-45.638-43.016-61.005c-1.738-2.463-5.34-2.379-7.068.091l-42.556%2060.861c-1.175%203.917-16.592-6.079-26.187-12.765c-3.226-2.248-7.603.036-7.608%203.968c-.031%2023.192-.036%2085.471.64%20144.272c-15.24-15.515-29.937-30.2-40.147-40.382c-2.526-2.52-6.801-1.177-7.428%202.336c-1.867%2010.446-5.345%2026.752-8.612%2024.993l-66.358-11.746c-2.694-.477-5.058%201.781-4.593%204.476c2.901%2016.819%2011.543%2066.746%2011.543%2066.746c1.951%203.645-15.644%207.73-26.553%209.882c-3.489.688-4.805%204.956-2.274%207.455c29.903%2029.521%2099.523%2097.073%20114.282%20104.934c13.252%207.059%2029.12%207.579%2043.714%205.509L164.8%20423.201c-5.439%205.439-.048%2014.545%207.336%2012.394l82.796-24.126a7.43%207.43%200%200%201%204.138-.006l75.674%2024.287c7.646%202.203%2012.941-7.526%206.939-12.75l-18.529-24.853c14.268%201.877%2029.645%201.202%2042.544-5.669c14.759-7.861%2084.379-75.413%20114.282-104.934c2.533-2.499%201.217-6.767-2.272-7.455%22%2F%3E%3Cpath%20fill%3D%22%23FF6F1F%22%20d%3D%22M256.161%20482.249a9.513%209.513%200%200%201-9.513-9.504l-.161-176.327c-.005-5.254%204.25-9.517%209.504-9.521H256a9.513%209.513%200%200%201%209.513%209.504l.161%20176.327c.005%205.254-4.25%209.517-9.504%209.521z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fxemoji/mapleleaf.svg?color=%231a73e8&size=48