Square Hint Arrow Back icon
Used to represent general UI, app tile, content or other general layouts The Square Hint Arrow Back icon is part of Microsoft's Fluent UI System Icons, available here in regular and filled styles in 2 sizes from 16 to 20 px. Download it as SVG or PNG, or copy it as code — it's free to use under the MIT License.
Every size and style
Microsoft draws each size separately so icons stay crisp, rather than scaling one drawing. Pick a style and size to preview it, download it, or copy the code for your platform.
Regular, 16 px
ic_fluent_square_hint_arrow_back_16_regular.svg
Square Hint Arrow Back icon in React
npm install @fluentui/react-icons
import { SquareHintArrowBack16Regular } from "@fluentui/react-icons";
export function Example() {
return <SquareHintArrowBack16Regular aria-label="Square Hint Arrow Back" />;
}Use the Square Hint Arrow Back 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 { SquareHintArrowBack16Regular, SquareHintArrowBack16Filled } from "@fluentui/react-icons";
export function Example() {
return <SquareHintArrowBack16Regular aria-label="Square Hint Arrow Back" />;
}Use it in HTML
Reference the SVG file directly:
<img src="https://fluenticons.co/icons/ic_fluent_square_hint_arrow_back_20_regular.svg" width="20" height="20" alt="Square Hint Arrow Back"> Or paste the SVG markup inline. Setting fill="currentColor" makes the icon follow the text color of its parent:
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill="currentColor" d="M6 3.5a.5.5 0 0 0-.5-.5A2.5 2.5 0 0 0 3 5.5a.5.5 0 0 0 1 0C4 4.67 4.67 4 5.5 4a.5.5 0 0 0 .5-.5M16.5 6a.5.5 0 0 0 .5-.5A2.5 2.5 0 0 0 14.5 3a.5.5 0 0 0 0 1c.83 0 1.5.67 1.5 1.5 0 .28.22.5.5.5m-13 8a.5.5 0 0 0-.5.5A2.5 2.5 0 0 0 5.5 17a.5.5 0 0 0 0-1A1.5 1.5 0 0 1 4 14.5a.5.5 0 0 0-.5-.5M3 9a.5.5 0 0 1 1 0v2a.5.5 0 0 1-1 0zm13.5-1.5a.5.5 0 0 0-.5.5v1.2q.52.16 1 .4V8a.5.5 0 0 0-.5-.5M9.6 17q-.24-.48-.4-1H8a.5.5 0 0 0 0 1zM8.5 3.5c0-.28.22-.5.5-.5h2a.5.5 0 0 1 0 1H9a.5.5 0 0 1-.5-.5m6 15.5a4.5 4.5 0 1 0 0-9 4.5 4.5 0 0 0 0 9m-.9-6.4-.9.9h1.55A2.75 2.75 0 0 1 17 16.25v.25a.5.5 0 0 1-1 0v-.25c0-.97-.78-1.75-1.75-1.75h-1.54l.9.9a.5.5 0 0 1-.71.7l-1.76-1.75a.5.5 0 0 1 0-.7l1.76-1.75a.5.5 0 0 1 .7.7"/></svg>Details
| Name | Square Hint Arrow Back |
|---|---|
| Styles | Regular (outlined), Filled |
| Sizes | 16 px, 20 px |
| Regular (outlined) file | ic_fluent_square_hint_arrow_back_20_regular.svg |
| Filled file | ic_fluent_square_hint_arrow_back_20_filled.svg |
| React (Regular) | SquareHintArrowBack16Regular, SquareHintArrowBack20Regular |
| React (Filled) | SquareHintArrowBack16Filled, SquareHintArrowBack20Filled |
| License | MIT (© Microsoft Corporation) |