hexagon multiple icon

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

Name
hexagon-multiple
Set
Material Design Icons
Style
Filled
Category
Shape
Viewbox
24×24
License
Apache 2.0
Aliases
hexagons

1 other variant in Material Design Icons

More shape icons from Material Design Icons

Use the hexagon multiple icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.25 2c.19 0 .36.11.44.26l2.22 3.96l.09.28l-.09.28l-2.22 3.96c-.08.15-.25.26-.44.26h-4.5c-.19 0-.36-.11-.44-.26L3.09 6.78L3 6.5l.09-.28l2.22-3.96c.08-.15.25-.26.44-.26zm0 11c.19 0 .36.11.44.26l2.22 3.96l.09.28l-.09.28l-2.22 3.96c-.08.15-.25.26-.44.26h-4.5c-.19 0-.36-.11-.44-.26l-2.22-3.96L3 17.5l.09-.28l2.22-3.96c.08-.15.25-.26.44-.26zm9.25-5.5c.19 0 .36.11.44.26l2.22 3.96l.09.28l-.09.28l-2.22 3.96c-.08.15-.25.26-.44.26H15c-.19 0-.36-.11-.44-.26l-2.22-3.96l-.09-.28l.09-.28l2.22-3.96c.08-.15.25-.26.44-.26z"/></svg>

React

import type { SVGProps } from "react";

export function MdiHexagonMultiple(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.25 2c.19 0 .36.11.44.26l2.22 3.96l.09.28l-.09.28l-2.22 3.96c-.08.15-.25.26-.44.26h-4.5c-.19 0-.36-.11-.44-.26L3.09 6.78L3 6.5l.09-.28l2.22-3.96c.08-.15.25-.26.44-.26zm0 11c.19 0 .36.11.44.26l2.22 3.96l.09.28l-.09.28l-2.22 3.96c-.08.15-.25.26-.44.26h-4.5c-.19 0-.36-.11-.44-.26l-2.22-3.96L3 17.5l.09-.28l2.22-3.96c.08-.15.25-.26.44-.26zm9.25-5.5c.19 0 .36.11.44.26l2.22 3.96l.09.28l-.09.28l-2.22 3.96c-.08.15-.25.26-.44.26H15c-.19 0-.36-.11-.44-.26l-2.22-3.96l-.09-.28l.09-.28l2.22-3.96c.08-.15.25-.26.44-.26z"/></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.25 2c.19 0 .36.11.44.26l2.22 3.96l.09.28l-.09.28l-2.22 3.96c-.08.15-.25.26-.44.26h-4.5c-.19 0-.36-.11-.44-.26L3.09 6.78L3 6.5l.09-.28l2.22-3.96c.08-.15.25-.26.44-.26zm0 11c.19 0 .36.11.44.26l2.22 3.96l.09.28l-.09.28l-2.22 3.96c-.08.15-.25.26-.44.26h-4.5c-.19 0-.36-.11-.44-.26l-2.22-3.96L3 17.5l.09-.28l2.22-3.96c.08-.15.25-.26.44-.26zm9.25-5.5c.19 0 .36.11.44.26l2.22 3.96l.09.28l-.09.28l-2.22 3.96c-.08.15-.25.26-.44.26H15c-.19 0-.36-.11-.44-.26l-2.22-3.96l-.09-.28l.09-.28l2.22-3.96c.08-.15.25-.26.44-.26z"/></svg>
</template>

CSS

.icon-hexagon-multiple {
  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.25%202c.19%200%20.36.11.44.26l2.22%203.96l.09.28l-.09.28l-2.22%203.96c-.08.15-.25.26-.44.26h-4.5c-.19%200-.36-.11-.44-.26L3.09%206.78L3%206.5l.09-.28l2.22-3.96c.08-.15.25-.26.44-.26zm0%2011c.19%200%20.36.11.44.26l2.22%203.96l.09.28l-.09.28l-2.22%203.96c-.08.15-.25.26-.44.26h-4.5c-.19%200-.36-.11-.44-.26l-2.22-3.96L3%2017.5l.09-.28l2.22-3.96c.08-.15.25-.26.44-.26zm9.25-5.5c.19%200%20.36.11.44.26l2.22%203.96l.09.28l-.09.28l-2.22%203.96c-.08.15-.25.26-.44.26H15c-.19%200-.36-.11-.44-.26l-2.22-3.96l-.09-.28l.09-.28l2.22-3.96c.08-.15.25-.26.44-.26z%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.25%202c.19%200%20.36.11.44.26l2.22%203.96l.09.28l-.09.28l-2.22%203.96c-.08.15-.25.26-.44.26h-4.5c-.19%200-.36-.11-.44-.26L3.09%206.78L3%206.5l.09-.28l2.22-3.96c.08-.15.25-.26.44-.26zm0%2011c.19%200%20.36.11.44.26l2.22%203.96l.09.28l-.09.28l-2.22%203.96c-.08.15-.25.26-.44.26h-4.5c-.19%200-.36-.11-.44-.26l-2.22-3.96L3%2017.5l.09-.28l2.22-3.96c.08-.15.25-.26.44-.26zm9.25-5.5c.19%200%20.36.11.44.26l2.22%203.96l.09.28l-.09.28l-2.22%203.96c-.08.15-.25.26-.44.26H15c-.19%200-.36-.11-.44-.26l-2.22-3.96l-.09-.28l.09-.28l2.22-3.96c.08-.15.25-.26.44-.26z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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