chart line icon
chart-line from Line Awesome by Icons8 · Line · Finance · Apache-2.0 Free for personal and commercial use.
- Name
- chart-line
- Set
- Line Awesome
- Style
- Line
- Category
- Finance
- Viewbox
- 32×32
- License
- Apache 2.0
- Aliases
- chart-line-solid
The same icon in other sets
More finance icons from Line Awesome
Use the chart line icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m27.219 5.375l-3.5 4.375l-3.282-1.656l-.78-.375l-.5.718l-3.407 5.126l-3.156-2.376L12 10.75l-.594.438l-3.625 2.718l-3.531-.875l-.5 1.938l4 1l.469.125l.375-.282L12 13.25l3.406 2.563l.844.624l.594-.875l3.5-5.25l3.218 1.594l.72.344l4.5-5.625zm-7.157 12.938l-.843 1.062l-3.407 4.25l-3.218-2.438L12 20.75l-.594.438l-3.5 2.625l-3.468-1.72l-.875 1.813l4 2l.53.25l.5-.343L12 23.25l3.406 2.563l.781.562l.594-.75l3.125-3.906l3.25 4.843l.782 1.125l.843-1.062l4-5l-1.562-1.25l-3.125 3.906l-3.25-4.843z"/></svg>
React
import type { SVGProps } from "react";
export function LaChartLine(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m27.219 5.375l-3.5 4.375l-3.282-1.656l-.78-.375l-.5.718l-3.407 5.126l-3.156-2.376L12 10.75l-.594.438l-3.625 2.718l-3.531-.875l-.5 1.938l4 1l.469.125l.375-.282L12 13.25l3.406 2.563l.844.624l.594-.875l3.5-5.25l3.218 1.594l.72.344l4.5-5.625zm-7.157 12.938l-.843 1.062l-3.407 4.25l-3.218-2.438L12 20.75l-.594.438l-3.5 2.625l-3.468-1.72l-.875 1.813l4 2l.53.25l.5-.343L12 23.25l3.406 2.563l.781.562l.594-.75l3.125-3.906l3.25 4.843l.782 1.125l.843-1.062l4-5l-1.562-1.25l-3.125 3.906l-3.25-4.843z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m27.219 5.375l-3.5 4.375l-3.282-1.656l-.78-.375l-.5.718l-3.407 5.126l-3.156-2.376L12 10.75l-.594.438l-3.625 2.718l-3.531-.875l-.5 1.938l4 1l.469.125l.375-.282L12 13.25l3.406 2.563l.844.624l.594-.875l3.5-5.25l3.218 1.594l.72.344l4.5-5.625zm-7.157 12.938l-.843 1.062l-3.407 4.25l-3.218-2.438L12 20.75l-.594.438l-3.5 2.625l-3.468-1.72l-.875 1.813l4 2l.53.25l.5-.343L12 23.25l3.406 2.563l.781.562l.594-.75l3.125-3.906l3.25 4.843l.782 1.125l.843-1.062l4-5l-1.562-1.25l-3.125 3.906l-3.25-4.843z"/></svg> </template>
CSS
.icon-chart-line {
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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m27.219%205.375l-3.5%204.375l-3.282-1.656l-.78-.375l-.5.718l-3.407%205.126l-3.156-2.376L12%2010.75l-.594.438l-3.625%202.718l-3.531-.875l-.5%201.938l4%201l.469.125l.375-.282L12%2013.25l3.406%202.563l.844.624l.594-.875l3.5-5.25l3.218%201.594l.72.344l4.5-5.625zm-7.157%2012.938l-.843%201.062l-3.407%204.25l-3.218-2.438L12%2020.75l-.594.438l-3.5%202.625l-3.468-1.72l-.875%201.813l4%202l.53.25l.5-.343L12%2023.25l3.406%202.563l.781.562l.594-.75l3.125-3.906l3.25%204.843l.782%201.125l.843-1.062l4-5l-1.562-1.25l-3.125%203.906l-3.25-4.843z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m27.219%205.375l-3.5%204.375l-3.282-1.656l-.78-.375l-.5.718l-3.407%205.126l-3.156-2.376L12%2010.75l-.594.438l-3.625%202.718l-3.531-.875l-.5%201.938l4%201l.469.125l.375-.282L12%2013.25l3.406%202.563l.844.624l.594-.875l3.5-5.25l3.218%201.594l.72.344l4.5-5.625zm-7.157%2012.938l-.843%201.062l-3.407%204.25l-3.218-2.438L12%2020.75l-.594.438l-3.5%202.625l-3.468-1.72l-.875%201.813l4%202l.53.25l.5-.343L12%2023.25l3.406%202.563l.781.562l.594-.75l3.125-3.906l3.25%204.843l.782%201.125l.843-1.062l4-5l-1.562-1.25l-3.125%203.906l-3.25-4.843z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/la/chart-line.svg?color=%231a73e8&size=48