chart ring icon

chart-ring from IconPark by ByteDance · Color · Charts · Apache-2.0 Free for personal and commercial use.

Name
chart-ring
Set
IconPark
Style
Color
Category
Charts
Viewbox
48×48
License
Apache 2.0

The same icon in other sets

More charts icons from IconPark

Use the chart ring icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" stroke-linejoin="round" stroke-width="4"><path stroke-linecap="round" d="M43.7756 20.9938C42.4735 12.3555 35.6463 5.5277 27.0084 4.22461M20.9757 4.22702C11.3651 5.68478 4 13.9822 4 23.9998C4 34.0212 11.3705 42.321 20.9863 43.7743C21.9692 43.9228 22.9756 43.9998 24 43.9998C25.0209 43.9998 26.024 43.9233 27.0038 43.7758C35.6458 42.4741 42.4762 35.6427 43.7764 27.0003"/><path fill="#2F88FF" d="M24 16C19.5817 16 16 19.5817 16 24C16 28.4183 19.5817 32 24 32C28.4183 32 32 28.4183 32 24C32 19.5817 28.4183 16 24 16Z"/></g></svg>

React

import type { SVGProps } from "react";

export function IconParkChartRing(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" strokeLinejoin="round" strokeWidth="4"><path strokeLinecap="round" d="M43.7756 20.9938C42.4735 12.3555 35.6463 5.5277 27.0084 4.22461M20.9757 4.22702C11.3651 5.68478 4 13.9822 4 23.9998C4 34.0212 11.3705 42.321 20.9863 43.7743C21.9692 43.9228 22.9756 43.9998 24 43.9998C25.0209 43.9998 26.024 43.9233 27.0038 43.7758C35.6458 42.4741 42.4762 35.6427 43.7764 27.0003"/><path fill="#2F88FF" d="M24 16C19.5817 16 16 19.5817 16 24C16 28.4183 19.5817 32 24 32C28.4183 32 32 28.4183 32 24C32 19.5817 28.4183 16 24 16Z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" stroke-linejoin="round" stroke-width="4"><path stroke-linecap="round" d="M43.7756 20.9938C42.4735 12.3555 35.6463 5.5277 27.0084 4.22461M20.9757 4.22702C11.3651 5.68478 4 13.9822 4 23.9998C4 34.0212 11.3705 42.321 20.9863 43.7743C21.9692 43.9228 22.9756 43.9998 24 43.9998C25.0209 43.9998 26.024 43.9233 27.0038 43.7758C35.6458 42.4741 42.4762 35.6427 43.7764 27.0003"/><path fill="#2F88FF" d="M24 16C19.5817 16 16 19.5817 16 24C16 28.4183 19.5817 32 24 32C28.4183 32 32 28.4183 32 24C32 19.5817 28.4183 16 24 16Z"/></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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M43.7756%2020.9938C42.4735%2012.3555%2035.6463%205.5277%2027.0084%204.22461M20.9757%204.22702C11.3651%205.68478%204%2013.9822%204%2023.9998C4%2034.0212%2011.3705%2042.321%2020.9863%2043.7743C21.9692%2043.9228%2022.9756%2043.9998%2024%2043.9998C25.0209%2043.9998%2026.024%2043.9233%2027.0038%2043.7758C35.6458%2042.4741%2042.4762%2035.6427%2043.7764%2027.0003%22%2F%3E%3Cpath%20fill%3D%22%232F88FF%22%20d%3D%22M24%2016C19.5817%2016%2016%2019.5817%2016%2024C16%2028.4183%2019.5817%2032%2024%2032C28.4183%2032%2032%2028.4183%2032%2024C32%2019.5817%2028.4183%2016%2024%2016Z%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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M43.7756%2020.9938C42.4735%2012.3555%2035.6463%205.5277%2027.0084%204.22461M20.9757%204.22702C11.3651%205.68478%204%2013.9822%204%2023.9998C4%2034.0212%2011.3705%2042.321%2020.9863%2043.7743C21.9692%2043.9228%2022.9756%2043.9998%2024%2043.9998C25.0209%2043.9998%2026.024%2043.9233%2027.0038%2043.7758C35.6458%2042.4741%2042.4762%2035.6427%2043.7764%2027.0003%22%2F%3E%3Cpath%20fill%3D%22%232F88FF%22%20d%3D%22M24%2016C19.5817%2016%2016%2019.5817%2016%2024C16%2028.4183%2019.5817%2032%2024%2032C28.4183%2032%2032%2028.4183%2032%2024C32%2019.5817%2028.4183%2016%2024%2016Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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