rose icon
rose-fill from MingCute Icon by MingCute Design · Fill · Apache-2.0 Free for personal and commercial use.
- Name
- rose-fill
- Set
- MingCute Icon
- Style
- Fill
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in MingCute Icon
The same icon in other sets
Use the rose icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.46 1.917c.878.064 1.793.306 2.485.8c.726.519 1.234 1.358 1.043 2.424l.002.001l-.434 3.04A5.61 5.61 0 0 1 13 12.91v2.366c.283-.208.577-.404.852-.563a10.5 10.5 0 0 1 1.808-.804c.288-.096.595-.179.867-.215c.13-.017.312-.033.502-.005c.15.022.587.11.841.55s.112.864.057 1.004a2 2 0 0 1-.256.432c-.168.218-.394.44-.62.642a10.4 10.4 0 0 1-1.601 1.163a10.5 10.5 0 0 1-1.808.805c-.21.07-.432.133-.642.176v2.54a1 1 0 1 1-2 0v-.762c-.385-.76-.695-1.295-1.12-1.633a3.5 3.5 0 0 1-1.084.148c-.706-.008-1.518-.186-2.131-.54s-1.173-.968-1.532-1.575a3.4 3.4 0 0 1-.42-1.036c-.074-.36-.091-.848.172-1.304c.263-.455.694-.684 1.043-.8a3.4 3.4 0 0 1 1.107-.155c.705.008 1.517.187 2.13.54s1.174.969 1.533 1.576c.116.195.22.411.302.636V12.91a5.61 5.61 0 0 1-4.556-4.728l-.434-3.04a2.4 2.4 0 0 1-.012-.623c.038-.357.17-.854.561-1.302c.815-.931 2.311-1.209 4.636-.696q.271-.14.55-.244c.855-.317 1.823-.426 2.715-.36"/></svg>
React
import type { SVGProps } from "react";
export function MingcuteRoseFill(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.46 1.917c.878.064 1.793.306 2.485.8c.726.519 1.234 1.358 1.043 2.424l.002.001l-.434 3.04A5.61 5.61 0 0 1 13 12.91v2.366c.283-.208.577-.404.852-.563a10.5 10.5 0 0 1 1.808-.804c.288-.096.595-.179.867-.215c.13-.017.312-.033.502-.005c.15.022.587.11.841.55s.112.864.057 1.004a2 2 0 0 1-.256.432c-.168.218-.394.44-.62.642a10.4 10.4 0 0 1-1.601 1.163a10.5 10.5 0 0 1-1.808.805c-.21.07-.432.133-.642.176v2.54a1 1 0 1 1-2 0v-.762c-.385-.76-.695-1.295-1.12-1.633a3.5 3.5 0 0 1-1.084.148c-.706-.008-1.518-.186-2.131-.54s-1.173-.968-1.532-1.575a3.4 3.4 0 0 1-.42-1.036c-.074-.36-.091-.848.172-1.304c.263-.455.694-.684 1.043-.8a3.4 3.4 0 0 1 1.107-.155c.705.008 1.517.187 2.13.54s1.174.969 1.533 1.576c.116.195.22.411.302.636V12.91a5.61 5.61 0 0 1-4.556-4.728l-.434-3.04a2.4 2.4 0 0 1-.012-.623c.038-.357.17-.854.561-1.302c.815-.931 2.311-1.209 4.636-.696q.271-.14.55-.244c.855-.317 1.823-.426 2.715-.36"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.46 1.917c.878.064 1.793.306 2.485.8c.726.519 1.234 1.358 1.043 2.424l.002.001l-.434 3.04A5.61 5.61 0 0 1 13 12.91v2.366c.283-.208.577-.404.852-.563a10.5 10.5 0 0 1 1.808-.804c.288-.096.595-.179.867-.215c.13-.017.312-.033.502-.005c.15.022.587.11.841.55s.112.864.057 1.004a2 2 0 0 1-.256.432c-.168.218-.394.44-.62.642a10.4 10.4 0 0 1-1.601 1.163a10.5 10.5 0 0 1-1.808.805c-.21.07-.432.133-.642.176v2.54a1 1 0 1 1-2 0v-.762c-.385-.76-.695-1.295-1.12-1.633a3.5 3.5 0 0 1-1.084.148c-.706-.008-1.518-.186-2.131-.54s-1.173-.968-1.532-1.575a3.4 3.4 0 0 1-.42-1.036c-.074-.36-.091-.848.172-1.304c.263-.455.694-.684 1.043-.8a3.4 3.4 0 0 1 1.107-.155c.705.008 1.517.187 2.13.54s1.174.969 1.533 1.576c.116.195.22.411.302.636V12.91a5.61 5.61 0 0 1-4.556-4.728l-.434-3.04a2.4 2.4 0 0 1-.012-.623c.038-.357.17-.854.561-1.302c.815-.931 2.311-1.209 4.636-.696q.271-.14.55-.244c.855-.317 1.823-.426 2.715-.36"/></svg> </template>
CSS
.icon-rose-fill {
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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14.46%201.917c.878.064%201.793.306%202.485.8c.726.519%201.234%201.358%201.043%202.424l.002.001l-.434%203.04A5.61%205.61%200%200%201%2013%2012.91v2.366c.283-.208.577-.404.852-.563a10.5%2010.5%200%200%201%201.808-.804c.288-.096.595-.179.867-.215c.13-.017.312-.033.502-.005c.15.022.587.11.841.55s.112.864.057%201.004a2%202%200%200%201-.256.432c-.168.218-.394.44-.62.642a10.4%2010.4%200%200%201-1.601%201.163a10.5%2010.5%200%200%201-1.808.805c-.21.07-.432.133-.642.176v2.54a1%201%200%201%201-2%200v-.762c-.385-.76-.695-1.295-1.12-1.633a3.5%203.5%200%200%201-1.084.148c-.706-.008-1.518-.186-2.131-.54s-1.173-.968-1.532-1.575a3.4%203.4%200%200%201-.42-1.036c-.074-.36-.091-.848.172-1.304c.263-.455.694-.684%201.043-.8a3.4%203.4%200%200%201%201.107-.155c.705.008%201.517.187%202.13.54s1.174.969%201.533%201.576c.116.195.22.411.302.636V12.91a5.61%205.61%200%200%201-4.556-4.728l-.434-3.04a2.4%202.4%200%200%201-.012-.623c.038-.357.17-.854.561-1.302c.815-.931%202.311-1.209%204.636-.696q.271-.14.55-.244c.855-.317%201.823-.426%202.715-.36%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14.46%201.917c.878.064%201.793.306%202.485.8c.726.519%201.234%201.358%201.043%202.424l.002.001l-.434%203.04A5.61%205.61%200%200%201%2013%2012.91v2.366c.283-.208.577-.404.852-.563a10.5%2010.5%200%200%201%201.808-.804c.288-.096.595-.179.867-.215c.13-.017.312-.033.502-.005c.15.022.587.11.841.55s.112.864.057%201.004a2%202%200%200%201-.256.432c-.168.218-.394.44-.62.642a10.4%2010.4%200%200%201-1.601%201.163a10.5%2010.5%200%200%201-1.808.805c-.21.07-.432.133-.642.176v2.54a1%201%200%201%201-2%200v-.762c-.385-.76-.695-1.295-1.12-1.633a3.5%203.5%200%200%201-1.084.148c-.706-.008-1.518-.186-2.131-.54s-1.173-.968-1.532-1.575a3.4%203.4%200%200%201-.42-1.036c-.074-.36-.091-.848.172-1.304c.263-.455.694-.684%201.043-.8a3.4%203.4%200%200%201%201.107-.155c.705.008%201.517.187%202.13.54s1.174.969%201.533%201.576c.116.195.22.411.302.636V12.91a5.61%205.61%200%200%201-4.556-4.728l-.434-3.04a2.4%202.4%200%200%201-.012-.623c.038-.357.17-.854.561-1.302c.815-.931%202.311-1.209%204.636-.696q.271-.14.55-.244c.855-.317%201.823-.426%202.715-.36%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mingcute/rose-fill.svg?color=%231a73e8&size=48