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

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

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M20.72 3.514V2.54c0-.28-.22-.5-.5-.5h-.87c-1.57 0-2.91.94-3.52 2.28A3.82 3.82 0 0 0 12.31 2h-.86c-.29 0-.52.23-.52.51v.99h-.812c-1.535 0-2.385 1.581-1.78 2.864C8.702 7.134 9 8.004 9 9c0 .852-.199 1.45-.447 2.178l-.008.024C8.295 11.938 8 12.803 8 14c0 1.366.272 2.953 1.566 4.167c1.13 1.059 2.88 1.683 5.434 1.81v4.983l-1.35.67c-.27.13-.27.52 0 .65l1.35.67V30h3.867c3.276 0 5.963-2.545 6.133-5.68a.297.297 0 0 0-.3-.32l-3.506.01A5.27 5.27 0 0 0 17 26.169V22l1.34-.65c.27-.13.27-.52 0-.65L17 20.03v-.054c2.555-.126 4.305-.75 5.434-1.809C23.728 16.953 24 15.367 24 14c0-1.496-.326-2.39-.602-3.145C23.168 10.227 23 9.757 23 9c0-1.04.389-1.943.813-2.798c.655-1.318-.324-2.702-1.7-2.702c-.464 0-.93-.025-1.393.014M10.147 5.51l-.004-.01c.404 0 .808-.024 1.209.036a5.2 5.2 0 0 1 1.047.275c.84.316 1.906.949 2.769 2.244L16 9.303l.832-1.248c.863-1.295 1.928-1.928 2.77-2.244c.442-.166.927-.298 1.404-.311h.924C21.503 6.377 21 7.568 21 9c0 1.121.273 1.868.513 2.524l.006.017v.002c.25.683.481 1.314.481 2.457c0 1.134-.229 2.047-.934 2.708C20.337 17.392 18.894 18 16 18s-4.337-.608-5.066-1.292C10.229 16.047 10 15.134 10 14c0-.852.199-1.45.447-2.178l.008-.024c.25-.736.545-1.601.545-2.798c0-1.406-.424-2.58-.853-3.49"/></svg>

React

import type { SVGProps } from "react";

