The Tabler paywall icon visually represents a barrier to content or services, commonly used in UIs to indicate restricted access requiring payment or subscription.
Common uses
- Indicate premium content behind a subscription.
- Show restricted features in a freemium model.
- Symbolize a payment gateway or access control point.
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconPaywall } from '@tabler/icons-react';
<IconPaywall size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- System
- Keywords
- subscriptionaccesspaymentcontentexclusiverestrictedpremiummemberentrygatesystempaywallsubscription iconaccess denied iconpremium content iconrestricted access icon
FAQ
- What does the paywall icon represent?
- It signifies a barrier to content or features, typically requiring a subscription or payment for access.
- How do I use the paywall icon in React?
- Import it using `import { IconPaywall } from '@tabler/icons-react';` and use it as a component: `<IconPaywall />`.
- What is the license for this icon?
- The Tabler icon library, including the paywall icon, is distributed under the MIT license.