blossom from Fluent Emoji High Contrast by Microsoft Corporation · Default · Animals & Nature · MIT Free for personal and commercial use.

Name
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 blossom emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="M19.776 13.58a3.78 3.78 0 1 1-7.56 0a3.78 3.78 0 0 1 7.56 0"/><path d="M11.09 6.454A4.986 4.986 0 0 1 16.055 1c2.894 0 5.17 2.462 5.009 5.326v.013l-.036.503l.57-.197a4.99 4.99 0 0 1 6.479 3.527c.688 2.817-1.164 5.616-4.013 6.104l-.214.036l.361.447l.002.002c1.852 2.279 1.335 5.653-1.1 7.29h-.002a4.995 4.995 0 0 1-6.015-.348v4.217c.572-1.73 2.19-2.984 4.04-3l2.88-.01c.14 0 .26.12.25.27c-.14 2.66-2.34 4.81-5.04 4.81h-2.07a.3.3 0 0 1-.105-.02h-1.808a.3.3 0 0 1-.097.02l-2.88-.01c-2.31-.02-4.26-1.97-4.26-4.37v-.42c0-.15.12-.28.28-.28h2.07c2.178 0 4.032 1.4 4.74 3.339v-4.644c-1.65 1.49-4.175 1.757-6.127.446a4.984 4.984 0 0 1-1.1-7.291l.38-.469l-.091-.015a4.987 4.987 0 0 1-4.014-6.103v-.002c.7-2.847 3.688-4.49 6.468-3.526h.001l.511.176zm1.991-.188l.325 3.453l-3.445-1.183l-.003-.001a2.98 2.98 0 0 0-3.871 2.113a2.987 2.987 0 0 0 2.406 3.656l3.469.585l-2.54 3.132a2.984 2.984 0 0 0 .66 4.368h.001a2.996 2.996 0 0 0 4.265-1.006l.01-.017l1.857-2.96l1.53 2.997a2.992 2.992 0 1 0 4.915-3.382l-.002-.002l-2.517-3.11l3.586-.605h.001a2.993 2.993 0 0 0 2.406-3.656a2.99 2.99 0 0 0-3.88-2.113l-3.431 1.183l.244-3.51C19.162 4.473 17.78 3 16.055 3a2.986 2.986 0 0 0-2.974 3.266"/></g></svg>

React

import type { SVGProps } from "react";

