chart vertical icon
chart-vertical-fill from Mage Icons by MageIcons · Fill · Apache-2.0 Free for personal and commercial use.
- Name
- chart-vertical-fill
- Set
- Mage Icons
- Style
- Fill
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in Mage Icons
The same icon in other sets
Related icons in Mage Icons
Use the chart vertical icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.685 3.065h-5.51c-.84 0-1.52.68-1.52 1.52v1.77c0 .84.68 1.52 1.52 1.52h5.51c.84 0 1.52-.68 1.52-1.52v-1.77c0-.84-.68-1.52-1.52-1.52m9.14 8.05v1.77a1.53 1.53 0 0 1-1.53 1.52H7.175a1.52 1.52 0 0 1-1.52-1.52v-1.77a1.52 1.52 0 0 1 1.52-1.52h13.12a1.53 1.53 0 0 1 1.53 1.52m-3.32 6.53v1.77a1.53 1.53 0 0 1-1.53 1.52h-9.78a1.52 1.52 0 0 1-1.52-1.52v-1.77a1.52 1.52 0 0 1 1.52-1.52h9.78a1.53 1.53 0 0 1 1.53 1.52m-15.68 3.71a.65.65 0 0 1-.65-.65V3.295a.65.65 0 1 1 1.3 0v17.41a.65.65 0 0 1-.65.65"/></svg>
React
import type { SVGProps } from "react";
export function MageChartVerticalFill(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="M12.685 3.065h-5.51c-.84 0-1.52.68-1.52 1.52v1.77c0 .84.68 1.52 1.52 1.52h5.51c.84 0 1.52-.68 1.52-1.52v-1.77c0-.84-.68-1.52-1.52-1.52m9.14 8.05v1.77a1.53 1.53 0 0 1-1.53 1.52H7.175a1.52 1.52 0 0 1-1.52-1.52v-1.77a1.52 1.52 0 0 1 1.52-1.52h13.12a1.53 1.53 0 0 1 1.53 1.52m-3.32 6.53v1.77a1.53 1.53 0 0 1-1.53 1.52h-9.78a1.52 1.52 0 0 1-1.52-1.52v-1.77a1.52 1.52 0 0 1 1.52-1.52h9.78a1.53 1.53 0 0 1 1.53 1.52m-15.68 3.71a.65.65 0 0 1-.65-.65V3.295a.65.65 0 1 1 1.3 0v17.41a.65.65 0 0 1-.65.65"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.685 3.065h-5.51c-.84 0-1.52.68-1.52 1.52v1.77c0 .84.68 1.52 1.52 1.52h5.51c.84 0 1.52-.68 1.52-1.52v-1.77c0-.84-.68-1.52-1.52-1.52m9.14 8.05v1.77a1.53 1.53 0 0 1-1.53 1.52H7.175a1.52 1.52 0 0 1-1.52-1.52v-1.77a1.52 1.52 0 0 1 1.52-1.52h13.12a1.53 1.53 0 0 1 1.53 1.52m-3.32 6.53v1.77a1.53 1.53 0 0 1-1.53 1.52h-9.78a1.52 1.52 0 0 1-1.52-1.52v-1.77a1.52 1.52 0 0 1 1.52-1.52h9.78a1.53 1.53 0 0 1 1.53 1.52m-15.68 3.71a.65.65 0 0 1-.65-.65V3.295a.65.65 0 1 1 1.3 0v17.41a.65.65 0 0 1-.65.65"/></svg> </template>
CSS
.icon-chart-vertical-fill {
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%22M12.685%203.065h-5.51c-.84%200-1.52.68-1.52%201.52v1.77c0%20.84.68%201.52%201.52%201.52h5.51c.84%200%201.52-.68%201.52-1.52v-1.77c0-.84-.68-1.52-1.52-1.52m9.14%208.05v1.77a1.53%201.53%200%200%201-1.53%201.52H7.175a1.52%201.52%200%200%201-1.52-1.52v-1.77a1.52%201.52%200%200%201%201.52-1.52h13.12a1.53%201.53%200%200%201%201.53%201.52m-3.32%206.53v1.77a1.53%201.53%200%200%201-1.53%201.52h-9.78a1.52%201.52%200%200%201-1.52-1.52v-1.77a1.52%201.52%200%200%201%201.52-1.52h9.78a1.53%201.53%200%200%201%201.53%201.52m-15.68%203.71a.65.65%200%200%201-.65-.65V3.295a.65.65%200%201%201%201.3%200v17.41a.65.65%200%200%201-.65.65%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%22M12.685%203.065h-5.51c-.84%200-1.52.68-1.52%201.52v1.77c0%20.84.68%201.52%201.52%201.52h5.51c.84%200%201.52-.68%201.52-1.52v-1.77c0-.84-.68-1.52-1.52-1.52m9.14%208.05v1.77a1.53%201.53%200%200%201-1.53%201.52H7.175a1.52%201.52%200%200%201-1.52-1.52v-1.77a1.52%201.52%200%200%201%201.52-1.52h13.12a1.53%201.53%200%200%201%201.53%201.52m-3.32%206.53v1.77a1.53%201.53%200%200%201-1.53%201.52h-9.78a1.52%201.52%200%200%201-1.52-1.52v-1.77a1.52%201.52%200%200%201%201.52-1.52h9.78a1.53%201.53%200%200%201%201.53%201.52m-15.68%203.71a.65.65%200%200%201-.65-.65V3.295a.65.65%200%201%201%201.3%200v17.41a.65.65%200%200%201-.65.65%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mage/chart-vertical-fill.svg?color=%231a73e8&size=48