multiline chart icon
multiline-chart from Material Symbols Light by Google · Regular · Business · Apache-2.0 Free for personal and commercial use.
- Name
- multiline-chart
- Set
- Material Symbols Light
- 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 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="m3.458 17.846l-.708-.719l6.692-6.73l3.962 3.96l3.63-4.057q-1.486-1.73-3.374-2.74T9.58 6.55q-1.736 0-3.291.605t-2.87 1.653l-.708-.72Q4.147 6.9 5.89 6.226t3.69-.676q2.335 0 4.39 1.045t3.721 2.936l2.889-3.25l.707.719l-3 3.362q.806 1.228 1.357 2.692q.551 1.463.759 2.996h-1q-.188-1.154-.638-2.397q-.449-1.244-1.158-2.5l-4.181 4.643l-3.985-3.973z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightMultilineChart(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.458 17.846l-.708-.719l6.692-6.73l3.962 3.96l3.63-4.057q-1.486-1.73-3.374-2.74T9.58 6.55q-1.736 0-3.291.605t-2.87 1.653l-.708-.72Q4.147 6.9 5.89 6.226t3.69-.676q2.335 0 4.39 1.045t3.721 2.936l2.889-3.25l.707.719l-3 3.362q.806 1.228 1.357 2.692q.551 1.463.759 2.996h-1q-.188-1.154-.638-2.397q-.449-1.244-1.158-2.5l-4.181 4.643l-3.985-3.973z"/></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.458 17.846l-.708-.719l6.692-6.73l3.962 3.96l3.63-4.057q-1.486-1.73-3.374-2.74T9.58 6.55q-1.736 0-3.291.605t-2.87 1.653l-.708-.72Q4.147 6.9 5.89 6.226t3.69-.676q2.335 0 4.39 1.045t3.721 2.936l2.889-3.25l.707.719l-3 3.362q.806 1.228 1.357 2.692q.551 1.463.759 2.996h-1q-.188-1.154-.638-2.397q-.449-1.244-1.158-2.5l-4.181 4.643l-3.985-3.973z"/></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.458%2017.846l-.708-.719l6.692-6.73l3.962%203.96l3.63-4.057q-1.486-1.73-3.374-2.74T9.58%206.55q-1.736%200-3.291.605t-2.87%201.653l-.708-.72Q4.147%206.9%205.89%206.226t3.69-.676q2.335%200%204.39%201.045t3.721%202.936l2.889-3.25l.707.719l-3%203.362q.806%201.228%201.357%202.692q.551%201.463.759%202.996h-1q-.188-1.154-.638-2.397q-.449-1.244-1.158-2.5l-4.181%204.643l-3.985-3.973z%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.458%2017.846l-.708-.719l6.692-6.73l3.962%203.96l3.63-4.057q-1.486-1.73-3.374-2.74T9.58%206.55q-1.736%200-3.291.605t-2.87%201.653l-.708-.72Q4.147%206.9%205.89%206.226t3.69-.676q2.335%200%204.39%201.045t3.721%202.936l2.889-3.25l.707.719l-3%203.362q.806%201.228%201.357%202.692q.551%201.463.759%202.996h-1q-.188-1.154-.638-2.397q-.449-1.244-1.158-2.5l-4.181%204.643l-3.985-3.973z%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.svg?color=%231a73e8&size=48