export function FluentEmojiHighContrastBlossom(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="M19.776 13.58a3.78 3.78 0 1 1-7.56 0a3.78 3.78 0 0 1 7.56 0"/><path d="M11.09 6.454A4.986 4.986 0 0 1 16.055 1c2.894 0 5.17 2.462 5.009 5.326v.013l-.036.503l.57-.197a4.99 4.99 0 0 1 6.479 3.527c.688 2.817-1.164 5.616-4.013 6.104l-.214.036l.361.447l.002.002c1.852 2.279 1.335 5.653-1.1 7.29h-.002a4.995 4.995 0 0 1-6.015-.348v4.217c.572-1.73 2.19-2.984 4.04-3l2.88-.01c.14 0 .26.12.25.27c-.14 2.66-2.34 4.81-5.04 4.81h-2.07a.3.3 0 0 1-.105-.02h-1.808a.3.3 0 0 1-.097.02l-2.88-.01c-2.31-.02-4.26-1.97-4.26-4.37v-.42c0-.15.12-.28.28-.28h2.07c2.178 0 4.032 1.4 4.74 3.339v-4.644c-1.65 1.49-4.175 1.757-6.127.446a4.984 4.984 0 0 1-1.1-7.291l.38-.469l-.091-.015a4.987 4.987 0 0 1-4.014-6.103v-.002c.7-2.847 3.688-4.49 6.468-3.526h.001l.511.176zm1.991-.188l.325 3.453l-3.445-1.183l-.003-.001a2.98 2.98 0 0 0-3.871 2.113a2.987 2.987 0 0 0 2.406 3.656l3.469.585l-2.54 3.132a2.984 2.984 0 0 0 .66 4.368h.001a2.996 2.996 0 0 0 4.265-1.006l.01-.017l1.857-2.96l1.53 2.997a2.992 2.992 0 1 0 4.915-3.382l-.002-.002l-2.517-3.11l3.586-.605h.001a2.993 2.993 0 0 0 2.406-3.656a2.99 2.99 0 0 0-3.88-2.113l-3.431 1.183l.244-3.51C19.162 4.473 17.78 3 16.055 3a2.986 2.986 0 0 0-2.974 3.266"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="M19.776 13.58a3.78 3.78 0 1 1-7.56 0a3.78 3.78 0 0 1 7.56 0"/><path d="M11.09 6.454A4.986 4.986 0 0 1 16.055 1c2.894 0 5.17 2.462 5.009 5.326v.013l-.036.503l.57-.197a4.99 4.99 0 0 1 6.479 3.527c.688 2.817-1.164 5.616-4.013 6.104l-.214.036l.361.447l.002.002c1.852 2.279 1.335 5.653-1.1 7.29h-.002a4.995 4.995 0 0 1-6.015-.348v4.217c.572-1.73 2.19-2.984 4.04-3l2.88-.01c.14 0 .26.12.25.27c-.14 2.66-2.34 4.81-5.04 4.81h-2.07a.3.3 0 0 1-.105-.02h-1.808a.3.3 0 0 1-.097.02l-2.88-.01c-2.31-.02-4.26-1.97-4.26-4.37v-.42c0-.15.12-.28.28-.28h2.07c2.178 0 4.032 1.4 4.74 3.339v-4.644c-1.65 1.49-4.175 1.757-6.127.446a4.984 4.984 0 0 1-1.1-7.291l.38-.469l-.091-.015a4.987 4.987 0 0 1-4.014-6.103v-.002c.7-2.847 3.688-4.49 6.468-3.526h.001l.511.176zm1.991-.188l.325 3.453l-3.445-1.183l-.003-.001a2.98 2.98 0 0 0-3.871 2.113a2.987 2.987 0 0 0 2.406 3.656l3.469.585l-2.54 3.132a2.984 2.984 0 0 0 .66 4.368h.001a2.996 2.996 0 0 0 4.265-1.006l.01-.017l1.857-2.96l1.53 2.997a2.992 2.992 0 1 0 4.915-3.382l-.002-.002l-2.517-3.11l3.586-.605h.001a2.993 2.993 0 0 0 2.406-3.656a2.99 2.99 0 0 0-3.88-2.113l-3.431 1.183l.244-3.51C19.162 4.473 17.78 3 16.055 3a2.986 2.986 0 0 0-2.974 3.266"/></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%2032%2032%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M19.776%2013.58a3.78%203.78%200%201%201-7.56%200a3.78%203.78%200%200%201%207.56%200%22%2F%3E%3Cpath%20d%3D%22M11.09%206.454A4.986%204.986%200%200%201%2016.055%201c2.894%200%205.17%202.462%205.009%205.326v.013l-.036.503l.57-.197a4.99%204.99%200%200%201%206.479%203.527c.688%202.817-1.164%205.616-4.013%206.104l-.214.036l.361.447l.002.002c1.852%202.279%201.335%205.653-1.1%207.29h-.002a4.995%204.995%200%200%201-6.015-.348v4.217c.572-1.73%202.19-2.984%204.04-3l2.88-.01c.14%200%20.26.12.25.27c-.14%202.66-2.34%204.81-5.04%204.81h-2.07a.3.3%200%200%201-.105-.02h-1.808a.3.3%200%200%201-.097.02l-2.88-.01c-2.31-.02-4.26-1.97-4.26-4.37v-.42c0-.15.12-.28.28-.28h2.07c2.178%200%204.032%201.4%204.74%203.339v-4.644c-1.65%201.49-4.175%201.757-6.127.446a4.984%204.984%200%200%201-1.1-7.291l.38-.469l-.091-.015a4.987%204.987%200%200%201-4.014-6.103v-.002c.7-2.847%203.688-4.49%206.468-3.526h.001l.511.176zm1.991-.188l.325%203.453l-3.445-1.183l-.003-.001a2.98%202.98%200%200%200-3.871%202.113a2.987%202.987%200%200%200%202.406%203.656l3.469.585l-2.54%203.132a2.984%202.984%200%200%200%20.66%204.368h.001a2.996%202.996%200%200%200%204.265-1.006l.01-.017l1.857-2.96l1.53%202.997a2.992%202.992%200%201%200%204.915-3.382l-.002-.002l-2.517-3.11l3.586-.605h.001a2.993%202.993%200%200%200%202.406-3.656a2.99%202.99%200%200%200-3.88-2.113l-3.431%201.183l.244-3.51C19.162%204.473%2017.78%203%2016.055%203a2.986%202.986%200%200%200-2.974%203.266%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%2032%2032%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M19.776%2013.58a3.78%203.78%200%201%201-7.56%200a3.78%203.78%200%200%201%207.56%200%22%2F%3E%3Cpath%20d%3D%22M11.09%206.454A4.986%204.986%200%200%201%2016.055%201c2.894%200%205.17%202.462%205.009%205.326v.013l-.036.503l.57-.197a4.99%204.99%200%200%201%206.479%203.527c.688%202.817-1.164%205.616-4.013%206.104l-.214.036l.361.447l.002.002c1.852%202.279%201.335%205.653-1.1%207.29h-.002a4.995%204.995%200%200%201-6.015-.348v4.217c.572-1.73%202.19-2.984%204.04-3l2.88-.01c.14%200%20.26.12.25.27c-.14%202.66-2.34%204.81-5.04%204.81h-2.07a.3.3%200%200%201-.105-.02h-1.808a.3.3%200%200%201-.097.02l-2.88-.01c-2.31-.02-4.26-1.97-4.26-4.37v-.42c0-.15.12-.28.28-.28h2.07c2.178%200%204.032%201.4%204.74%203.339v-4.644c-1.65%201.49-4.175%201.757-6.127.446a4.984%204.984%200%200%201-1.1-7.291l.38-.469l-.091-.015a4.987%204.987%200%200%201-4.014-6.103v-.002c.7-2.847%203.688-4.49%206.468-3.526h.001l.511.176zm1.991-.188l.325%203.453l-3.445-1.183l-.003-.001a2.98%202.98%200%200%200-3.871%202.113a2.987%202.987%200%200%200%202.406%203.656l3.469.585l-2.54%203.132a2.984%202.984%200%200%200%20.66%204.368h.001a2.996%202.996%200%200%200%204.265-1.006l.01-.017l1.857-2.96l1.53%202.997a2.992%202.992%200%201%200%204.915-3.382l-.002-.002l-2.517-3.11l3.586-.605h.001a2.993%202.993%200%200%200%202.406-3.656a2.99%202.99%200%200%200-3.88-2.113l-3.431%201.183l.244-3.51C19.162%204.473%2017.78%203%2016.055%203a2.986%202.986%200%200%200-2.974%203.266%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent-emoji-high-contrast/blossom.svg?color=%231a73e8&size=48