export function FluentEmojiHighContrastRose(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="M20.72 3.514V2.54c0-.28-.22-.5-.5-.5h-.87c-1.57 0-2.91.94-3.52 2.28A3.82 3.82 0 0 0 12.31 2h-.86c-.29 0-.52.23-.52.51v.99h-.812c-1.535 0-2.385 1.581-1.78 2.864C8.702 7.134 9 8.004 9 9c0 .852-.199 1.45-.447 2.178l-.008.024C8.295 11.938 8 12.803 8 14c0 1.366.272 2.953 1.566 4.167c1.13 1.059 2.88 1.683 5.434 1.81v4.983l-1.35.67c-.27.13-.27.52 0 .65l1.35.67V30h3.867c3.276 0 5.963-2.545 6.133-5.68a.297.297 0 0 0-.3-.32l-3.506.01A5.27 5.27 0 0 0 17 26.169V22l1.34-.65c.27-.13.27-.52 0-.65L17 20.03v-.054c2.555-.126 4.305-.75 5.434-1.809C23.728 16.953 24 15.367 24 14c0-1.496-.326-2.39-.602-3.145C23.168 10.227 23 9.757 23 9c0-1.04.389-1.943.813-2.798c.655-1.318-.324-2.702-1.7-2.702c-.464 0-.93-.025-1.393.014M10.147 5.51l-.004-.01c.404 0 .808-.024 1.209.036a5.2 5.2 0 0 1 1.047.275c.84.316 1.906.949 2.769 2.244L16 9.303l.832-1.248c.863-1.295 1.928-1.928 2.77-2.244c.442-.166.927-.298 1.404-.311h.924C21.503 6.377 21 7.568 21 9c0 1.121.273 1.868.513 2.524l.006.017v.002c.25.683.481 1.314.481 2.457c0 1.134-.229 2.047-.934 2.708C20.337 17.392 18.894 18 16 18s-4.337-.608-5.066-1.292C10.229 16.047 10 15.134 10 14c0-.852.199-1.45.447-2.178l.008-.024c.25-.736.545-1.601.545-2.798c0-1.406-.424-2.58-.853-3.49"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M20.72 3.514V2.54c0-.28-.22-.5-.5-.5h-.87c-1.57 0-2.91.94-3.52 2.28A3.82 3.82 0 0 0 12.31 2h-.86c-.29 0-.52.23-.52.51v.99h-.812c-1.535 0-2.385 1.581-1.78 2.864C8.702 7.134 9 8.004 9 9c0 .852-.199 1.45-.447 2.178l-.008.024C8.295 11.938 8 12.803 8 14c0 1.366.272 2.953 1.566 4.167c1.13 1.059 2.88 1.683 5.434 1.81v4.983l-1.35.67c-.27.13-.27.52 0 .65l1.35.67V30h3.867c3.276 0 5.963-2.545 6.133-5.68a.297.297 0 0 0-.3-.32l-3.506.01A5.27 5.27 0 0 0 17 26.169V22l1.34-.65c.27-.13.27-.52 0-.65L17 20.03v-.054c2.555-.126 4.305-.75 5.434-1.809C23.728 16.953 24 15.367 24 14c0-1.496-.326-2.39-.602-3.145C23.168 10.227 23 9.757 23 9c0-1.04.389-1.943.813-2.798c.655-1.318-.324-2.702-1.7-2.702c-.464 0-.93-.025-1.393.014M10.147 5.51l-.004-.01c.404 0 .808-.024 1.209.036a5.2 5.2 0 0 1 1.047.275c.84.316 1.906.949 2.769 2.244L16 9.303l.832-1.248c.863-1.295 1.928-1.928 2.77-2.244c.442-.166.927-.298 1.404-.311h.924C21.503 6.377 21 7.568 21 9c0 1.121.273 1.868.513 2.524l.006.017v.002c.25.683.481 1.314.481 2.457c0 1.134-.229 2.047-.934 2.708C20.337 17.392 18.894 18 16 18s-4.337-.608-5.066-1.292C10.229 16.047 10 15.134 10 14c0-.852.199-1.45.447-2.178l.008-.024c.25-.736.545-1.601.545-2.798c0-1.406-.424-2.58-.853-3.49"/></svg>
</template>

CSS

.icon-rose {
  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%22M20.72%203.514V2.54c0-.28-.22-.5-.5-.5h-.87c-1.57%200-2.91.94-3.52%202.28A3.82%203.82%200%200%200%2012.31%202h-.86c-.29%200-.52.23-.52.51v.99h-.812c-1.535%200-2.385%201.581-1.78%202.864C8.702%207.134%209%208.004%209%209c0%20.852-.199%201.45-.447%202.178l-.008.024C8.295%2011.938%208%2012.803%208%2014c0%201.366.272%202.953%201.566%204.167c1.13%201.059%202.88%201.683%205.434%201.81v4.983l-1.35.67c-.27.13-.27.52%200%20.65l1.35.67V30h3.867c3.276%200%205.963-2.545%206.133-5.68a.297.297%200%200%200-.3-.32l-3.506.01A5.27%205.27%200%200%200%2017%2026.169V22l1.34-.65c.27-.13.27-.52%200-.65L17%2020.03v-.054c2.555-.126%204.305-.75%205.434-1.809C23.728%2016.953%2024%2015.367%2024%2014c0-1.496-.326-2.39-.602-3.145C23.168%2010.227%2023%209.757%2023%209c0-1.04.389-1.943.813-2.798c.655-1.318-.324-2.702-1.7-2.702c-.464%200-.93-.025-1.393.014M10.147%205.51l-.004-.01c.404%200%20.808-.024%201.209.036a5.2%205.2%200%200%201%201.047.275c.84.316%201.906.949%202.769%202.244L16%209.303l.832-1.248c.863-1.295%201.928-1.928%202.77-2.244c.442-.166.927-.298%201.404-.311h.924C21.503%206.377%2021%207.568%2021%209c0%201.121.273%201.868.513%202.524l.006.017v.002c.25.683.481%201.314.481%202.457c0%201.134-.229%202.047-.934%202.708C20.337%2017.392%2018.894%2018%2016%2018s-4.337-.608-5.066-1.292C10.229%2016.047%2010%2015.134%2010%2014c0-.852.199-1.45.447-2.178l.008-.024c.25-.736.545-1.601.545-2.798c0-1.406-.424-2.58-.853-3.49%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%22M20.72%203.514V2.54c0-.28-.22-.5-.5-.5h-.87c-1.57%200-2.91.94-3.52%202.28A3.82%203.82%200%200%200%2012.31%202h-.86c-.29%200-.52.23-.52.51v.99h-.812c-1.535%200-2.385%201.581-1.78%202.864C8.702%207.134%209%208.004%209%209c0%20.852-.199%201.45-.447%202.178l-.008.024C8.295%2011.938%208%2012.803%208%2014c0%201.366.272%202.953%201.566%204.167c1.13%201.059%202.88%201.683%205.434%201.81v4.983l-1.35.67c-.27.13-.27.52%200%20.65l1.35.67V30h3.867c3.276%200%205.963-2.545%206.133-5.68a.297.297%200%200%200-.3-.32l-3.506.01A5.27%205.27%200%200%200%2017%2026.169V22l1.34-.65c.27-.13.27-.52%200-.65L17%2020.03v-.054c2.555-.126%204.305-.75%205.434-1.809C23.728%2016.953%2024%2015.367%2024%2014c0-1.496-.326-2.39-.602-3.145C23.168%2010.227%2023%209.757%2023%209c0-1.04.389-1.943.813-2.798c.655-1.318-.324-2.702-1.7-2.702c-.464%200-.93-.025-1.393.014M10.147%205.51l-.004-.01c.404%200%20.808-.024%201.209.036a5.2%205.2%200%200%201%201.047.275c.84.316%201.906.949%202.769%202.244L16%209.303l.832-1.248c.863-1.295%201.928-1.928%202.77-2.244c.442-.166.927-.298%201.404-.311h.924C21.503%206.377%2021%207.568%2021%209c0%201.121.273%201.868.513%202.524l.006.017v.002c.25.683.481%201.314.481%202.457c0%201.134-.229%202.047-.934%202.708C20.337%2017.392%2018.894%2018%2016%2018s-4.337-.608-5.066-1.292C10.229%2016.047%2010%2015.134%2010%2014c0-.852.199-1.45.447-2.178l.008-.024c.25-.736.545-1.601.545-2.798c0-1.406-.424-2.58-.853-3.49%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/rose.svg?color=%231a73e8&size=48