square-hint-48-filled from Fluent UI System Icons by Microsoft Corporation · 48 Filled · MIT Free for personal and commercial use.

Name
square-hint-48-filled
Set
Fluent UI System Icons
Style
48 Filled
Viewbox
48×48
License
MIT

11 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the square hint icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M21.5 6a1.5 1.5 0 0 0 0 3h5a1.5 1.5 0 0 0 0-3zM42 21.5a1.5 1.5 0 0 0-3 0v5a1.5 1.5 0 0 0 3 0zm-22 19a1.5 1.5 0 0 1 1.5-1.5h5a1.5 1.5 0 0 1 0 3h-5a1.5 1.5 0 0 1-1.5-1.5m-11-19a1.5 1.5 0 0 0-3 0v5a1.5 1.5 0 0 0 3 0zm5-14A1.5 1.5 0 0 0 12.5 6A6.5 6.5 0 0 0 6 12.5a1.5 1.5 0 0 0 3 0A3.5 3.5 0 0 1 12.5 9A1.5 1.5 0 0 0 14 7.5M12.5 42a1.5 1.5 0 0 0 0-3A3.5 3.5 0 0 1 9 35.5a1.5 1.5 0 0 0-3 0a6.5 6.5 0 0 0 6.5 6.5M34 7.5A1.5 1.5 0 0 1 35.5 6a6.5 6.5 0 0 1 6.5 6.5a1.5 1.5 0 0 1-3 0A3.5 3.5 0 0 0 35.5 9A1.5 1.5 0 0 1 34 7.5M35.5 42a1.5 1.5 0 0 1 0-3a3.5 3.5 0 0 0 3.5-3.5a1.5 1.5 0 0 1 3 0a6.5 6.5 0 0 1-6.5 6.5"/></svg>

React

import type { SVGProps } from "react";

export function FluentSquareHint48Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M21.5 6a1.5 1.5 0 0 0 0 3h5a1.5 1.5 0 0 0 0-3zM42 21.5a1.5 1.5 0 0 0-3 0v5a1.5 1.5 0 0 0 3 0zm-22 19a1.5 1.5 0 0 1 1.5-1.5h5a1.5 1.5 0 0 1 0 3h-5a1.5 1.5 0 0 1-1.5-1.5m-11-19a1.5 1.5 0 0 0-3 0v5a1.5 1.5 0 0 0 3 0zm5-14A1.5 1.5 0 0 0 12.5 6A6.5 6.5 0 0 0 6 12.5a1.5 1.5 0 0 0 3 0A3.5 3.5 0 0 1 12.5 9A1.5 1.5 0 0 0 14 7.5M12.5 42a1.5 1.5 0 0 0 0-3A3.5 3.5 0 0 1 9 35.5a1.5 1.5 0 0 0-3 0a6.5 6.5 0 0 0 6.5 6.5M34 7.5A1.5 1.5 0 0 1 35.5 6a6.5 6.5 0 0 1 6.5 6.5a1.5 1.5 0 0 1-3 0A3.5 3.5 0 0 0 35.5 9A1.5 1.5 0 0 1 34 7.5M35.5 42a1.5 1.5 0 0 1 0-3a3.5 3.5 0 0 0 3.5-3.5a1.5 1.5 0 0 1 3 0a6.5 6.5 0 0 1-6.5 6.5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M21.5 6a1.5 1.5 0 0 0 0 3h5a1.5 1.5 0 0 0 0-3zM42 21.5a1.5 1.5 0 0 0-3 0v5a1.5 1.5 0 0 0 3 0zm-22 19a1.5 1.5 0 0 1 1.5-1.5h5a1.5 1.5 0 0 1 0 3h-5a1.5 1.5 0 0 1-1.5-1.5m-11-19a1.5 1.5 0 0 0-3 0v5a1.5 1.5 0 0 0 3 0zm5-14A1.5 1.5 0 0 0 12.5 6A6.5 6.5 0 0 0 6 12.5a1.5 1.5 0 0 0 3 0A3.5 3.5 0 0 1 12.5 9A1.5 1.5 0 0 0 14 7.5M12.5 42a1.5 1.5 0 0 0 0-3A3.5 3.5 0 0 1 9 35.5a1.5 1.5 0 0 0-3 0a6.5 6.5 0 0 0 6.5 6.5M34 7.5A1.5 1.5 0 0 1 35.5 6a6.5 6.5 0 0 1 6.5 6.5a1.5 1.5 0 0 1-3 0A3.5 3.5 0 0 0 35.5 9A1.5 1.5 0 0 1 34 7.5M35.5 42a1.5 1.5 0 0 1 0-3a3.5 3.5 0 0 0 3.5-3.5a1.5 1.5 0 0 1 3 0a6.5 6.5 0 0 1-6.5 6.5"/></svg>
</template>

