seedling emoji
seedling from Emoji One (Colored) by Emoji One · Default · Nature · CC-BY-4.0 Attribution required.
- Name
- seedling
- Set
- Emoji One (Colored)
- Style
- Default
- Category
- Nature
- Viewbox
- 64×64
- License
- CC BY 4.0
The same emoji in other sets
seedlingFont Awesome 6 SolidseedlingFont Awesome Solidseedling-outlineFlowbite IconsseedlingFluent EmojiseedlingFluent Emoji FlatseedlingFluent Emoji High ContrastseedlingFirefox OS EmojiseedlingIconParkseedlingIconPark OutlineseedlingIconPark SolidseedlingIconPark TwoToneseedlingLine AwesomeseedlingNoto EmojiseedlingOpenMojiseedling-fillRemix IconseedlingStreamline EmojisseedlingTabler IconsseedlingTwitter Emoji
More nature icons from Emoji One (Colored)
Use the seedling emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#83bf4f" d="M48.5 38.4c-8 0-10.1-6.6-10.1-6.6s2.1-8.3 10.1-8.3C54 23.5 63 31 63 31s-9 7.4-14.5 7.4M18 6.7c6.3 6.4 2.6 13.6 2.6 13.6s-7.7 4.4-14-2C2.3 13.9 1 1 1 1s12.7 1.3 17 5.7"/><g fill="#75a843"><path d="M63 31c-5-1-10.1-1.6-15.1-1c-4.9.5-9.9 2.3-13.2 5.7c-1.7 1.7-2.9 3.7-3.5 5.9c-.1.5-.2 1.1-.3 1.6c-.1.6 0 1 0 1.7l.2 3.8l.7 15.3h-5l.8-15.3l.2-3.8c0-.6.1-1.4.2-2.1s.3-1.4.5-2.1c.9-2.7 2.6-5 4.7-6.7c2.1-1.8 4.5-3 7-3.9c2.5-.8 5.1-1.2 7.7-1.3c5.1-.2 10.2.8 15.1 2.2"/><path d="M1 1c5.2 3.2 10 7.2 14.2 11.7s8 9.4 11.1 14.8c1.5 2.7 3 5.5 3.9 8.7c.2.8.4 1.6.5 2.5l.1 2.4l.2 4.6l.8 18.3h-5l.8-18.4l.2-4.6l.1-1.1v-1.1c0-.6-.1-1.3-.3-2c-.6-2.8-1.8-5.6-3.2-8.3c-2.7-5.4-6.2-10.4-10.1-15.1C10.5 8.7 6.1 4.5 1 1"/></g></svg>
React
import type { SVGProps } from "react";
export function EmojioneSeedling(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#83bf4f" d="M48.5 38.4c-8 0-10.1-6.6-10.1-6.6s2.1-8.3 10.1-8.3C54 23.5 63 31 63 31s-9 7.4-14.5 7.4M18 6.7c6.3 6.4 2.6 13.6 2.6 13.6s-7.7 4.4-14-2C2.3 13.9 1 1 1 1s12.7 1.3 17 5.7"/><g fill="#75a843"><path d="M63 31c-5-1-10.1-1.6-15.1-1c-4.9.5-9.9 2.3-13.2 5.7c-1.7 1.7-2.9 3.7-3.5 5.9c-.1.5-.2 1.1-.3 1.6c-.1.6 0 1 0 1.7l.2 3.8l.7 15.3h-5l.8-15.3l.2-3.8c0-.6.1-1.4.2-2.1s.3-1.4.5-2.1c.9-2.7 2.6-5 4.7-6.7c2.1-1.8 4.5-3 7-3.9c2.5-.8 5.1-1.2 7.7-1.3c5.1-.2 10.2.8 15.1 2.2"/><path d="M1 1c5.2 3.2 10 7.2 14.2 11.7s8 9.4 11.1 14.8c1.5 2.7 3 5.5 3.9 8.7c.2.8.4 1.6.5 2.5l.1 2.4l.2 4.6l.8 18.3h-5l.8-18.4l.2-4.6l.1-1.1v-1.1c0-.6-.1-1.3-.3-2c-.6-2.8-1.8-5.6-3.2-8.3c-2.7-5.4-6.2-10.4-10.1-15.1C10.5 8.7 6.1 4.5 1 1"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#83bf4f" d="M48.5 38.4c-8 0-10.1-6.6-10.1-6.6s2.1-8.3 10.1-8.3C54 23.5 63 31 63 31s-9 7.4-14.5 7.4M18 6.7c6.3 6.4 2.6 13.6 2.6 13.6s-7.7 4.4-14-2C2.3 13.9 1 1 1 1s12.7 1.3 17 5.7"/><g fill="#75a843"><path d="M63 31c-5-1-10.1-1.6-15.1-1c-4.9.5-9.9 2.3-13.2 5.7c-1.7 1.7-2.9 3.7-3.5 5.9c-.1.5-.2 1.1-.3 1.6c-.1.6 0 1 0 1.7l.2 3.8l.7 15.3h-5l.8-15.3l.2-3.8c0-.6.1-1.4.2-2.1s.3-1.4.5-2.1c.9-2.7 2.6-5 4.7-6.7c2.1-1.8 4.5-3 7-3.9c2.5-.8 5.1-1.2 7.7-1.3c5.1-.2 10.2.8 15.1 2.2"/><path d="M1 1c5.2 3.2 10 7.2 14.2 11.7s8 9.4 11.1 14.8c1.5 2.7 3 5.5 3.9 8.7c.2.8.4 1.6.5 2.5l.1 2.4l.2 4.6l.8 18.3h-5l.8-18.4l.2-4.6l.1-1.1v-1.1c0-.6-.1-1.3-.3-2c-.6-2.8-1.8-5.6-3.2-8.3c-2.7-5.4-6.2-10.4-10.1-15.1C10.5 8.7 6.1 4.5 1 1"/></g></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%2064%2064%22%3E%3Cpath%20fill%3D%22%2383bf4f%22%20d%3D%22M48.5%2038.4c-8%200-10.1-6.6-10.1-6.6s2.1-8.3%2010.1-8.3C54%2023.5%2063%2031%2063%2031s-9%207.4-14.5%207.4M18%206.7c6.3%206.4%202.6%2013.6%202.6%2013.6s-7.7%204.4-14-2C2.3%2013.9%201%201%201%201s12.7%201.3%2017%205.7%22%2F%3E%3Cg%20fill%3D%22%2375a843%22%3E%3Cpath%20d%3D%22M63%2031c-5-1-10.1-1.6-15.1-1c-4.9.5-9.9%202.3-13.2%205.7c-1.7%201.7-2.9%203.7-3.5%205.9c-.1.5-.2%201.1-.3%201.6c-.1.6%200%201%200%201.7l.2%203.8l.7%2015.3h-5l.8-15.3l.2-3.8c0-.6.1-1.4.2-2.1s.3-1.4.5-2.1c.9-2.7%202.6-5%204.7-6.7c2.1-1.8%204.5-3%207-3.9c2.5-.8%205.1-1.2%207.7-1.3c5.1-.2%2010.2.8%2015.1%202.2%22%2F%3E%3Cpath%20d%3D%22M1%201c5.2%203.2%2010%207.2%2014.2%2011.7s8%209.4%2011.1%2014.8c1.5%202.7%203%205.5%203.9%208.7c.2.8.4%201.6.5%202.5l.1%202.4l.2%204.6l.8%2018.3h-5l.8-18.4l.2-4.6l.1-1.1v-1.1c0-.6-.1-1.3-.3-2c-.6-2.8-1.8-5.6-3.2-8.3c-2.7-5.4-6.2-10.4-10.1-15.1C10.5%208.7%206.1%204.5%201%201%22%2F%3E%3C%2Fg%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%2064%2064%22%3E%3Cpath%20fill%3D%22%2383bf4f%22%20d%3D%22M48.5%2038.4c-8%200-10.1-6.6-10.1-6.6s2.1-8.3%2010.1-8.3C54%2023.5%2063%2031%2063%2031s-9%207.4-14.5%207.4M18%206.7c6.3%206.4%202.6%2013.6%202.6%2013.6s-7.7%204.4-14-2C2.3%2013.9%201%201%201%201s12.7%201.3%2017%205.7%22%2F%3E%3Cg%20fill%3D%22%2375a843%22%3E%3Cpath%20d%3D%22M63%2031c-5-1-10.1-1.6-15.1-1c-4.9.5-9.9%202.3-13.2%205.7c-1.7%201.7-2.9%203.7-3.5%205.9c-.1.5-.2%201.1-.3%201.6c-.1.6%200%201%200%201.7l.2%203.8l.7%2015.3h-5l.8-15.3l.2-3.8c0-.6.1-1.4.2-2.1s.3-1.4.5-2.1c.9-2.7%202.6-5%204.7-6.7c2.1-1.8%204.5-3%207-3.9c2.5-.8%205.1-1.2%207.7-1.3c5.1-.2%2010.2.8%2015.1%202.2%22%2F%3E%3Cpath%20d%3D%22M1%201c5.2%203.2%2010%207.2%2014.2%2011.7s8%209.4%2011.1%2014.8c1.5%202.7%203%205.5%203.9%208.7c.2.8.4%201.6.5%202.5l.1%202.4l.2%204.6l.8%2018.3h-5l.8-18.4l.2-4.6l.1-1.1v-1.1c0-.6-.1-1.3-.3-2c-.6-2.8-1.8-5.6-3.2-8.3c-2.7-5.4-6.2-10.4-10.1-15.1C10.5%208.7%206.1%204.5%201%201%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/emojione/seedling.svg?color=%231a73e8&size=48