seedling from Firefox OS Emoji by Mozilla · Default · Nature · Apache-2.0 Free for personal and commercial use.

Name
seedling
Set
Firefox OS Emoji
Style
Default
Category
Nature
Viewbox
512×512
License
Apache 2.0

The same emoji in other sets

More nature icons from Firefox OS Emoji

Use the seedling emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="#2BA52E" d="m500.216 29.351l-.259-.18c-6.914-4.92-16.501-10.586-27.578-15.388c-22.155-9.584-49.682-12.911-75.307-7.301c-25.641 5.537-49.393 19.942-65.75 37.609c-8.17 8.87-14.637 17.865-18.961 25.111a119 119 0 0 0-3.096 5.363c-1.5.636-3.019 1.32-4.527 2.106c-5.98 2.97-12.223 6.707-18.178 11.419c-5.983 4.674-11.791 10.167-17.204 16.305c-5.447 6.122-10.313 12.985-14.809 20.169c-4.529 7.181-8.399 14.823-11.885 22.586l-2.544 5.849l-2.288 5.912l-1.138 2.952l-1.017 2.972l-2.018 5.925c-.632 1.976-1.195 3.957-1.79 5.923c-.563 1.971-1.223 3.919-1.695 5.882l-.351 1.356c-2.977-4.441-6.186-8.574-9.602-12.304c-3.897-4.253-8-8.038-12.168-11.384c-8.354-6.688-17.021-11.458-25.014-14.84a106 106 0 0 0-12.94-4.4l.057-.201h.001v-.001h-.001s-3.876-2.797-10.027-5.934c-6.197-3.259-14.661-6.831-24.249-9.533c-19.173-5.387-42.047-5.064-62.378 2.355c-20.352 7.362-38.179 21.765-49.599 38.017c-5.7 8.156-9.992 16.225-12.727 22.627l-.083.188c-2.706 6.173-.128 13.413 5.868 16.491l.232.119c6.197 3.258 14.661 6.831 24.249 9.533c19.173 5.387 42.047 5.064 62.378-2.355c20.352-7.361 38.179-21.764 49.599-38.017a136 136 0 0 0 6.776-10.746a72 72 0 0 1 9.494 3.313c5.337 2.363 11.128 5.642 16.684 10.226c2.769 2.295 24.518 25.017 24.518 51.223a69.5 69.5 0 0 1 1.225 13.53l-.119 17.4l-.253 35.583l-1.357 190.767v.278c.077 10.779 39.11 10.501 39.033-.278l-1.357-190.767l-.1-14.001c.189-.991.285-2.016.273-3.064l-.121-11.022l-.022-2.753l.046-2.894l.099-6.52c.003-2.317.137-4.834.251-7.478c.131-2.642.2-5.433.397-8.324l.659-9.017c.244-3.114.637-6.305.961-9.604c.741-6.577 1.705-13.479 2.98-20.545l.459-2.668l.554-2.659l1.117-5.38c.341-1.819.856-3.584 1.279-5.396c.453-1.8.873-3.624 1.356-5.431l1.556-5.401l.781-2.716l.89-2.674l1.781-5.37l2.002-5.275c2.745-6.993 5.806-13.851 9.405-20.2c3.569-6.36 7.425-12.414 11.731-17.736c4.278-5.345 8.844-10.094 13.524-14.137c4.658-4.083 9.522-7.294 14.173-9.9c1.726-1.022 3.473-1.84 5.162-2.63c6.662 4.506 15.33 9.458 25.182 13.729c22.154 9.584 49.682 12.911 75.307 7.301c25.641-5.538 49.393-19.943 65.75-37.609c8.17-8.871 14.637-17.866 18.961-25.112l.13-.213c4.257-6.977 2.337-16.088-4.368-20.761"/></svg>

React

import type { SVGProps } from "react";

