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
square-hint-hexagon-12-filledsquare-hint-hexagon-16-filledsquare-hint-hexagon-16-regularsquare-hint-hexagon-20-filledsquare-hint-hexagon-20-regularsquare-hint-hexagon-24-filledsquare-hint-hexagon-24-regularsquare-hint-hexagon-28-filledsquare-hint-hexagon-28-regularsquare-hint-hexagon-32-filledsquare-hint-hexagon-32-regularsquare-hint-hexagon-48-filledsquare-hint-hexagon-48-regular
Related icons in Fluent UI System Icons
square-add-16-filledsquare-arrow-forward-16-filledsquare-dismiss-16-filledsquare-dovetail-joint-12-filledsquare-eraser-20-filledsquare-hint-16-filledsquare-hint-apps-20-filledsquare-hint-arrow-back-16-filledsquare-hint-sparkles-16-filledsquare-multiple-16-filledsquare-shadow-12-filledsquare-text-arrow-repeat-all-16-filled
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