wilted flower emoji
wilted-flower from Emoji One (Colored) by Emoji One · Default · Nature · CC-BY-4.0 Attribution required.
- Name
- wilted-flower
- Set
- Emoji One (Colored)
- Style
- Default
- Category
- Nature
- Viewbox
- 64×64
- License
- CC BY 4.0
The same emoji in other sets
More nature icons from Emoji One (Colored)
Use the wilted flower emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#7b853d" d="M38.7 15.9c-.2-3.5-1.3-7-3.9-9.5c-1.3-1.3-2.9-2.2-4.6-2.7c-1.8-.5-3.6-.3-5.2.3c-1.6.7-3 1.8-4 3.1s-1.8 2.8-2.3 4.4c-1.1 3.1-1.4 6.4-.7 9.7c.6 3.2 1.9 6.5 3.2 9.7c1.3 3.3 2.7 6.6 3.9 10c2.4 6.8 3.8 14 4 21.1H23c.2-6.7-.6-13.4-2.5-20c-.9-3.3-2.1-6.6-3.2-9.9s-2.3-6.8-2.7-10.4c-.5-3.6 0-7.5 1.5-10.9c.8-1.7 1.8-3.4 3.1-4.8c1.3-1.5 3.1-2.7 5.2-3.4s4.4-.7 6.4 0s3.7 1.9 4.9 3.3c2.3 2.9 3.1 6.5 3 10"/><path fill="#9ca84d" d="M3.9 23.5c4.9-7.1 11.8-5.3 11.8-5.3s4.2 3.9-2.3 10C8.9 32.3 7 40.5 7 40.5s-8.8-8.8-3.1-17m34.5 28.9c-6.9-3.6-5.1-8.7-5.1-8.7s3.8-3.1 9.7 1.7c4 3.3 12 4.8 12 4.8s-8.6 6.5-16.6 2.2"/><path fill="#803c3c" d="M48 17c-7-5.7-10.3-8.7-14.3-6.6s-2 17.2 6.5 18c8.3.8 11.7 6.2 11.7 6.2S59.3 26.2 48 17"/><path fill="#663030" d="M34.8 21.8C33.3 13.7 31 9.7 35 7.6s22 9.8 17.1 15.5c-6 7.1-5.8 11.6-5.8 11.6s-9.2-.8-11.5-12.9"/><path fill="#994848" d="M38.3 27.9c1.9 2.8 14.1-.3 18.9 3.1c0 0 2.2-6.9-2.7-10.2c-2.8-1.8-22.6-2.4-16.2 7.1"/><path fill="#b35454" d="M42.3 22.5c-12.8-6-13.1-13.4-7.8-16.1s15 .2 18.2 7.8C55.9 22 62 26.7 62 26.7s-9.9.4-19.7-4.2"/><path fill="#cc6060" d="M48.7 20.2C50.2 7.8 39.4 3.9 34.1 6.6s-5.7 10.7-.9 17.7c4.8 7.1 6.1 12.2 6.1 12.2s8.3-7.5 9.4-16.3"/><path fill="#7b853d" d="M36 9.7c-8.1 4.3-7-1.2-1.7-3.9c13-6.7 21.3 6.7 21.3 6.7S43.1 5.8 36 9.7"/><path fill="#9ca84d" d="M36 9.7c1.5-2.2 6.2-6.6.2-5.1c-11.8 2.9-5.8 20.3-5.8 20.3s1.1-8.8 5.6-15.2"/><path fill="#594640" d="m16.3 46.6l7-3.1l.6 4zm7.6-21.2l-4.6 3.4l-1.1-2.9z"/></svg>
React
import type { SVGProps } from "react";
export function EmojioneWiltedFlower(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#7b853d" d="M38.7 15.9c-.2-3.5-1.3-7-3.9-9.5c-1.3-1.3-2.9-2.2-4.6-2.7c-1.8-.5-3.6-.3-5.2.3c-1.6.7-3 1.8-4 3.1s-1.8 2.8-2.3 4.4c-1.1 3.1-1.4 6.4-.7 9.7c.6 3.2 1.9 6.5 3.2 9.7c1.3 3.3 2.7 6.6 3.9 10c2.4 6.8 3.8 14 4 21.1H23c.2-6.7-.6-13.4-2.5-20c-.9-3.3-2.1-6.6-3.2-9.9s-2.3-6.8-2.7-10.4c-.5-3.6 0-7.5 1.5-10.9c.8-1.7 1.8-3.4 3.1-4.8c1.3-1.5 3.1-2.7 5.2-3.4s4.4-.7 6.4 0s3.7 1.9 4.9 3.3c2.3 2.9 3.1 6.5 3 10"/><path fill="#9ca84d" d="M3.9 23.5c4.9-7.1 11.8-5.3 11.8-5.3s4.2 3.9-2.3 10C8.9 32.3 7 40.5 7 40.5s-8.8-8.8-3.1-17m34.5 28.9c-6.9-3.6-5.1-8.7-5.1-8.7s3.8-3.1 9.7 1.7c4 3.3 12 4.8 12 4.8s-8.6 6.5-16.6 2.2"/><path fill="#803c3c" d="M48 17c-7-5.7-10.3-8.7-14.3-6.6s-2 17.2 6.5 18c8.3.8 11.7 6.2 11.7 6.2S59.3 26.2 48 17"/><path fill="#663030" d="M34.8 21.8C33.3 13.7 31 9.7 35 7.6s22 9.8 17.1 15.5c-6 7.1-5.8 11.6-5.8 11.6s-9.2-.8-11.5-12.9"/><path fill="#994848" d="M38.3 27.9c1.9 2.8 14.1-.3 18.9 3.1c0 0 2.2-6.9-2.7-10.2c-2.8-1.8-22.6-2.4-16.2 7.1"/><path fill="#b35454" d="M42.3 22.5c-12.8-6-13.1-13.4-7.8-16.1s15 .2 18.2 7.8C55.9 22 62 26.7 62 26.7s-9.9.4-19.7-4.2"/><path fill="#cc6060" d="M48.7 20.2C50.2 7.8 39.4 3.9 34.1 6.6s-5.7 10.7-.9 17.7c4.8 7.1 6.1 12.2 6.1 12.2s8.3-7.5 9.4-16.3"/><path fill="#7b853d" d="M36 9.7c-8.1 4.3-7-1.2-1.7-3.9c13-6.7 21.3 6.7 21.3 6.7S43.1 5.8 36 9.7"/><path fill="#9ca84d" d="M36 9.7c1.5-2.2 6.2-6.6.2-5.1c-11.8 2.9-5.8 20.3-5.8 20.3s1.1-8.8 5.6-15.2"/><path fill="#594640" d="m16.3 46.6l7-3.1l.6 4zm7.6-21.2l-4.6 3.4l-1.1-2.9z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#7b853d" d="M38.7 15.9c-.2-3.5-1.3-7-3.9-9.5c-1.3-1.3-2.9-2.2-4.6-2.7c-1.8-.5-3.6-.3-5.2.3c-1.6.7-3 1.8-4 3.1s-1.8 2.8-2.3 4.4c-1.1 3.1-1.4 6.4-.7 9.7c.6 3.2 1.9 6.5 3.2 9.7c1.3 3.3 2.7 6.6 3.9 10c2.4 6.8 3.8 14 4 21.1H23c.2-6.7-.6-13.4-2.5-20c-.9-3.3-2.1-6.6-3.2-9.9s-2.3-6.8-2.7-10.4c-.5-3.6 0-7.5 1.5-10.9c.8-1.7 1.8-3.4 3.1-4.8c1.3-1.5 3.1-2.7 5.2-3.4s4.4-.7 6.4 0s3.7 1.9 4.9 3.3c2.3 2.9 3.1 6.5 3 10"/><path fill="#9ca84d" d="M3.9 23.5c4.9-7.1 11.8-5.3 11.8-5.3s4.2 3.9-2.3 10C8.9 32.3 7 40.5 7 40.5s-8.8-8.8-3.1-17m34.5 28.9c-6.9-3.6-5.1-8.7-5.1-8.7s3.8-3.1 9.7 1.7c4 3.3 12 4.8 12 4.8s-8.6 6.5-16.6 2.2"/><path fill="#803c3c" d="M48 17c-7-5.7-10.3-8.7-14.3-6.6s-2 17.2 6.5 18c8.3.8 11.7 6.2 11.7 6.2S59.3 26.2 48 17"/><path fill="#663030" d="M34.8 21.8C33.3 13.7 31 9.7 35 7.6s22 9.8 17.1 15.5c-6 7.1-5.8 11.6-5.8 11.6s-9.2-.8-11.5-12.9"/><path fill="#994848" d="M38.3 27.9c1.9 2.8 14.1-.3 18.9 3.1c0 0 2.2-6.9-2.7-10.2c-2.8-1.8-22.6-2.4-16.2 7.1"/><path fill="#b35454" d="M42.3 22.5c-12.8-6-13.1-13.4-7.8-16.1s15 .2 18.2 7.8C55.9 22 62 26.7 62 26.7s-9.9.4-19.7-4.2"/><path fill="#cc6060" d="M48.7 20.2C50.2 7.8 39.4 3.9 34.1 6.6s-5.7 10.7-.9 17.7c4.8 7.1 6.1 12.2 6.1 12.2s8.3-7.5 9.4-16.3"/><path fill="#7b853d" d="M36 9.7c-8.1 4.3-7-1.2-1.7-3.9c13-6.7 21.3 6.7 21.3 6.7S43.1 5.8 36 9.7"/><path fill="#9ca84d" d="M36 9.7c1.5-2.2 6.2-6.6.2-5.1c-11.8 2.9-5.8 20.3-5.8 20.3s1.1-8.8 5.6-15.2"/><path fill="#594640" d="m16.3 46.6l7-3.1l.6 4zm7.6-21.2l-4.6 3.4l-1.1-2.9z"/></svg> </template>
CSS
.icon-wilted-flower {
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%237b853d%22%20d%3D%22M38.7%2015.9c-.2-3.5-1.3-7-3.9-9.5c-1.3-1.3-2.9-2.2-4.6-2.7c-1.8-.5-3.6-.3-5.2.3c-1.6.7-3%201.8-4%203.1s-1.8%202.8-2.3%204.4c-1.1%203.1-1.4%206.4-.7%209.7c.6%203.2%201.9%206.5%203.2%209.7c1.3%203.3%202.7%206.6%203.9%2010c2.4%206.8%203.8%2014%204%2021.1H23c.2-6.7-.6-13.4-2.5-20c-.9-3.3-2.1-6.6-3.2-9.9s-2.3-6.8-2.7-10.4c-.5-3.6%200-7.5%201.5-10.9c.8-1.7%201.8-3.4%203.1-4.8c1.3-1.5%203.1-2.7%205.2-3.4s4.4-.7%206.4%200s3.7%201.9%204.9%203.3c2.3%202.9%203.1%206.5%203%2010%22%2F%3E%3Cpath%20fill%3D%22%239ca84d%22%20d%3D%22M3.9%2023.5c4.9-7.1%2011.8-5.3%2011.8-5.3s4.2%203.9-2.3%2010C8.9%2032.3%207%2040.5%207%2040.5s-8.8-8.8-3.1-17m34.5%2028.9c-6.9-3.6-5.1-8.7-5.1-8.7s3.8-3.1%209.7%201.7c4%203.3%2012%204.8%2012%204.8s-8.6%206.5-16.6%202.2%22%2F%3E%3Cpath%20fill%3D%22%23803c3c%22%20d%3D%22M48%2017c-7-5.7-10.3-8.7-14.3-6.6s-2%2017.2%206.5%2018c8.3.8%2011.7%206.2%2011.7%206.2S59.3%2026.2%2048%2017%22%2F%3E%3Cpath%20fill%3D%22%23663030%22%20d%3D%22M34.8%2021.8C33.3%2013.7%2031%209.7%2035%207.6s22%209.8%2017.1%2015.5c-6%207.1-5.8%2011.6-5.8%2011.6s-9.2-.8-11.5-12.9%22%2F%3E%3Cpath%20fill%3D%22%23994848%22%20d%3D%22M38.3%2027.9c1.9%202.8%2014.1-.3%2018.9%203.1c0%200%202.2-6.9-2.7-10.2c-2.8-1.8-22.6-2.4-16.2%207.1%22%2F%3E%3Cpath%20fill%3D%22%23b35454%22%20d%3D%22M42.3%2022.5c-12.8-6-13.1-13.4-7.8-16.1s15%20.2%2018.2%207.8C55.9%2022%2062%2026.7%2062%2026.7s-9.9.4-19.7-4.2%22%2F%3E%3Cpath%20fill%3D%22%23cc6060%22%20d%3D%22M48.7%2020.2C50.2%207.8%2039.4%203.9%2034.1%206.6s-5.7%2010.7-.9%2017.7c4.8%207.1%206.1%2012.2%206.1%2012.2s8.3-7.5%209.4-16.3%22%2F%3E%3Cpath%20fill%3D%22%237b853d%22%20d%3D%22M36%209.7c-8.1%204.3-7-1.2-1.7-3.9c13-6.7%2021.3%206.7%2021.3%206.7S43.1%205.8%2036%209.7%22%2F%3E%3Cpath%20fill%3D%22%239ca84d%22%20d%3D%22M36%209.7c1.5-2.2%206.2-6.6.2-5.1c-11.8%202.9-5.8%2020.3-5.8%2020.3s1.1-8.8%205.6-15.2%22%2F%3E%3Cpath%20fill%3D%22%23594640%22%20d%3D%22m16.3%2046.6l7-3.1l.6%204zm7.6-21.2l-4.6%203.4l-1.1-2.9z%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%2064%2064%22%3E%3Cpath%20fill%3D%22%237b853d%22%20d%3D%22M38.7%2015.9c-.2-3.5-1.3-7-3.9-9.5c-1.3-1.3-2.9-2.2-4.6-2.7c-1.8-.5-3.6-.3-5.2.3c-1.6.7-3%201.8-4%203.1s-1.8%202.8-2.3%204.4c-1.1%203.1-1.4%206.4-.7%209.7c.6%203.2%201.9%206.5%203.2%209.7c1.3%203.3%202.7%206.6%203.9%2010c2.4%206.8%203.8%2014%204%2021.1H23c.2-6.7-.6-13.4-2.5-20c-.9-3.3-2.1-6.6-3.2-9.9s-2.3-6.8-2.7-10.4c-.5-3.6%200-7.5%201.5-10.9c.8-1.7%201.8-3.4%203.1-4.8c1.3-1.5%203.1-2.7%205.2-3.4s4.4-.7%206.4%200s3.7%201.9%204.9%203.3c2.3%202.9%203.1%206.5%203%2010%22%2F%3E%3Cpath%20fill%3D%22%239ca84d%22%20d%3D%22M3.9%2023.5c4.9-7.1%2011.8-5.3%2011.8-5.3s4.2%203.9-2.3%2010C8.9%2032.3%207%2040.5%207%2040.5s-8.8-8.8-3.1-17m34.5%2028.9c-6.9-3.6-5.1-8.7-5.1-8.7s3.8-3.1%209.7%201.7c4%203.3%2012%204.8%2012%204.8s-8.6%206.5-16.6%202.2%22%2F%3E%3Cpath%20fill%3D%22%23803c3c%22%20d%3D%22M48%2017c-7-5.7-10.3-8.7-14.3-6.6s-2%2017.2%206.5%2018c8.3.8%2011.7%206.2%2011.7%206.2S59.3%2026.2%2048%2017%22%2F%3E%3Cpath%20fill%3D%22%23663030%22%20d%3D%22M34.8%2021.8C33.3%2013.7%2031%209.7%2035%207.6s22%209.8%2017.1%2015.5c-6%207.1-5.8%2011.6-5.8%2011.6s-9.2-.8-11.5-12.9%22%2F%3E%3Cpath%20fill%3D%22%23994848%22%20d%3D%22M38.3%2027.9c1.9%202.8%2014.1-.3%2018.9%203.1c0%200%202.2-6.9-2.7-10.2c-2.8-1.8-22.6-2.4-16.2%207.1%22%2F%3E%3Cpath%20fill%3D%22%23b35454%22%20d%3D%22M42.3%2022.5c-12.8-6-13.1-13.4-7.8-16.1s15%20.2%2018.2%207.8C55.9%2022%2062%2026.7%2062%2026.7s-9.9.4-19.7-4.2%22%2F%3E%3Cpath%20fill%3D%22%23cc6060%22%20d%3D%22M48.7%2020.2C50.2%207.8%2039.4%203.9%2034.1%206.6s-5.7%2010.7-.9%2017.7c4.8%207.1%206.1%2012.2%206.1%2012.2s8.3-7.5%209.4-16.3%22%2F%3E%3Cpath%20fill%3D%22%237b853d%22%20d%3D%22M36%209.7c-8.1%204.3-7-1.2-1.7-3.9c13-6.7%2021.3%206.7%2021.3%206.7S43.1%205.8%2036%209.7%22%2F%3E%3Cpath%20fill%3D%22%239ca84d%22%20d%3D%22M36%209.7c1.5-2.2%206.2-6.6.2-5.1c-11.8%202.9-5.8%2020.3-5.8%2020.3s1.1-8.8%205.6-15.2%22%2F%3E%3Cpath%20fill%3D%22%23594640%22%20d%3D%22m16.3%2046.6l7-3.1l.6%204zm7.6-21.2l-4.6%203.4l-1.1-2.9z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/emojione/wilted-flower.svg?color=%231a73e8&size=48