square hint icon
square-hint-32-filled from Fluent UI System Icons by Microsoft Corporation · 32 Filled · MIT Free for personal and commercial use.
- Name
- square-hint-32-filled
- Set
- Fluent UI System Icons
- Style
- 32 Filled
- Viewbox
- 32×32
- License
- MIT
11 other variants in Fluent UI System Icons
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-apps-20-filledsquare-hint-arrow-back-16-filledsquare-hint-hexagon-12-filledsquare-hint-sparkles-16-filledsquare-multiple-16-filledsquare-shadow-12-filledsquare-text-arrow-repeat-all-16-filled
Use the square hint icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M14.25 3a1.25 1.25 0 1 0 0 2.5h3.5a1.25 1.25 0 1 0 0-2.5zm0 23.5a1.25 1.25 0 1 0 0 2.5h3.5a1.25 1.25 0 1 0 0-2.5zm13.5-7.5c-.69 0-1.25-.56-1.25-1.25v-3.5a1.25 1.25 0 1 1 2.5 0v3.5c0 .69-.56 1.25-1.25 1.25M3 17.75a1.25 1.25 0 1 0 2.5 0v-3.5a1.25 1.25 0 1 0-2.5 0zm6-13.5C9 3.56 8.44 3 7.75 3A4.75 4.75 0 0 0 3 7.75a1.25 1.25 0 1 0 2.5 0A2.25 2.25 0 0 1 7.75 5.5C8.44 5.5 9 4.94 9 4.25M7.75 29a1.25 1.25 0 1 0 0-2.5a2.25 2.25 0 0 1-2.25-2.25a1.25 1.25 0 1 0-2.5 0A4.75 4.75 0 0 0 7.75 29M23 4.25c0-.69.56-1.25 1.25-1.25A4.75 4.75 0 0 1 29 7.75a1.25 1.25 0 1 1-2.5 0a2.25 2.25 0 0 0-2.25-2.25c-.69 0-1.25-.56-1.25-1.25M24.25 29a1.25 1.25 0 1 1 0-2.5a2.25 2.25 0 0 0 2.25-2.25a1.25 1.25 0 1 1 2.5 0A4.75 4.75 0 0 1 24.25 29"/></svg>
React
import type { SVGProps } from "react";
export function FluentSquareHint32Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M14.25 3a1.25 1.25 0 1 0 0 2.5h3.5a1.25 1.25 0 1 0 0-2.5zm0 23.5a1.25 1.25 0 1 0 0 2.5h3.5a1.25 1.25 0 1 0 0-2.5zm13.5-7.5c-.69 0-1.25-.56-1.25-1.25v-3.5a1.25 1.25 0 1 1 2.5 0v3.5c0 .69-.56 1.25-1.25 1.25M3 17.75a1.25 1.25 0 1 0 2.5 0v-3.5a1.25 1.25 0 1 0-2.5 0zm6-13.5C9 3.56 8.44 3 7.75 3A4.75 4.75 0 0 0 3 7.75a1.25 1.25 0 1 0 2.5 0A2.25 2.25 0 0 1 7.75 5.5C8.44 5.5 9 4.94 9 4.25M7.75 29a1.25 1.25 0 1 0 0-2.5a2.25 2.25 0 0 1-2.25-2.25a1.25 1.25 0 1 0-2.5 0A4.75 4.75 0 0 0 7.75 29M23 4.25c0-.69.56-1.25 1.25-1.25A4.75 4.75 0 0 1 29 7.75a1.25 1.25 0 1 1-2.5 0a2.25 2.25 0 0 0-2.25-2.25c-.69 0-1.25-.56-1.25-1.25M24.25 29a1.25 1.25 0 1 1 0-2.5a2.25 2.25 0 0 0 2.25-2.25a1.25 1.25 0 1 1 2.5 0A4.75 4.75 0 0 1 24.25 29"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M14.25 3a1.25 1.25 0 1 0 0 2.5h3.5a1.25 1.25 0 1 0 0-2.5zm0 23.5a1.25 1.25 0 1 0 0 2.5h3.5a1.25 1.25 0 1 0 0-2.5zm13.5-7.5c-.69 0-1.25-.56-1.25-1.25v-3.5a1.25 1.25 0 1 1 2.5 0v3.5c0 .69-.56 1.25-1.25 1.25M3 17.75a1.25 1.25 0 1 0 2.5 0v-3.5a1.25 1.25 0 1 0-2.5 0zm6-13.5C9 3.56 8.44 3 7.75 3A4.75 4.75 0 0 0 3 7.75a1.25 1.25 0 1 0 2.5 0A2.25 2.25 0 0 1 7.75 5.5C8.44 5.5 9 4.94 9 4.25M7.75 29a1.25 1.25 0 1 0 0-2.5a2.25 2.25 0 0 1-2.25-2.25a1.25 1.25 0 1 0-2.5 0A4.75 4.75 0 0 0 7.75 29M23 4.25c0-.69.56-1.25 1.25-1.25A4.75 4.75 0 0 1 29 7.75a1.25 1.25 0 1 1-2.5 0a2.25 2.25 0 0 0-2.25-2.25c-.69 0-1.25-.56-1.25-1.25M24.25 29a1.25 1.25 0 1 1 0-2.5a2.25 2.25 0 0 0 2.25-2.25a1.25 1.25 0 1 1 2.5 0A4.75 4.75 0 0 1 24.25 29"/></svg> </template>
CSS
.icon-square-hint-32-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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14.25%203a1.25%201.25%200%201%200%200%202.5h3.5a1.25%201.25%200%201%200%200-2.5zm0%2023.5a1.25%201.25%200%201%200%200%202.5h3.5a1.25%201.25%200%201%200%200-2.5zm13.5-7.5c-.69%200-1.25-.56-1.25-1.25v-3.5a1.25%201.25%200%201%201%202.5%200v3.5c0%20.69-.56%201.25-1.25%201.25M3%2017.75a1.25%201.25%200%201%200%202.5%200v-3.5a1.25%201.25%200%201%200-2.5%200zm6-13.5C9%203.56%208.44%203%207.75%203A4.75%204.75%200%200%200%203%207.75a1.25%201.25%200%201%200%202.5%200A2.25%202.25%200%200%201%207.75%205.5C8.44%205.5%209%204.94%209%204.25M7.75%2029a1.25%201.25%200%201%200%200-2.5a2.25%202.25%200%200%201-2.25-2.25a1.25%201.25%200%201%200-2.5%200A4.75%204.75%200%200%200%207.75%2029M23%204.25c0-.69.56-1.25%201.25-1.25A4.75%204.75%200%200%201%2029%207.75a1.25%201.25%200%201%201-2.5%200a2.25%202.25%200%200%200-2.25-2.25c-.69%200-1.25-.56-1.25-1.25M24.25%2029a1.25%201.25%200%201%201%200-2.5a2.25%202.25%200%200%200%202.25-2.25a1.25%201.25%200%201%201%202.5%200A4.75%204.75%200%200%201%2024.25%2029%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14.25%203a1.25%201.25%200%201%200%200%202.5h3.5a1.25%201.25%200%201%200%200-2.5zm0%2023.5a1.25%201.25%200%201%200%200%202.5h3.5a1.25%201.25%200%201%200%200-2.5zm13.5-7.5c-.69%200-1.25-.56-1.25-1.25v-3.5a1.25%201.25%200%201%201%202.5%200v3.5c0%20.69-.56%201.25-1.25%201.25M3%2017.75a1.25%201.25%200%201%200%202.5%200v-3.5a1.25%201.25%200%201%200-2.5%200zm6-13.5C9%203.56%208.44%203%207.75%203A4.75%204.75%200%200%200%203%207.75a1.25%201.25%200%201%200%202.5%200A2.25%202.25%200%200%201%207.75%205.5C8.44%205.5%209%204.94%209%204.25M7.75%2029a1.25%201.25%200%201%200%200-2.5a2.25%202.25%200%200%201-2.25-2.25a1.25%201.25%200%201%200-2.5%200A4.75%204.75%200%200%200%207.75%2029M23%204.25c0-.69.56-1.25%201.25-1.25A4.75%204.75%200%200%201%2029%207.75a1.25%201.25%200%201%201-2.5%200a2.25%202.25%200%200%200-2.25-2.25c-.69%200-1.25-.56-1.25-1.25M24.25%2029a1.25%201.25%200%201%201%200-2.5a2.25%202.25%200%200%200%202.25-2.25a1.25%201.25%200%201%201%202.5%200A4.75%204.75%200%200%201%2024.25%2029%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/square-hint-32-filled.svg?color=%231a73e8&size=48