chart polar icon

chart-polar from Phosphor by Phosphor Icons · Regular · MIT Free for personal and commercial use.

Name
chart-polar
Set
Phosphor
Style
Regular
Viewbox
256×256
License
MIT

5 other variants in Phosphor

Related icons in Phosphor

Use the chart polar icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M128 24a104 104 0 1 0 104 104A104.11 104.11 0 0 0 128 24m87.63 96h-24.15A64.1 64.1 0 0 0 136 64.52V40.37A88.13 88.13 0 0 1 215.63 120M120 120H80.68A48.09 48.09 0 0 1 120 80.68Zm0 16v39.32A48.09 48.09 0 0 1 80.68 136Zm16 0h39.32A48.09 48.09 0 0 1 136 175.32Zm0-16V80.68A48.09 48.09 0 0 1 175.32 120Zm-16-79.63v24.15A64.1 64.1 0 0 0 64.52 120H40.37A88.13 88.13 0 0 1 120 40.37M40.37 136h24.15A64.1 64.1 0 0 0 120 191.48v24.15A88.13 88.13 0 0 1 40.37 136M136 215.63v-24.15A64.1 64.1 0 0 0 191.48 136h24.15A88.13 88.13 0 0 1 136 215.63"/></svg>

React

import type { SVGProps } from "react";

export function PhChartPolar(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M128 24a104 104 0 1 0 104 104A104.11 104.11 0 0 0 128 24m87.63 96h-24.15A64.1 64.1 0 0 0 136 64.52V40.37A88.13 88.13 0 0 1 215.63 120M120 120H80.68A48.09 48.09 0 0 1 120 80.68Zm0 16v39.32A48.09 48.09 0 0 1 80.68 136Zm16 0h39.32A48.09 48.09 0 0 1 136 175.32Zm0-16V80.68A48.09 48.09 0 0 1 175.32 120Zm-16-79.63v24.15A64.1 64.1 0 0 0 64.52 120H40.37A88.13 88.13 0 0 1 120 40.37M40.37 136h24.15A64.1 64.1 0 0 0 120 191.48v24.15A88.13 88.13 0 0 1 40.37 136M136 215.63v-24.15A64.1 64.1 0 0 0 191.48 136h24.15A88.13 88.13 0 0 1 136 215.63"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M128 24a104 104 0 1 0 104 104A104.11 104.11 0 0 0 128 24m87.63 96h-24.15A64.1 64.1 0 0 0 136 64.52V40.37A88.13 88.13 0 0 1 215.63 120M120 120H80.68A48.09 48.09 0 0 1 120 80.68Zm0 16v39.32A48.09 48.09 0 0 1 80.68 136Zm16 0h39.32A48.09 48.09 0 0 1 136 175.32Zm0-16V80.68A48.09 48.09 0 0 1 175.32 120Zm-16-79.63v24.15A64.1 64.1 0 0 0 64.52 120H40.37A88.13 88.13 0 0 1 120 40.37M40.37 136h24.15A64.1 64.1 0 0 0 120 191.48v24.15A88.13 88.13 0 0 1 40.37 136M136 215.63v-24.15A64.1 64.1 0 0 0 191.48 136h24.15A88.13 88.13 0 0 1 136 215.63"/></svg>
</template>

CSS

.icon-chart-polar {
  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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M128%2024a104%20104%200%201%200%20104%20104A104.11%20104.11%200%200%200%20128%2024m87.63%2096h-24.15A64.1%2064.1%200%200%200%20136%2064.52V40.37A88.13%2088.13%200%200%201%20215.63%20120M120%20120H80.68A48.09%2048.09%200%200%201%20120%2080.68Zm0%2016v39.32A48.09%2048.09%200%200%201%2080.68%20136Zm16%200h39.32A48.09%2048.09%200%200%201%20136%20175.32Zm0-16V80.68A48.09%2048.09%200%200%201%20175.32%20120Zm-16-79.63v24.15A64.1%2064.1%200%200%200%2064.52%20120H40.37A88.13%2088.13%200%200%201%20120%2040.37M40.37%20136h24.15A64.1%2064.1%200%200%200%20120%20191.48v24.15A88.13%2088.13%200%200%201%2040.37%20136M136%20215.63v-24.15A64.1%2064.1%200%200%200%20191.48%20136h24.15A88.13%2088.13%200%200%201%20136%20215.63%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M128%2024a104%20104%200%201%200%20104%20104A104.11%20104.11%200%200%200%20128%2024m87.63%2096h-24.15A64.1%2064.1%200%200%200%20136%2064.52V40.37A88.13%2088.13%200%200%201%20215.63%20120M120%20120H80.68A48.09%2048.09%200%200%201%20120%2080.68Zm0%2016v39.32A48.09%2048.09%200%200%201%2080.68%20136Zm16%200h39.32A48.09%2048.09%200%200%201%20136%20175.32Zm0-16V80.68A48.09%2048.09%200%200%201%20175.32%20120Zm-16-79.63v24.15A64.1%2064.1%200%200%200%2064.52%20120H40.37A88.13%2088.13%200%200%201%20120%2040.37M40.37%20136h24.15A64.1%2064.1%200%200%200%20120%20191.48v24.15A88.13%2088.13%200%200%201%2040.37%20136M136%20215.63v-24.15A64.1%2064.1%200%200%200%20191.48%20136h24.15A88.13%2088.13%200%200%201%20136%20215.63%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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