area-chart-rounded from Material Symbols Light by Google · Rounded · Business · Apache-2.0 Free for personal and commercial use.

Name
area-chart-rounded
Set
Material Symbols Light
Style
Rounded
Category
Business
Viewbox
24×24
License
Apache 2.0

3 other variants in Material Symbols Light

The same icon in other sets

More business icons from Material Symbols Light

Use the area chart icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m20 16.48l-6.89-5.382q-.54-.429-1.215-.335t-1.078.658l-2.515 3.47q-.212.292-.547.335t-.609-.174L4 12.558v-1.943q0-.51.444-.727t.848.081l1.939 1.454l3.967-5.583q.404-.565 1.1-.661t1.237.338L16.654 8h1.73q.672 0 1.144.472T20 9.616zM4 19v-5.212l2.683 2.162q.54.435 1.224.339q.684-.097 1.087-.662l2.522-3.456q.211-.292.537-.335t.599.174L20 17.737V19z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightAreaChartRounded(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="m20 16.48l-6.89-5.382q-.54-.429-1.215-.335t-1.078.658l-2.515 3.47q-.212.292-.547.335t-.609-.174L4 12.558v-1.943q0-.51.444-.727t.848.081l1.939 1.454l3.967-5.583q.404-.565 1.1-.661t1.237.338L16.654 8h1.73q.672 0 1.144.472T20 9.616zM4 19v-5.212l2.683 2.162q.54.435 1.224.339q.684-.097 1.087-.662l2.522-3.456q.211-.292.537-.335t.599.174L20 17.737V19z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m20 16.48l-6.89-5.382q-.54-.429-1.215-.335t-1.078.658l-2.515 3.47q-.212.292-.547.335t-.609-.174L4 12.558v-1.943q0-.51.444-.727t.848.081l1.939 1.454l3.967-5.583q.404-.565 1.1-.661t1.237.338L16.654 8h1.73q.672 0 1.144.472T20 9.616zM4 19v-5.212l2.683 2.162q.54.435 1.224.339q.684-.097 1.087-.662l2.522-3.456q.211-.292.537-.335t.599.174L20 17.737V19z"/></svg>
</template>

CSS

.icon-area-chart-rounded {
  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%22m20%2016.48l-6.89-5.382q-.54-.429-1.215-.335t-1.078.658l-2.515%203.47q-.212.292-.547.335t-.609-.174L4%2012.558v-1.943q0-.51.444-.727t.848.081l1.939%201.454l3.967-5.583q.404-.565%201.1-.661t1.237.338L16.654%208h1.73q.672%200%201.144.472T20%209.616zM4%2019v-5.212l2.683%202.162q.54.435%201.224.339q.684-.097%201.087-.662l2.522-3.456q.211-.292.537-.335t.599.174L20%2017.737V19z%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%22m20%2016.48l-6.89-5.382q-.54-.429-1.215-.335t-1.078.658l-2.515%203.47q-.212.292-.547.335t-.609-.174L4%2012.558v-1.943q0-.51.444-.727t.848.081l1.939%201.454l3.967-5.583q.404-.565%201.1-.661t1.237.338L16.654%208h1.73q.672%200%201.144.472T20%209.616zM4%2019v-5.212l2.683%202.162q.54.435%201.224.339q.684-.097%201.087-.662l2.522-3.456q.211-.292.537-.335t.599.174L20%2017.737V19z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/area-chart-rounded.svg?color=%231a73e8&size=48