The Tabler inner shadow top icon visually represents a subtle inset shadow effect on the top edge of an element, often used to create depth and a sense of layered UI.
Common uses
- Highlighting the top border of a selected tab.
- Adding depth to modal dialog headers.
- Indicating a raised or active state on a button.
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconInnerShadowTop } from '@tabler/icons-react';
<IconInnerShadowTop size={24} stroke={2} />Styles
Tabler ships this icon in 2 styles — each its own import:
outline
<IconInnerShadowTop size={24} stroke={2} />filled
<IconInnerShadowTopFilled size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- Design
- Keywords
- shapecircleupnorthinnershadowtopcreativeartisticvisualdesigninset shadow toptop shadowdepth topui shadow
FAQ
- What is the purpose of the inner shadow top icon?
- It's used in UI design to simulate a light source from above, creating a subtle inset shadow that adds depth and visual hierarchy to interface elements.
- How do I use this icon in React?
- You can import it directly from the '@tabler/icons-react' library using: `import { IconInnerShadowTop } from '@tabler/icons-react'`.
- What is the license for this icon?
- The Tabler icon set, including this icon, is distributed 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 →