multiline chart icon

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

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

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="M21 16.55q0 .425-.288.713T20 17.55t-.712-.288T19 16.55q-.15-1.25-.513-2.387T17.55 12L15 14.875q-.575.65-1.425.675t-1.475-.575L9.5 12.4l-5.375 5.375q-.3.3-.712.288T2.7 17.75q-.275-.3-.288-.7t.288-.7l5.375-5.375Q8.65 10.4 9.5 10.4t1.425.575L13.5 13.55l2.9-3.25q-1.275-1.5-3-2.375T9.6 7.05q-1.775 0-3.35.663T3.4 9.5q-.15.125-.325.2t-.375.075q-.425 0-.712-.288T1.7 8.776q0-.2.075-.4T2 8.05q1.525-1.375 3.475-2.187T9.6 5.05q2.45 0 4.525.988T17.75 8.8l2.125-2.425q.275-.35.725-.363t.75.313q.275.275.288.675t-.263.7L19 10.4q.725 1.175 1.363 2.975T21 16.55"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsMultilineChartRounded(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="M21 16.55q0 .425-.288.713T20 17.55t-.712-.288T19 16.55q-.15-1.25-.513-2.387T17.55 12L15 14.875q-.575.65-1.425.675t-1.475-.575L9.5 12.4l-5.375 5.375q-.3.3-.712.288T2.7 17.75q-.275-.3-.288-.7t.288-.7l5.375-5.375Q8.65 10.4 9.5 10.4t1.425.575L13.5 13.55l2.9-3.25q-1.275-1.5-3-2.375T9.6 7.05q-1.775 0-3.35.663T3.4 9.5q-.15.125-.325.2t-.375.075q-.425 0-.712-.288T1.7 8.776q0-.2.075-.4T2 8.05q1.525-1.375 3.475-2.187T9.6 5.05q2.45 0 4.525.988T17.75 8.8l2.125-2.425q.275-.35.725-.363t.75.313q.275.275.288.675t-.263.7L19 10.4q.725 1.175 1.363 2.975T21 16.55"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21 16.55q0 .425-.288.713T20 17.55t-.712-.288T19 16.55q-.15-1.25-.513-2.387T17.55 12L15 14.875q-.575.65-1.425.675t-1.475-.575L9.5 12.4l-5.375 5.375q-.3.3-.712.288T2.7 17.75q-.275-.3-.288-.7t.288-.7l5.375-5.375Q8.65 10.4 9.5 10.4t1.425.575L13.5 13.55l2.9-3.25q-1.275-1.5-3-2.375T9.6 7.05q-1.775 0-3.35.663T3.4 9.5q-.15.125-.325.2t-.375.075q-.425 0-.712-.288T1.7 8.776q0-.2.075-.4T2 8.05q1.525-1.375 3.475-2.187T9.6 5.05q2.45 0 4.525.988T17.75 8.8l2.125-2.425q.275-.35.725-.363t.75.313q.275.275.288.675t-.263.7L19 10.4q.725 1.175 1.363 2.975T21 16.55"/></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%22M21%2016.55q0%20.425-.288.713T20%2017.55t-.712-.288T19%2016.55q-.15-1.25-.513-2.387T17.55%2012L15%2014.875q-.575.65-1.425.675t-1.475-.575L9.5%2012.4l-5.375%205.375q-.3.3-.712.288T2.7%2017.75q-.275-.3-.288-.7t.288-.7l5.375-5.375Q8.65%2010.4%209.5%2010.4t1.425.575L13.5%2013.55l2.9-3.25q-1.275-1.5-3-2.375T9.6%207.05q-1.775%200-3.35.663T3.4%209.5q-.15.125-.325.2t-.375.075q-.425%200-.712-.288T1.7%208.776q0-.2.075-.4T2%208.05q1.525-1.375%203.475-2.187T9.6%205.05q2.45%200%204.525.988T17.75%208.8l2.125-2.425q.275-.35.725-.363t.75.313q.275.275.288.675t-.263.7L19%2010.4q.725%201.175%201.363%202.975T21%2016.55%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%22M21%2016.55q0%20.425-.288.713T20%2017.55t-.712-.288T19%2016.55q-.15-1.25-.513-2.387T17.55%2012L15%2014.875q-.575.65-1.425.675t-1.475-.575L9.5%2012.4l-5.375%205.375q-.3.3-.712.288T2.7%2017.75q-.275-.3-.288-.7t.288-.7l5.375-5.375Q8.65%2010.4%209.5%2010.4t1.425.575L13.5%2013.55l2.9-3.25q-1.275-1.5-3-2.375T9.6%207.05q-1.775%200-3.35.663T3.4%209.5q-.15.125-.325.2t-.375.075q-.425%200-.712-.288T1.7%208.776q0-.2.075-.4T2%208.05q1.525-1.375%203.475-2.187T9.6%205.05q2.45%200%204.525.988T17.75%208.8l2.125-2.425q.275-.35.725-.363t.75.313q.275.275.288.675t-.263.7L19%2010.4q.725%201.175%201.363%202.975T21%2016.55%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-rounded.svg?color=%231a73e8&size=48