pyramid from Material Design Icons by Pictogrammers · Filled · Shape · Apache-2.0 Free for personal and commercial use.

Name
pyramid
Set
Material Design Icons
Style
Filled
Category
Shape
Viewbox
24×24
License
Apache 2.0

The same icon in other sets

More shape icons from Material Design Icons

Use the pyramid icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m21.85 16.96l-9-14.49a1.003 1.003 0 0 0-1.7 0l-9 14.49c-.31.49-.15 1.22.49 1.47l9 3.5c.11.07.24.07.36.07s.25 0 .36-.07l9-3.5c.64-.25.8-.98.49-1.47M11 6.5v6.82L5.42 15.5zm1 13.43L5.76 17.5L12 15.07l6.24 2.43zm1-6.61V6.5l5.58 9z"/></svg>

React

import type { SVGProps } from "react";

export function MdiPyramid(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="m21.85 16.96l-9-14.49a1.003 1.003 0 0 0-1.7 0l-9 14.49c-.31.49-.15 1.22.49 1.47l9 3.5c.11.07.24.07.36.07s.25 0 .36-.07l9-3.5c.64-.25.8-.98.49-1.47M11 6.5v6.82L5.42 15.5zm1 13.43L5.76 17.5L12 15.07l6.24 2.43zm1-6.61V6.5l5.58 9z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m21.85 16.96l-9-14.49a1.003 1.003 0 0 0-1.7 0l-9 14.49c-.31.49-.15 1.22.49 1.47l9 3.5c.11.07.24.07.36.07s.25 0 .36-.07l9-3.5c.64-.25.8-.98.49-1.47M11 6.5v6.82L5.42 15.5zm1 13.43L5.76 17.5L12 15.07l6.24 2.43zm1-6.61V6.5l5.58 9z"/></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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m21.85%2016.96l-9-14.49a1.003%201.003%200%200%200-1.7%200l-9%2014.49c-.31.49-.15%201.22.49%201.47l9%203.5c.11.07.24.07.36.07s.25%200%20.36-.07l9-3.5c.64-.25.8-.98.49-1.47M11%206.5v6.82L5.42%2015.5zm1%2013.43L5.76%2017.5L12%2015.07l6.24%202.43zm1-6.61V6.5l5.58%209z%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%22m21.85%2016.96l-9-14.49a1.003%201.003%200%200%200-1.7%200l-9%2014.49c-.31.49-.15%201.22.49%201.47l9%203.5c.11.07.24.07.36.07s.25%200%20.36-.07l9-3.5c.64-.25.8-.98.49-1.47M11%206.5v6.82L5.42%2015.5zm1%2013.43L5.76%2017.5L12%2015.07l6.24%202.43zm1-6.61V6.5l5.58%209z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/pyramid.svg?color=%231a73e8&size=48