chart line down icon
chart-line-down-thin from Phosphor by Phosphor Icons · Thin · MIT Free for personal and commercial use.
- Name
- chart-line-down-thin
- Set
- Phosphor
- Style
- Thin
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
The same icon in other sets
Related icons in Phosphor
Use the chart line down icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M228 208a4 4 0 0 1-4 4H32a4 4 0 0 1-4-4V48a4 4 0 0 1 8 0v14.34l60 60l29.17-29.17a4 4 0 0 1 5.66 0L196 158.34V128a4 4 0 0 1 8 0v40a4 4 0 0 1-.08.78a3 3 0 0 1-.1.34a3 3 0 0 1-.13.41a3 3 0 0 1-.2.39c-.05.1-.1.2-.16.3a4.2 4.2 0 0 1-1.11 1.11l-.31.16a4 4 0 0 1-.38.2a3 3 0 0 1-.41.13a3 3 0 0 1-.34.1a4 4 0 0 1-.78.08h-40a4 4 0 0 1 0-8h30.34L128 101.66l-29.17 29.17a4 4 0 0 1-5.66 0L36 73.66V204h188a4 4 0 0 1 4 4"/></svg>
React
import type { SVGProps } from "react";
export function PhChartLineDownThin(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M228 208a4 4 0 0 1-4 4H32a4 4 0 0 1-4-4V48a4 4 0 0 1 8 0v14.34l60 60l29.17-29.17a4 4 0 0 1 5.66 0L196 158.34V128a4 4 0 0 1 8 0v40a4 4 0 0 1-.08.78a3 3 0 0 1-.1.34a3 3 0 0 1-.13.41a3 3 0 0 1-.2.39c-.05.1-.1.2-.16.3a4.2 4.2 0 0 1-1.11 1.11l-.31.16a4 4 0 0 1-.38.2a3 3 0 0 1-.41.13a3 3 0 0 1-.34.1a4 4 0 0 1-.78.08h-40a4 4 0 0 1 0-8h30.34L128 101.66l-29.17 29.17a4 4 0 0 1-5.66 0L36 73.66V204h188a4 4 0 0 1 4 4"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M228 208a4 4 0 0 1-4 4H32a4 4 0 0 1-4-4V48a4 4 0 0 1 8 0v14.34l60 60l29.17-29.17a4 4 0 0 1 5.66 0L196 158.34V128a4 4 0 0 1 8 0v40a4 4 0 0 1-.08.78a3 3 0 0 1-.1.34a3 3 0 0 1-.13.41a3 3 0 0 1-.2.39c-.05.1-.1.2-.16.3a4.2 4.2 0 0 1-1.11 1.11l-.31.16a4 4 0 0 1-.38.2a3 3 0 0 1-.41.13a3 3 0 0 1-.34.1a4 4 0 0 1-.78.08h-40a4 4 0 0 1 0-8h30.34L128 101.66l-29.17 29.17a4 4 0 0 1-5.66 0L36 73.66V204h188a4 4 0 0 1 4 4"/></svg> </template>
CSS
.icon-chart-line-down-thin {
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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M228%20208a4%204%200%200%201-4%204H32a4%204%200%200%201-4-4V48a4%204%200%200%201%208%200v14.34l60%2060l29.17-29.17a4%204%200%200%201%205.66%200L196%20158.34V128a4%204%200%200%201%208%200v40a4%204%200%200%201-.08.78a3%203%200%200%201-.1.34a3%203%200%200%201-.13.41a3%203%200%200%201-.2.39c-.05.1-.1.2-.16.3a4.2%204.2%200%200%201-1.11%201.11l-.31.16a4%204%200%200%201-.38.2a3%203%200%200%201-.41.13a3%203%200%200%201-.34.1a4%204%200%200%201-.78.08h-40a4%204%200%200%201%200-8h30.34L128%20101.66l-29.17%2029.17a4%204%200%200%201-5.66%200L36%2073.66V204h188a4%204%200%200%201%204%204%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M228%20208a4%204%200%200%201-4%204H32a4%204%200%200%201-4-4V48a4%204%200%200%201%208%200v14.34l60%2060l29.17-29.17a4%204%200%200%201%205.66%200L196%20158.34V128a4%204%200%200%201%208%200v40a4%204%200%200%201-.08.78a3%203%200%200%201-.1.34a3%203%200%200%201-.13.41a3%203%200%200%201-.2.39c-.05.1-.1.2-.16.3a4.2%204.2%200%200%201-1.11%201.11l-.31.16a4%204%200%200%201-.38.2a3%203%200%200%201-.41.13a3%203%200%200%201-.34.1a4%204%200%200%201-.78.08h-40a4%204%200%200%201%200-8h30.34L128%20101.66l-29.17%2029.17a4%204%200%200%201-5.66%200L36%2073.66V204h188a4%204%200%200%201%204%204%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/chart-line-down-thin.svg?color=%231a73e8&size=48