square hint hexagon icon

square-hint-hexagon-12-regular from Fluent UI System Icons by Microsoft Corporation · 12 Regular · MIT Free for personal and commercial use.

Name
square-hint-hexagon-12-regular
Set
Fluent UI System Icons
Style
12 Regular
Viewbox
12×12
License
MIT

13 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the square hint hexagon icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 12 12"><path fill="currentColor" d="M3.5 2A1.5 1.5 0 0 0 2 3.5a.5.5 0 0 0 1 0a.5.5 0 0 1 .5-.5a.5.5 0 0 0 0-1m2 0a.5.5 0 0 0 0 1h1a.5.5 0 0 0 0-1zm3 0a.5.5 0 0 0 0 1a.5.5 0 0 1 .5.5a.5.5 0 0 0 1 0A1.5 1.5 0 0 0 8.5 2M3 5.5a.5.5 0 0 0-1 0v1a.5.5 0 0 0 1 0zm7 0a.5.5 0 0 0-1 0v1a.5.5 0 0 0 1 0zm-7 3a.5.5 0 0 0-1 0A1.5 1.5 0 0 0 3.5 10a.5.5 0 0 0 0-1a.5.5 0 0 1-.5-.5m7 0a.5.5 0 0 0-1 0a.5.5 0 0 1-.5.5a.5.5 0 0 0 0 1A1.5 1.5 0 0 0 10 8.5M5.5 9a.5.5 0 0 0 0 1h1a.5.5 0 0 0 0-1zm-.66-3l.58-1h1.162l.58 1l-.58.998H5.42zm.435-2a.75.75 0 0 0-.649.374l-.724 1.249a.75.75 0 0 0 0 .752l.724 1.25a.75.75 0 0 0 .65.373h1.45a.75.75 0 0 0 .649-.374l.724-1.249a.75.75 0 0 0 0-.752l-.724-1.25A.75.75 0 0 0 6.726 4z"/></svg>

React

import type { SVGProps } from "react";

export function FluentSquareHintHexagon12Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 12 12"><path fill="currentColor" d="M3.5 2A1.5 1.5 0 0 0 2 3.5a.5.5 0 0 0 1 0a.5.5 0 0 1 .5-.5a.5.5 0 0 0 0-1m2 0a.5.5 0 0 0 0 1h1a.5.5 0 0 0 0-1zm3 0a.5.5 0 0 0 0 1a.5.5 0 0 1 .5.5a.5.5 0 0 0 1 0A1.5 1.5 0 0 0 8.5 2M3 5.5a.5.5 0 0 0-1 0v1a.5.5 0 0 0 1 0zm7 0a.5.5 0 0 0-1 0v1a.5.5 0 0 0 1 0zm-7 3a.5.5 0 0 0-1 0A1.5 1.5 0 0 0 3.5 10a.5.5 0 0 0 0-1a.5.5 0 0 1-.5-.5m7 0a.5.5 0 0 0-1 0a.5.5 0 0 1-.5.5a.5.5 0 0 0 0 1A1.5 1.5 0 0 0 10 8.5M5.5 9a.5.5 0 0 0 0 1h1a.5.5 0 0 0 0-1zm-.66-3l.58-1h1.162l.58 1l-.58.998H5.42zm.435-2a.75.75 0 0 0-.649.374l-.724 1.249a.75.75 0 0 0 0 .752l.724 1.25a.75.75 0 0 0 .65.373h1.45a.75.75 0 0 0 .649-.374l.724-1.249a.75.75 0 0 0 0-.752l-.724-1.25A.75.75 0 0 0 6.726 4z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 12 12"><path fill="currentColor" d="M3.5 2A1.5 1.5 0 0 0 2 3.5a.5.5 0 0 0 1 0a.5.5 0 0 1 .5-.5a.5.5 0 0 0 0-1m2 0a.5.5 0 0 0 0 1h1a.5.5 0 0 0 0-1zm3 0a.5.5 0 0 0 0 1a.5.5 0 0 1 .5.5a.5.5 0 0 0 1 0A1.5 1.5 0 0 0 8.5 2M3 5.5a.5.5 0 0 0-1 0v1a.5.5 0 0 0 1 0zm7 0a.5.5 0 0 0-1 0v1a.5.5 0 0 0 1 0zm-7 3a.5.5 0 0 0-1 0A1.5 1.5 0 0 0 3.5 10a.5.5 0 0 0 0-1a.5.5 0 0 1-.5-.5m7 0a.5.5 0 0 0-1 0a.5.5 0 0 1-.5.5a.5.5 0 0 0 0 1A1.5 1.5 0 0 0 10 8.5M5.5 9a.5.5 0 0 0 0 1h1a.5.5 0 0 0 0-1zm-.66-3l.58-1h1.162l.58 1l-.58.998H5.42zm.435-2a.75.75 0 0 0-.649.374l-.724 1.249a.75.75 0 0 0 0 .752l.724 1.25a.75.75 0 0 0 .65.373h1.45a.75.75 0 0 0 .649-.374l.724-1.249a.75.75 0 0 0 0-.752l-.724-1.25A.75.75 0 0 0 6.726 4z"/></svg>
</template>

