chart rose icon

chart-rose from Carbon by IBM · Outline · Organization · Apache-2.0 Free for personal and commercial use.

Name
chart-rose
Set
Carbon
Style
Outline
Category
Organization
Viewbox
32×32
License
Apache 2.0

The same icon in other sets

More organization icons from Carbon

Use the chart rose icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M30 17A15.017 15.017 0 0 0 15 2h-1v6.06A9.01 9.01 0 0 0 6.06 16H4v1a11.01 11.01 0 0 0 10 10.95V30h1a13.01 13.01 0 0 0 12.95-12H30ZM16 4.038A13.02 13.02 0 0 1 27.962 16H16Zm-2 6.042V16H8.08A7 7 0 0 1 14 10.08M6.055 18H14v7.939A9.01 9.01 0 0 1 6.055 18M16 27.955V18h9.955A11.02 11.02 0 0 1 16 27.955"/></svg>

React

import type { SVGProps } from "react";

export function CarbonChartRose(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="M30 17A15.017 15.017 0 0 0 15 2h-1v6.06A9.01 9.01 0 0 0 6.06 16H4v1a11.01 11.01 0 0 0 10 10.95V30h1a13.01 13.01 0 0 0 12.95-12H30ZM16 4.038A13.02 13.02 0 0 1 27.962 16H16Zm-2 6.042V16H8.08A7 7 0 0 1 14 10.08M6.055 18H14v7.939A9.01 9.01 0 0 1 6.055 18M16 27.955V18h9.955A11.02 11.02 0 0 1 16 27.955"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M30 17A15.017 15.017 0 0 0 15 2h-1v6.06A9.01 9.01 0 0 0 6.06 16H4v1a11.01 11.01 0 0 0 10 10.95V30h1a13.01 13.01 0 0 0 12.95-12H30ZM16 4.038A13.02 13.02 0 0 1 27.962 16H16Zm-2 6.042V16H8.08A7 7 0 0 1 14 10.08M6.055 18H14v7.939A9.01 9.01 0 0 1 6.055 18M16 27.955V18h9.955A11.02 11.02 0 0 1 16 27.955"/></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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M30%2017A15.017%2015.017%200%200%200%2015%202h-1v6.06A9.01%209.01%200%200%200%206.06%2016H4v1a11.01%2011.01%200%200%200%2010%2010.95V30h1a13.01%2013.01%200%200%200%2012.95-12H30ZM16%204.038A13.02%2013.02%200%200%201%2027.962%2016H16Zm-2%206.042V16H8.08A7%207%200%200%201%2014%2010.08M6.055%2018H14v7.939A9.01%209.01%200%200%201%206.055%2018M16%2027.955V18h9.955A11.02%2011.02%200%200%201%2016%2027.955%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%22M30%2017A15.017%2015.017%200%200%200%2015%202h-1v6.06A9.01%209.01%200%200%200%206.06%2016H4v1a11.01%2011.01%200%200%200%2010%2010.95V30h1a13.01%2013.01%200%200%200%2012.95-12H30ZM16%204.038A13.02%2013.02%200%200%201%2027.962%2016H16Zm-2%206.042V16H8.08A7%207%200%200%201%2014%2010.08M6.055%2018H14v7.939A9.01%209.01%200%200%201%206.055%2018M16%2027.955V18h9.955A11.02%2011.02%200%200%201%2016%2027.955%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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