The Tabler inner shadow top right icon visually represents a subtle inset shadow originating from the top-right corner, often used to create a sense of depth or highlight elements within a UI.
Common uses
- Indicating a pressed or active state for buttons.
- Adding depth to cards or modal windows.
- Creating visual hierarchy for layered elements.
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconInnerShadowTopRight } from '@tabler/icons-react';
<IconInnerShadowTopRight size={24} stroke={2} />Styles
Tabler ships this icon in 2 styles — each its own import:
outline
<IconInnerShadowTopRight size={24} stroke={2} />filled
<IconInnerShadowTopRightFilled size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- Design
- Keywords
- shapecircleupnortheastinnershadowtoprightcreativedesigninset shadowrecesseddepthpressed state
FAQ
- What is this icon typically used for?
- This icon is used to simulate an inner shadow effect, making elements appear slightly recessed or pressed. It's common for indicating active states or adding subtle depth.
- How do I use this icon in React?
- You can import and use it in your React application with: import { IconInnerShadowTopRight } from '@tabler/icons-react'. Then, render it like any other React component: <IconInnerShadowTopRight />.
- What is the license for this icon?
- The Tabler icon library, 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 →