The Tabler trident icon depicts a three-pronged spear, often used to represent concepts related to the sea, mythology, or as a sharp, pointed tool in UI design.
Common uses
- Representing naval or oceanic themes
- Illustrating a powerful or sharp tool
- Symbolizing mythological figures like Poseidon
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconTrident } from '@tabler/icons-react';
<IconTrident size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- Design
- Keywords
- threespearweaponsharptooltridentdesignthree-pronged spearsea weaponposeidonsharp tool
FAQ
- What is the trident icon used for?
- It's typically used to symbolize the sea, mythology, or as a sharp, pointed tool in user interfaces.
- How do I use the trident icon in React?
- You can import and use it like this: import { IconTrident } from '@tabler/icons-react'; <IconTrident />.
- What is the license for the Tabler trident icon?
- The Tabler icons, including the trident, are available under the MIT license.