hexagon-outline-rounded from Material Symbols Light by Google · Outline Rounded · Text · Apache-2.0 Free for personal and commercial use.

Name
hexagon-outline-rounded
Set
Material Symbols Light
Style
Outline Rounded
Category
Text
Viewbox
24×24
License
Apache 2.0

3 other variants in Material Symbols Light

The same icon in other sets

More text icons from Material Symbols Light

Use the hexagon icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.027 20.5q-.435 0-.808-.215q-.373-.214-.59-.593l-3.992-6.884q-.218-.38-.218-.808t.217-.808L6.63 4.308q.217-.38.59-.594t.808-.214h7.946q.435 0 .808.214q.373.215.59.594l3.993 6.884q.217.38.217.808t-.217.808l-3.993 6.884q-.217.38-.59.594t-.808.214zm-.02-1h7.966q.154 0 .298-.077q.145-.077.24-.23l3.968-6.885q.096-.154.096-.308t-.096-.308l-3.967-6.884q-.096-.154-.24-.231q-.145-.077-.299-.077H8.008q-.154 0-.289.077t-.23.23l-3.993 6.885Q3.4 11.846 3.4 12t.096.308l3.993 6.884q.096.154.23.231q.135.077.289.077M12 12"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightHexagonOutlineRounded(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="M8.027 20.5q-.435 0-.808-.215q-.373-.214-.59-.593l-3.992-6.884q-.218-.38-.218-.808t.217-.808L6.63 4.308q.217-.38.59-.594t.808-.214h7.946q.435 0 .808.214q.373.215.59.594l3.993 6.884q.217.38.217.808t-.217.808l-3.993 6.884q-.217.38-.59.594t-.808.214zm-.02-1h7.966q.154 0 .298-.077q.145-.077.24-.23l3.968-6.885q.096-.154.096-.308t-.096-.308l-3.967-6.884q-.096-.154-.24-.231q-.145-.077-.299-.077H8.008q-.154 0-.289.077t-.23.23l-3.993 6.885Q3.4 11.846 3.4 12t.096.308l3.993 6.884q.096.154.23.231q.135.077.289.077M12 12"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.027 20.5q-.435 0-.808-.215q-.373-.214-.59-.593l-3.992-6.884q-.218-.38-.218-.808t.217-.808L6.63 4.308q.217-.38.59-.594t.808-.214h7.946q.435 0 .808.214q.373.215.59.594l3.993 6.884q.217.38.217.808t-.217.808l-3.993 6.884q-.217.38-.59.594t-.808.214zm-.02-1h7.966q.154 0 .298-.077q.145-.077.24-.23l3.968-6.885q.096-.154.096-.308t-.096-.308l-3.967-6.884q-.096-.154-.24-.231q-.145-.077-.299-.077H8.008q-.154 0-.289.077t-.23.23l-3.993 6.885Q3.4 11.846 3.4 12t.096.308l3.993 6.884q.096.154.23.231q.135.077.289.077M12 12"/></svg>
</template>

CSS

.icon-hexagon-outline-rounded {
  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%22M8.027%2020.5q-.435%200-.808-.215q-.373-.214-.59-.593l-3.992-6.884q-.218-.38-.218-.808t.217-.808L6.63%204.308q.217-.38.59-.594t.808-.214h7.946q.435%200%20.808.214q.373.215.59.594l3.993%206.884q.217.38.217.808t-.217.808l-3.993%206.884q-.217.38-.59.594t-.808.214zm-.02-1h7.966q.154%200%20.298-.077q.145-.077.24-.23l3.968-6.885q.096-.154.096-.308t-.096-.308l-3.967-6.884q-.096-.154-.24-.231q-.145-.077-.299-.077H8.008q-.154%200-.289.077t-.23.23l-3.993%206.885Q3.4%2011.846%203.4%2012t.096.308l3.993%206.884q.096.154.23.231q.135.077.289.077M12%2012%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%22M8.027%2020.5q-.435%200-.808-.215q-.373-.214-.59-.593l-3.992-6.884q-.218-.38-.218-.808t.217-.808L6.63%204.308q.217-.38.59-.594t.808-.214h7.946q.435%200%20.808.214q.373.215.59.594l3.993%206.884q.217.38.217.808t-.217.808l-3.993%206.884q-.217.38-.59.594t-.808.214zm-.02-1h7.966q.154%200%20.298-.077q.145-.077.24-.23l3.968-6.885q.096-.154.096-.308t-.096-.308l-3.967-6.884q-.096-.154-.24-.231q-.145-.077-.299-.077H8.008q-.154%200-.289.077t-.23.23l-3.993%206.885Q3.4%2011.846%203.4%2012t.096.308l3.993%206.884q.096.154.23.231q.135.077.289.077M12%2012%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/hexagon-outline-rounded.svg?color=%231a73e8&size=48