chart bell curve cumulative icon

chart-bell-curve-cumulative from Material Design Icons by Pictogrammers · Filled · Math · Apache-2.0 Free for personal and commercial use.

Name
chart-bell-curve-cumulative
Set
Material Design Icons
Style
Filled
Category
Math
Viewbox
24×24
License
Apache 2.0
Aliases
graph-bell-curve-cumulative, report-bell-curve-cumulative, widget-bell-curve-cumulative

More math icons from Material Design Icons

Use the chart bell curve cumulative icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4 19v1h18v2H2V2h2v15c3 0 6-2 8.1-5.6c3-5 6.3-7.4 9.9-7.4v2c-2.8 0-5.5 2.1-8.1 6.5C11.3 16.6 7.7 19 4 19"/></svg>

React

import type { SVGProps } from "react";

export function MdiChartBellCurveCumulative(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4 19v1h18v2H2V2h2v15c3 0 6-2 8.1-5.6c3-5 6.3-7.4 9.9-7.4v2c-2.8 0-5.5 2.1-8.1 6.5C11.3 16.6 7.7 19 4 19"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4 19v1h18v2H2V2h2v15c3 0 6-2 8.1-5.6c3-5 6.3-7.4 9.9-7.4v2c-2.8 0-5.5 2.1-8.1 6.5C11.3 16.6 7.7 19 4 19"/></svg>
</template>

CSS

.icon-chart-bell-curve-cumulative {
  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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4%2019v1h18v2H2V2h2v15c3%200%206-2%208.1-5.6c3-5%206.3-7.4%209.9-7.4v2c-2.8%200-5.5%202.1-8.1%206.5C11.3%2016.6%207.7%2019%204%2019%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4%2019v1h18v2H2V2h2v15c3%200%206-2%208.1-5.6c3-5%206.3-7.4%209.9-7.4v2c-2.8%200-5.5%202.1-8.1%206.5C11.3%2016.6%207.7%2019%204%2019%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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