The Tabler outbound icon depicts an arrow pointing outwards from a box, commonly used to signify an outgoing link or an action that will take the user away from the current context.
Common uses
- Link to an external website
- Initiate a phone call
- Indicate a file download
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconOutbound } from '@tabler/icons-react';
<IconOutbound size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- System
- Keywords
- callexittelephoneoutoutboundsystemexternal linkoutgoingarrow outexit link
FAQ
- What does the outbound icon represent?
- It represents an action or link that leads away from the current application or page, such as an external website or initiating a communication.
- How do I use the outbound icon in React?
- You can import and use it directly with the following statement: import { IconOutbound } from '@tabler/icons-react'
- What is the license for the Tabler outbound icon?
- The Tabler icon library, including the outbound icon, is available under the MIT license.