The Tabler square f 5 icon depicts a square with the letter 'F' and the number '5' inside, commonly used to represent the F5 keyboard key or a refresh/reload function in user interfaces.
Common uses
- Refresh button
- Reload action
- Keyboard shortcut indicator
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconSquareF5 } from '@tabler/icons-react';
<IconSquareF5 size={24} stroke={2} />Styles
Tabler ships this icon in 2 styles — each its own import:
outline
<IconSquareF5 size={24} stroke={2} />filled
<IconSquareF5Filled size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- System
- Keywords
- shapekeyboardbuttonkeyhotkeysquarecontroloperationrectangularf5systemrefresh iconreload keykeyboard f5system refresh
FAQ
- What is the square f 5 icon used for?
- It typically represents the F5 keyboard key, often used for refreshing or reloading content in applications and web pages.
- How do I use the square f 5 icon in React?
- You can import and use it directly in your React components with: import { IconSquareF5 } from '@tabler/icons-react'
- What is the license for this icon?
- The Tabler icons, including square f 5, are available under the MIT license.
Related icons
The same idea in other libraries, and near matches in Tabler.
Looking for something else? Search Tabler and 4 more libraries by description →
The search behind these pages runs as a Claude Code skill. What skills are and how I ship them →