chart line icon

chart-line-outline-24px from Health Icons by Resolve to Save Lives · Outline 24px · Graphs · MIT Free for personal and commercial use.

Name
chart-line-outline-24px
Set
Health Icons
Style
Outline 24px
Category
Graphs
Viewbox
24×24
License
MIT

3 other variants in Health Icons

The same icon in other sets

More graphs icons from Health Icons

Use the chart line icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M2 20V2h2v11.612l2.18-2.18a2.5 2.5 0 0 0 1.388 1.389L4 16.389V20h18v2H4a2 2 0 0 1-2-2"/><path fill-rule="evenodd" d="M17.587 12.123a2.5 2.5 0 1 1-4.586 1.427l-2.814-1.205A2.5 2.5 0 0 0 11 10.45l2.813 1.205a2.49 2.49 0 0 1 2.155-.611l1.445-2.167a2.5 2.5 0 0 0 1.619 1.08zM16 13.5a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0" clip-rule="evenodd"/><path fill-rule="evenodd" d="M11 10.45a2.5 2.5 0 1 0-5 .1a2.5 2.5 0 0 0 5-.1m-2 .05a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0m10.5-.5a2.5 2.5 0 1 0 0-5a2.5 2.5 0 0 0 0 5m0-2a.5.5 0 1 0 0-1a.5.5 0 0 0 0 1" clip-rule="evenodd"/></g></svg>

React

import type { SVGProps } from "react";

export function HealthiconsChartLineOutline24px(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M2 20V2h2v11.612l2.18-2.18a2.5 2.5 0 0 0 1.388 1.389L4 16.389V20h18v2H4a2 2 0 0 1-2-2"/><path fillRule="evenodd" d="M17.587 12.123a2.5 2.5 0 1 1-4.586 1.427l-2.814-1.205A2.5 2.5 0 0 0 11 10.45l2.813 1.205a2.49 2.49 0 0 1 2.155-.611l1.445-2.167a2.5 2.5 0 0 0 1.619 1.08zM16 13.5a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0" clipRule="evenodd"/><path fillRule="evenodd" d="M11 10.45a2.5 2.5 0 1 0-5 .1a2.5 2.5 0 0 0 5-.1m-2 .05a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0m10.5-.5a2.5 2.5 0 1 0 0-5a2.5 2.5 0 0 0 0 5m0-2a.5.5 0 1 0 0-1a.5.5 0 0 0 0 1" clipRule="evenodd"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M2 20V2h2v11.612l2.18-2.18a2.5 2.5 0 0 0 1.388 1.389L4 16.389V20h18v2H4a2 2 0 0 1-2-2"/><path fill-rule="evenodd" d="M17.587 12.123a2.5 2.5 0 1 1-4.586 1.427l-2.814-1.205A2.5 2.5 0 0 0 11 10.45l2.813 1.205a2.49 2.49 0 0 1 2.155-.611l1.445-2.167a2.5 2.5 0 0 0 1.619 1.08zM16 13.5a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0" clip-rule="evenodd"/><path fill-rule="evenodd" d="M11 10.45a2.5 2.5 0 1 0-5 .1a2.5 2.5 0 0 0 5-.1m-2 .05a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0m10.5-.5a2.5 2.5 0 1 0 0-5a2.5 2.5 0 0 0 0 5m0-2a.5.5 0 1 0 0-1a.5.5 0 0 0 0 1" clip-rule="evenodd"/></g></svg>
</template>

CSS

.icon-chart-line-outline-24px {
  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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M2%2020V2h2v11.612l2.18-2.18a2.5%202.5%200%200%200%201.388%201.389L4%2016.389V20h18v2H4a2%202%200%200%201-2-2%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M17.587%2012.123a2.5%202.5%200%201%201-4.586%201.427l-2.814-1.205A2.5%202.5%200%200%200%2011%2010.45l2.813%201.205a2.49%202.49%200%200%201%202.155-.611l1.445-2.167a2.5%202.5%200%200%200%201.619%201.08zM16%2013.5a.5.5%200%201%201-1%200a.5.5%200%200%201%201%200%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M11%2010.45a2.5%202.5%200%201%200-5%20.1a2.5%202.5%200%200%200%205-.1m-2%20.05a.5.5%200%201%201-1%200a.5.5%200%200%201%201%200m10.5-.5a2.5%202.5%200%201%200%200-5a2.5%202.5%200%200%200%200%205m0-2a.5.5%200%201%200%200-1a.5.5%200%200%200%200%201%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M2%2020V2h2v11.612l2.18-2.18a2.5%202.5%200%200%200%201.388%201.389L4%2016.389V20h18v2H4a2%202%200%200%201-2-2%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M17.587%2012.123a2.5%202.5%200%201%201-4.586%201.427l-2.814-1.205A2.5%202.5%200%200%200%2011%2010.45l2.813%201.205a2.49%202.49%200%200%201%202.155-.611l1.445-2.167a2.5%202.5%200%200%200%201.619%201.08zM16%2013.5a.5.5%200%201%201-1%200a.5.5%200%200%201%201%200%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M11%2010.45a2.5%202.5%200%201%200-5%20.1a2.5%202.5%200%200%200%205-.1m-2%20.05a.5.5%200%201%201-1%200a.5.5%200%200%201%201%200m10.5-.5a2.5%202.5%200%201%200%200-5a2.5%202.5%200%200%200%200%205m0-2a.5.5%200%201%200%200-1a.5.5%200%200%200%200%201%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/healthicons/chart-line-outline-24px.svg?color=%231a73e8&size=48