Theme Customizer

Customize layout & themes

Sidenav View

Choose sidenav layout style

Display Mode
Select Light or Dark
Direction
Select a direction
Sidenav Color
Select sidenav theme color

Icons

Iconify for Tailwind CSS

Oscar uses the official @iconify/tailwind4 plugin. Icons are injected as pure CSS, resulting in 0kb client-side JavaScript and instant rendering.

1. Setup in your CSS file @plugin "@iconify/tailwind4" {
  prefixes: tabler, lucide, logos, devicon, circle-flags;
}
2. Usage in HTML tabler: <i class="iconify tabler--ghost size-5"></i>
lucide: <i class="iconify lucide--user size-5"></i>
logos: <i class="iconify-color logos--google-icon size-5"></i>
devicon: <i class="iconify-color devicon--react size-5"></i>
flags: <i class="iconify-color circle-flags--us size-5"></i>

Note: For multicolored icons (logos, devicon, flags), use the iconify-color class instead of iconify to preserve their original colors.

Tabler Icons tabler--
ghost
database
laptop
github
camera
flame
bolt
chart-bar
map-2
sun
Lucide Icons lucide--
user
settings
search
heart
bell
calendar
check
info
help-circle
home
Brand Logos logos--
google
facebook
twitter
github
apple
slack
figma
stripe
spotify
paypal
Circle Flags circle-flags--
US
UK
Germany
Japan
France
Spain
Canada
Australia
India
Brazil

Google Fonts Icons

Explore Icons

Google Fonts Icons (Material Symbols Rounded) are configured as a local web font within Oscar. This allows high-performance vector rendering.

1. Setup in CSS file .material-symbols-rounded {
  font-family: 'Material Symbols Rounded';
  font-variation-settings: 'FILL' 0;
}
2. Usage in HTML <i class="material-symbols-rounded">home</i>

Interactive Fill & Hover States

home
home (default icon) default icon
home
home (fill Icon) class="fill-1"
home
home (Icon Hover) hover:fill-1
home
home (Group Hover) group-hover:fill-1

Interactive Font Weight States

home
home (Thin / 100) class="font-thin"
home
home (Light / 300) class="font-light"
home
home (Normal / 400) class="font-normal"
home
home (Semibold / 600) class="font-semibold"
home
home (Heavy / 700) class="font-bold"
star
Google Fonts Icons material-symbols-rounded
View Google Fonts
home home
search search
menu menu
close close
settings settings
done done
check_circle check_circle
favorite favorite
add add
delete delete