multiline chart icon

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

Name
multiline-chart
Set
Material Symbols
Style
Regular
Category
Business
Viewbox
24×24
License
Apache 2.0
Aliases
multiline-chart-outline, multiline-chart-outline-sharp, multiline-chart-sharp

1 other variant in Material Symbols

The same icon in other sets

More business icons from Material Symbols

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="M3.4 18.5L2 17.05l7.5-7.5l4 4l2.9-3.25q-1.275-1.5-3-2.375T9.6 7.05q-1.775 0-3.35.663T3.4 9.5L2 8.05q1.55-1.4 3.475-2.2t4.125-.8q2.45 0 4.525.988T17.75 8.8l2.85-3.25L22 7l-3 3.4q.825 1.325 1.338 2.875T21 16.55h-2q-.15-1.25-.513-2.387T17.55 12l-3.95 4.45l-4.1-4.05z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsMultilineChart(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="M3.4 18.5L2 17.05l7.5-7.5l4 4l2.9-3.25q-1.275-1.5-3-2.375T9.6 7.05q-1.775 0-3.35.663T3.4 9.5L2 8.05q1.55-1.4 3.475-2.2t4.125-.8q2.45 0 4.525.988T17.75 8.8l2.85-3.25L22 7l-3 3.4q.825 1.325 1.338 2.875T21 16.55h-2q-.15-1.25-.513-2.387T17.55 12l-3.95 4.45l-4.1-4.05z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.4 18.5L2 17.05l7.5-7.5l4 4l2.9-3.25q-1.275-1.5-3-2.375T9.6 7.05q-1.775 0-3.35.663T3.4 9.5L2 8.05q1.55-1.4 3.475-2.2t4.125-.8q2.45 0 4.525.988T17.75 8.8l2.85-3.25L22 7l-3 3.4q.825 1.325 1.338 2.875T21 16.55h-2q-.15-1.25-.513-2.387T17.55 12l-3.95 4.45l-4.1-4.05z"/></svg>
</template>

CSS

.icon-multiline-chart {
  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%22M3.4%2018.5L2%2017.05l7.5-7.5l4%204l2.9-3.25q-1.275-1.5-3-2.375T9.6%207.05q-1.775%200-3.35.663T3.4%209.5L2%208.05q1.55-1.4%203.475-2.2t4.125-.8q2.45%200%204.525.988T17.75%208.8l2.85-3.25L22%207l-3%203.4q.825%201.325%201.338%202.875T21%2016.55h-2q-.15-1.25-.513-2.387T17.55%2012l-3.95%204.45l-4.1-4.05z%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%22M3.4%2018.5L2%2017.05l7.5-7.5l4%204l2.9-3.25q-1.275-1.5-3-2.375T9.6%207.05q-1.775%200-3.35.663T3.4%209.5L2%208.05q1.55-1.4%203.475-2.2t4.125-.8q2.45%200%204.525.988T17.75%208.8l2.85-3.25L22%207l-3%203.4q.825%201.325%201.338%202.875T21%2016.55h-2q-.15-1.25-.513-2.387T17.55%2012l-3.95%204.45l-4.1-4.05z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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