rose from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
rose
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

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"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M14.124 2.612c1.087-1.088 2.899-.725 4.71 1.089c2.9 2.902 2.175 5.805 1.812 6.893l-2.898 2.903a5.12 5.12 0 0 1-7.247 0a5.136 5.136 0 0 1 0-7.256zm6.522 7.983c-1.811-1.573-6.522-3.629-10.87.725m4.348-8.708c-.604.847-1.16 3.193 1.45 5.806c2.184-1.094 2.719-3.884 2.571-5.215M5.067 18.166c-.161-.527.175-1.078.718-1.134c1.547-.162 2.514.3 3.215.974c.657.631 1.127 1.634 1.483 2.766c.165.524-.155 1.079-.694 1.161c-1.061.162-1.923.04-2.693-.507c-.779-.514-1.502-1.539-2.029-3.26"/><path d="M9 12c-4.456 3-6 10-6 10"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsRose(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"><path d="M14.124 2.612c1.087-1.088 2.899-.725 4.71 1.089c2.9 2.902 2.175 5.805 1.812 6.893l-2.898 2.903a5.12 5.12 0 0 1-7.247 0a5.136 5.136 0 0 1 0-7.256zm6.522 7.983c-1.811-1.573-6.522-3.629-10.87.725m4.348-8.708c-.604.847-1.16 3.193 1.45 5.806c2.184-1.094 2.719-3.884 2.571-5.215M5.067 18.166c-.161-.527.175-1.078.718-1.134c1.547-.162 2.514.3 3.215.974c.657.631 1.127 1.634 1.483 2.766c.165.524-.155 1.079-.694 1.161c-1.061.162-1.923.04-2.693-.507c-.779-.514-1.502-1.539-2.029-3.26"/><path d="M9 12c-4.456 3-6 10-6 10"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M14.124 2.612c1.087-1.088 2.899-.725 4.71 1.089c2.9 2.902 2.175 5.805 1.812 6.893l-2.898 2.903a5.12 5.12 0 0 1-7.247 0a5.136 5.136 0 0 1 0-7.256zm6.522 7.983c-1.811-1.573-6.522-3.629-10.87.725m4.348-8.708c-.604.847-1.16 3.193 1.45 5.806c2.184-1.094 2.719-3.884 2.571-5.215M5.067 18.166c-.161-.527.175-1.078.718-1.134c1.547-.162 2.514.3 3.215.974c.657.631 1.127 1.634 1.483 2.766c.165.524-.155 1.079-.694 1.161c-1.061.162-1.923.04-2.693-.507c-.779-.514-1.502-1.539-2.029-3.26"/><path d="M9 12c-4.456 3-6 10-6 10"/></g></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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M14.124%202.612c1.087-1.088%202.899-.725%204.71%201.089c2.9%202.902%202.175%205.805%201.812%206.893l-2.898%202.903a5.12%205.12%200%200%201-7.247%200a5.136%205.136%200%200%201%200-7.256zm6.522%207.983c-1.811-1.573-6.522-3.629-10.87.725m4.348-8.708c-.604.847-1.16%203.193%201.45%205.806c2.184-1.094%202.719-3.884%202.571-5.215M5.067%2018.166c-.161-.527.175-1.078.718-1.134c1.547-.162%202.514.3%203.215.974c.657.631%201.127%201.634%201.483%202.766c.165.524-.155%201.079-.694%201.161c-1.061.162-1.923.04-2.693-.507c-.779-.514-1.502-1.539-2.029-3.26%22%2F%3E%3Cpath%20d%3D%22M9%2012c-4.456%203-6%2010-6%2010%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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M14.124%202.612c1.087-1.088%202.899-.725%204.71%201.089c2.9%202.902%202.175%205.805%201.812%206.893l-2.898%202.903a5.12%205.12%200%200%201-7.247%200a5.136%205.136%200%200%201%200-7.256zm6.522%207.983c-1.811-1.573-6.522-3.629-10.87.725m4.348-8.708c-.604.847-1.16%203.193%201.45%205.806c2.184-1.094%202.719-3.884%202.571-5.215M5.067%2018.166c-.161-.527.175-1.078.718-1.134c1.547-.162%202.514.3%203.215.974c.657.631%201.127%201.634%201.483%202.766c.165.524-.155%201.079-.694%201.161c-1.061.162-1.923.04-2.693-.507c-.779-.514-1.502-1.539-2.029-3.26%22%2F%3E%3Cpath%20d%3D%22M9%2012c-4.456%203-6%2010-6%2010%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/rose.svg?color=%231a73e8&size=48