chart pyramid icon
chart-pyramid-sharp-duotone from Keyline Icons by Keyline Icons · Sharp Duotone · MIT Free for personal and commercial use.
- Name
- chart-pyramid-sharp-duotone
- Set
- Keyline Icons
- Style
- Sharp Duotone
- Viewbox
- 24×24
- License
- MIT
7 other variants in Keyline Icons
Related icons in Keyline Icons
chart-areachart-barchart-bar-bigchart-bar-stackedchart-candlestickchart-columnchart-column-bigchart-column-stackedchart-diagramchart-ganttchart-linechart-line-decreasingchart-line-downchart-line-increasingchart-line-upchart-networkchart-no-axes-combinedchart-piechart-scatterchart-scatter-3dchart-scatter-bubblechart-splinechart-tree-mapchart-waterfall
Use the chart pyramid icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-opacity=".4" d="M11.1258 2.5144L1.1258 20.5144C1.0433 20.6629 1 20.8301 1 21C1 21.5523 1.4477 22 2 22L22 22C22.5523 22 23 21.5523 23 21C23 20.8301 22.9567 20.6629 22.8742 20.5144L12.8742 2.5144C12.6978 2.1969 12.3632 2 12 2C11.6368 2 11.3022 2.1969 11.1258 2.5144Z"/><path d="M8.0782 8L15.9218 8L17.0329 10L6.9671 10ZM4.7449 14L19.2551 14L20.3662 16L3.6338 16Z"/></g></svg>
React
import type { SVGProps } from "react";
export function KeylineIconsChartPyramidSharpDuotone(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 fillOpacity=".4" d="M11.1258 2.5144L1.1258 20.5144C1.0433 20.6629 1 20.8301 1 21C1 21.5523 1.4477 22 2 22L22 22C22.5523 22 23 21.5523 23 21C23 20.8301 22.9567 20.6629 22.8742 20.5144L12.8742 2.5144C12.6978 2.1969 12.3632 2 12 2C11.6368 2 11.3022 2.1969 11.1258 2.5144Z"/><path d="M8.0782 8L15.9218 8L17.0329 10L6.9671 10ZM4.7449 14L19.2551 14L20.3662 16L3.6338 16Z"/></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 fill-opacity=".4" d="M11.1258 2.5144L1.1258 20.5144C1.0433 20.6629 1 20.8301 1 21C1 21.5523 1.4477 22 2 22L22 22C22.5523 22 23 21.5523 23 21C23 20.8301 22.9567 20.6629 22.8742 20.5144L12.8742 2.5144C12.6978 2.1969 12.3632 2 12 2C11.6368 2 11.3022 2.1969 11.1258 2.5144Z"/><path d="M8.0782 8L15.9218 8L17.0329 10L6.9671 10ZM4.7449 14L19.2551 14L20.3662 16L3.6338 16Z"/></g></svg> </template>
CSS
.icon-chart-pyramid-sharp-duotone {
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%20fill-opacity%3D%22.4%22%20d%3D%22M11.1258%202.5144L1.1258%2020.5144C1.0433%2020.6629%201%2020.8301%201%2021C1%2021.5523%201.4477%2022%202%2022L22%2022C22.5523%2022%2023%2021.5523%2023%2021C23%2020.8301%2022.9567%2020.6629%2022.8742%2020.5144L12.8742%202.5144C12.6978%202.1969%2012.3632%202%2012%202C11.6368%202%2011.3022%202.1969%2011.1258%202.5144Z%22%2F%3E%3Cpath%20d%3D%22M8.0782%208L15.9218%208L17.0329%2010L6.9671%2010ZM4.7449%2014L19.2551%2014L20.3662%2016L3.6338%2016Z%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%20fill-opacity%3D%22.4%22%20d%3D%22M11.1258%202.5144L1.1258%2020.5144C1.0433%2020.6629%201%2020.8301%201%2021C1%2021.5523%201.4477%2022%202%2022L22%2022C22.5523%2022%2023%2021.5523%2023%2021C23%2020.8301%2022.9567%2020.6629%2022.8742%2020.5144L12.8742%202.5144C12.6978%202.1969%2012.3632%202%2012%202C11.6368%202%2011.3022%202.1969%2011.1258%202.5144Z%22%2F%3E%3Cpath%20d%3D%22M8.0782%208L15.9218%208L17.0329%2010L6.9671%2010ZM4.7449%2014L19.2551%2014L20.3662%2016L3.6338%2016Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/keyline-icons/chart-pyramid-sharp-duotone.svg?color=%231a73e8&size=48