CSS

.icon-square-hint-48-filled {
  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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M21.5%206a1.5%201.5%200%200%200%200%203h5a1.5%201.5%200%200%200%200-3zM42%2021.5a1.5%201.5%200%200%200-3%200v5a1.5%201.5%200%200%200%203%200zm-22%2019a1.5%201.5%200%200%201%201.5-1.5h5a1.5%201.5%200%200%201%200%203h-5a1.5%201.5%200%200%201-1.5-1.5m-11-19a1.5%201.5%200%200%200-3%200v5a1.5%201.5%200%200%200%203%200zm5-14A1.5%201.5%200%200%200%2012.5%206A6.5%206.5%200%200%200%206%2012.5a1.5%201.5%200%200%200%203%200A3.5%203.5%200%200%201%2012.5%209A1.5%201.5%200%200%200%2014%207.5M12.5%2042a1.5%201.5%200%200%200%200-3A3.5%203.5%200%200%201%209%2035.5a1.5%201.5%200%200%200-3%200a6.5%206.5%200%200%200%206.5%206.5M34%207.5A1.5%201.5%200%200%201%2035.5%206a6.5%206.5%200%200%201%206.5%206.5a1.5%201.5%200%200%201-3%200A3.5%203.5%200%200%200%2035.5%209A1.5%201.5%200%200%201%2034%207.5M35.5%2042a1.5%201.5%200%200%201%200-3a3.5%203.5%200%200%200%203.5-3.5a1.5%201.5%200%200%201%203%200a6.5%206.5%200%200%201-6.5%206.5%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M21.5%206a1.5%201.5%200%200%200%200%203h5a1.5%201.5%200%200%200%200-3zM42%2021.5a1.5%201.5%200%200%200-3%200v5a1.5%201.5%200%200%200%203%200zm-22%2019a1.5%201.5%200%200%201%201.5-1.5h5a1.5%201.5%200%200%201%200%203h-5a1.5%201.5%200%200%201-1.5-1.5m-11-19a1.5%201.5%200%200%200-3%200v5a1.5%201.5%200%200%200%203%200zm5-14A1.5%201.5%200%200%200%2012.5%206A6.5%206.5%200%200%200%206%2012.5a1.5%201.5%200%200%200%203%200A3.5%203.5%200%200%201%2012.5%209A1.5%201.5%200%200%200%2014%207.5M12.5%2042a1.5%201.5%200%200%200%200-3A3.5%203.5%200%200%201%209%2035.5a1.5%201.5%200%200%200-3%200a6.5%206.5%200%200%200%206.5%206.5M34%207.5A1.5%201.5%200%200%201%2035.5%206a6.5%206.5%200%200%201%206.5%206.5a1.5%201.5%200%200%201-3%200A3.5%203.5%200%200%200%2035.5%209A1.5%201.5%200%200%201%2034%207.5M35.5%2042a1.5%201.5%200%200%201%200-3a3.5%203.5%200%200%200%203.5-3.5a1.5%201.5%200%200%201%203%200a6.5%206.5%200%200%201-6.5%206.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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