chart bell curve icon

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

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

More math icons from Material Design Icons

Use the chart bell curve icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.96 11.31C10.82 8.1 11.5 6 13 6s2.18 2.1 3.04 5.31C17 14.92 18.1 19 22 19v-2c-2.2 0-3-2.46-4.03-6.2C17.08 7.46 16.15 4 13 4s-4.08 3.46-4.97 6.8C7.03 14.54 6.2 17 4 17V2H2v20h20v-2H4v-1c3.9 0 5-4.08 5.96-7.69"/></svg>

React

import type { SVGProps } from "react";

export function MdiChartBellCurve(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="M9.96 11.31C10.82 8.1 11.5 6 13 6s2.18 2.1 3.04 5.31C17 14.92 18.1 19 22 19v-2c-2.2 0-3-2.46-4.03-6.2C17.08 7.46 16.15 4 13 4s-4.08 3.46-4.97 6.8C7.03 14.54 6.2 17 4 17V2H2v20h20v-2H4v-1c3.9 0 5-4.08 5.96-7.69"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.96 11.31C10.82 8.1 11.5 6 13 6s2.18 2.1 3.04 5.31C17 14.92 18.1 19 22 19v-2c-2.2 0-3-2.46-4.03-6.2C17.08 7.46 16.15 4 13 4s-4.08 3.46-4.97 6.8C7.03 14.54 6.2 17 4 17V2H2v20h20v-2H4v-1c3.9 0 5-4.08 5.96-7.69"/></svg>
</template>

CSS

.icon-chart-bell-curve {
  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%22M9.96%2011.31C10.82%208.1%2011.5%206%2013%206s2.18%202.1%203.04%205.31C17%2014.92%2018.1%2019%2022%2019v-2c-2.2%200-3-2.46-4.03-6.2C17.08%207.46%2016.15%204%2013%204s-4.08%203.46-4.97%206.8C7.03%2014.54%206.2%2017%204%2017V2H2v20h20v-2H4v-1c3.9%200%205-4.08%205.96-7.69%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%22M9.96%2011.31C10.82%208.1%2011.5%206%2013%206s2.18%202.1%203.04%205.31C17%2014.92%2018.1%2019%2022%2019v-2c-2.2%200-3-2.46-4.03-6.2C17.08%207.46%2016.15%204%2013%204s-4.08%203.46-4.97%206.8C7.03%2014.54%206.2%2017%204%2017V2H2v20h20v-2H4v-1c3.9%200%205-4.08%205.96-7.69%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.svg?color=%231a73e8&size=48