The Tabler app window icon visually represents a software application or a web browser window, commonly used to signify actions related to opening, managing, or navigating applications and web pages within an interface.
Common uses
- Button to open a new application window
- Link to a specific web page or section
- Indicator for an active application or browser tab
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconAppWindow } from '@tabler/icons-react';
<IconAppWindow size={24} stroke={2} />Styles
Tabler ships this icon in 2 styles — each its own import:
outline
<IconAppWindow size={24} stroke={2} />filled
<IconAppWindowFilled size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- System
- Keywords
- browserpagewebsitewebinterfaceappwindowapplicationprogramsoftwaresystembrowser windowweb pageapplication interfaceprogram window
FAQ
- What is the app window icon typically used for?
- It's used to represent applications, browser windows, or specific web pages in a user interface. It can signify actions like opening, closing, or navigating these elements.
- How do I use this icon in React?
- You can import and use it directly in your React components like this: `import { IconAppWindow } from '@tabler/icons-react'`. Then, render it as `<IconAppWindow />`.
- What is the license for this icon?
- The Tabler icons, including the app window icon, are distributed under the MIT license, which allows for free use in both personal and commercial projects.
Related icons
The same idea in other libraries, and near matches in Tabler.