hexagons 7 icon

hexagons-7 from Lucide Lab by Lucide Contributors · Outline · ISC Free for personal and commercial use.

Name
hexagons-7
Set
Lucide Lab
Style
Outline
Viewbox
24×24
License
ISC

Related icons in Lucide Lab

Use the hexagons 7 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="M5.3 4.3v3.9L2 10.1v3.8l3.3 1.9v3.9l3.4 1.9l3.3-1.9l3.3 1.9l3.4-1.9v-3.9l3.3-1.9v-3.8l-3.3-1.9V4.3l-3.4-1.9L12 4.3L8.7 2.4ZM12 8.2V4.3m6.7 3.9l-3.4 1.9m0 3.8l3.4 1.9M12 19.7v-3.9m-3.3-1.9l-3.4 1.9m0-7.6l3.4 1.9"/><path d="m8.7 13.9l3.3 1.9l3.3-1.9v-3.8L12 8.2l-3.3 1.9Z"/></g></svg>

React

import type { SVGProps } from "react";

export function LucideLabHexagons7(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2"><path d="M5.3 4.3v3.9L2 10.1v3.8l3.3 1.9v3.9l3.4 1.9l3.3-1.9l3.3 1.9l3.4-1.9v-3.9l3.3-1.9v-3.8l-3.3-1.9V4.3l-3.4-1.9L12 4.3L8.7 2.4ZM12 8.2V4.3m6.7 3.9l-3.4 1.9m0 3.8l3.4 1.9M12 19.7v-3.9m-3.3-1.9l-3.4 1.9m0-7.6l3.4 1.9"/><path d="m8.7 13.9l3.3 1.9l3.3-1.9v-3.8L12 8.2l-3.3 1.9Z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="M5.3 4.3v3.9L2 10.1v3.8l3.3 1.9v3.9l3.4 1.9l3.3-1.9l3.3 1.9l3.4-1.9v-3.9l3.3-1.9v-3.8l-3.3-1.9V4.3l-3.4-1.9L12 4.3L8.7 2.4ZM12 8.2V4.3m6.7 3.9l-3.4 1.9m0 3.8l3.4 1.9M12 19.7v-3.9m-3.3-1.9l-3.4 1.9m0-7.6l3.4 1.9"/><path d="m8.7 13.9l3.3 1.9l3.3-1.9v-3.8L12 8.2l-3.3 1.9Z"/></g></svg>
</template>

CSS

.icon-hexagons-7 {
  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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22M5.3%204.3v3.9L2%2010.1v3.8l3.3%201.9v3.9l3.4%201.9l3.3-1.9l3.3%201.9l3.4-1.9v-3.9l3.3-1.9v-3.8l-3.3-1.9V4.3l-3.4-1.9L12%204.3L8.7%202.4ZM12%208.2V4.3m6.7%203.9l-3.4%201.9m0%203.8l3.4%201.9M12%2019.7v-3.9m-3.3-1.9l-3.4%201.9m0-7.6l3.4%201.9%22%2F%3E%3Cpath%20d%3D%22m8.7%2013.9l3.3%201.9l3.3-1.9v-3.8L12%208.2l-3.3%201.9Z%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22M5.3%204.3v3.9L2%2010.1v3.8l3.3%201.9v3.9l3.4%201.9l3.3-1.9l3.3%201.9l3.4-1.9v-3.9l3.3-1.9v-3.8l-3.3-1.9V4.3l-3.4-1.9L12%204.3L8.7%202.4ZM12%208.2V4.3m6.7%203.9l-3.4%201.9m0%203.8l3.4%201.9M12%2019.7v-3.9m-3.3-1.9l-3.4%201.9m0-7.6l3.4%201.9%22%2F%3E%3Cpath%20d%3D%22m8.7%2013.9l3.3%201.9l3.3-1.9v-3.8L12%208.2l-3.3%201.9Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/lucide-lab/hexagons-7.svg?color=%231a73e8&size=48