The Tabler mickey icon depicts a stylized mouse character, often used to represent themes related to childhood, animation, or playful design elements in a UI.
Common uses
- Child-focused app feature
- Animation or cartoon section
- Playful branding element
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconMickey } from '@tabler/icons-react';
<IconMickey size={24} stroke={2} />Styles
Tabler ships this icon in 2 styles — each its own import:
outline
<IconMickey size={24} stroke={2} />filled
<IconMickeyFilled size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- Design
- Keywords
- fablecartoonmousekidsmickeydesigncartoon character
FAQ
- What is the mickey icon typically used for?
- It's commonly used for themes related to childhood, animation, or playful design elements in user interfaces.
- How do I use the mickey icon in React?
- You can import it using `import { IconMickey } from '@tabler/icons-react'` and then use it as a component.
- What is the license for the mickey icon?
- The Tabler icons, including mickey, are distributed under the MIT license.