The HugeIcons curtains icon depicts a pair of parted curtains, commonly used to represent concepts like opening/closing, reveals, or stage elements in a user interface.
Common uses
- Toggle visibility of content
- Indicate a 'reveal' or 'preview' action
- Represent a stage or theater element
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { CurtainsIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={CurtainsIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- drapeswindow coveringstage curtainstheater
FAQ
- What does the CurtainsIcon represent?
- The CurtainsIcon visually represents parted curtains, often used in UI to signify opening, closing, or revealing content.
- How do I use the CurtainsIcon in a React project?
- Import both HugeiconsIcon and CurtainsIcon, then render <HugeiconsIcon icon={CurtainsIcon} />.
- What is the license for the CurtainsIcon?
- The CurtainsIcon is available under the MIT license, allowing for free use in both personal and commercial projects.
Looking for something else? Search HugeIcons 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 →