chart-ring from TDesign Icons by TDesign · Outline · MIT Free for personal and commercial use.

Name
chart-ring
Set
TDesign Icons
Style
Outline
Viewbox
24×24
License
MIT

1 other variant in TDesign Icons

The same icon in other sets

Related icons in TDesign Icons

Use the chart ring icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path d="M12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12S6.477 2 12 2m0 5a5 5 0 1 0 0 10a5 5 0 0 0 0-10" clip-rule="evenodd"/><path d="M17 12a5 5 0 0 0-5-5V2c5.523 0 10 4.477 10 10zm5 0h-5a4.98 4.98 0 0 1-1.454 3.525l3.536 3.536A9.97 9.97 0 0 0 22 12"/><path stroke="currentColor" stroke-width="2" d="M17 12a5 5 0 0 0-5-5m5 5h5m-5 0a4.98 4.98 0 0 1-1.454 3.525M12 7a5 5 0 1 0 3.546 8.525M12 7V2m10 10c0-5.523-4.477-10-10-10m10 10a9.97 9.97 0 0 1-2.918 7.06M12 2C6.477 2 2 6.477 2 12s4.477 10 10 10a9.97 9.97 0 0 0 7.082-2.94m-3.536-3.535l3.536 3.536"/></g></svg>

React

import type { SVGProps } from "react";

export function TdesignChartRing(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"><path d="M12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12S6.477 2 12 2m0 5a5 5 0 1 0 0 10a5 5 0 0 0 0-10" clipRule="evenodd"/><path d="M17 12a5 5 0 0 0-5-5V2c5.523 0 10 4.477 10 10zm5 0h-5a4.98 4.98 0 0 1-1.454 3.525l3.536 3.536A9.97 9.97 0 0 0 22 12"/><path stroke="currentColor" strokeWidth="2" d="M17 12a5 5 0 0 0-5-5m5 5h5m-5 0a4.98 4.98 0 0 1-1.454 3.525M12 7a5 5 0 1 0 3.546 8.525M12 7V2m10 10c0-5.523-4.477-10-10-10m10 10a9.97 9.97 0 0 1-2.918 7.06M12 2C6.477 2 2 6.477 2 12s4.477 10 10 10a9.97 9.97 0 0 0 7.082-2.94m-3.536-3.535l3.536 3.536"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path d="M12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12S6.477 2 12 2m0 5a5 5 0 1 0 0 10a5 5 0 0 0 0-10" clip-rule="evenodd"/><path d="M17 12a5 5 0 0 0-5-5V2c5.523 0 10 4.477 10 10zm5 0h-5a4.98 4.98 0 0 1-1.454 3.525l3.536 3.536A9.97 9.97 0 0 0 22 12"/><path stroke="currentColor" stroke-width="2" d="M17 12a5 5 0 0 0-5-5m5 5h5m-5 0a4.98 4.98 0 0 1-1.454 3.525M12 7a5 5 0 1 0 3.546 8.525M12 7V2m10 10c0-5.523-4.477-10-10-10m10 10a9.97 9.97 0 0 1-2.918 7.06M12 2C6.477 2 2 6.477 2 12s4.477 10 10 10a9.97 9.97 0 0 0 7.082-2.94m-3.536-3.535l3.536 3.536"/></g></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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M12%202c5.523%200%2010%204.477%2010%2010s-4.477%2010-10%2010S2%2017.523%202%2012S6.477%202%2012%202m0%205a5%205%200%201%200%200%2010a5%205%200%200%200%200-10%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M17%2012a5%205%200%200%200-5-5V2c5.523%200%2010%204.477%2010%2010zm5%200h-5a4.98%204.98%200%200%201-1.454%203.525l3.536%203.536A9.97%209.97%200%200%200%2022%2012%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-width%3D%222%22%20d%3D%22M17%2012a5%205%200%200%200-5-5m5%205h5m-5%200a4.98%204.98%200%200%201-1.454%203.525M12%207a5%205%200%201%200%203.546%208.525M12%207V2m10%2010c0-5.523-4.477-10-10-10m10%2010a9.97%209.97%200%200%201-2.918%207.06M12%202C6.477%202%202%206.477%202%2012s4.477%2010%2010%2010a9.97%209.97%200%200%200%207.082-2.94m-3.536-3.535l3.536%203.536%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%3E%3Cpath%20d%3D%22M12%202c5.523%200%2010%204.477%2010%2010s-4.477%2010-10%2010S2%2017.523%202%2012S6.477%202%2012%202m0%205a5%205%200%201%200%200%2010a5%205%200%200%200%200-10%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M17%2012a5%205%200%200%200-5-5V2c5.523%200%2010%204.477%2010%2010zm5%200h-5a4.98%204.98%200%200%201-1.454%203.525l3.536%203.536A9.97%209.97%200%200%200%2022%2012%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-width%3D%222%22%20d%3D%22M17%2012a5%205%200%200%200-5-5m5%205h5m-5%200a4.98%204.98%200%200%201-1.454%203.525M12%207a5%205%200%201%200%203.546%208.525M12%207V2m10%2010c0-5.523-4.477-10-10-10m10%2010a9.97%209.97%200%200%201-2.918%207.06M12%202C6.477%202%202%206.477%202%2012s4.477%2010%2010%2010a9.97%209.97%200%200%200%207.082-2.94m-3.536-3.535l3.536%203.536%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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