CSS

.icon-square-hint-hexagon-12-regular {
  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%2012%2012%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3.5%202A1.5%201.5%200%200%200%202%203.5a.5.5%200%200%200%201%200a.5.5%200%200%201%20.5-.5a.5.5%200%200%200%200-1m2%200a.5.5%200%200%200%200%201h1a.5.5%200%200%200%200-1zm3%200a.5.5%200%200%200%200%201a.5.5%200%200%201%20.5.5a.5.5%200%200%200%201%200A1.5%201.5%200%200%200%208.5%202M3%205.5a.5.5%200%200%200-1%200v1a.5.5%200%200%200%201%200zm7%200a.5.5%200%200%200-1%200v1a.5.5%200%200%200%201%200zm-7%203a.5.5%200%200%200-1%200A1.5%201.5%200%200%200%203.5%2010a.5.5%200%200%200%200-1a.5.5%200%200%201-.5-.5m7%200a.5.5%200%200%200-1%200a.5.5%200%200%201-.5.5a.5.5%200%200%200%200%201A1.5%201.5%200%200%200%2010%208.5M5.5%209a.5.5%200%200%200%200%201h1a.5.5%200%200%200%200-1zm-.66-3l.58-1h1.162l.58%201l-.58.998H5.42zm.435-2a.75.75%200%200%200-.649.374l-.724%201.249a.75.75%200%200%200%200%20.752l.724%201.25a.75.75%200%200%200%20.65.373h1.45a.75.75%200%200%200%20.649-.374l.724-1.249a.75.75%200%200%200%200-.752l-.724-1.25A.75.75%200%200%200%206.726%204z%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%2012%2012%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3.5%202A1.5%201.5%200%200%200%202%203.5a.5.5%200%200%200%201%200a.5.5%200%200%201%20.5-.5a.5.5%200%200%200%200-1m2%200a.5.5%200%200%200%200%201h1a.5.5%200%200%200%200-1zm3%200a.5.5%200%200%200%200%201a.5.5%200%200%201%20.5.5a.5.5%200%200%200%201%200A1.5%201.5%200%200%200%208.5%202M3%205.5a.5.5%200%200%200-1%200v1a.5.5%200%200%200%201%200zm7%200a.5.5%200%200%200-1%200v1a.5.5%200%200%200%201%200zm-7%203a.5.5%200%200%200-1%200A1.5%201.5%200%200%200%203.5%2010a.5.5%200%200%200%200-1a.5.5%200%200%201-.5-.5m7%200a.5.5%200%200%200-1%200a.5.5%200%200%201-.5.5a.5.5%200%200%200%200%201A1.5%201.5%200%200%200%2010%208.5M5.5%209a.5.5%200%200%200%200%201h1a.5.5%200%200%200%200-1zm-.66-3l.58-1h1.162l.58%201l-.58.998H5.42zm.435-2a.75.75%200%200%200-.649.374l-.724%201.249a.75.75%200%200%200%200%20.752l.724%201.25a.75.75%200%200%200%20.65.373h1.45a.75.75%200%200%200%20.649-.374l.724-1.249a.75.75%200%200%200%200-.752l-.724-1.25A.75.75%200%200%200%206.726%204z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/square-hint-hexagon-12-regular.svg?color=%231a73e8&size=48