Square Hint Apps icon

Used to represent general UI, app tile, content or other general layouts The Square Hint Apps icon is part of Microsoft's Fluent UI System Icons, available here in filled and regular (outlined) styles on a 24 px grid. Download it as SVG or PNG, or copy it as code — it's free to use under the MIT License.

Regular (outlined)

SVG

Filled

SVG

Use the Square Hint Apps icon in React

Install Microsoft's @fluentui/react-icons package, then import the component. Icons inherit the current text color, and you can size them with CSS.

npm install @fluentui/react-icons

import { SquareHintApps24Regular, SquareHintApps24Filled } from "@fluentui/react-icons";

export function Example() {
  return <SquareHintApps24Regular aria-label="Square Hint Apps" />;
}

Use it in HTML

Reference the SVG file directly:

<img src="https://fluenticons.co/icons/ic_fluent_square_hint_apps_24_regular.svg" width="24" height="24" alt="Square Hint Apps">

Or paste the SVG markup inline. Setting fill="currentColor" makes the icon follow the text color of its parent:

<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7 3.75C7 3.33579 6.66421 3 6.25 3C4.45507 3 3 4.45507 3 6.25C3 6.66421 3.33579 7 3.75 7C4.16421 7 4.5 6.66421 4.5 6.25C4.5 5.2835 5.2835 4.5 6.25 4.5C6.66421 4.5 7 4.16421 7 3.75ZM9 3.75C9 3.33579 9.33579 3 9.75 3H14.25C14.6642 3 15 3.33579 15 3.75C15 4.16421 14.6642 4.5 14.25 4.5H9.75C9.33579 4.5 9 4.16421 9 3.75ZM17.75 4.5C17.3358 4.5 17 4.16421 17 3.75C17 3.33579 17.3358 3 17.75 3C19.5449 3 21 4.45507 21 6.25V7.25C21 7.66421 20.6642 8 20.25 8C19.8358 8 19.5 7.66421 19.5 7.25V6.25C19.5 5.2835 18.7165 4.5 17.75 4.5ZM3.75 17C3.33579 17 3 17.3358 3 17.75C3 19.5449 4.45507 21 6.25 21H7.25C7.66421 21 8 20.6642 8 20.25C8 19.8358 7.66421 19.5 7.25 19.5H6.25C5.2835 19.5 4.5 18.7165 4.5 17.75C4.5 17.3358 4.16421 17 3.75 17ZM3.75 15C3.33579 15 3 14.6642 3 14.25V9.75C3 9.33579 3.33579 9 3.75 9C4.16421 9 4.5 9.33579 4.5 9.75V14.25C4.5 14.6642 4.16421 15 3.75 15ZM12.25 15.499H15.5V12.249C15.5 11.0064 16.5074 9.99902 17.75 9.99902H20.75C21.9926 9.99902 23 11.0064 23 12.249V19.749C23 21.5439 21.5449 22.999 19.75 22.999H12.25C11.0074 22.999 10 21.9917 10 20.749V17.749C10 16.5064 11.0074 15.499 12.25 15.499ZM17 12.249V15.499H21.5V12.249C21.5 11.8348 21.1642 11.499 20.75 11.499H17.75C17.3358 11.499 17 11.8348 17 12.249ZM15.5 21.499V16.999H12.25C11.8358 16.999 11.5 17.3348 11.5 17.749V20.749C11.5 21.1632 11.8358 21.499 12.25 21.499H15.5ZM17 16.999V21.499H19.75C20.7165 21.499 21.5 20.7155 21.5 19.749V16.999H17Z" fill="currentColor"/></svg>

Use it from the SVG package

Microsoft's @fluentui/svg-icons package contains the raw SVG files, which works well with bundlers that import SVGs:

npm install @fluentui/svg-icons

import icon from "@fluentui/svg-icons/icons/square_hint_apps_24_regular.svg";

Details

NameSquare Hint Apps
StylesRegular (outlined), Filled
Size24 × 24 px (scalable SVG)
Regular (outlined) fileic_fluent_square_hint_apps_24_regular.svg
Filled fileic_fluent_square_hint_apps_24_filled.svg
React componentsSquareHintApps24Regular, SquareHintApps24Filled
LicenseMIT (© Microsoft Corporation)

Keywords

contentuiimageshapeapphidden

Related icons