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

Name
pyramid-off
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 off icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.5 7.3L9.05 5.85l2.1-3.38a1.003 1.003 0 0 1 1.7 0l9 14.49c.28.44.15 1.04-.35 1.36l-3.09-3.11L13 6.5v3.3l-2-2V6.5zm11.61 14.16l-1.27 1.27l-2.95-2.95l-5.53 2.15c-.11.07-.24.07-.36.07s-.25 0-.36-.07l-9-3.5c-.64-.25-.8-.98-.49-1.47L7.1 9L1.11 3l1.28-1.27zM5.42 15.5L11 13.32v-.43l-2.45-2.45zm10.93 2.74l-2.41-2.41l-1.94-.76l-6.24 2.43L12 19.93z"/></svg>

React

import type { SVGProps } from "react";

export function MdiPyramidOff(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="M10.5 7.3L9.05 5.85l2.1-3.38a1.003 1.003 0 0 1 1.7 0l9 14.49c.28.44.15 1.04-.35 1.36l-3.09-3.11L13 6.5v3.3l-2-2V6.5zm11.61 14.16l-1.27 1.27l-2.95-2.95l-5.53 2.15c-.11.07-.24.07-.36.07s-.25 0-.36-.07l-9-3.5c-.64-.25-.8-.98-.49-1.47L7.1 9L1.11 3l1.28-1.27zM5.42 15.5L11 13.32v-.43l-2.45-2.45zm10.93 2.74l-2.41-2.41l-1.94-.76l-6.24 2.43L12 19.93z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.5 7.3L9.05 5.85l2.1-3.38a1.003 1.003 0 0 1 1.7 0l9 14.49c.28.44.15 1.04-.35 1.36l-3.09-3.11L13 6.5v3.3l-2-2V6.5zm11.61 14.16l-1.27 1.27l-2.95-2.95l-5.53 2.15c-.11.07-.24.07-.36.07s-.25 0-.36-.07l-9-3.5c-.64-.25-.8-.98-.49-1.47L7.1 9L1.11 3l1.28-1.27zM5.42 15.5L11 13.32v-.43l-2.45-2.45zm10.93 2.74l-2.41-2.41l-1.94-.76l-6.24 2.43L12 19.93z"/></svg>
</template>

CSS

.icon-pyramid-off {
  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%22M10.5%207.3L9.05%205.85l2.1-3.38a1.003%201.003%200%200%201%201.7%200l9%2014.49c.28.44.15%201.04-.35%201.36l-3.09-3.11L13%206.5v3.3l-2-2V6.5zm11.61%2014.16l-1.27%201.27l-2.95-2.95l-5.53%202.15c-.11.07-.24.07-.36.07s-.25%200-.36-.07l-9-3.5c-.64-.25-.8-.98-.49-1.47L7.1%209L1.11%203l1.28-1.27zM5.42%2015.5L11%2013.32v-.43l-2.45-2.45zm10.93%202.74l-2.41-2.41l-1.94-.76l-6.24%202.43L12%2019.93z%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%22M10.5%207.3L9.05%205.85l2.1-3.38a1.003%201.003%200%200%201%201.7%200l9%2014.49c.28.44.15%201.04-.35%201.36l-3.09-3.11L13%206.5v3.3l-2-2V6.5zm11.61%2014.16l-1.27%201.27l-2.95-2.95l-5.53%202.15c-.11.07-.24.07-.36.07s-.25%200-.36-.07l-9-3.5c-.64-.25-.8-.98-.49-1.47L7.1%209L1.11%203l1.28-1.27zM5.42%2015.5L11%2013.32v-.43l-2.45-2.45zm10.93%202.74l-2.41-2.41l-1.94-.76l-6.24%202.43L12%2019.93z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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