chart polar icon
chart-polar-fill from Phosphor by Phosphor Icons · Fill · MIT Free for personal and commercial use.
- Name
- chart-polar-fill
- Set
- Phosphor
- Style
- Fill
- 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="M120 199.54v27.74a4 4 0 0 1-4.46 4a104.22 104.22 0 0 1-90.8-90.8a4 4 0 0 1 4-4.46h27.72A72.11 72.11 0 0 0 120 199.54M183.42 136H136v47.42A56.11 56.11 0 0 0 183.42 136M136 72.58V120h47.42A56.11 56.11 0 0 0 136 72.58M227.28 136h-27.74A72.11 72.11 0 0 1 136 199.54v27.74a4 4 0 0 0 4.46 4a104.22 104.22 0 0 0 90.8-90.8a4 4 0 0 0-3.98-4.48m-27.74-16h27.74a4 4 0 0 0 4-4.46a104.22 104.22 0 0 0-90.8-90.8a4 4 0 0 0-4.46 4v27.72A72.11 72.11 0 0 1 199.54 120m-84-95.26a104.22 104.22 0 0 0-90.8 90.8a4 4 0 0 0 4 4.46h27.72A72.11 72.11 0 0 1 120 56.46V28.72a4 4 0 0 0-4.46-3.98M72.58 120H120V72.58A56.11 56.11 0 0 0 72.58 120M120 183.42V136H72.58A56.11 56.11 0 0 0 120 183.42"/></svg>
React
import type { SVGProps } from "react";
export function PhChartPolarFill(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="M120 199.54v27.74a4 4 0 0 1-4.46 4a104.22 104.22 0 0 1-90.8-90.8a4 4 0 0 1 4-4.46h27.72A72.11 72.11 0 0 0 120 199.54M183.42 136H136v47.42A56.11 56.11 0 0 0 183.42 136M136 72.58V120h47.42A56.11 56.11 0 0 0 136 72.58M227.28 136h-27.74A72.11 72.11 0 0 1 136 199.54v27.74a4 4 0 0 0 4.46 4a104.22 104.22 0 0 0 90.8-90.8a4 4 0 0 0-3.98-4.48m-27.74-16h27.74a4 4 0 0 0 4-4.46a104.22 104.22 0 0 0-90.8-90.8a4 4 0 0 0-4.46 4v27.72A72.11 72.11 0 0 1 199.54 120m-84-95.26a104.22 104.22 0 0 0-90.8 90.8a4 4 0 0 0 4 4.46h27.72A72.11 72.11 0 0 1 120 56.46V28.72a4 4 0 0 0-4.46-3.98M72.58 120H120V72.58A56.11 56.11 0 0 0 72.58 120M120 183.42V136H72.58A56.11 56.11 0 0 0 120 183.42"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M120 199.54v27.74a4 4 0 0 1-4.46 4a104.22 104.22 0 0 1-90.8-90.8a4 4 0 0 1 4-4.46h27.72A72.11 72.11 0 0 0 120 199.54M183.42 136H136v47.42A56.11 56.11 0 0 0 183.42 136M136 72.58V120h47.42A56.11 56.11 0 0 0 136 72.58M227.28 136h-27.74A72.11 72.11 0 0 1 136 199.54v27.74a4 4 0 0 0 4.46 4a104.22 104.22 0 0 0 90.8-90.8a4 4 0 0 0-3.98-4.48m-27.74-16h27.74a4 4 0 0 0 4-4.46a104.22 104.22 0 0 0-90.8-90.8a4 4 0 0 0-4.46 4v27.72A72.11 72.11 0 0 1 199.54 120m-84-95.26a104.22 104.22 0 0 0-90.8 90.8a4 4 0 0 0 4 4.46h27.72A72.11 72.11 0 0 1 120 56.46V28.72a4 4 0 0 0-4.46-3.98M72.58 120H120V72.58A56.11 56.11 0 0 0 72.58 120M120 183.42V136H72.58A56.11 56.11 0 0 0 120 183.42"/></svg> </template>
CSS
.icon-chart-polar-fill {
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%22M120%20199.54v27.74a4%204%200%200%201-4.46%204a104.22%20104.22%200%200%201-90.8-90.8a4%204%200%200%201%204-4.46h27.72A72.11%2072.11%200%200%200%20120%20199.54M183.42%20136H136v47.42A56.11%2056.11%200%200%200%20183.42%20136M136%2072.58V120h47.42A56.11%2056.11%200%200%200%20136%2072.58M227.28%20136h-27.74A72.11%2072.11%200%200%201%20136%20199.54v27.74a4%204%200%200%200%204.46%204a104.22%20104.22%200%200%200%2090.8-90.8a4%204%200%200%200-3.98-4.48m-27.74-16h27.74a4%204%200%200%200%204-4.46a104.22%20104.22%200%200%200-90.8-90.8a4%204%200%200%200-4.46%204v27.72A72.11%2072.11%200%200%201%20199.54%20120m-84-95.26a104.22%20104.22%200%200%200-90.8%2090.8a4%204%200%200%200%204%204.46h27.72A72.11%2072.11%200%200%201%20120%2056.46V28.72a4%204%200%200%200-4.46-3.98M72.58%20120H120V72.58A56.11%2056.11%200%200%200%2072.58%20120M120%20183.42V136H72.58A56.11%2056.11%200%200%200%20120%20183.42%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%22M120%20199.54v27.74a4%204%200%200%201-4.46%204a104.22%20104.22%200%200%201-90.8-90.8a4%204%200%200%201%204-4.46h27.72A72.11%2072.11%200%200%200%20120%20199.54M183.42%20136H136v47.42A56.11%2056.11%200%200%200%20183.42%20136M136%2072.58V120h47.42A56.11%2056.11%200%200%200%20136%2072.58M227.28%20136h-27.74A72.11%2072.11%200%200%201%20136%20199.54v27.74a4%204%200%200%200%204.46%204a104.22%20104.22%200%200%200%2090.8-90.8a4%204%200%200%200-3.98-4.48m-27.74-16h27.74a4%204%200%200%200%204-4.46a104.22%20104.22%200%200%200-90.8-90.8a4%204%200%200%200-4.46%204v27.72A72.11%2072.11%200%200%201%20199.54%20120m-84-95.26a104.22%20104.22%200%200%200-90.8%2090.8a4%204%200%200%200%204%204.46h27.72A72.11%2072.11%200%200%201%20120%2056.46V28.72a4%204%200%200%200-4.46-3.98M72.58%20120H120V72.58A56.11%2056.11%200%200%200%2072.58%20120M120%20183.42V136H72.58A56.11%2056.11%200%200%200%20120%20183.42%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/chart-polar-fill.svg?color=%231a73e8&size=48