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

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

1 other variant in Material Symbols Light

The same icon in other sets

More business icons from Material Symbols Light

Use the multiline 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.404 16.05q0 .214-.143.357t-.357.143t-.357-.143t-.143-.357q-.188-1.154-.638-2.397q-.449-1.243-1.158-2.5l-3.05 3.376q-.46.515-1.156.53t-1.186-.468l-2.331-2.325q-.193-.193-.452-.193q-.26 0-.433.192l-5.183 5.222q-.146.165-.347.162t-.366-.168q-.16-.165-.153-.354t.153-.354l5.202-5.221q.46-.479 1.146-.47q.687.01 1.146.47l2.344 2.344q.193.193.462.193t.442-.212l3.189-3.577q-1.487-1.73-3.375-2.74q-1.889-1.01-4.08-1.01q-1.736 0-3.291.605t-2.87 1.653q-.073.067-.161.104t-.193.036q-.213 0-.356-.143t-.144-.357q0-.104.037-.198t.11-.161Q4.14 6.906 5.889 6.228Q7.636 5.55 9.58 5.55q2.335 0 4.39 1.045t3.721 2.936l2.53-2.848q.14-.177.359-.18t.385.168q.14.14.143.329t-.138.354l-2.683 3.007q.764 1.195 1.344 2.725t.772 2.964"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightMultilineChartRounded(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.404 16.05q0 .214-.143.357t-.357.143t-.357-.143t-.143-.357q-.188-1.154-.638-2.397q-.449-1.243-1.158-2.5l-3.05 3.376q-.46.515-1.156.53t-1.186-.468l-2.331-2.325q-.193-.193-.452-.193q-.26 0-.433.192l-5.183 5.222q-.146.165-.347.162t-.366-.168q-.16-.165-.153-.354t.153-.354l5.202-5.221q.46-.479 1.146-.47q.687.01 1.146.47l2.344 2.344q.193.193.462.193t.442-.212l3.189-3.577q-1.487-1.73-3.375-2.74q-1.889-1.01-4.08-1.01q-1.736 0-3.291.605t-2.87 1.653q-.073.067-.161.104t-.193.036q-.213 0-.356-.143t-.144-.357q0-.104.037-.198t.11-.161Q4.14 6.906 5.889 6.228Q7.636 5.55 9.58 5.55q2.335 0 4.39 1.045t3.721 2.936l2.53-2.848q.14-.177.359-.18t.385.168q.14.14.143.329t-.138.354l-2.683 3.007q.764 1.195 1.344 2.725t.772 2.964"/></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.404 16.05q0 .214-.143.357t-.357.143t-.357-.143t-.143-.357q-.188-1.154-.638-2.397q-.449-1.243-1.158-2.5l-3.05 3.376q-.46.515-1.156.53t-1.186-.468l-2.331-2.325q-.193-.193-.452-.193q-.26 0-.433.192l-5.183 5.222q-.146.165-.347.162t-.366-.168q-.16-.165-.153-.354t.153-.354l5.202-5.221q.46-.479 1.146-.47q.687.01 1.146.47l2.344 2.344q.193.193.462.193t.442-.212l3.189-3.577q-1.487-1.73-3.375-2.74q-1.889-1.01-4.08-1.01q-1.736 0-3.291.605t-2.87 1.653q-.073.067-.161.104t-.193.036q-.213 0-.356-.143t-.144-.357q0-.104.037-.198t.11-.161Q4.14 6.906 5.889 6.228Q7.636 5.55 9.58 5.55q2.335 0 4.39 1.045t3.721 2.936l2.53-2.848q.14-.177.359-.18t.385.168q.14.14.143.329t-.138.354l-2.683 3.007q.764 1.195 1.344 2.725t.772 2.964"/></svg>
</template>

CSS

.icon-multiline-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.404%2016.05q0%20.214-.143.357t-.357.143t-.357-.143t-.143-.357q-.188-1.154-.638-2.397q-.449-1.243-1.158-2.5l-3.05%203.376q-.46.515-1.156.53t-1.186-.468l-2.331-2.325q-.193-.193-.452-.193q-.26%200-.433.192l-5.183%205.222q-.146.165-.347.162t-.366-.168q-.16-.165-.153-.354t.153-.354l5.202-5.221q.46-.479%201.146-.47q.687.01%201.146.47l2.344%202.344q.193.193.462.193t.442-.212l3.189-3.577q-1.487-1.73-3.375-2.74q-1.889-1.01-4.08-1.01q-1.736%200-3.291.605t-2.87%201.653q-.073.067-.161.104t-.193.036q-.213%200-.356-.143t-.144-.357q0-.104.037-.198t.11-.161Q4.14%206.906%205.889%206.228Q7.636%205.55%209.58%205.55q2.335%200%204.39%201.045t3.721%202.936l2.53-2.848q.14-.177.359-.18t.385.168q.14.14.143.329t-.138.354l-2.683%203.007q.764%201.195%201.344%202.725t.772%202.964%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.404%2016.05q0%20.214-.143.357t-.357.143t-.357-.143t-.143-.357q-.188-1.154-.638-2.397q-.449-1.243-1.158-2.5l-3.05%203.376q-.46.515-1.156.53t-1.186-.468l-2.331-2.325q-.193-.193-.452-.193q-.26%200-.433.192l-5.183%205.222q-.146.165-.347.162t-.366-.168q-.16-.165-.153-.354t.153-.354l5.202-5.221q.46-.479%201.146-.47q.687.01%201.146.47l2.344%202.344q.193.193.462.193t.442-.212l3.189-3.577q-1.487-1.73-3.375-2.74q-1.889-1.01-4.08-1.01q-1.736%200-3.291.605t-2.87%201.653q-.073.067-.161.104t-.193.036q-.213%200-.356-.143t-.144-.357q0-.104.037-.198t.11-.161Q4.14%206.906%205.889%206.228Q7.636%205.55%209.58%205.55q2.335%200%204.39%201.045t3.721%202.936l2.53-2.848q.14-.177.359-.18t.385.168q.14.14.143.329t-.138.354l-2.683%203.007q.764%201.195%201.344%202.725t.772%202.964%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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