The Tabler download icon depicts a downward-pointing arrow, commonly used to signify the action of saving or retrieving files and data.
Common uses
- Download button for a file
- Export data option
- Save progress indicator
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconDownload } from '@tabler/icons-react';
<IconDownload size={24} stroke={2} />Styles
Tabler ships this icon in 2 styles — each its own import:
outline
<IconDownload size={24} stroke={2} />filled
<IconDownloadFilled size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- Arrows
- Keywords
- savearrowdownloadnavigationflowmovementroutepatharrowssave iconarrow downget fileretrieve data
FAQ
- What does the download icon represent?
- It represents the action of downloading or saving a file or data from a source to the user's device.
- How do I use the download icon in React?
- You can import and use it with: import { IconDownload } from '@tabler/icons-react'. Then render it as <IconDownload />.
- What is the license for the Tabler download icon?
- The Tabler icon library, including the download icon, is 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 →