blossom emoji
blossom from OpenMoji by OpenMoji · Default · Animals Nature · CC-BY-SA-4.0 Attribution required.
- Name
- blossom
- Set
- OpenMoji
- Style
- Default
- Category
- Animals Nature
- Viewbox
- 72×72
- License
- CC BY-SA 4.0
The same emoji in other sets
More animals nature icons from OpenMoji
Use the blossom emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#fcea2b" d="M53.199 26.128a1 1 0 0 1 0-1.182l.78-1.066a5.286 5.286 0 0 0-4.836-8.376l-1.313.143a1.01 1.01 0 0 1-1.023-.59l-.533-1.209a5.286 5.286 0 0 0-9.672 0l-.533 1.21a1.01 1.01 0 0 1-1.023.59l-1.313-.144a5.286 5.286 0 0 0-4.836 8.376l.78 1.066a1 1 0 0 1 0 1.182l-.78 1.066a5.285 5.285 0 0 0 4.837 8.376l1.313-.143a1 1 0 0 1 1.023.59l.533 1.208q.203.45.484.854q.065.093.133.182q.256.349.567.65q.028.03.056.057a5.1 5.1 0 0 0 1.738 1.068c.594.224 1.223.34 1.858.342a5.22 5.22 0 0 0 4.836-3.153l.533-1.208a1 1 0 0 1 1.023-.59l1.313.142a5.286 5.286 0 0 0 4.837-8.376z"/><path fill="#5c9e31" d="M10.079 28.398c-.151 2.092-.178 7.231 2.687 10.738s7.906 4.508 9.985 4.774c.15-2.092.178-7.232-2.687-10.738c-2.875-3.517-7.908-4.508-9.985-4.774"/><path fill="#f1b31c" d="M41.438 21.537a4 4 0 1 0 0 8a4 4 0 0 0 0-8"/><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><circle cx="41.438" cy="25.537" r="5"/><path d="M20.837 32.54C24.829 37.424 23.642 45 23.642 45s-7.66-.347-11.653-5.233s-2.805-12.462-2.805-12.462s7.66.347 11.653 5.233M32.01 41.09c-3.437 3.548-7.675 10.246-5.828 20.735m21.007-48.382l.533 1.21l1.313-.144a6.285 6.285 0 0 1 5.75 9.961l-.78 1.066l.78 1.066a6.285 6.285 0 0 1-5.75 9.961l-1.313-.143l-.533 1.21a6.285 6.285 0 0 1-11.5 0l-.533-1.21l-1.313.143a6.285 6.285 0 0 1-5.751-9.96l.78-1.067l-.78-1.066a6.285 6.285 0 0 1 5.75-9.96l1.314.142l.533-1.209a6.285 6.285 0 0 1 11.5 0"/></g></svg>
React
import type { SVGProps } from "react";
export function OpenmojiBlossom(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#fcea2b" d="M53.199 26.128a1 1 0 0 1 0-1.182l.78-1.066a5.286 5.286 0 0 0-4.836-8.376l-1.313.143a1.01 1.01 0 0 1-1.023-.59l-.533-1.209a5.286 5.286 0 0 0-9.672 0l-.533 1.21a1.01 1.01 0 0 1-1.023.59l-1.313-.144a5.286 5.286 0 0 0-4.836 8.376l.78 1.066a1 1 0 0 1 0 1.182l-.78 1.066a5.285 5.285 0 0 0 4.837 8.376l1.313-.143a1 1 0 0 1 1.023.59l.533 1.208q.203.45.484.854q.065.093.133.182q.256.349.567.65q.028.03.056.057a5.1 5.1 0 0 0 1.738 1.068c.594.224 1.223.34 1.858.342a5.22 5.22 0 0 0 4.836-3.153l.533-1.208a1 1 0 0 1 1.023-.59l1.313.142a5.286 5.286 0 0 0 4.837-8.376z"/><path fill="#5c9e31" d="M10.079 28.398c-.151 2.092-.178 7.231 2.687 10.738s7.906 4.508 9.985 4.774c.15-2.092.178-7.232-2.687-10.738c-2.875-3.517-7.908-4.508-9.985-4.774"/><path fill="#f1b31c" d="M41.438 21.537a4 4 0 1 0 0 8a4 4 0 0 0 0-8"/><g fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2"><circle cx="41.438" cy="25.537" r="5"/><path d="M20.837 32.54C24.829 37.424 23.642 45 23.642 45s-7.66-.347-11.653-5.233s-2.805-12.462-2.805-12.462s7.66.347 11.653 5.233M32.01 41.09c-3.437 3.548-7.675 10.246-5.828 20.735m21.007-48.382l.533 1.21l1.313-.144a6.285 6.285 0 0 1 5.75 9.961l-.78 1.066l.78 1.066a6.285 6.285 0 0 1-5.75 9.961l-1.313-.143l-.533 1.21a6.285 6.285 0 0 1-11.5 0l-.533-1.21l-1.313.143a6.285 6.285 0 0 1-5.751-9.96l.78-1.067l-.78-1.066a6.285 6.285 0 0 1 5.75-9.96l1.314.142l.533-1.209a6.285 6.285 0 0 1 11.5 0"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#fcea2b" d="M53.199 26.128a1 1 0 0 1 0-1.182l.78-1.066a5.286 5.286 0 0 0-4.836-8.376l-1.313.143a1.01 1.01 0 0 1-1.023-.59l-.533-1.209a5.286 5.286 0 0 0-9.672 0l-.533 1.21a1.01 1.01 0 0 1-1.023.59l-1.313-.144a5.286 5.286 0 0 0-4.836 8.376l.78 1.066a1 1 0 0 1 0 1.182l-.78 1.066a5.285 5.285 0 0 0 4.837 8.376l1.313-.143a1 1 0 0 1 1.023.59l.533 1.208q.203.45.484.854q.065.093.133.182q.256.349.567.65q.028.03.056.057a5.1 5.1 0 0 0 1.738 1.068c.594.224 1.223.34 1.858.342a5.22 5.22 0 0 0 4.836-3.153l.533-1.208a1 1 0 0 1 1.023-.59l1.313.142a5.286 5.286 0 0 0 4.837-8.376z"/><path fill="#5c9e31" d="M10.079 28.398c-.151 2.092-.178 7.231 2.687 10.738s7.906 4.508 9.985 4.774c.15-2.092.178-7.232-2.687-10.738c-2.875-3.517-7.908-4.508-9.985-4.774"/><path fill="#f1b31c" d="M41.438 21.537a4 4 0 1 0 0 8a4 4 0 0 0 0-8"/><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><circle cx="41.438" cy="25.537" r="5"/><path d="M20.837 32.54C24.829 37.424 23.642 45 23.642 45s-7.66-.347-11.653-5.233s-2.805-12.462-2.805-12.462s7.66.347 11.653 5.233M32.01 41.09c-3.437 3.548-7.675 10.246-5.828 20.735m21.007-48.382l.533 1.21l1.313-.144a6.285 6.285 0 0 1 5.75 9.961l-.78 1.066l.78 1.066a6.285 6.285 0 0 1-5.75 9.961l-1.313-.143l-.533 1.21a6.285 6.285 0 0 1-11.5 0l-.533-1.21l-1.313.143a6.285 6.285 0 0 1-5.751-9.96l.78-1.067l-.78-1.066a6.285 6.285 0 0 1 5.75-9.96l1.314.142l.533-1.209a6.285 6.285 0 0 1 11.5 0"/></g></svg> </template>
CSS
.icon-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%2072%2072%22%3E%3Cpath%20fill%3D%22%23fcea2b%22%20d%3D%22M53.199%2026.128a1%201%200%200%201%200-1.182l.78-1.066a5.286%205.286%200%200%200-4.836-8.376l-1.313.143a1.01%201.01%200%200%201-1.023-.59l-.533-1.209a5.286%205.286%200%200%200-9.672%200l-.533%201.21a1.01%201.01%200%200%201-1.023.59l-1.313-.144a5.286%205.286%200%200%200-4.836%208.376l.78%201.066a1%201%200%200%201%200%201.182l-.78%201.066a5.285%205.285%200%200%200%204.837%208.376l1.313-.143a1%201%200%200%201%201.023.59l.533%201.208q.203.45.484.854q.065.093.133.182q.256.349.567.65q.028.03.056.057a5.1%205.1%200%200%200%201.738%201.068c.594.224%201.223.34%201.858.342a5.22%205.22%200%200%200%204.836-3.153l.533-1.208a1%201%200%200%201%201.023-.59l1.313.142a5.286%205.286%200%200%200%204.837-8.376z%22%2F%3E%3Cpath%20fill%3D%22%235c9e31%22%20d%3D%22M10.079%2028.398c-.151%202.092-.178%207.231%202.687%2010.738s7.906%204.508%209.985%204.774c.15-2.092.178-7.232-2.687-10.738c-2.875-3.517-7.908-4.508-9.985-4.774%22%2F%3E%3Cpath%20fill%3D%22%23f1b31c%22%20d%3D%22M41.438%2021.537a4%204%200%201%200%200%208a4%204%200%200%200%200-8%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Ccircle%20cx%3D%2241.438%22%20cy%3D%2225.537%22%20r%3D%225%22%2F%3E%3Cpath%20d%3D%22M20.837%2032.54C24.829%2037.424%2023.642%2045%2023.642%2045s-7.66-.347-11.653-5.233s-2.805-12.462-2.805-12.462s7.66.347%2011.653%205.233M32.01%2041.09c-3.437%203.548-7.675%2010.246-5.828%2020.735m21.007-48.382l.533%201.21l1.313-.144a6.285%206.285%200%200%201%205.75%209.961l-.78%201.066l.78%201.066a6.285%206.285%200%200%201-5.75%209.961l-1.313-.143l-.533%201.21a6.285%206.285%200%200%201-11.5%200l-.533-1.21l-1.313.143a6.285%206.285%200%200%201-5.751-9.96l.78-1.067l-.78-1.066a6.285%206.285%200%200%201%205.75-9.96l1.314.142l.533-1.209a6.285%206.285%200%200%201%2011.5%200%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%2072%2072%22%3E%3Cpath%20fill%3D%22%23fcea2b%22%20d%3D%22M53.199%2026.128a1%201%200%200%201%200-1.182l.78-1.066a5.286%205.286%200%200%200-4.836-8.376l-1.313.143a1.01%201.01%200%200%201-1.023-.59l-.533-1.209a5.286%205.286%200%200%200-9.672%200l-.533%201.21a1.01%201.01%200%200%201-1.023.59l-1.313-.144a5.286%205.286%200%200%200-4.836%208.376l.78%201.066a1%201%200%200%201%200%201.182l-.78%201.066a5.285%205.285%200%200%200%204.837%208.376l1.313-.143a1%201%200%200%201%201.023.59l.533%201.208q.203.45.484.854q.065.093.133.182q.256.349.567.65q.028.03.056.057a5.1%205.1%200%200%200%201.738%201.068c.594.224%201.223.34%201.858.342a5.22%205.22%200%200%200%204.836-3.153l.533-1.208a1%201%200%200%201%201.023-.59l1.313.142a5.286%205.286%200%200%200%204.837-8.376z%22%2F%3E%3Cpath%20fill%3D%22%235c9e31%22%20d%3D%22M10.079%2028.398c-.151%202.092-.178%207.231%202.687%2010.738s7.906%204.508%209.985%204.774c.15-2.092.178-7.232-2.687-10.738c-2.875-3.517-7.908-4.508-9.985-4.774%22%2F%3E%3Cpath%20fill%3D%22%23f1b31c%22%20d%3D%22M41.438%2021.537a4%204%200%201%200%200%208a4%204%200%200%200%200-8%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Ccircle%20cx%3D%2241.438%22%20cy%3D%2225.537%22%20r%3D%225%22%2F%3E%3Cpath%20d%3D%22M20.837%2032.54C24.829%2037.424%2023.642%2045%2023.642%2045s-7.66-.347-11.653-5.233s-2.805-12.462-2.805-12.462s7.66.347%2011.653%205.233M32.01%2041.09c-3.437%203.548-7.675%2010.246-5.828%2020.735m21.007-48.382l.533%201.21l1.313-.144a6.285%206.285%200%200%201%205.75%209.961l-.78%201.066l.78%201.066a6.285%206.285%200%200%201-5.75%209.961l-1.313-.143l-.533%201.21a6.285%206.285%200%200%201-11.5%200l-.533-1.21l-1.313.143a6.285%206.285%200%200%201-5.751-9.96l.78-1.067l-.78-1.066a6.285%206.285%200%200%201%205.75-9.96l1.314.142l.533-1.209a6.285%206.285%200%200%201%2011.5%200%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/openmoji/blossom.svg?color=%231a73e8&size=48