pyramid from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
pyramid
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

The same icon in other sets

Related icons in Huge 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="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M12 2v20m2.87-8.324l7.119 3.91m0 0l.005.004m-.005-.004c.075-.437-.232-.928-.802-1.839L13.784 3.92C12.984 2.64 12.584 2 12 2c-.583 0-.983.64-1.784 1.92L2.813 15.746c-.57.911-.877 1.402-.802 1.84m19.978 0a1 1 0 0 1-.028.109c-.152.467-.694.683-1.777 1.116l-7.403 2.957c-.385.154-.578.231-.781.231s-.396-.077-.781-.231l-7.403-2.957c-1.083-.433-1.625-.65-1.777-1.116a1 1 0 0 1-.028-.11m-.005.004l.005-.004m0 0l7.12-3.91"/></svg>

React

import type { SVGProps } from "react";

export function HugeiconsPyramid(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="M12 2v20m2.87-8.324l7.119 3.91m0 0l.005.004m-.005-.004c.075-.437-.232-.928-.802-1.839L13.784 3.92C12.984 2.64 12.584 2 12 2c-.583 0-.983.64-1.784 1.92L2.813 15.746c-.57.911-.877 1.402-.802 1.84m19.978 0a1 1 0 0 1-.028.109c-.152.467-.694.683-1.777 1.116l-7.403 2.957c-.385.154-.578.231-.781.231s-.396-.077-.781-.231l-7.403-2.957c-1.083-.433-1.625-.65-1.777-1.116a1 1 0 0 1-.028-.11m-.005.004l.005-.004m0 0l7.12-3.91"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M12 2v20m2.87-8.324l7.119 3.91m0 0l.005.004m-.005-.004c.075-.437-.232-.928-.802-1.839L13.784 3.92C12.984 2.64 12.584 2 12 2c-.583 0-.983.64-1.784 1.92L2.813 15.746c-.57.911-.877 1.402-.802 1.84m19.978 0a1 1 0 0 1-.028.109c-.152.467-.694.683-1.777 1.116l-7.403 2.957c-.385.154-.578.231-.781.231s-.396-.077-.781-.231l-7.403-2.957c-1.083-.433-1.625-.65-1.777-1.116a1 1 0 0 1-.028-.11m-.005.004l.005-.004m0 0l7.12-3.91"/></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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M12%202v20m2.87-8.324l7.119%203.91m0%200l.005.004m-.005-.004c.075-.437-.232-.928-.802-1.839L13.784%203.92C12.984%202.64%2012.584%202%2012%202c-.583%200-.983.64-1.784%201.92L2.813%2015.746c-.57.911-.877%201.402-.802%201.84m19.978%200a1%201%200%200%201-.028.109c-.152.467-.694.683-1.777%201.116l-7.403%202.957c-.385.154-.578.231-.781.231s-.396-.077-.781-.231l-7.403-2.957c-1.083-.433-1.625-.65-1.777-1.116a1%201%200%200%201-.028-.11m-.005.004l.005-.004m0%200l7.12-3.91%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M12%202v20m2.87-8.324l7.119%203.91m0%200l.005.004m-.005-.004c.075-.437-.232-.928-.802-1.839L13.784%203.92C12.984%202.64%2012.584%202%2012%202c-.583%200-.983.64-1.784%201.92L2.813%2015.746c-.57.911-.877%201.402-.802%201.84m19.978%200a1%201%200%200%201-.028.109c-.152.467-.694.683-1.777%201.116l-7.403%202.957c-.385.154-.578.231-.781.231s-.396-.077-.781-.231l-7.403-2.957c-1.083-.433-1.625-.65-1.777-1.116a1%201%200%200%201-.028-.11m-.005.004l.005-.004m0%200l7.12-3.91%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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