Icon System | ERS Energy Design System

Overview

The ERS icon system uses Google Material Symbols with a thin weight (260) for a refined, modern appearance. Icons are styled monochromatically using our brand color palette.

Specifications

Property Value Notes
Icon Font Material Symbols Outlined Google Fonts
Weight 260 (thin) 35% lighter than default
Sizes 16, 20, 24, 32, 48, 64px 24px default
Style Monochromatic Single color from palette

Design Showcase

Steal this design using our icon generators below. This solar dashboard demonstrates how ERS icons and colors work together in real applications.

12
SYSTEM SIZE (kWp)
27 solar panels
home
wb_sunny

Generation

Energy & savings generation from this system
Solar generation
Monthly
kWh
26,293
Yearly
kWh
26,293
Savings received
Monthly
kWh
26,293
Yearly
kWh
26,293

Billing

NEW bill
RM
26,293
OLD bill
RM
26,293
Payback
Solar PV system
Years
7 yrs
calendar_month
Timeline
Contract to energization
12 weeks

Environmental impact

eco
CO2 reduction
8.9
park
Trees reduced
98
directions_car
KM travelled
48k

Monochrome Teal Generator

Create teal-themed icons for environmental, sustainability, and general content.

Select Icon

Search for icons by name. Can’t find one? Browse Google Material Icons and paste the icon name here.

solar_power
wb_sunny
bolt
battery_charging_full
eco
park
trending_up
calendar_month
receipt_long
download
share
print
mail
description
check

Size

Sizes 128px and above are HD — ideal for presentation slides.

Background Color

Icon Color

Preview

solar_power

Monochrome Orange Generator

Create orange-themed icons for calls-to-action, highlights, and energy-related content.

Select Icon

Search for icons by name. Can’t find one? Browse Google Material Icons and paste the icon name here.

bolt
solar_power
wb_sunny
battery_charging_full
trending_up
download
share
print
mail
picture_as_pdf
attach_file
edit
check
star
favorite

Size

Sizes 128px and above are HD — ideal for presentation slides.

Background Color

Icon Color

Preview

bolt

Monochrome Dark Generator

Create neutral dark-themed icons for general UI elements and navigation.

Select Icon

Search for icons by name. Can’t find one? Browse Google Material Icons and paste the icon name here.

menu
close
search
settings
person
notifications
arrow_back
arrow_forward
expand_more
expand_less
more_vert
more_horiz
home
logout
help
info

Size

Sizes 128px and above are HD — ideal for presentation slides.

Background Color

Icon Color

Preview

menu

Inverted Generator

White icons on solid color backgrounds for high-contrast buttons and badges.

Select Icon

Search for icons by name. Can’t find one? Browse Google Material Icons and paste the icon name here.

solar_power
bolt
eco
trending_up
calendar_month
download
check
star
verified
add
remove

Size

Sizes 128px and above are HD — ideal for presentation slides.

Background Color

Preview

solar_power

Mixed Colors Generator

Combine different brand colors for icon and background. Great for buttons and callouts.

Select Icon

Search for icons by name. Can’t find one? Browse Google Material Icons and paste the icon name here.

solar_power
wb_sunny
bolt
battery_charging_full
eco
park
download
upload
share
print
mail
description
folder
check
search

Size

Sizes 128px and above are HD — ideal for presentation slides.

Background Color

Icon Color

Preview

solar_power

Icon Reference

Curated icons recommended for ERS Energy applications.

Energy & Solar

solar_powersolar_power
wb_sunnywb_sunny
boltbolt
battery_charging_fullbattery_charging_full
ecoeco
parkpark
trending_uptrending_up

Actions & Documents

downloaddownload
uploadupload
shareshare
printprint
mailmail
picture_as_pdfpicture_as_pdf
descriptiondescription
attach_fileattach_file

Usage Guide

How to implement icons in your projects.

HTML Setup

Add the Material Symbols font with thin weight (260) to your HTML head:

<link href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:wght@260" rel="stylesheet>

Use icons in your HTML:

<span class="material-symbols-outlined">solar_power</span>

Apply ERS colors via CSS:

.material-symbols-outlined {
  font-variation-settings: 'FILL' 0, 'wght' 260, 'GRAD' 0, 'opsz' 24;
  color: var(--teal-11);  /* Or any ERS color variable */
}
Downloaded!