chart proportion icon

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

Name
chart-proportion
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 proportion 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="M16.3446 5.51758C13.9 6.53124 11.7001 8.01574 9.85786 9.85797C6.23858 13.4773 4 18.4773 4 24.0001C4 35.0458 12.9543 44.0001 24 44.0001V44.0001C29.5228 44.0001 34.5228 41.7615 38.1421 38.1422C39.9844 36.3 41.4689 34.1001 42.4825 31.6555"/><path fill="#2F88FF" d="M24 24H44C44 12.9543 35.0457 4 24 4L24 24Z"/></g></svg>

React

import type { SVGProps } from "react";

export function IconParkChartProportion(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="M16.3446 5.51758C13.9 6.53124 11.7001 8.01574 9.85786 9.85797C6.23858 13.4773 4 18.4773 4 24.0001C4 35.0458 12.9543 44.0001 24 44.0001V44.0001C29.5228 44.0001 34.5228 41.7615 38.1421 38.1422C39.9844 36.3 41.4689 34.1001 42.4825 31.6555"/><path fill="#2F88FF" d="M24 24H44C44 12.9543 35.0457 4 24 4L24 24Z"/></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="M16.3446 5.51758C13.9 6.53124 11.7001 8.01574 9.85786 9.85797C6.23858 13.4773 4 18.4773 4 24.0001C4 35.0458 12.9543 44.0001 24 44.0001V44.0001C29.5228 44.0001 34.5228 41.7615 38.1421 38.1422C39.9844 36.3 41.4689 34.1001 42.4825 31.6555"/><path fill="#2F88FF" d="M24 24H44C44 12.9543 35.0457 4 24 4L24 24Z"/></g></svg>
</template>

CSS

.icon-chart-proportion {
  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%22M16.3446%205.51758C13.9%206.53124%2011.7001%208.01574%209.85786%209.85797C6.23858%2013.4773%204%2018.4773%204%2024.0001C4%2035.0458%2012.9543%2044.0001%2024%2044.0001V44.0001C29.5228%2044.0001%2034.5228%2041.7615%2038.1421%2038.1422C39.9844%2036.3%2041.4689%2034.1001%2042.4825%2031.6555%22%2F%3E%3Cpath%20fill%3D%22%232F88FF%22%20d%3D%22M24%2024H44C44%2012.9543%2035.0457%204%2024%204L24%2024Z%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%22M16.3446%205.51758C13.9%206.53124%2011.7001%208.01574%209.85786%209.85797C6.23858%2013.4773%204%2018.4773%204%2024.0001C4%2035.0458%2012.9543%2044.0001%2024%2044.0001V44.0001C29.5228%2044.0001%2034.5228%2041.7615%2038.1421%2038.1422C39.9844%2036.3%2041.4689%2034.1001%2042.4825%2031.6555%22%2F%3E%3Cpath%20fill%3D%22%232F88FF%22%20d%3D%22M24%2024H44C44%2012.9543%2035.0457%204%2024%204L24%2024Z%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-proportion.svg?color=%231a73e8&size=48