The Tabler brand twitter icon depicts the Twitter logo and is typically used to link to a company's Twitter profile or represent the Twitter platform within a UI.
Common uses
- Link to company Twitter profile
- Social media sharing button
- Branding element on a website
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconBrandTwitter } from '@tabler/icons-react';
<IconBrandTwitter size={24} stroke={2} />Styles
Tabler ships this icon in 2 styles — each its own import:
outline
<IconBrandTwitter size={24} stroke={2} />filled
<IconBrandTwitterFilled size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- Brand
- Keywords
- logoappapplicationcommunitysocialcommunicationwebsiteuserpostimagesphotoscommentfeedbackbrandtwittertwitter logo
FAQ
- What is the brand-twitter icon used for?
- It's used to represent Twitter, commonly for linking to profiles or indicating social media presence.
- How do I use the brand-twitter icon in React?
- Import it using `import { IconBrandTwitter } from '@tabler/icons-react';` and then use it as a component: `<IconBrandTwitter />`.
- What is the license for the brand-twitter icon?
- The Tabler icon library, including the brand-twitter 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 →