pyramid icon
pyramid from TDesign Icons by TDesign · Outline · MIT Free for personal and commercial use.
- Name
- pyramid
- Set
- TDesign Icons
- Style
- Outline
- Viewbox
- 24×24
- License
- MIT
1 other variant in TDesign Icons
The same icon in other sets
Related icons in TDesign Icons
Use the pyramid icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path d="m11 21l5.5-10L22 21z"/><path d="M11 21H2l9-16l4.45 7.91z"/><path stroke="currentColor" stroke-width="2" d="M11 21H2l5.063-9M11 21l2.75-5l1.7-3.09l-.512-.91M11 21v-9m-3.937 0L11 5l3.938 7m-7.876 0H11m3.938 0H11"/><path stroke="currentColor" stroke-width="2" d="M13.75 16L11 21h5.5m-2.75-5h2.75m-2.75 0l2.75-5l2.75 5m0 0L22 21h-5.5m2.75-5H16.5m0 0v5"/></g></svg>
React
import type { SVGProps } from "react";
export function TdesignPyramid(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path d="m11 21l5.5-10L22 21z"/><path d="M11 21H2l9-16l4.45 7.91z"/><path stroke="currentColor" strokeWidth="2" d="M11 21H2l5.063-9M11 21l2.75-5l1.7-3.09l-.512-.91M11 21v-9m-3.937 0L11 5l3.938 7m-7.876 0H11m3.938 0H11"/><path stroke="currentColor" strokeWidth="2" d="M13.75 16L11 21h5.5m-2.75-5h2.75m-2.75 0l2.75-5l2.75 5m0 0L22 21h-5.5m2.75-5H16.5m0 0v5"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path d="m11 21l5.5-10L22 21z"/><path d="M11 21H2l9-16l4.45 7.91z"/><path stroke="currentColor" stroke-width="2" d="M11 21H2l5.063-9M11 21l2.75-5l1.7-3.09l-.512-.91M11 21v-9m-3.937 0L11 5l3.938 7m-7.876 0H11m3.938 0H11"/><path stroke="currentColor" stroke-width="2" d="M13.75 16L11 21h5.5m-2.75-5h2.75m-2.75 0l2.75-5l2.75 5m0 0L22 21h-5.5m2.75-5H16.5m0 0v5"/></g></svg> </template>
CSS
.icon-pyramid {
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%22none%22%3E%3Cpath%20d%3D%22m11%2021l5.5-10L22%2021z%22%2F%3E%3Cpath%20d%3D%22M11%2021H2l9-16l4.45%207.91z%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-width%3D%222%22%20d%3D%22M11%2021H2l5.063-9M11%2021l2.75-5l1.7-3.09l-.512-.91M11%2021v-9m-3.937%200L11%205l3.938%207m-7.876%200H11m3.938%200H11%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-width%3D%222%22%20d%3D%22M13.75%2016L11%2021h5.5m-2.75-5h2.75m-2.75%200l2.75-5l2.75%205m0%200L22%2021h-5.5m2.75-5H16.5m0%200v5%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%22none%22%3E%3Cpath%20d%3D%22m11%2021l5.5-10L22%2021z%22%2F%3E%3Cpath%20d%3D%22M11%2021H2l9-16l4.45%207.91z%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-width%3D%222%22%20d%3D%22M11%2021H2l5.063-9M11%2021l2.75-5l1.7-3.09l-.512-.91M11%2021v-9m-3.937%200L11%205l3.938%207m-7.876%200H11m3.938%200H11%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-width%3D%222%22%20d%3D%22M13.75%2016L11%2021h5.5m-2.75-5h2.75m-2.75%200l2.75-5l2.75%205m0%200L22%2021h-5.5m2.75-5H16.5m0%200v5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/tdesign/pyramid.svg?color=%231a73e8&size=48