The HugeIcons crab icon depicts a crustacean and is typically used to represent themes of the sea, seafood, or actions related to crawling or sideways movement.
Common uses
- Seafood restaurant menu item
- Link to a beach or ocean-themed page
- Indicator for a 'sideways' or 'back' action
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { CrabIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={CrabIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- crustaceanseafoodshellfishocean
FAQ
- What is the CrabIcon used for?
- It's used to visually represent crabs, seafood, or concepts like sideways movement in user interfaces.
- How do I use the CrabIcon in React?
- Import both HugeiconsIcon and CrabIcon, then render <HugeiconsIcon icon={CrabIcon} />.
- What is the license for this icon?
- The CrabIcon is released under the MIT license, allowing for free commercial and non-commercial use.