chart line icon
chart-line-outline from Health Icons by Resolve to Save Lives · Outline · Graphs · MIT Free for personal and commercial use.
- Name
- chart-line-outline
- Set
- Health Icons
- Style
- Outline
- Category
- Graphs
- Viewbox
- 48×48
- License
- MIT
- Aliases
- chart-line2x-outline
3 other variants in Health Icons
The same icon in other sets
chart-lineCarbonchart-lineFont Awesome 6 Solidchart-lineFont Awesome Solidchart-lineHuge Iconschart-lineIconParkchart-lineIconPark Outlinechart-lineLine Awesomechart-lineLucidechart-lineMaterial Design Iconschart-line-fillMingCute Iconchart-lineMyna UI Iconschart-linePhosphorchart-linePixelarticonschart-linePrime Iconschart-lineTabler Iconschart-lineTDesign Iconschart-lineUnicons
More graphs icons from Health Icons
chart-barchart-bar-stackedchart-cured-decreasingchart-cured-increasingchart-death-rate-decreasingchart-death-rate-increasingchart-death-rate-stablechart-infected-decreasingchart-infected-increasingchart-infected-stablechart-line-stackedchart-piechart-bar-negativechart-bar-stacked-negativechart-cured-decreasing-negativechart-cured-increasing-negativechart-death-rate-decreasing-negativechart-death-rate-increasing-negativechart-death-rate-stable-negativechart-infected-decreasing-negativechart-infected-increasing-negativechart-infected-stable-negativechart-line-negativechart-line-stacked-negative
Use the chart line icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" fill-rule="evenodd" d="M6 41a1 1 0 0 0 1 1h34v-2H8v-4.641l6.352-7.713a4 4 0 0 0 4.976-1.426l4.676 1.948a4 4 0 1 0 7.382-2.3l4.975-6.218A4 4 0 1 0 34.8 18.4l-4.875 6.093a4 4 0 0 0-5.489 1.689l-4.45-1.854q.015-.162.014-.328a4 4 0 1 0-7.206 2.392L8 32.212V7H6zm12-17a2 2 0 1 1-4 0a2 2 0 0 1 4 0m10 6a2 2 0 1 0 0-4a2 2 0 0 0 0 4m12-14a2 2 0 1 1-4 0a2 2 0 0 1 4 0" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function HealthiconsChartLineOutline(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" fillRule="evenodd" d="M6 41a1 1 0 0 0 1 1h34v-2H8v-4.641l6.352-7.713a4 4 0 0 0 4.976-1.426l4.676 1.948a4 4 0 1 0 7.382-2.3l4.975-6.218A4 4 0 1 0 34.8 18.4l-4.875 6.093a4 4 0 0 0-5.489 1.689l-4.45-1.854q.015-.162.014-.328a4 4 0 1 0-7.206 2.392L8 32.212V7H6zm12-17a2 2 0 1 1-4 0a2 2 0 0 1 4 0m10 6a2 2 0 1 0 0-4a2 2 0 0 0 0 4m12-14a2 2 0 1 1-4 0a2 2 0 0 1 4 0" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" fill-rule="evenodd" d="M6 41a1 1 0 0 0 1 1h34v-2H8v-4.641l6.352-7.713a4 4 0 0 0 4.976-1.426l4.676 1.948a4 4 0 1 0 7.382-2.3l4.975-6.218A4 4 0 1 0 34.8 18.4l-4.875 6.093a4 4 0 0 0-5.489 1.689l-4.45-1.854q.015-.162.014-.328a4 4 0 1 0-7.206 2.392L8 32.212V7H6zm12-17a2 2 0 1 1-4 0a2 2 0 0 1 4 0m10 6a2 2 0 1 0 0-4a2 2 0 0 0 0 4m12-14a2 2 0 1 1-4 0a2 2 0 0 1 4 0" clip-rule="evenodd"/></svg> </template>
CSS
.icon-chart-line-outline {
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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M6%2041a1%201%200%200%200%201%201h34v-2H8v-4.641l6.352-7.713a4%204%200%200%200%204.976-1.426l4.676%201.948a4%204%200%201%200%207.382-2.3l4.975-6.218A4%204%200%201%200%2034.8%2018.4l-4.875%206.093a4%204%200%200%200-5.489%201.689l-4.45-1.854q.015-.162.014-.328a4%204%200%201%200-7.206%202.392L8%2032.212V7H6zm12-17a2%202%200%201%201-4%200a2%202%200%200%201%204%200m10%206a2%202%200%201%200%200-4a2%202%200%200%200%200%204m12-14a2%202%200%201%201-4%200a2%202%200%200%201%204%200%22%20clip-rule%3D%22evenodd%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M6%2041a1%201%200%200%200%201%201h34v-2H8v-4.641l6.352-7.713a4%204%200%200%200%204.976-1.426l4.676%201.948a4%204%200%201%200%207.382-2.3l4.975-6.218A4%204%200%201%200%2034.8%2018.4l-4.875%206.093a4%204%200%200%200-5.489%201.689l-4.45-1.854q.015-.162.014-.328a4%204%200%201%200-7.206%202.392L8%2032.212V7H6zm12-17a2%202%200%201%201-4%200a2%202%200%200%201%204%200m10%206a2%202%200%201%200%200-4a2%202%200%200%200%200%204m12-14a2%202%200%201%201-4%200a2%202%200%200%201%204%200%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/healthicons/chart-line-outline.svg?color=%231a73e8&size=48