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

Name
octahedron
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 octahedron icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.7 11.29h.01l-9-9C12.5 2.1 12.26 2 12 2s-.5.1-.71.29l-9 9h.01c-.39.39-.39 1.03 0 1.42h-.01l9 9c.21.19.45.29.71.29s.5-.1.71-.29l9-9h-.01c.39-.39.39-1.03 0-1.42M13 8.28V5.41l4.3 4.3zm-2 0L6.7 9.71l4.3-4.3zm1 1.77L17.84 12L12 13.95L6.16 12zm-1 5.67v2.87l-4.3-4.3zm2 0l4.3-1.43l-4.3 4.3z"/></svg>

React

import type { SVGProps } from "react";

export function MdiOctahedron(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.7 11.29h.01l-9-9C12.5 2.1 12.26 2 12 2s-.5.1-.71.29l-9 9h.01c-.39.39-.39 1.03 0 1.42h-.01l9 9c.21.19.45.29.71.29s.5-.1.71-.29l9-9h-.01c.39-.39.39-1.03 0-1.42M13 8.28V5.41l4.3 4.3zm-2 0L6.7 9.71l4.3-4.3zm1 1.77L17.84 12L12 13.95L6.16 12zm-1 5.67v2.87l-4.3-4.3zm2 0l4.3-1.43l-4.3 4.3z"/></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.7 11.29h.01l-9-9C12.5 2.1 12.26 2 12 2s-.5.1-.71.29l-9 9h.01c-.39.39-.39 1.03 0 1.42h-.01l9 9c.21.19.45.29.71.29s.5-.1.71-.29l9-9h-.01c.39-.39.39-1.03 0-1.42M13 8.28V5.41l4.3 4.3zm-2 0L6.7 9.71l4.3-4.3zm1 1.77L17.84 12L12 13.95L6.16 12zm-1 5.67v2.87l-4.3-4.3zm2 0l4.3-1.43l-4.3 4.3z"/></svg>
</template>

CSS

.icon-octahedron {
  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.7%2011.29h.01l-9-9C12.5%202.1%2012.26%202%2012%202s-.5.1-.71.29l-9%209h.01c-.39.39-.39%201.03%200%201.42h-.01l9%209c.21.19.45.29.71.29s.5-.1.71-.29l9-9h-.01c.39-.39.39-1.03%200-1.42M13%208.28V5.41l4.3%204.3zm-2%200L6.7%209.71l4.3-4.3zm1%201.77L17.84%2012L12%2013.95L6.16%2012zm-1%205.67v2.87l-4.3-4.3zm2%200l4.3-1.43l-4.3%204.3z%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.7%2011.29h.01l-9-9C12.5%202.1%2012.26%202%2012%202s-.5.1-.71.29l-9%209h.01c-.39.39-.39%201.03%200%201.42h-.01l9%209c.21.19.45.29.71.29s.5-.1.71-.29l9-9h-.01c.39-.39.39-1.03%200-1.42M13%208.28V5.41l4.3%204.3zm-2%200L6.7%209.71l4.3-4.3zm1%201.77L17.84%2012L12%2013.95L6.16%2012zm-1%205.67v2.87l-4.3-4.3zm2%200l4.3-1.43l-4.3%204.3z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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