cherry blossom emoji
cherry-blossom from Fluent Emoji High Contrast by Microsoft Corporation · Default · Animals & Nature · MIT Free for personal and commercial use.
- Name
- cherry-blossom
- 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 cherry blossom emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M26.23 19.766c2.47-.8 3.96-3.19 3.76-5.68a.53.53 0 0 0-.43-.47s-.89-.19-1.09-.23c-.1-.02-.14-.15-.08-.22c.13-.14.75-.84.75-.84c.16-.17.19-.44.07-.64c-1.29-2.13-3.9-3.19-6.38-2.38c-.71.23-1.33.65-1.87 1.18c.34-.68.54-1.39.54-2.14c0-2.6-1.81-4.76-4.24-5.33a.56.56 0 0 0-.59.26s-.46.79-.56.97c-.05.09-.19.08-.23.01c-.1-.17-.56-.98-.56-.98c-.12-.2-.36-.32-.58-.26c-2.42.56-4.24 2.72-4.24 5.32c0 .75.21 1.46.54 2.14c-.54-.53-1.15-.94-1.86-1.17c-2.48-.81-5.09.25-6.38 2.38c-.12.2-.09.46.07.64c0 0 .61.68.75.83c.07.07.02.21-.07.23l-1.1.23c-.23.05-.41.24-.43.47a5.48 5.48 0 0 0 3.76 5.68c.72.23 1.46.26 2.22.14c-.68.35-1.28.81-1.72 1.42c-1.53 2.1-1.33 4.91.3 6.8c.15.18.41.23.63.13c0 0 .83-.37 1.02-.46c.09-.04.2.04.19.13l-.12 1.12c-.02.23.1.47.32.56c2.3.96 5.03.28 6.56-1.82c.44-.61.69-1.3.82-2.05c.13.75.38 1.45.82 2.05c1.53 2.1 4.26 2.78 6.56 1.82c.22-.09.34-.32.32-.56c0 0-.1-.91-.12-1.11c-.01-.1.1-.18.19-.14l1.03.46c.21.1.48.05.63-.13c1.63-1.89 1.83-4.7.3-6.8c-.44-.61-1.04-1.06-1.72-1.42c.76.12 1.5.09 2.22-.14m-8.396-1.145l.753 1.04q.05-.006.103-.006a1 1 0 1 1-.914.592l-.752-1.039a2.46 2.46 0 0 1-2.033-.002l-.758 1.043a1 1 0 1 1-.809-.588l.759-1.043a2.46 2.46 0 0 1-.629-1.933l-1.225-.397a1 1 0 1 1 .309-.951l1.224.397a2.47 2.47 0 0 1 1.648-1.198v-1.284a1 1 0 1 1 1 0v1.284c.705.145 1.3.59 1.646 1.196l1.215-.394a1 1 0 1 1 .31.95l-1.216.396q.015.134.015.271c0 .642-.245 1.227-.646 1.666"/></svg>
React
import type { SVGProps } from "react";
export function FluentEmojiHighContrastCherryBlossom(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="M26.23 19.766c2.47-.8 3.96-3.19 3.76-5.68a.53.53 0 0 0-.43-.47s-.89-.19-1.09-.23c-.1-.02-.14-.15-.08-.22c.13-.14.75-.84.75-.84c.16-.17.19-.44.07-.64c-1.29-2.13-3.9-3.19-6.38-2.38c-.71.23-1.33.65-1.87 1.18c.34-.68.54-1.39.54-2.14c0-2.6-1.81-4.76-4.24-5.33a.56.56 0 0 0-.59.26s-.46.79-.56.97c-.05.09-.19.08-.23.01c-.1-.17-.56-.98-.56-.98c-.12-.2-.36-.32-.58-.26c-2.42.56-4.24 2.72-4.24 5.32c0 .75.21 1.46.54 2.14c-.54-.53-1.15-.94-1.86-1.17c-2.48-.81-5.09.25-6.38 2.38c-.12.2-.09.46.07.64c0 0 .61.68.75.83c.07.07.02.21-.07.23l-1.1.23c-.23.05-.41.24-.43.47a5.48 5.48 0 0 0 3.76 5.68c.72.23 1.46.26 2.22.14c-.68.35-1.28.81-1.72 1.42c-1.53 2.1-1.33 4.91.3 6.8c.15.18.41.23.63.13c0 0 .83-.37 1.02-.46c.09-.04.2.04.19.13l-.12 1.12c-.02.23.1.47.32.56c2.3.96 5.03.28 6.56-1.82c.44-.61.69-1.3.82-2.05c.13.75.38 1.45.82 2.05c1.53 2.1 4.26 2.78 6.56 1.82c.22-.09.34-.32.32-.56c0 0-.1-.91-.12-1.11c-.01-.1.1-.18.19-.14l1.03.46c.21.1.48.05.63-.13c1.63-1.89 1.83-4.7.3-6.8c-.44-.61-1.04-1.06-1.72-1.42c.76.12 1.5.09 2.22-.14m-8.396-1.145l.753 1.04q.05-.006.103-.006a1 1 0 1 1-.914.592l-.752-1.039a2.46 2.46 0 0 1-2.033-.002l-.758 1.043a1 1 0 1 1-.809-.588l.759-1.043a2.46 2.46 0 0 1-.629-1.933l-1.225-.397a1 1 0 1 1 .309-.951l1.224.397a2.47 2.47 0 0 1 1.648-1.198v-1.284a1 1 0 1 1 1 0v1.284c.705.145 1.3.59 1.646 1.196l1.215-.394a1 1 0 1 1 .31.95l-1.216.396q.015.134.015.271c0 .642-.245 1.227-.646 1.666"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M26.23 19.766c2.47-.8 3.96-3.19 3.76-5.68a.53.53 0 0 0-.43-.47s-.89-.19-1.09-.23c-.1-.02-.14-.15-.08-.22c.13-.14.75-.84.75-.84c.16-.17.19-.44.07-.64c-1.29-2.13-3.9-3.19-6.38-2.38c-.71.23-1.33.65-1.87 1.18c.34-.68.54-1.39.54-2.14c0-2.6-1.81-4.76-4.24-5.33a.56.56 0 0 0-.59.26s-.46.79-.56.97c-.05.09-.19.08-.23.01c-.1-.17-.56-.98-.56-.98c-.12-.2-.36-.32-.58-.26c-2.42.56-4.24 2.72-4.24 5.32c0 .75.21 1.46.54 2.14c-.54-.53-1.15-.94-1.86-1.17c-2.48-.81-5.09.25-6.38 2.38c-.12.2-.09.46.07.64c0 0 .61.68.75.83c.07.07.02.21-.07.23l-1.1.23c-.23.05-.41.24-.43.47a5.48 5.48 0 0 0 3.76 5.68c.72.23 1.46.26 2.22.14c-.68.35-1.28.81-1.72 1.42c-1.53 2.1-1.33 4.91.3 6.8c.15.18.41.23.63.13c0 0 .83-.37 1.02-.46c.09-.04.2.04.19.13l-.12 1.12c-.02.23.1.47.32.56c2.3.96 5.03.28 6.56-1.82c.44-.61.69-1.3.82-2.05c.13.75.38 1.45.82 2.05c1.53 2.1 4.26 2.78 6.56 1.82c.22-.09.34-.32.32-.56c0 0-.1-.91-.12-1.11c-.01-.1.1-.18.19-.14l1.03.46c.21.1.48.05.63-.13c1.63-1.89 1.83-4.7.3-6.8c-.44-.61-1.04-1.06-1.72-1.42c.76.12 1.5.09 2.22-.14m-8.396-1.145l.753 1.04q.05-.006.103-.006a1 1 0 1 1-.914.592l-.752-1.039a2.46 2.46 0 0 1-2.033-.002l-.758 1.043a1 1 0 1 1-.809-.588l.759-1.043a2.46 2.46 0 0 1-.629-1.933l-1.225-.397a1 1 0 1 1 .309-.951l1.224.397a2.47 2.47 0 0 1 1.648-1.198v-1.284a1 1 0 1 1 1 0v1.284c.705.145 1.3.59 1.646 1.196l1.215-.394a1 1 0 1 1 .31.95l-1.216.396q.015.134.015.271c0 .642-.245 1.227-.646 1.666"/></svg> </template>
CSS
.icon-cherry-blossom {
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%22M26.23%2019.766c2.47-.8%203.96-3.19%203.76-5.68a.53.53%200%200%200-.43-.47s-.89-.19-1.09-.23c-.1-.02-.14-.15-.08-.22c.13-.14.75-.84.75-.84c.16-.17.19-.44.07-.64c-1.29-2.13-3.9-3.19-6.38-2.38c-.71.23-1.33.65-1.87%201.18c.34-.68.54-1.39.54-2.14c0-2.6-1.81-4.76-4.24-5.33a.56.56%200%200%200-.59.26s-.46.79-.56.97c-.05.09-.19.08-.23.01c-.1-.17-.56-.98-.56-.98c-.12-.2-.36-.32-.58-.26c-2.42.56-4.24%202.72-4.24%205.32c0%20.75.21%201.46.54%202.14c-.54-.53-1.15-.94-1.86-1.17c-2.48-.81-5.09.25-6.38%202.38c-.12.2-.09.46.07.64c0%200%20.61.68.75.83c.07.07.02.21-.07.23l-1.1.23c-.23.05-.41.24-.43.47a5.48%205.48%200%200%200%203.76%205.68c.72.23%201.46.26%202.22.14c-.68.35-1.28.81-1.72%201.42c-1.53%202.1-1.33%204.91.3%206.8c.15.18.41.23.63.13c0%200%20.83-.37%201.02-.46c.09-.04.2.04.19.13l-.12%201.12c-.02.23.1.47.32.56c2.3.96%205.03.28%206.56-1.82c.44-.61.69-1.3.82-2.05c.13.75.38%201.45.82%202.05c1.53%202.1%204.26%202.78%206.56%201.82c.22-.09.34-.32.32-.56c0%200-.1-.91-.12-1.11c-.01-.1.1-.18.19-.14l1.03.46c.21.1.48.05.63-.13c1.63-1.89%201.83-4.7.3-6.8c-.44-.61-1.04-1.06-1.72-1.42c.76.12%201.5.09%202.22-.14m-8.396-1.145l.753%201.04q.05-.006.103-.006a1%201%200%201%201-.914.592l-.752-1.039a2.46%202.46%200%200%201-2.033-.002l-.758%201.043a1%201%200%201%201-.809-.588l.759-1.043a2.46%202.46%200%200%201-.629-1.933l-1.225-.397a1%201%200%201%201%20.309-.951l1.224.397a2.47%202.47%200%200%201%201.648-1.198v-1.284a1%201%200%201%201%201%200v1.284c.705.145%201.3.59%201.646%201.196l1.215-.394a1%201%200%201%201%20.31.95l-1.216.396q.015.134.015.271c0%20.642-.245%201.227-.646%201.666%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%22M26.23%2019.766c2.47-.8%203.96-3.19%203.76-5.68a.53.53%200%200%200-.43-.47s-.89-.19-1.09-.23c-.1-.02-.14-.15-.08-.22c.13-.14.75-.84.75-.84c.16-.17.19-.44.07-.64c-1.29-2.13-3.9-3.19-6.38-2.38c-.71.23-1.33.65-1.87%201.18c.34-.68.54-1.39.54-2.14c0-2.6-1.81-4.76-4.24-5.33a.56.56%200%200%200-.59.26s-.46.79-.56.97c-.05.09-.19.08-.23.01c-.1-.17-.56-.98-.56-.98c-.12-.2-.36-.32-.58-.26c-2.42.56-4.24%202.72-4.24%205.32c0%20.75.21%201.46.54%202.14c-.54-.53-1.15-.94-1.86-1.17c-2.48-.81-5.09.25-6.38%202.38c-.12.2-.09.46.07.64c0%200%20.61.68.75.83c.07.07.02.21-.07.23l-1.1.23c-.23.05-.41.24-.43.47a5.48%205.48%200%200%200%203.76%205.68c.72.23%201.46.26%202.22.14c-.68.35-1.28.81-1.72%201.42c-1.53%202.1-1.33%204.91.3%206.8c.15.18.41.23.63.13c0%200%20.83-.37%201.02-.46c.09-.04.2.04.19.13l-.12%201.12c-.02.23.1.47.32.56c2.3.96%205.03.28%206.56-1.82c.44-.61.69-1.3.82-2.05c.13.75.38%201.45.82%202.05c1.53%202.1%204.26%202.78%206.56%201.82c.22-.09.34-.32.32-.56c0%200-.1-.91-.12-1.11c-.01-.1.1-.18.19-.14l1.03.46c.21.1.48.05.63-.13c1.63-1.89%201.83-4.7.3-6.8c-.44-.61-1.04-1.06-1.72-1.42c.76.12%201.5.09%202.22-.14m-8.396-1.145l.753%201.04q.05-.006.103-.006a1%201%200%201%201-.914.592l-.752-1.039a2.46%202.46%200%200%201-2.033-.002l-.758%201.043a1%201%200%201%201-.809-.588l.759-1.043a2.46%202.46%200%200%201-.629-1.933l-1.225-.397a1%201%200%201%201%20.309-.951l1.224.397a2.47%202.47%200%200%201%201.648-1.198v-1.284a1%201%200%201%201%201%200v1.284c.705.145%201.3.59%201.646%201.196l1.215-.394a1%201%200%201%201%20.31.95l-1.216.396q.015.134.015.271c0%20.642-.245%201.227-.646%201.666%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/cherry-blossom.svg?color=%231a73e8&size=48