chart rose icon

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

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

The same icon in other sets

Related icons in Huge Icons

Use the chart 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-width="1.5"><path d="M9.713 7.975c-3.108 0-5.628 2.255-5.628 5.038h5.628z"/><path d="M2.535 15.926c1.238 2.442 3.986 4.14 7.177 4.14v-7.053h-4.84c-1.464 0-2.196 0-2.64.719c-.446.72-.196 1.21.303 2.194Zm10.18 5.751c4.128-1.146 7.127-4.592 7.127-8.664H9.712v6.046c0 1.473 0 2.21.6 2.664c.601.453 1.202.287 2.403-.046Zm8.925-11.643c-1.187-3.82-4.602-6.809-8.913-7.774c-1.25-.28-1.874-.42-2.444.034s-.57 1.188-.57 2.658v8.06h9.341c1.48 0 2.22 0 2.675-.614c.456-.614.274-1.197-.088-2.364Z"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsChartRose(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" strokeWidth="1.5"><path d="M9.713 7.975c-3.108 0-5.628 2.255-5.628 5.038h5.628z"/><path d="M2.535 15.926c1.238 2.442 3.986 4.14 7.177 4.14v-7.053h-4.84c-1.464 0-2.196 0-2.64.719c-.446.72-.196 1.21.303 2.194Zm10.18 5.751c4.128-1.146 7.127-4.592 7.127-8.664H9.712v6.046c0 1.473 0 2.21.6 2.664c.601.453 1.202.287 2.403-.046Zm8.925-11.643c-1.187-3.82-4.602-6.809-8.913-7.774c-1.25-.28-1.874-.42-2.444.034s-.57 1.188-.57 2.658v8.06h9.341c1.48 0 2.22 0 2.675-.614c.456-.614.274-1.197-.088-2.364Z"/></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-width="1.5"><path d="M9.713 7.975c-3.108 0-5.628 2.255-5.628 5.038h5.628z"/><path d="M2.535 15.926c1.238 2.442 3.986 4.14 7.177 4.14v-7.053h-4.84c-1.464 0-2.196 0-2.64.719c-.446.72-.196 1.21.303 2.194Zm10.18 5.751c4.128-1.146 7.127-4.592 7.127-8.664H9.712v6.046c0 1.473 0 2.21.6 2.664c.601.453 1.202.287 2.403-.046Zm8.925-11.643c-1.187-3.82-4.602-6.809-8.913-7.774c-1.25-.28-1.874-.42-2.444.034s-.57 1.188-.57 2.658v8.06h9.341c1.48 0 2.22 0 2.675-.614c.456-.614.274-1.197-.088-2.364Z"/></g></svg>
</template>

CSS

.icon-chart-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-width%3D%221.5%22%3E%3Cpath%20d%3D%22M9.713%207.975c-3.108%200-5.628%202.255-5.628%205.038h5.628z%22%2F%3E%3Cpath%20d%3D%22M2.535%2015.926c1.238%202.442%203.986%204.14%207.177%204.14v-7.053h-4.84c-1.464%200-2.196%200-2.64.719c-.446.72-.196%201.21.303%202.194Zm10.18%205.751c4.128-1.146%207.127-4.592%207.127-8.664H9.712v6.046c0%201.473%200%202.21.6%202.664c.601.453%201.202.287%202.403-.046Zm8.925-11.643c-1.187-3.82-4.602-6.809-8.913-7.774c-1.25-.28-1.874-.42-2.444.034s-.57%201.188-.57%202.658v8.06h9.341c1.48%200%202.22%200%202.675-.614c.456-.614.274-1.197-.088-2.364Z%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-width%3D%221.5%22%3E%3Cpath%20d%3D%22M9.713%207.975c-3.108%200-5.628%202.255-5.628%205.038h5.628z%22%2F%3E%3Cpath%20d%3D%22M2.535%2015.926c1.238%202.442%203.986%204.14%207.177%204.14v-7.053h-4.84c-1.464%200-2.196%200-2.64.719c-.446.72-.196%201.21.303%202.194Zm10.18%205.751c4.128-1.146%207.127-4.592%207.127-8.664H9.712v6.046c0%201.473%200%202.21.6%202.664c.601.453%201.202.287%202.403-.046Zm8.925-11.643c-1.187-3.82-4.602-6.809-8.913-7.774c-1.25-.28-1.874-.42-2.444.034s-.57%201.188-.57%202.658v8.06h9.341c1.48%200%202.22%200%202.675-.614c.456-.614.274-1.197-.088-2.364Z%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/chart-rose.svg?color=%231a73e8&size=48