chart ring icon

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

Name
chart-ring
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 ring icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 2a14 14 0 1 0 14 14A14.016 14.016 0 0 0 16 2m11.95 13.001h-6.04a5.983 5.983 0 0 0-9.38-3.885l-4.27-4.27A11.978 11.978 0 0 1 27.95 15ZM16 20a4 4 0 1 1 4-4a4.005 4.005 0 0 1-4 4M4 16a11.94 11.94 0 0 1 2.846-7.74l4.27 4.27A5.984 5.984 0 0 0 15 21.91v6.04A12.01 12.01 0 0 1 4 16m13 11.95v-6.04A6.01 6.01 0 0 0 21.91 17h6.04A12.01 12.01 0 0 1 17 27.95"/></svg>

React

import type { SVGProps } from "react";

export function CarbonChartRing(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="M16 2a14 14 0 1 0 14 14A14.016 14.016 0 0 0 16 2m11.95 13.001h-6.04a5.983 5.983 0 0 0-9.38-3.885l-4.27-4.27A11.978 11.978 0 0 1 27.95 15ZM16 20a4 4 0 1 1 4-4a4.005 4.005 0 0 1-4 4M4 16a11.94 11.94 0 0 1 2.846-7.74l4.27 4.27A5.984 5.984 0 0 0 15 21.91v6.04A12.01 12.01 0 0 1 4 16m13 11.95v-6.04A6.01 6.01 0 0 0 21.91 17h6.04A12.01 12.01 0 0 1 17 27.95"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 2a14 14 0 1 0 14 14A14.016 14.016 0 0 0 16 2m11.95 13.001h-6.04a5.983 5.983 0 0 0-9.38-3.885l-4.27-4.27A11.978 11.978 0 0 1 27.95 15ZM16 20a4 4 0 1 1 4-4a4.005 4.005 0 0 1-4 4M4 16a11.94 11.94 0 0 1 2.846-7.74l4.27 4.27A5.984 5.984 0 0 0 15 21.91v6.04A12.01 12.01 0 0 1 4 16m13 11.95v-6.04A6.01 6.01 0 0 0 21.91 17h6.04A12.01 12.01 0 0 1 17 27.95"/></svg>
</template>

CSS

.icon-chart-ring {
  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%22M16%202a14%2014%200%201%200%2014%2014A14.016%2014.016%200%200%200%2016%202m11.95%2013.001h-6.04a5.983%205.983%200%200%200-9.38-3.885l-4.27-4.27A11.978%2011.978%200%200%201%2027.95%2015ZM16%2020a4%204%200%201%201%204-4a4.005%204.005%200%200%201-4%204M4%2016a11.94%2011.94%200%200%201%202.846-7.74l4.27%204.27A5.984%205.984%200%200%200%2015%2021.91v6.04A12.01%2012.01%200%200%201%204%2016m13%2011.95v-6.04A6.01%206.01%200%200%200%2021.91%2017h6.04A12.01%2012.01%200%200%201%2017%2027.95%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%22M16%202a14%2014%200%201%200%2014%2014A14.016%2014.016%200%200%200%2016%202m11.95%2013.001h-6.04a5.983%205.983%200%200%200-9.38-3.885l-4.27-4.27A11.978%2011.978%200%200%201%2027.95%2015ZM16%2020a4%204%200%201%201%204-4a4.005%204.005%200%200%201-4%204M4%2016a11.94%2011.94%200%200%201%202.846-7.74l4.27%204.27A5.984%205.984%200%200%200%2015%2021.91v6.04A12.01%2012.01%200%200%201%204%2016m13%2011.95v-6.04A6.01%206.01%200%200%200%2021.91%2017h6.04A12.01%2012.01%200%200%201%2017%2027.95%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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