rose icon
rose-line from MingCute Icon by MingCute Design · Line · Apache-2.0 Free for personal and commercial use.
- Name
- rose-line
- Set
- MingCute Icon
- Style
- Line
- 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="none" stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M14 5.5c.456.825 0 2.271-1.5 2.5c-1.5.227-3-1.5-2-3.5c1.2-2.4 7-2 6.5.5l-.434 3.04a4.612 4.612 0 0 1-9.132 0L7 5s-.5-2.5 4-1.5m1 8.5v9m0-1c-.5-1-1-2-2-2.5m2.299-.045c.149.259 1.71-.297 2.651-.84c.941-.544 2.203-1.618 2.054-1.877s-1.71.298-2.652.841c-.94.543-2.203 1.617-2.053 1.876Zm-2.219-.156c-.375.65-2.049.55-2.915.05s-1.79-1.9-1.415-2.55s2.049-.549 2.915-.049s1.79 1.9 1.415 2.549Z"/></svg>
React
import type { SVGProps } from "react";
export function MingcuteRoseLine(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeWidth="2" d="M14 5.5c.456.825 0 2.271-1.5 2.5c-1.5.227-3-1.5-2-3.5c1.2-2.4 7-2 6.5.5l-.434 3.04a4.612 4.612 0 0 1-9.132 0L7 5s-.5-2.5 4-1.5m1 8.5v9m0-1c-.5-1-1-2-2-2.5m2.299-.045c.149.259 1.71-.297 2.651-.84c.941-.544 2.203-1.618 2.054-1.877s-1.71.298-2.652.841c-.94.543-2.203 1.617-2.053 1.876Zm-2.219-.156c-.375.65-2.049.55-2.915.05s-1.79-1.9-1.415-2.55s2.049-.549 2.915-.049s1.79 1.9 1.415 2.549Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M14 5.5c.456.825 0 2.271-1.5 2.5c-1.5.227-3-1.5-2-3.5c1.2-2.4 7-2 6.5.5l-.434 3.04a4.612 4.612 0 0 1-9.132 0L7 5s-.5-2.5 4-1.5m1 8.5v9m0-1c-.5-1-1-2-2-2.5m2.299-.045c.149.259 1.71-.297 2.651-.84c.941-.544 2.203-1.618 2.054-1.877s-1.71.298-2.652.841c-.94.543-2.203 1.617-2.053 1.876Zm-2.219-.156c-.375.65-2.049.55-2.915.05s-1.79-1.9-1.415-2.55s2.049-.549 2.915-.049s1.79 1.9 1.415 2.549Z"/></svg> </template>
CSS
.icon-rose-line {
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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M14%205.5c.456.825%200%202.271-1.5%202.5c-1.5.227-3-1.5-2-3.5c1.2-2.4%207-2%206.5.5l-.434%203.04a4.612%204.612%200%200%201-9.132%200L7%205s-.5-2.5%204-1.5m1%208.5v9m0-1c-.5-1-1-2-2-2.5m2.299-.045c.149.259%201.71-.297%202.651-.84c.941-.544%202.203-1.618%202.054-1.877s-1.71.298-2.652.841c-.94.543-2.203%201.617-2.053%201.876Zm-2.219-.156c-.375.65-2.049.55-2.915.05s-1.79-1.9-1.415-2.55s2.049-.549%202.915-.049s1.79%201.9%201.415%202.549Z%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M14%205.5c.456.825%200%202.271-1.5%202.5c-1.5.227-3-1.5-2-3.5c1.2-2.4%207-2%206.5.5l-.434%203.04a4.612%204.612%200%200%201-9.132%200L7%205s-.5-2.5%204-1.5m1%208.5v9m0-1c-.5-1-1-2-2-2.5m2.299-.045c.149.259%201.71-.297%202.651-.84c.941-.544%202.203-1.618%202.054-1.877s-1.71.298-2.652.841c-.94.543-2.203%201.617-2.053%201.876Zm-2.219-.156c-.375.65-2.049.55-2.915.05s-1.79-1.9-1.415-2.55s2.049-.549%202.915-.049s1.79%201.9%201.415%202.549Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mingcute/rose-line.svg?color=%231a73e8&size=48