export function FxemojiSeedling(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="#2BA52E" d="m500.216 29.351l-.259-.18c-6.914-4.92-16.501-10.586-27.578-15.388c-22.155-9.584-49.682-12.911-75.307-7.301c-25.641 5.537-49.393 19.942-65.75 37.609c-8.17 8.87-14.637 17.865-18.961 25.111a119 119 0 0 0-3.096 5.363c-1.5.636-3.019 1.32-4.527 2.106c-5.98 2.97-12.223 6.707-18.178 11.419c-5.983 4.674-11.791 10.167-17.204 16.305c-5.447 6.122-10.313 12.985-14.809 20.169c-4.529 7.181-8.399 14.823-11.885 22.586l-2.544 5.849l-2.288 5.912l-1.138 2.952l-1.017 2.972l-2.018 5.925c-.632 1.976-1.195 3.957-1.79 5.923c-.563 1.971-1.223 3.919-1.695 5.882l-.351 1.356c-2.977-4.441-6.186-8.574-9.602-12.304c-3.897-4.253-8-8.038-12.168-11.384c-8.354-6.688-17.021-11.458-25.014-14.84a106 106 0 0 0-12.94-4.4l.057-.201h.001v-.001h-.001s-3.876-2.797-10.027-5.934c-6.197-3.259-14.661-6.831-24.249-9.533c-19.173-5.387-42.047-5.064-62.378 2.355c-20.352 7.362-38.179 21.765-49.599 38.017c-5.7 8.156-9.992 16.225-12.727 22.627l-.083.188c-2.706 6.173-.128 13.413 5.868 16.491l.232.119c6.197 3.258 14.661 6.831 24.249 9.533c19.173 5.387 42.047 5.064 62.378-2.355c20.352-7.361 38.179-21.764 49.599-38.017a136 136 0 0 0 6.776-10.746a72 72 0 0 1 9.494 3.313c5.337 2.363 11.128 5.642 16.684 10.226c2.769 2.295 24.518 25.017 24.518 51.223a69.5 69.5 0 0 1 1.225 13.53l-.119 17.4l-.253 35.583l-1.357 190.767v.278c.077 10.779 39.11 10.501 39.033-.278l-1.357-190.767l-.1-14.001c.189-.991.285-2.016.273-3.064l-.121-11.022l-.022-2.753l.046-2.894l.099-6.52c.003-2.317.137-4.834.251-7.478c.131-2.642.2-5.433.397-8.324l.659-9.017c.244-3.114.637-6.305.961-9.604c.741-6.577 1.705-13.479 2.98-20.545l.459-2.668l.554-2.659l1.117-5.38c.341-1.819.856-3.584 1.279-5.396c.453-1.8.873-3.624 1.356-5.431l1.556-5.401l.781-2.716l.89-2.674l1.781-5.37l2.002-5.275c2.745-6.993 5.806-13.851 9.405-20.2c3.569-6.36 7.425-12.414 11.731-17.736c4.278-5.345 8.844-10.094 13.524-14.137c4.658-4.083 9.522-7.294 14.173-9.9c1.726-1.022 3.473-1.84 5.162-2.63c6.662 4.506 15.33 9.458 25.182 13.729c22.154 9.584 49.682 12.911 75.307 7.301c25.641-5.538 49.393-19.943 65.75-37.609c8.17-8.871 14.637-17.866 18.961-25.112l.13-.213c4.257-6.977 2.337-16.088-4.368-20.761"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="#2BA52E" d="m500.216 29.351l-.259-.18c-6.914-4.92-16.501-10.586-27.578-15.388c-22.155-9.584-49.682-12.911-75.307-7.301c-25.641 5.537-49.393 19.942-65.75 37.609c-8.17 8.87-14.637 17.865-18.961 25.111a119 119 0 0 0-3.096 5.363c-1.5.636-3.019 1.32-4.527 2.106c-5.98 2.97-12.223 6.707-18.178 11.419c-5.983 4.674-11.791 10.167-17.204 16.305c-5.447 6.122-10.313 12.985-14.809 20.169c-4.529 7.181-8.399 14.823-11.885 22.586l-2.544 5.849l-2.288 5.912l-1.138 2.952l-1.017 2.972l-2.018 5.925c-.632 1.976-1.195 3.957-1.79 5.923c-.563 1.971-1.223 3.919-1.695 5.882l-.351 1.356c-2.977-4.441-6.186-8.574-9.602-12.304c-3.897-4.253-8-8.038-12.168-11.384c-8.354-6.688-17.021-11.458-25.014-14.84a106 106 0 0 0-12.94-4.4l.057-.201h.001v-.001h-.001s-3.876-2.797-10.027-5.934c-6.197-3.259-14.661-6.831-24.249-9.533c-19.173-5.387-42.047-5.064-62.378 2.355c-20.352 7.362-38.179 21.765-49.599 38.017c-5.7 8.156-9.992 16.225-12.727 22.627l-.083.188c-2.706 6.173-.128 13.413 5.868 16.491l.232.119c6.197 3.258 14.661 6.831 24.249 9.533c19.173 5.387 42.047 5.064 62.378-2.355c20.352-7.361 38.179-21.764 49.599-38.017a136 136 0 0 0 6.776-10.746a72 72 0 0 1 9.494 3.313c5.337 2.363 11.128 5.642 16.684 10.226c2.769 2.295 24.518 25.017 24.518 51.223a69.5 69.5 0 0 1 1.225 13.53l-.119 17.4l-.253 35.583l-1.357 190.767v.278c.077 10.779 39.11 10.501 39.033-.278l-1.357-190.767l-.1-14.001c.189-.991.285-2.016.273-3.064l-.121-11.022l-.022-2.753l.046-2.894l.099-6.52c.003-2.317.137-4.834.251-7.478c.131-2.642.2-5.433.397-8.324l.659-9.017c.244-3.114.637-6.305.961-9.604c.741-6.577 1.705-13.479 2.98-20.545l.459-2.668l.554-2.659l1.117-5.38c.341-1.819.856-3.584 1.279-5.396c.453-1.8.873-3.624 1.356-5.431l1.556-5.401l.781-2.716l.89-2.674l1.781-5.37l2.002-5.275c2.745-6.993 5.806-13.851 9.405-20.2c3.569-6.36 7.425-12.414 11.731-17.736c4.278-5.345 8.844-10.094 13.524-14.137c4.658-4.083 9.522-7.294 14.173-9.9c1.726-1.022 3.473-1.84 5.162-2.63c6.662 4.506 15.33 9.458 25.182 13.729c22.154 9.584 49.682 12.911 75.307 7.301c25.641-5.538 49.393-19.943 65.75-37.609c8.17-8.871 14.637-17.866 18.961-25.112l.13-.213c4.257-6.977 2.337-16.088-4.368-20.761"/></svg>
</template>

CSS

.icon-seedling {
  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%232BA52E%22%20d%3D%22m500.216%2029.351l-.259-.18c-6.914-4.92-16.501-10.586-27.578-15.388c-22.155-9.584-49.682-12.911-75.307-7.301c-25.641%205.537-49.393%2019.942-65.75%2037.609c-8.17%208.87-14.637%2017.865-18.961%2025.111a119%20119%200%200%200-3.096%205.363c-1.5.636-3.019%201.32-4.527%202.106c-5.98%202.97-12.223%206.707-18.178%2011.419c-5.983%204.674-11.791%2010.167-17.204%2016.305c-5.447%206.122-10.313%2012.985-14.809%2020.169c-4.529%207.181-8.399%2014.823-11.885%2022.586l-2.544%205.849l-2.288%205.912l-1.138%202.952l-1.017%202.972l-2.018%205.925c-.632%201.976-1.195%203.957-1.79%205.923c-.563%201.971-1.223%203.919-1.695%205.882l-.351%201.356c-2.977-4.441-6.186-8.574-9.602-12.304c-3.897-4.253-8-8.038-12.168-11.384c-8.354-6.688-17.021-11.458-25.014-14.84a106%20106%200%200%200-12.94-4.4l.057-.201h.001v-.001h-.001s-3.876-2.797-10.027-5.934c-6.197-3.259-14.661-6.831-24.249-9.533c-19.173-5.387-42.047-5.064-62.378%202.355c-20.352%207.362-38.179%2021.765-49.599%2038.017c-5.7%208.156-9.992%2016.225-12.727%2022.627l-.083.188c-2.706%206.173-.128%2013.413%205.868%2016.491l.232.119c6.197%203.258%2014.661%206.831%2024.249%209.533c19.173%205.387%2042.047%205.064%2062.378-2.355c20.352-7.361%2038.179-21.764%2049.599-38.017a136%20136%200%200%200%206.776-10.746a72%2072%200%200%201%209.494%203.313c5.337%202.363%2011.128%205.642%2016.684%2010.226c2.769%202.295%2024.518%2025.017%2024.518%2051.223a69.5%2069.5%200%200%201%201.225%2013.53l-.119%2017.4l-.253%2035.583l-1.357%20190.767v.278c.077%2010.779%2039.11%2010.501%2039.033-.278l-1.357-190.767l-.1-14.001c.189-.991.285-2.016.273-3.064l-.121-11.022l-.022-2.753l.046-2.894l.099-6.52c.003-2.317.137-4.834.251-7.478c.131-2.642.2-5.433.397-8.324l.659-9.017c.244-3.114.637-6.305.961-9.604c.741-6.577%201.705-13.479%202.98-20.545l.459-2.668l.554-2.659l1.117-5.38c.341-1.819.856-3.584%201.279-5.396c.453-1.8.873-3.624%201.356-5.431l1.556-5.401l.781-2.716l.89-2.674l1.781-5.37l2.002-5.275c2.745-6.993%205.806-13.851%209.405-20.2c3.569-6.36%207.425-12.414%2011.731-17.736c4.278-5.345%208.844-10.094%2013.524-14.137c4.658-4.083%209.522-7.294%2014.173-9.9c1.726-1.022%203.473-1.84%205.162-2.63c6.662%204.506%2015.33%209.458%2025.182%2013.729c22.154%209.584%2049.682%2012.911%2075.307%207.301c25.641-5.538%2049.393-19.943%2065.75-37.609c8.17-8.871%2014.637-17.866%2018.961-25.112l.13-.213c4.257-6.977%202.337-16.088-4.368-20.761%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%232BA52E%22%20d%3D%22m500.216%2029.351l-.259-.18c-6.914-4.92-16.501-10.586-27.578-15.388c-22.155-9.584-49.682-12.911-75.307-7.301c-25.641%205.537-49.393%2019.942-65.75%2037.609c-8.17%208.87-14.637%2017.865-18.961%2025.111a119%20119%200%200%200-3.096%205.363c-1.5.636-3.019%201.32-4.527%202.106c-5.98%202.97-12.223%206.707-18.178%2011.419c-5.983%204.674-11.791%2010.167-17.204%2016.305c-5.447%206.122-10.313%2012.985-14.809%2020.169c-4.529%207.181-8.399%2014.823-11.885%2022.586l-2.544%205.849l-2.288%205.912l-1.138%202.952l-1.017%202.972l-2.018%205.925c-.632%201.976-1.195%203.957-1.79%205.923c-.563%201.971-1.223%203.919-1.695%205.882l-.351%201.356c-2.977-4.441-6.186-8.574-9.602-12.304c-3.897-4.253-8-8.038-12.168-11.384c-8.354-6.688-17.021-11.458-25.014-14.84a106%20106%200%200%200-12.94-4.4l.057-.201h.001v-.001h-.001s-3.876-2.797-10.027-5.934c-6.197-3.259-14.661-6.831-24.249-9.533c-19.173-5.387-42.047-5.064-62.378%202.355c-20.352%207.362-38.179%2021.765-49.599%2038.017c-5.7%208.156-9.992%2016.225-12.727%2022.627l-.083.188c-2.706%206.173-.128%2013.413%205.868%2016.491l.232.119c6.197%203.258%2014.661%206.831%2024.249%209.533c19.173%205.387%2042.047%205.064%2062.378-2.355c20.352-7.361%2038.179-21.764%2049.599-38.017a136%20136%200%200%200%206.776-10.746a72%2072%200%200%201%209.494%203.313c5.337%202.363%2011.128%205.642%2016.684%2010.226c2.769%202.295%2024.518%2025.017%2024.518%2051.223a69.5%2069.5%200%200%201%201.225%2013.53l-.119%2017.4l-.253%2035.583l-1.357%20190.767v.278c.077%2010.779%2039.11%2010.501%2039.033-.278l-1.357-190.767l-.1-14.001c.189-.991.285-2.016.273-3.064l-.121-11.022l-.022-2.753l.046-2.894l.099-6.52c.003-2.317.137-4.834.251-7.478c.131-2.642.2-5.433.397-8.324l.659-9.017c.244-3.114.637-6.305.961-9.604c.741-6.577%201.705-13.479%202.98-20.545l.459-2.668l.554-2.659l1.117-5.38c.341-1.819.856-3.584%201.279-5.396c.453-1.8.873-3.624%201.356-5.431l1.556-5.401l.781-2.716l.89-2.674l1.781-5.37l2.002-5.275c2.745-6.993%205.806-13.851%209.405-20.2c3.569-6.36%207.425-12.414%2011.731-17.736c4.278-5.345%208.844-10.094%2013.524-14.137c4.658-4.083%209.522-7.294%2014.173-9.9c1.726-1.022%203.473-1.84%205.162-2.63c6.662%204.506%2015.33%209.458%2025.182%2013.729c22.154%209.584%2049.682%2012.911%2075.307%207.301c25.641-5.538%2049.393-19.943%2065.75-37.609c8.17-8.871%2014.637-17.866%2018.961-25.112l.13-.213c4.257-6.977%202.337-16.088-4.368-20.761%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fxemoji/seedling.svg?color=%231a73e8&size=48