wilted flower emoji
wilted-flower from Fluent Emoji High Contrast by Microsoft Corporation · Default · Animals & Nature · MIT Free for personal and commercial use.
- Name
- wilted-flower
- Set
- Fluent Emoji High Contrast
- Style
- Default
- Category
- Animals & Nature
- Viewbox
- 32×32
- License
- MIT
The same emoji in other sets
More animals & nature icons from Fluent Emoji High Contrast
Use the wilted flower emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m17.033 7.55l.068-.014C16.41 6.438 15.009 5 12.42 5C10.5 5 8.66 6.32 7.86 8.28c-1.07 2.58-.24 5.51 2.27 8.02c5.31 5.3 2.32 11.09 0 13.41c-.2.19-.45.29-.71.29s-.52-.1-.71-.29a.996.996 0 0 1 0-1.41l.003-.003c.257-.268 5.176-5.408-.003-10.587c-.33-.33-.61-.66-.89-1v3.52c0 1.82-1.47 3.29-3.29 3.29h-.17c-.2 0-.36-.16-.36-.36v-4.55c0-1.66 1.25-3.03 2.86-3.24c-1.56-2.55-1.9-5.34-.86-7.86C7.14 4.77 9.66 3 12.42 3c3.814 0 5.834 2.176 6.768 4.149l.21-.04a5.46 5.46 0 0 1 6.413 4.286l1.302 6.52c.157.84-.382 1.7-1.265 1.867l-.974.19l-.014.002l.12.616c.05.23-.1.45-.33.5l-.69.14a3.17 3.17 0 0 1-3.21-1.3a3.16 3.16 0 0 1-2.46 2.4l-.7.14c-.22.05-.44-.1-.48-.32l-.14-.645l-.074.016h-.002l-.977.197a1.573 1.573 0 0 1-1.868-1.235v-.003l-1.3-6.525a5.45 5.45 0 0 1 4.284-6.405m6.816 4.235a3.46 3.46 0 0 0-4.064-2.714h-.005c-.381.075-.73.138-1.074.2h-.002c-.421.076-.832.15-1.276.24h-.003a3.45 3.45 0 0 0-2.714 4.054l1.216 6.11l.579-.116a3.45 3.45 0 0 0 2.68-2.613a1 1 0 0 1 1.793-.35a3.45 3.45 0 0 0 3.504 1.414l.007-.002l.58-.112zM26.99 30h-.5c-1.43 0-2.6-1.16-2.59-2.59v-3.79c0-.23.19-.42.42-.42h.5a2.59 2.59 0 0 1 2.59 2.59v3.79c0 .23-.19.42-.42.42"/></svg>
React
import type { SVGProps } from "react";
export function FluentEmojiHighContrastWiltedFlower(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m17.033 7.55l.068-.014C16.41 6.438 15.009 5 12.42 5C10.5 5 8.66 6.32 7.86 8.28c-1.07 2.58-.24 5.51 2.27 8.02c5.31 5.3 2.32 11.09 0 13.41c-.2.19-.45.29-.71.29s-.52-.1-.71-.29a.996.996 0 0 1 0-1.41l.003-.003c.257-.268 5.176-5.408-.003-10.587c-.33-.33-.61-.66-.89-1v3.52c0 1.82-1.47 3.29-3.29 3.29h-.17c-.2 0-.36-.16-.36-.36v-4.55c0-1.66 1.25-3.03 2.86-3.24c-1.56-2.55-1.9-5.34-.86-7.86C7.14 4.77 9.66 3 12.42 3c3.814 0 5.834 2.176 6.768 4.149l.21-.04a5.46 5.46 0 0 1 6.413 4.286l1.302 6.52c.157.84-.382 1.7-1.265 1.867l-.974.19l-.014.002l.12.616c.05.23-.1.45-.33.5l-.69.14a3.17 3.17 0 0 1-3.21-1.3a3.16 3.16 0 0 1-2.46 2.4l-.7.14c-.22.05-.44-.1-.48-.32l-.14-.645l-.074.016h-.002l-.977.197a1.573 1.573 0 0 1-1.868-1.235v-.003l-1.3-6.525a5.45 5.45 0 0 1 4.284-6.405m6.816 4.235a3.46 3.46 0 0 0-4.064-2.714h-.005c-.381.075-.73.138-1.074.2h-.002c-.421.076-.832.15-1.276.24h-.003a3.45 3.45 0 0 0-2.714 4.054l1.216 6.11l.579-.116a3.45 3.45 0 0 0 2.68-2.613a1 1 0 0 1 1.793-.35a3.45 3.45 0 0 0 3.504 1.414l.007-.002l.58-.112zM26.99 30h-.5c-1.43 0-2.6-1.16-2.59-2.59v-3.79c0-.23.19-.42.42-.42h.5a2.59 2.59 0 0 1 2.59 2.59v3.79c0 .23-.19.42-.42.42"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m17.033 7.55l.068-.014C16.41 6.438 15.009 5 12.42 5C10.5 5 8.66 6.32 7.86 8.28c-1.07 2.58-.24 5.51 2.27 8.02c5.31 5.3 2.32 11.09 0 13.41c-.2.19-.45.29-.71.29s-.52-.1-.71-.29a.996.996 0 0 1 0-1.41l.003-.003c.257-.268 5.176-5.408-.003-10.587c-.33-.33-.61-.66-.89-1v3.52c0 1.82-1.47 3.29-3.29 3.29h-.17c-.2 0-.36-.16-.36-.36v-4.55c0-1.66 1.25-3.03 2.86-3.24c-1.56-2.55-1.9-5.34-.86-7.86C7.14 4.77 9.66 3 12.42 3c3.814 0 5.834 2.176 6.768 4.149l.21-.04a5.46 5.46 0 0 1 6.413 4.286l1.302 6.52c.157.84-.382 1.7-1.265 1.867l-.974.19l-.014.002l.12.616c.05.23-.1.45-.33.5l-.69.14a3.17 3.17 0 0 1-3.21-1.3a3.16 3.16 0 0 1-2.46 2.4l-.7.14c-.22.05-.44-.1-.48-.32l-.14-.645l-.074.016h-.002l-.977.197a1.573 1.573 0 0 1-1.868-1.235v-.003l-1.3-6.525a5.45 5.45 0 0 1 4.284-6.405m6.816 4.235a3.46 3.46 0 0 0-4.064-2.714h-.005c-.381.075-.73.138-1.074.2h-.002c-.421.076-.832.15-1.276.24h-.003a3.45 3.45 0 0 0-2.714 4.054l1.216 6.11l.579-.116a3.45 3.45 0 0 0 2.68-2.613a1 1 0 0 1 1.793-.35a3.45 3.45 0 0 0 3.504 1.414l.007-.002l.58-.112zM26.99 30h-.5c-1.43 0-2.6-1.16-2.59-2.59v-3.79c0-.23.19-.42.42-.42h.5a2.59 2.59 0 0 1 2.59 2.59v3.79c0 .23-.19.42-.42.42"/></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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m17.033%207.55l.068-.014C16.41%206.438%2015.009%205%2012.42%205C10.5%205%208.66%206.32%207.86%208.28c-1.07%202.58-.24%205.51%202.27%208.02c5.31%205.3%202.32%2011.09%200%2013.41c-.2.19-.45.29-.71.29s-.52-.1-.71-.29a.996.996%200%200%201%200-1.41l.003-.003c.257-.268%205.176-5.408-.003-10.587c-.33-.33-.61-.66-.89-1v3.52c0%201.82-1.47%203.29-3.29%203.29h-.17c-.2%200-.36-.16-.36-.36v-4.55c0-1.66%201.25-3.03%202.86-3.24c-1.56-2.55-1.9-5.34-.86-7.86C7.14%204.77%209.66%203%2012.42%203c3.814%200%205.834%202.176%206.768%204.149l.21-.04a5.46%205.46%200%200%201%206.413%204.286l1.302%206.52c.157.84-.382%201.7-1.265%201.867l-.974.19l-.014.002l.12.616c.05.23-.1.45-.33.5l-.69.14a3.17%203.17%200%200%201-3.21-1.3a3.16%203.16%200%200%201-2.46%202.4l-.7.14c-.22.05-.44-.1-.48-.32l-.14-.645l-.074.016h-.002l-.977.197a1.573%201.573%200%200%201-1.868-1.235v-.003l-1.3-6.525a5.45%205.45%200%200%201%204.284-6.405m6.816%204.235a3.46%203.46%200%200%200-4.064-2.714h-.005c-.381.075-.73.138-1.074.2h-.002c-.421.076-.832.15-1.276.24h-.003a3.45%203.45%200%200%200-2.714%204.054l1.216%206.11l.579-.116a3.45%203.45%200%200%200%202.68-2.613a1%201%200%200%201%201.793-.35a3.45%203.45%200%200%200%203.504%201.414l.007-.002l.58-.112zM26.99%2030h-.5c-1.43%200-2.6-1.16-2.59-2.59v-3.79c0-.23.19-.42.42-.42h.5a2.59%202.59%200%200%201%202.59%202.59v3.79c0%20.23-.19.42-.42.42%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m17.033%207.55l.068-.014C16.41%206.438%2015.009%205%2012.42%205C10.5%205%208.66%206.32%207.86%208.28c-1.07%202.58-.24%205.51%202.27%208.02c5.31%205.3%202.32%2011.09%200%2013.41c-.2.19-.45.29-.71.29s-.52-.1-.71-.29a.996.996%200%200%201%200-1.41l.003-.003c.257-.268%205.176-5.408-.003-10.587c-.33-.33-.61-.66-.89-1v3.52c0%201.82-1.47%203.29-3.29%203.29h-.17c-.2%200-.36-.16-.36-.36v-4.55c0-1.66%201.25-3.03%202.86-3.24c-1.56-2.55-1.9-5.34-.86-7.86C7.14%204.77%209.66%203%2012.42%203c3.814%200%205.834%202.176%206.768%204.149l.21-.04a5.46%205.46%200%200%201%206.413%204.286l1.302%206.52c.157.84-.382%201.7-1.265%201.867l-.974.19l-.014.002l.12.616c.05.23-.1.45-.33.5l-.69.14a3.17%203.17%200%200%201-3.21-1.3a3.16%203.16%200%200%201-2.46%202.4l-.7.14c-.22.05-.44-.1-.48-.32l-.14-.645l-.074.016h-.002l-.977.197a1.573%201.573%200%200%201-1.868-1.235v-.003l-1.3-6.525a5.45%205.45%200%200%201%204.284-6.405m6.816%204.235a3.46%203.46%200%200%200-4.064-2.714h-.005c-.381.075-.73.138-1.074.2h-.002c-.421.076-.832.15-1.276.24h-.003a3.45%203.45%200%200%200-2.714%204.054l1.216%206.11l.579-.116a3.45%203.45%200%200%200%202.68-2.613a1%201%200%200%201%201.793-.35a3.45%203.45%200%200%200%203.504%201.414l.007-.002l.58-.112zM26.99%2030h-.5c-1.43%200-2.6-1.16-2.59-2.59v-3.79c0-.23.19-.42.42-.42h.5a2.59%202.59%200%200%201%202.59%202.59v3.79c0%20.23-.19.42-.42.42%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent-emoji-high-contrast/wilted-flower.svg?color=%231a73e8&size=48