Beautiful React icon library with multi-layered gradients and transparency effects that create a stunning glass-like appearance.
- 100 unique React components in Liquid Glass style
- Multi-layered structure with gradients and transparency
- Easy recoloring - just change the CSS color property
- TypeScript support out of the box
- Optimized React components with preserved glass effect
- Tree-shakable - import only what you need
This icon library is currently available as a GitHub repository. You can:
-
Clone the repository:
git clone https://github.com/icons8/liquid-glass-icons.git
-
Use React components from the
/icons
directory
Copy the desired icon components from the /icons
directory to your project:
import LgHome from './icons/home';
import LgUser from './icons/user';
import LgSettings from './icons/settings';
function App() {
return (
<div>
<LgHome size={24} color="#4ecdc4" />
<LgUser size={32} color="#ff6b6b" />
<LgSettings size={20} />
</div>
);
}
Liquid Glass is a modern icon style that creates a glass-like effect through:
- Multi-layered gradients with different transparency levels
- Complex overlay system
- Easy recoloring without losing the glass effect
Thanks to the special gradient structure, icons are easily recolored:
// Using CSS
.my-icon {
color: #ff6b6b; /* Red */
}
// Using inline styles
<LgHome style={{ color: '#4ecdc4' }} />
// Using props
<LgHome color="#9b59b6" />
All icons accept the following props:
Prop | Type | Default | Description |
---|---|---|---|
size |
number | string |
24 |
Icon size |
color |
string |
currentColor |
Icon color |
className |
string |
- | CSS class name |
style |
CSSProperties |
- | Inline styles |
Plus all standard SVG props.
Click to see all icons
- LgAbout
- LgAddUserMale
- LgAppointmentReminders
- LgBack
- LgBinoculars
- LgBookmark
- LgBookmarkRibbon
- LgBox
- LgBriefcase
- LgCalendar
- LgCancel
- LgCancel2
- LgCheckAll
- LgChecked
- LgChecked2
- LgCheckmark
- LgClock
- LgCloseWindow
- LgComboChart
- LgConferenceCall
- LgContacts
- LgCursor
- LgDelete
- LgDeleteSign
- LgDocument
- LgDomain
- LgDownload
- LgDownloads2
- LgEdit
- LgEmail
- LgEmptyTrush
- LgExit
- LgExpandArrow
- LgExternalLink
- LgFacebook
- LgFacebookNew
- LgFile
- LgFilledTrash
- LgFolderInvoices
- LgFolderInvoices19
- LgForYou
- LgForward
- LgGeminiAi
- LgGmail
- LgGoogleLogo
- LgGroups
- LgHandCursor
- LgHome
- LgIdea
- LgImageFile
- LgInfo
- LgInstagramNew
- LgKey
- LgLike
- LgLinkedin
- LgLock
- LgMailboxClosedFlagDown
- LgMaintenance
- LgMarker
- LgMenu
- LgMusic
- LgNews
- LgNoSynchronize
- LgOK
- LgOpenedFolder
- LgPhone
- LgPicture
- LgPinterest
- LgPlus
- LgPlusMath
- LgPuzzle
- LgRefresh
- LgRestart
- LgSave
- LgScroll
- LgSearch
- LgSecuredLetter
- LgService
- LgSettings
- LgShare
- LgShare2
- LgShare3
- LgShutdown
- LgSpeechBubble
- LgStar
- LgSun
- LgSupport
- LgSynchronize
- LgToolbox
- LgTrash
- LgTwitter
- LgUncheckAll
- LgUnlock
- LgUpload2
- LgUser
- LgUserFemale
- LgUserMale
- LgVisible
- LgWhatsapp
- LgYoutubePlay
Check out the live demo to see all icons in action.
MIT © Icons8
Made with ❤️ by Icons8