Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arallsopp/hass-hue-icons
Additional vector icons for home assistant to model Philips Hue bulbs and fixtures.
https://github.com/arallsopp/hass-hue-icons
custom-icons hacktoberfest hacs home-assistant homeassistant hue hue-lights icons iconset philips-hue svg
Last synced: 29 days ago
JSON representation
Additional vector icons for home assistant to model Philips Hue bulbs and fixtures.
- Host: GitHub
- URL: https://github.com/arallsopp/hass-hue-icons
- Owner: arallsopp
- License: other
- Created: 2021-07-09T12:45:29.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-12-13T18:53:17.000Z (almost 1 year ago)
- Last Synced: 2024-10-31T00:05:26.813Z (about 1 month ago)
- Topics: custom-icons, hacktoberfest, hacs, home-assistant, homeassistant, hue, hue-lights, icons, iconset, philips-hue, svg
- Homepage:
- Size: 3.96 MB
- Stars: 299
- Watchers: 4
- Forks: 25
- Open Issues: 36
-
Metadata Files:
- Readme: README.md
- Contributing: docs/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-home-assistant - Hass Hue Icons - Additional Philips Hue bulbs and fixtures icons. (Dashboards / Icon packs)
README
# hass-hue-icons
[![hacs_badge](https://img.shields.io/badge/HACS-Default-41BDF5.svg)](https://github.com/hacs/integration)
[![GitHub release (latest by date)](https://img.shields.io/github/v/release/arallsopp/hass-hue-icons)](https://github.com/arallsopp/hass-hue-icons/releases)
[![CC BY-NC-SA 4.0][cc-by-nc-sa-shield]][cc-by-nc-sa]
![GitHub file size in bytes](https://img.shields.io/github/size/arallsopp/hass-hue-icons/dist/hass-hue-icons.js?label=plugin%20size)
![GitHub last commit](https://img.shields.io/github/last-commit/arallsopp/hass-hue-icons)
[![GitHub closed issues by-label](https://img.shields.io/github/issues-closed/arallsopp/hass-hue-icons/icon%20request?label=community%20requests)](https://github.com/arallsopp/hass-hue-icons/issues?q=is%3Aclosed+label%3A"icon+request")
[![Man Hours](https://img.shields.io/endpoint?url=https%3A%2F%2Fmh.jessemillar.com%2Fhours%3Frepo%3Dhttps%3A%2F%2Fgithub.com%2Farallsopp%2Fhass-hue-icons.git)](https://jessemillar.com/r/man-hours)[cc-by-nc-sa]: http://creativecommons.org/licenses/by-nc-sa/4.0/
[cc-by-nc-sa-image]: https://licensebuttons.net/l/by-nc-sa/4.0/88x31.png
[cc-by-nc-sa-shield]: https://img.shields.io/badge/License-CC%20BY--NC--SA%204.0-lightgrey.svgAdditional vector icons for Home Assistant, to better represent Philips Hue bulbs and fixtures.
Inspired by the Hue icons in the iOS app, and for personal use only, this repo also features custom vectors created specifically by the author for Hue
fixtures and groups that aren't represented by the 'official' icon set.Hass-hue-icons has been accepted into the [Home Assistant Community Store (HACS)](https://hacs.xyz).
### HACS (Recommended):
This is the recommended way to install hass-hue-icons. Hass-hue-icons is a default repository for HACS. To install:- Open HACS (installation instructions are [here](https://hacs.xyz/docs/installation/installation/)).
- Go to "Frontend" section
- Click button with "+" icon
- Search for "hass hue icons" and install it.
- Add the following to your configuration.yaml, save and restart HA.
```
frontend:
extra_module_url:
- /hacsfiles/hass-hue-icons/hass-hue-icons.js
```### Manual:
- Copy `dist/hass-hue-icons.js` into your `config/www` folder.
- Go to Configuration -> Lovelace Dashboards -> Resources -> Add Resource
- set url as `/local/hass-hue-icons.js` and Resource Type as `Javascript Module`.
- Add the following to your configuration.yaml, save and restart HA.
```
frontend:
extra_module_url:
- /local/hass-hue-icons.js
```- Save, restart Home Assistant.
## Usage
- In your entity editor, specify an icon as `hue:icon-name`
- If you set `state_color: true` in your card, you'll see the icons get colorised based upon the current RGB setting.### Example:
```
title: My Room
state_color: true
type: entities
entities:
- entity: light.my_wall_light
name: My Wall Light
icon: hue:wall-spot
```## Icons
### Hue Icons
hass-hue-icons includes 72 Hue icons modelled upon the Hue iOS app for personal use
[//]: # (Start Hue Icons)
| Icon | Name | Icon | Name
| :--- | :--- | :--- | :--- |
| ![hue:bloom](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/svgs/bloom.svg)| hue:bloom | ![hue:bollard](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/svgs/bollard.svg)| hue:bollard |
| ![hue:bridge-v1](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/svgs/bridge-v1.svg)| hue:bridge-v1 | ![hue:bridge-v2](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/svgs/bridge-v2.svg)| hue:bridge-v2 |
| ![hue:bulb-candle](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/svgs/bulb-candle.svg)| hue:bulb-candle | ![hue:bulb-classic](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/svgs/bulb-classic.svg)| hue:bulb-classic |
| ![hue:bulb-filament](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/svgs/bulb-filament.svg)| hue:bulb-filament | ![hue:bulb-flood](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/svgs/bulb-flood.svg)| hue:bulb-flood |
| ![hue:bulb-group](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/svgs/bulb-group.svg)| hue:bulb-group | ![hue:bulb-spot](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/svgs/bulb-spot.svg)| hue:bulb-spot |
| ![hue:bulb-sultan](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/svgs/bulb-sultan.svg)| hue:bulb-sultan | ![hue:ceiling-round](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/svgs/ceiling-round.svg)| hue:ceiling-round |
| ![hue:ceiling-square](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/svgs/ceiling-square.svg)| hue:ceiling-square | ![hue:desk-lamp](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/svgs/desk-lamp.svg)| hue:desk-lamp |
| ![hue:dimmer-switch](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/svgs/dimmer-switch.svg)| hue:dimmer-switch | ![hue:double-spot](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/svgs/double-spot.svg)| hue:double-spot |
| ![hue:downstairs](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/svgs/downstairs.svg)| hue:downstairs | ![hue:floor-lantern](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/svgs/floor-lantern.svg)| hue:floor-lantern |
| ![hue:floor-shade](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/svgs/floor-shade.svg)| hue:floor-shade | ![hue:floor-spot](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/svgs/floor-spot.svg)| hue:floor-spot |
| ![hue:go](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/svgs/go.svg)| hue:go | ![hue:home](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/svgs/home.svg)| hue:home |
| ![hue:iris](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/svgs/iris.svg)| hue:iris | ![hue:lightstrip](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/svgs/lightstrip.svg)| hue:lightstrip |
| ![hue:motion-sensor](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/svgs/motion-sensor.svg)| hue:motion-sensor | ![hue:outdoor-motion-sensor](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/svgs/outdoor-motion-sensor.svg)| hue:outdoor-motion-sensor |
| ![hue:pendant-long](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/svgs/pendant-long.svg)| hue:pendant-long | ![hue:pendant-round](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/svgs/pendant-round.svg)| hue:pendant-round |
| ![hue:play-bar](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/svgs/play-bar.svg)| hue:play-bar | ![hue:plug](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/svgs/plug.svg)| hue:plug |
| ![hue:recessed-ceiling](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/svgs/recessed-ceiling.svg)| hue:recessed-ceiling | ![hue:recessed-floor](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/svgs/recessed-floor.svg)| hue:recessed-floor |
| ![hue:room-attic](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/svgs/room-attic.svg)| hue:room-attic | ![hue:room-balcony](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/svgs/room-balcony.svg)| hue:room-balcony |
| ![hue:room-bathroom](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/svgs/room-bathroom.svg)| hue:room-bathroom | ![hue:room-bbq](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/svgs/room-bbq.svg)| hue:room-bbq |
| ![hue:room-bedroom](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/svgs/room-bedroom.svg)| hue:room-bedroom | ![hue:room-carport](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/svgs/room-carport.svg)| hue:room-carport |
| ![hue:room-closet](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/svgs/room-closet.svg)| hue:room-closet | ![hue:room-computer](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/svgs/room-computer.svg)| hue:room-computer |
| ![hue:room-dining](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/svgs/room-dining.svg)| hue:room-dining | ![hue:room-driveway](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/svgs/room-driveway.svg)| hue:room-driveway |
| ![hue:room-front-door](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/svgs/room-front-door.svg)| hue:room-front-door | ![hue:room-games](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/svgs/room-games.svg)| hue:room-games |
| ![hue:room-garage](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/svgs/room-garage.svg)| hue:room-garage | ![hue:room-guestroom](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/svgs/room-guestroom.svg)| hue:room-guestroom |
| ![hue:room-gym](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/svgs/room-gym.svg)| hue:room-gym | ![hue:room-hallway](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/svgs/room-hallway.svg)| hue:room-hallway |
| ![hue:room-kids](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/svgs/room-kids.svg)| hue:room-kids | ![hue:room-kitchen](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/svgs/room-kitchen.svg)| hue:room-kitchen |
| ![hue:room-laundry](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/svgs/room-laundry.svg)| hue:room-laundry | ![hue:room-living](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/svgs/room-living.svg)| hue:room-living |
| ![hue:room-lounge](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/svgs/room-lounge.svg)| hue:room-lounge | ![hue:room-nursery](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/svgs/room-nursery.svg)| hue:room-nursery |
| ![hue:room-office](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/svgs/room-office.svg)| hue:room-office | ![hue:room-other](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/svgs/room-other.svg)| hue:room-other |
| ![hue:room-outdoors](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/svgs/room-outdoors.svg)| hue:room-outdoors | ![hue:room-pool](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/svgs/room-pool.svg)| hue:room-pool |
| ![hue:room-porch](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/svgs/room-porch.svg)| hue:room-porch | ![hue:room-recreation](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/svgs/room-recreation.svg)| hue:room-recreation |
| ![hue:room-stairs](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/svgs/room-stairs.svg)| hue:room-stairs | ![hue:room-storage](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/svgs/room-storage.svg)| hue:room-storage |
| ![hue:room-studio](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/svgs/room-studio.svg)| hue:room-studio | ![hue:room-terrace](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/svgs/room-terrace.svg)| hue:room-terrace |
| ![hue:room-toilet](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/svgs/room-toilet.svg)| hue:room-toilet | ![hue:single-spot](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/svgs/single-spot.svg)| hue:single-spot |
| ![hue:table-shade](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/svgs/table-shade.svg)| hue:table-shade | ![hue:table-wash](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/svgs/table-wash.svg)| hue:table-wash |
| ![hue:upstairs](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/svgs/upstairs.svg)| hue:upstairs | ![hue:wall-lantern](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/svgs/wall-lantern.svg)| hue:wall-lantern |
| ![hue:wall-shade](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/svgs/wall-shade.svg)| hue:wall-shade | ![hue:wall-spot](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/svgs/wall-spot.svg)| hue:wall-spot |[//]: # (End Hue Icons)
### User Requested Hue Icons
hass-hue-icons includes 438 custom icons designed by the author for specific hue fixtures and bulb combinations that aren't represented by the 'official' icon set. Each of these has been hand drawn in Illustrator and proposed in response to a community request.[//]: # (Start Custom Icons)
| Icon | Name | Icon | Name
| :--- | :--- | :--- | :--- |
| ![hue:adore-alt-off](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/adore-alt-off.svg)| hue:adore-alt-off | ![hue:adore-alt](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/adore-alt.svg)| hue:adore-alt |
| ![hue:adore-mirror](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/adore-mirror.svg)| hue:adore-mirror | ![hue:adore](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/adore.svg)| hue:adore |
| ![hue:amarant](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/amarant.svg)| hue:amarant | ![hue:amaze-alt-off](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/amaze-alt-off.svg)| hue:amaze-alt-off |
| ![hue:amaze-alt](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/amaze-alt.svg)| hue:amaze-alt | ![hue:amaze-off](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/amaze-off.svg)| hue:amaze-off |
| ![hue:amaze](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/amaze.svg)| hue:amaze | ![hue:aura-group-off](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/aura-group-off.svg)| hue:aura-group-off |
| ![hue:aura-group](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/aura-group.svg)| hue:aura-group | ![hue:aura-off](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/aura-off.svg)| hue:aura-off |
| ![hue:aura](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/aura.svg)| hue:aura | ![hue:beyond-down-group-off](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/beyond-down-group-off.svg)| hue:beyond-down-group-off |
| ![hue:beyond-down-group](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/beyond-down-group.svg)| hue:beyond-down-group | ![hue:beyond-down-off](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/beyond-down-off.svg)| hue:beyond-down-off |
| ![hue:beyond-down](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/beyond-down.svg)| hue:beyond-down | ![hue:beyond-group-off](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/beyond-group-off.svg)| hue:beyond-group-off |
| ![hue:beyond-group](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/beyond-group.svg)| hue:beyond-group | ![hue:beyond-off](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/beyond-off.svg)| hue:beyond-off |
| ![hue:beyond-solid-group-off](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/beyond-solid-group-off.svg)| hue:beyond-solid-group-off | ![hue:beyond-solid-group](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/beyond-solid-group.svg)| hue:beyond-solid-group |
| ![hue:beyond-solid-off](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/beyond-solid-off.svg)| hue:beyond-solid-off | ![hue:beyond-solid](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/beyond-solid.svg)| hue:beyond-solid |
| ![hue:beyond-up-group-off](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/beyond-up-group-off.svg)| hue:beyond-up-group-off | ![hue:beyond-up-group](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/beyond-up-group.svg)| hue:beyond-up-group |
| ![hue:beyond-up-off](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/beyond-up-off.svg)| hue:beyond-up-off | ![hue:beyond-up](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/beyond-up.svg)| hue:beyond-up |
| ![hue:beyond](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/beyond.svg)| hue:beyond | ![hue:bloom-group-off](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/bloom-group-off.svg)| hue:bloom-group-off |
| ![hue:bloom-group](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/bloom-group.svg)| hue:bloom-group | ![hue:bloom-off](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/bloom-off.svg)| hue:bloom-off |
| ![hue:bollard-off](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/bollard-off.svg)| hue:bollard-off | ![hue:bridge-v2-off](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/bridge-v2-off.svg)| hue:bridge-v2-off |
| ![hue:bulb-br30-hung-off](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/bulb-br30-hung-off.svg)| hue:bulb-br30-hung-off | ![hue:bulb-br30-hung](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/bulb-br30-hung.svg)| hue:bulb-br30-hung |
| ![hue:bulb-br30-off](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/bulb-br30-off.svg)| hue:bulb-br30-off | ![hue:bulb-br30](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/bulb-br30.svg)| hue:bulb-br30 |
| ![hue:bulb-candle-hung-off](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/bulb-candle-hung-off.svg)| hue:bulb-candle-hung-off | ![hue:bulb-candle-hung](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/bulb-candle-hung.svg)| hue:bulb-candle-hung |
| ![hue:bulb-candle-off](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/bulb-candle-off.svg)| hue:bulb-candle-off | ![hue:bulb-classic-hung-off](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/bulb-classic-hung-off.svg)| hue:bulb-classic-hung-off |
| ![hue:bulb-classic-hung](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/bulb-classic-hung.svg)| hue:bulb-classic-hung | ![hue:bulb-classic-off](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/bulb-classic-off.svg)| hue:bulb-classic-off |
| ![hue:bulb-filament-a19-hung-off](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/bulb-filament-a19-hung-off.svg)| hue:bulb-filament-a19-hung-off | ![hue:bulb-filament-a19-hung](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/bulb-filament-a19-hung.svg)| hue:bulb-filament-a19-hung |
| ![hue:bulb-filament-a19-off](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/bulb-filament-a19-off.svg)| hue:bulb-filament-a19-off | ![hue:bulb-filament-a19](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/bulb-filament-a19.svg)| hue:bulb-filament-a19 |
| ![hue:bulb-filament-alt-hung](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/bulb-filament-alt-hung.svg)| hue:bulb-filament-alt-hung | ![hue:bulb-filament-alt](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/bulb-filament-alt.svg)| hue:bulb-filament-alt |
| ![hue:bulb-filament-candle-hung](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/bulb-filament-candle-hung.svg)| hue:bulb-filament-candle-hung | ![hue:bulb-filament-candle](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/bulb-filament-candle.svg)| hue:bulb-filament-candle |
| ![hue:bulb-filament-hung-off](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/bulb-filament-hung-off.svg)| hue:bulb-filament-hung-off | ![hue:bulb-filament-hung](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/bulb-filament-hung.svg)| hue:bulb-filament-hung |
| ![hue:bulb-filament-off](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/bulb-filament-off.svg)| hue:bulb-filament-off | ![hue:bulb-golfball-e14](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/bulb-golfball-e14.svg)| hue:bulb-golfball-e14 |
| ![hue:bulb-group-bollard-3-off](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/bulb-group-bollard-3-off.svg)| hue:bulb-group-bollard-3-off | ![hue:bulb-group-bollard-3](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/bulb-group-bollard-3.svg)| hue:bulb-group-bollard-3 |
| ![hue:bulb-group-bollard-off](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/bulb-group-bollard-off.svg)| hue:bulb-group-bollard-off | ![hue:bulb-group-bollard-wall-appear-go](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/bulb-group-bollard-wall-appear-go.svg)| hue:bulb-group-bollard-wall-appear-go |
| ![hue:bulb-group-bollard-wall-appear](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/bulb-group-bollard-wall-appear.svg)| hue:bulb-group-bollard-wall-appear | ![hue:bulb-group-bollard](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/bulb-group-bollard.svg)| hue:bulb-group-bollard |
| ![hue:bulb-group-br30-hung-off](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/bulb-group-br30-hung-off.svg)| hue:bulb-group-br30-hung-off | ![hue:bulb-group-br30-hung](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/bulb-group-br30-hung.svg)| hue:bulb-group-br30-hung |
| ![hue:bulb-group-br30-off](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/bulb-group-br30-off.svg)| hue:bulb-group-br30-off | ![hue:bulb-group-br30](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/bulb-group-br30.svg)| hue:bulb-group-br30 |
| ![hue:bulb-group-candle-filament-hung](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/bulb-group-candle-filament-hung.svg)| hue:bulb-group-candle-filament-hung | ![hue:bulb-group-candle-lightstrip](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/bulb-group-candle-lightstrip.svg)| hue:bulb-group-candle-lightstrip |
| ![hue:bulb-group-candle](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/bulb-group-candle.svg)| hue:bulb-group-candle | ![hue:bulb-group-ceiling-flush-circular](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/bulb-group-ceiling-flush-circular.svg)| hue:bulb-group-ceiling-flush-circular |
| ![hue:bulb-group-ceiling-round](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/bulb-group-ceiling-round.svg)| hue:bulb-group-ceiling-round | ![hue:bulb-group-ceiling-square](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/bulb-group-ceiling-square.svg)| hue:bulb-group-ceiling-square |
| ![hue:bulb-group-centura-round](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/bulb-group-centura-round.svg)| hue:bulb-group-centura-round | ![hue:bulb-group-centura](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/bulb-group-centura.svg)| hue:bulb-group-centura |
| ![hue:bulb-group-classic-3-alt](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/bulb-group-classic-3-alt.svg)| hue:bulb-group-classic-3-alt | ![hue:bulb-group-classic-3](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/bulb-group-classic-3.svg)| hue:bulb-group-classic-3 |
| ![hue:bulb-group-classic-4-alt](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/bulb-group-classic-4-alt.svg)| hue:bulb-group-classic-4-alt | ![hue:bulb-group-classic-4](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/bulb-group-classic-4.svg)| hue:bulb-group-classic-4 |
| ![hue:bulb-group-classic-hung-3-alt](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/bulb-group-classic-hung-3-alt.svg)| hue:bulb-group-classic-hung-3-alt | ![hue:bulb-group-classic-hung-3](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/bulb-group-classic-hung-3.svg)| hue:bulb-group-classic-hung-3 |
| ![hue:bulb-group-classic-hung-4-alt](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/bulb-group-classic-hung-4-alt.svg)| hue:bulb-group-classic-hung-4-alt | ![hue:bulb-group-classic-hung-4](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/bulb-group-classic-hung-4.svg)| hue:bulb-group-classic-hung-4 |
| ![hue:bulb-group-classic-hung](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/bulb-group-classic-hung.svg)| hue:bulb-group-classic-hung | ![hue:bulb-group-classic](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/bulb-group-classic.svg)| hue:bulb-group-classic |
| ![hue:bulb-group-filament-alt-filament-hung-off](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/bulb-group-filament-alt-filament-hung-off.svg)| hue:bulb-group-filament-alt-filament-hung-off | ![hue:bulb-group-filament-alt-filament-hung](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/bulb-group-filament-alt-filament-hung.svg)| hue:bulb-group-filament-alt-filament-hung |
| ![hue:bulb-group-filament-alt-hung-off](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/bulb-group-filament-alt-hung-off.svg)| hue:bulb-group-filament-alt-hung-off | ![hue:bulb-group-filament-alt-hung](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/bulb-group-filament-alt-hung.svg)| hue:bulb-group-filament-alt-hung |
| ![hue:bulb-group-filament-alt-off](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/bulb-group-filament-alt-off.svg)| hue:bulb-group-filament-alt-off | ![hue:bulb-group-filament-alt](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/bulb-group-filament-alt.svg)| hue:bulb-group-filament-alt |
| ![hue:bulb-group-filament-candle](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/bulb-group-filament-candle.svg)| hue:bulb-group-filament-candle | ![hue:bulb-group-filament-candles-hung](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/bulb-group-filament-candles-hung.svg)| hue:bulb-group-filament-candles-hung |
| ![hue:bulb-group-filament-candles](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/bulb-group-filament-candles.svg)| hue:bulb-group-filament-candles | ![hue:bulb-group-filament-filament-alt-hung](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/bulb-group-filament-filament-alt-hung.svg)| hue:bulb-group-filament-filament-alt-hung |
| ![hue:bulb-group-filament-filament-alt](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/bulb-group-filament-filament-alt.svg)| hue:bulb-group-filament-filament-alt | ![hue:bulb-group-filament-go](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/bulb-group-filament-go.svg)| hue:bulb-group-filament-go |
| ![hue:bulb-group-filament-hung](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/bulb-group-filament-hung.svg)| hue:bulb-group-filament-hung | ![hue:bulb-group-filament-spot](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/bulb-group-filament-spot.svg)| hue:bulb-group-filament-spot |
| ![hue:bulb-group-filament-sultan](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/bulb-group-filament-sultan.svg)| hue:bulb-group-filament-sultan | ![hue:bulb-group-filament](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/bulb-group-filament.svg)| hue:bulb-group-filament |
| ![hue:bulb-group-go-filament](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/bulb-group-go-filament.svg)| hue:bulb-group-go-filament | ![hue:bulb-group-go-sultan-off](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/bulb-group-go-sultan-off.svg)| hue:bulb-group-go-sultan-off |
| ![hue:bulb-group-go-sultan](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/bulb-group-go-sultan.svg)| hue:bulb-group-go-sultan | ![hue:bulb-group-golfball-e14](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/bulb-group-golfball-e14.svg)| hue:bulb-group-golfball-e14 |
| ![hue:bulb-group-lightstrip-v](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/bulb-group-lightstrip-v.svg)| hue:bulb-group-lightstrip-v | ![hue:bulb-group-lightstrip](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/bulb-group-lightstrip.svg)| hue:bulb-group-lightstrip |
| ![hue:bulb-group-par-38](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/bulb-group-par-38.svg)| hue:bulb-group-par-38 | ![hue:bulb-group-pillar-impress-3](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/bulb-group-pillar-impress-3.svg)| hue:bulb-group-pillar-impress-3 |
| ![hue:bulb-group-pillar-impress-short](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/bulb-group-pillar-impress-short.svg)| hue:bulb-group-pillar-impress-short | ![hue:bulb-group-pillar-impress](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/bulb-group-pillar-impress.svg)| hue:bulb-group-pillar-impress |
| ![hue:bulb-group-pillar-turaco-short-tall](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/bulb-group-pillar-turaco-short-tall.svg)| hue:bulb-group-pillar-turaco-short-tall | ![hue:bulb-group-recessed-ceiling](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/bulb-group-recessed-ceiling.svg)| hue:bulb-group-recessed-ceiling |
| ![hue:bulb-group-spot-hung-off](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/bulb-group-spot-hung-off.svg)| hue:bulb-group-spot-hung-off | ![hue:bulb-group-spot-hung](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/bulb-group-spot-hung.svg)| hue:bulb-group-spot-hung |
| ![hue:bulb-group-spot](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/bulb-group-spot.svg)| hue:bulb-group-spot | ![hue:bulb-group-sultan-3-hung-off](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/bulb-group-sultan-3-hung-off.svg)| hue:bulb-group-sultan-3-hung-off |
| ![hue:bulb-group-sultan-3-hung](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/bulb-group-sultan-3-hung.svg)| hue:bulb-group-sultan-3-hung | ![hue:bulb-group-sultan-3-off](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/bulb-group-sultan-3-off.svg)| hue:bulb-group-sultan-3-off |
| ![hue:bulb-group-sultan-3](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/bulb-group-sultan-3.svg)| hue:bulb-group-sultan-3 | ![hue:bulb-group-sultan-4-hung-off](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/bulb-group-sultan-4-hung-off.svg)| hue:bulb-group-sultan-4-hung-off |
| ![hue:bulb-group-sultan-4-hung](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/bulb-group-sultan-4-hung.svg)| hue:bulb-group-sultan-4-hung | ![hue:bulb-group-sultan-4-off](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/bulb-group-sultan-4-off.svg)| hue:bulb-group-sultan-4-off |
| ![hue:bulb-group-sultan-4](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/bulb-group-sultan-4.svg)| hue:bulb-group-sultan-4 | ![hue:bulb-group-sultan-go](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/bulb-group-sultan-go.svg)| hue:bulb-group-sultan-go |
| ![hue:bulb-group-sultan-hung](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/bulb-group-sultan-hung.svg)| hue:bulb-group-sultan-hung | ![hue:bulb-group-sultan-lightstrip-off](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/bulb-group-sultan-lightstrip-off.svg)| hue:bulb-group-sultan-lightstrip-off |
| ![hue:bulb-group-sultan-lightstrip](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/bulb-group-sultan-lightstrip.svg)| hue:bulb-group-sultan-lightstrip | ![hue:bulb-group-sultan-spot-off](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/bulb-group-sultan-spot-off.svg)| hue:bulb-group-sultan-spot-off |
| ![hue:bulb-group-sultan-spot](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/bulb-group-sultan-spot.svg)| hue:bulb-group-sultan-spot | ![hue:bulb-group-wall-lucca](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/bulb-group-wall-lucca.svg)| hue:bulb-group-wall-lucca |
| ![hue:bulb-group-wall-nyro-flood-alt](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/bulb-group-wall-nyro-flood-alt.svg)| hue:bulb-group-wall-nyro-flood-alt | ![hue:bulb-group-wall-nyro-flood](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/bulb-group-wall-nyro-flood.svg)| hue:bulb-group-wall-nyro-flood |
| ![hue:bulb-lightguide-flask](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/bulb-lightguide-flask.svg)| hue:bulb-lightguide-flask | ![hue:bulb-lightguide-oval](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/bulb-lightguide-oval.svg)| hue:bulb-lightguide-oval |
| ![hue:bulb-lightguide-round](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/bulb-lightguide-round.svg)| hue:bulb-lightguide-round | ![hue:bulb-par-38](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/bulb-par-38.svg)| hue:bulb-par-38 |
| ![hue:bulb-spot-hung-off](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/bulb-spot-hung-off.svg)| hue:bulb-spot-hung-off | ![hue:bulb-spot-hung](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/bulb-spot-hung.svg)| hue:bulb-spot-hung |
| ![hue:bulb-spot-off](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/bulb-spot-off.svg)| hue:bulb-spot-off | ![hue:bulb-sultan-hung](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/bulb-sultan-hung.svg)| hue:bulb-sultan-hung |
| ![hue:bulb-sultan-off](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/bulb-sultan-off.svg)| hue:bulb-sultan-off | ![hue:button](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/button.svg)| hue:button |
| ![hue:ceiling-adore-alt-flush](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/ceiling-adore-alt-flush.svg)| hue:ceiling-adore-alt-flush | ![hue:ceiling-adore-alt](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/ceiling-adore-alt.svg)| hue:ceiling-adore-alt |
| ![hue:ceiling-adore-flush](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/ceiling-adore-flush.svg)| hue:ceiling-adore-flush | ![hue:ceiling-adore](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/ceiling-adore.svg)| hue:ceiling-adore |
| ![hue:ceiling-aurelle-circle-off](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/ceiling-aurelle-circle-off.svg)| hue:ceiling-aurelle-circle-off | ![hue:ceiling-aurelle-circle](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/ceiling-aurelle-circle.svg)| hue:ceiling-aurelle-circle |
| ![hue:ceiling-aurelle-off](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/ceiling-aurelle-off.svg)| hue:ceiling-aurelle-off | ![hue:ceiling-aurelle-rect](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/ceiling-aurelle-rect.svg)| hue:ceiling-aurelle-rect |
| ![hue:ceiling-aurelle](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/ceiling-aurelle.svg)| hue:ceiling-aurelle | ![hue:ceiling-being](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/ceiling-being.svg)| hue:ceiling-being |
| ![hue:ceiling-beyond-alt](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/ceiling-beyond-alt.svg)| hue:ceiling-beyond-alt | ![hue:ceiling-beyond](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/ceiling-beyond.svg)| hue:ceiling-beyond |
| ![hue:ceiling-buckram-three](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/ceiling-buckram-three.svg)| hue:ceiling-buckram-three | ![hue:ceiling-buckram-two](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/ceiling-buckram-two.svg)| hue:ceiling-buckram-two |
| ![hue:ceiling-buckram](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/ceiling-buckram.svg)| hue:ceiling-buckram | ![hue:ceiling-buratto-four](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/ceiling-buratto-four.svg)| hue:ceiling-buratto-four |
| ![hue:ceiling-buratto-three](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/ceiling-buratto-three.svg)| hue:ceiling-buratto-three | ![hue:ceiling-buratto-two-off](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/ceiling-buratto-two-off.svg)| hue:ceiling-buratto-two-off |
| ![hue:ceiling-buratto-two](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/ceiling-buratto-two.svg)| hue:ceiling-buratto-two | ![hue:ceiling-buratto](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/ceiling-buratto.svg)| hue:ceiling-buratto |
| ![hue:ceiling-cher-semiflush](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/ceiling-cher-semiflush.svg)| hue:ceiling-cher-semiflush | ![hue:ceiling-devere-off](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/ceiling-devere-off.svg)| hue:ceiling-devere-off |
| ![hue:ceiling-devere](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/ceiling-devere.svg)| hue:ceiling-devere | ![hue:ceiling-explore](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/ceiling-explore.svg)| hue:ceiling-explore |
| ![hue:ceiling-fair-semiflush](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/ceiling-fair-semiflush.svg)| hue:ceiling-fair-semiflush | ![hue:ceiling-fair](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/ceiling-fair.svg)| hue:ceiling-fair |
| ![hue:ceiling-flourish-pendant](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/ceiling-flourish-pendant.svg)| hue:ceiling-flourish-pendant | ![hue:ceiling-flourish](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/ceiling-flourish.svg)| hue:ceiling-flourish |
| ![hue:ceiling-flush-circular](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/ceiling-flush-circular.svg)| hue:ceiling-flush-circular | ![hue:ceiling-fugato-four-alt](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/ceiling-fugato-four-alt.svg)| hue:ceiling-fugato-four-alt |
| ![hue:ceiling-fugato-four](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/ceiling-fugato-four.svg)| hue:ceiling-fugato-four | ![hue:ceiling-fugato-three-alt](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/ceiling-fugato-three-alt.svg)| hue:ceiling-fugato-three-alt |
| ![hue:ceiling-fugato-three](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/ceiling-fugato-three.svg)| hue:ceiling-fugato-three | ![hue:ceiling-fugato-two-alt](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/ceiling-fugato-two-alt.svg)| hue:ceiling-fugato-two-alt |
| ![hue:ceiling-fugato-two-off](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/ceiling-fugato-two-off.svg)| hue:ceiling-fugato-two-off | ![hue:ceiling-fugato-two](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/ceiling-fugato-two.svg)| hue:ceiling-fugato-two |
| ![hue:ceiling-infuse](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/ceiling-infuse.svg)| hue:ceiling-infuse | ![hue:ceiling-muscari](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/ceiling-muscari.svg)| hue:ceiling-muscari |
| ![hue:ceiling-rect-off](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/ceiling-rect-off.svg)| hue:ceiling-rect-off | ![hue:ceiling-rect](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/ceiling-rect.svg)| hue:ceiling-rect |
| ![hue:ceiling-runner-three-bulb-one](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/ceiling-runner-three-bulb-one.svg)| hue:ceiling-runner-three-bulb-one | ![hue:ceiling-runner-three-bulb-three](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/ceiling-runner-three-bulb-three.svg)| hue:ceiling-runner-three-bulb-three |
| ![hue:ceiling-runner-three-bulb-two](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/ceiling-runner-three-bulb-two.svg)| hue:ceiling-runner-three-bulb-two | ![hue:ceiling-runner-three](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/ceiling-runner-three.svg)| hue:ceiling-runner-three |
| ![hue:ceiling-runner-two-bulb-one](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/ceiling-runner-two-bulb-one.svg)| hue:ceiling-runner-two-bulb-one | ![hue:ceiling-runner-two-bulb-two](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/ceiling-runner-two-bulb-two.svg)| hue:ceiling-runner-two-bulb-two |
| ![hue:ceiling-runner-two](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/ceiling-runner-two.svg)| hue:ceiling-runner-two | ![hue:ceiling-runner](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/ceiling-runner.svg)| hue:ceiling-runner |
| ![hue:ceiling-square-off](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/ceiling-square-off.svg)| hue:ceiling-square-off | ![hue:ceiling-still](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/ceiling-still.svg)| hue:ceiling-still |
| ![hue:ceiling-surimu](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/ceiling-surimu.svg)| hue:ceiling-surimu | ![hue:ceiling-xamento](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/ceiling-xamento.svg)| hue:ceiling-xamento |
| ![hue:centris-off](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/centris-off.svg)| hue:centris-off | ![hue:centris-three-off](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/centris-three-off.svg)| hue:centris-three-off |
| ![hue:centris-three](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/centris-three.svg)| hue:centris-three | ![hue:centris-two-off](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/centris-two-off.svg)| hue:centris-two-off |
| ![hue:centris-two](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/centris-two.svg)| hue:centris-two | ![hue:centris](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/centris.svg)| hue:centris |
| ![hue:centura-round](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/centura-round.svg)| hue:centura-round | ![hue:centura-two](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/centura-two.svg)| hue:centura-two |
| ![hue:centura](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/centura.svg)| hue:centura | ![hue:daylo-wall-off](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/daylo-wall-off.svg)| hue:daylo-wall-off |
| ![hue:daylo-wall](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/daylo-wall.svg)| hue:daylo-wall | ![hue:double-spot-off](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/double-spot-off.svg)| hue:double-spot-off |
| ![hue:ensis-up](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/ensis-up.svg)| hue:ensis-up | ![hue:ensis](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/ensis.svg)| hue:ensis |
| ![hue:entertainment-area](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/entertainment-area.svg)| hue:entertainment-area | ![hue:festavia](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/festavia.svg)| hue:festavia |
| ![hue:floor-lantern-group](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/floor-lantern-group.svg)| hue:floor-lantern-group | ![hue:floor-lantern-off](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/floor-lantern-off.svg)| hue:floor-lantern-off |
| ![hue:floor-shade-off](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/floor-shade-off.svg)| hue:floor-shade-off | ![hue:floor-spot-group](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/floor-spot-group.svg)| hue:floor-spot-group |
| ![hue:floor-spot-off](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/floor-spot-off.svg)| hue:floor-spot-off | ![hue:flourish-alt-off](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/flourish-alt-off.svg)| hue:flourish-alt-off |
| ![hue:flourish-alt](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/flourish-alt.svg)| hue:flourish-alt | ![hue:flourish](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/flourish.svg)| hue:flourish |
| ![hue:friends-of-hue-20042LEDSWACDMG-BLRFR](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/friends-of-hue-20042LEDSWACDMG-BLRFR.svg)| hue:friends-of-hue-20042LEDSWACDMG-BLRFR | ![hue:friends-of-hue-arke-round](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/friends-of-hue-arke-round.svg)| hue:friends-of-hue-arke-round |
| ![hue:friends-of-hue-arke](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/friends-of-hue-arke.svg)| hue:friends-of-hue-arke | ![hue:friends-of-hue-aurora-dimmer-switch-alt](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/friends-of-hue-aurora-dimmer-switch-alt.svg)| hue:friends-of-hue-aurora-dimmer-switch-alt |
| ![hue:friends-of-hue-aurora-dimmer-switch](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/friends-of-hue-aurora-dimmer-switch.svg)| hue:friends-of-hue-aurora-dimmer-switch | ![hue:friends-of-hue-eikon](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/friends-of-hue-eikon.svg)| hue:friends-of-hue-eikon |
| ![hue:friends-of-hue-flat-p-alt](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/friends-of-hue-flat-p-alt.svg)| hue:friends-of-hue-flat-p-alt | ![hue:friends-of-hue-flat-p](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/friends-of-hue-flat-p.svg)| hue:friends-of-hue-flat-p |
| ![hue:friends-of-hue-iq-flush](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/friends-of-hue-iq-flush.svg)| hue:friends-of-hue-iq-flush | ![hue:friends-of-hue-iq-pendant](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/friends-of-hue-iq-pendant.svg)| hue:friends-of-hue-iq-pendant |
| ![hue:friends-of-hue-marbul-suspended](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/friends-of-hue-marbul-suspended.svg)| hue:friends-of-hue-marbul-suspended | ![hue:friends-of-hue-retrotouch-black-chrome](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/friends-of-hue-retrotouch-black-chrome.svg)| hue:friends-of-hue-retrotouch-black-chrome |
| ![hue:friends-of-hue-retrotouch-black-plain](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/friends-of-hue-retrotouch-black-plain.svg)| hue:friends-of-hue-retrotouch-black-plain | ![hue:friends-of-hue-retrotouch-white-chrome](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/friends-of-hue-retrotouch-white-chrome.svg)| hue:friends-of-hue-retrotouch-white-chrome |
| ![hue:friends-of-hue-retrotouch-white-plain](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/friends-of-hue-retrotouch-white-plain.svg)| hue:friends-of-hue-retrotouch-white-plain | ![hue:friends-of-hue-rigel](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/friends-of-hue-rigel.svg)| hue:friends-of-hue-rigel |
| ![hue:friends-of-hue-senic](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/friends-of-hue-senic.svg)| hue:friends-of-hue-senic | ![hue:go-group-off](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/go-group-off.svg)| hue:go-group-off |
| ![hue:go-group](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/go-group.svg)| hue:go-group | ![hue:go-off](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/go-off.svg)| hue:go-off |
| ![hue:go-portable-table-alt](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/go-portable-table-alt.svg)| hue:go-portable-table-alt | ![hue:go-portable-table](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/go-portable-table.svg)| hue:go-portable-table |
| ![hue:gradient-lightstrip-wrap](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/gradient-lightstrip-wrap.svg)| hue:gradient-lightstrip-wrap | ![hue:gradient-lightstrip](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/gradient-lightstrip.svg)| hue:gradient-lightstrip |
| ![hue:gradient-tube-long-off](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/gradient-tube-long-off.svg)| hue:gradient-tube-long-off | ![hue:gradient-tube-long](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/gradient-tube-long.svg)| hue:gradient-tube-long |
| ![hue:gradient-tube-short-off](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/gradient-tube-short-off.svg)| hue:gradient-tube-short-off | ![hue:gradient-tube-short](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/gradient-tube-short.svg)| hue:gradient-tube-short |
| ![hue:iris-group](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/iris-group.svg)| hue:iris-group | ![hue:iris-off](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/iris-off.svg)| hue:iris-off |
| ![hue:liane](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/liane.svg)| hue:liane | ![hue:lightstrip-off](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/lightstrip-off.svg)| hue:lightstrip-off |
| ![hue:lightstrip-tv-alt](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/lightstrip-tv-alt.svg)| hue:lightstrip-tv-alt | ![hue:lightstrip-tv-off](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/lightstrip-tv-off.svg)| hue:lightstrip-tv-off |
| ![hue:lightstrip-tv](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/lightstrip-tv.svg)| hue:lightstrip-tv | ![hue:lightstrip-wrap](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/lightstrip-wrap.svg)| hue:lightstrip-wrap |
| ![hue:lily-alt](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/lily-alt.svg)| hue:lily-alt | ![hue:lily-two-off](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/lily-two-off.svg)| hue:lily-two-off |
| ![hue:lily-two](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/lily-two.svg)| hue:lily-two | ![hue:lily-xl-alt](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/lily-xl-alt.svg)| hue:lily-xl-alt |
| ![hue:lily-xl](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/lily-xl.svg)| hue:lily-xl | ![hue:lily](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/lily.svg)| hue:lily |
| ![hue:logo-alt](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/logo-alt.svg)| hue:logo-alt | ![hue:logo](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/logo.svg)| hue:logo |
| ![hue:motion-sensor-luminance-alt-off](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/motion-sensor-luminance-alt-off.svg)| hue:motion-sensor-luminance-alt-off | ![hue:motion-sensor-luminance-alt](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/motion-sensor-luminance-alt.svg)| hue:motion-sensor-luminance-alt |
| ![hue:motion-sensor-luminance-off](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/motion-sensor-luminance-off.svg)| hue:motion-sensor-luminance-off | ![hue:motion-sensor-luminance](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/motion-sensor-luminance.svg)| hue:motion-sensor-luminance |
| ![hue:motion-sensor-movement-off](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/motion-sensor-movement-off.svg)| hue:motion-sensor-movement-off | ![hue:motion-sensor-movement](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/motion-sensor-movement.svg)| hue:motion-sensor-movement |
| ![hue:motion-sensor-temperature-off](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/motion-sensor-temperature-off.svg)| hue:motion-sensor-temperature-off | ![hue:motion-sensor-temperature](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/motion-sensor-temperature.svg)| hue:motion-sensor-temperature |
| ![hue:outdoor-motion-sensor-temperature](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/outdoor-motion-sensor-temperature.svg)| hue:outdoor-motion-sensor-temperature | ![hue:pedestal-econic](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/pedestal-econic.svg)| hue:pedestal-econic |
| ![hue:pendant-being](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/pendant-being.svg)| hue:pendant-being | ![hue:pendant-cher-off](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/pendant-cher-off.svg)| hue:pendant-cher-off |
| ![hue:pendant-cher](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/pendant-cher.svg)| hue:pendant-cher | ![hue:pendant-devote-off](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/pendant-devote-off.svg)| hue:pendant-devote-off |
| ![hue:pendant-devote-solid-off](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/pendant-devote-solid-off.svg)| hue:pendant-devote-solid-off | ![hue:pendant-devote-solid](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/pendant-devote-solid.svg)| hue:pendant-devote-solid |
| ![hue:pendant-devote-three-off](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/pendant-devote-three-off.svg)| hue:pendant-devote-three-off | ![hue:pendant-devote-three-solid-off](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/pendant-devote-three-solid-off.svg)| hue:pendant-devote-three-solid-off |
| ![hue:pendant-devote-three-solid](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/pendant-devote-three-solid.svg)| hue:pendant-devote-three-solid | ![hue:pendant-devote-three](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/pendant-devote-three.svg)| hue:pendant-devote-three |
| ![hue:pendant-devote-two-off](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/pendant-devote-two-off.svg)| hue:pendant-devote-two-off | ![hue:pendant-devote-two-solid-off](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/pendant-devote-two-solid-off.svg)| hue:pendant-devote-two-solid-off |
| ![hue:pendant-devote-two-solid](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/pendant-devote-two-solid.svg)| hue:pendant-devote-two-solid | ![hue:pendant-devote-two](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/pendant-devote-two.svg)| hue:pendant-devote-two |
| ![hue:pendant-devote](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/pendant-devote.svg)| hue:pendant-devote | ![hue:pendant-long-up](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/pendant-long-up.svg)| hue:pendant-long-up |
| ![hue:pendant-muscari](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/pendant-muscari.svg)| hue:pendant-muscari | ![hue:pendant-round-off](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/pendant-round-off.svg)| hue:pendant-round-off |
| ![hue:perifo-pendant](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/perifo-pendant.svg)| hue:perifo-pendant | ![hue:perifo-spot](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/perifo-spot.svg)| hue:perifo-spot |
| ![hue:phoenix-pendant](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/phoenix-pendant.svg)| hue:phoenix-pendant | ![hue:phoenix-plafond](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/phoenix-plafond.svg)| hue:phoenix-plafond |
| ![hue:phoenix-semiflush](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/phoenix-semiflush.svg)| hue:phoenix-semiflush | ![hue:phoenix-table](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/phoenix-table.svg)| hue:phoenix-table |
| ![hue:pillar-impress-short](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/pillar-impress-short.svg)| hue:pillar-impress-short | ![hue:pillar-impress](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/pillar-impress.svg)| hue:pillar-impress |
| ![hue:pillar-nyro](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/pillar-nyro.svg)| hue:pillar-nyro | ![hue:pillar-spot-2](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/pillar-spot-2.svg)| hue:pillar-spot-2 |
| ![hue:pillar-spot-3](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/pillar-spot-3.svg)| hue:pillar-spot-3 | ![hue:pillar-spot-double](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/pillar-spot-double.svg)| hue:pillar-spot-double |
| ![hue:pillar-spot](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/pillar-spot.svg)| hue:pillar-spot | ![hue:pillar-tuar](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/pillar-tuar.svg)| hue:pillar-tuar |
| ![hue:pillar-turaco-short](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/pillar-turaco-short.svg)| hue:pillar-turaco-short | ![hue:pillar-turaco-tall](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/pillar-turaco-tall.svg)| hue:pillar-turaco-tall |
| ![hue:play-bar-off](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/play-bar-off.svg)| hue:play-bar-off | ![hue:play-bar-three](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/play-bar-three.svg)| hue:play-bar-three |
| ![hue:play-bar-two](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/play-bar-two.svg)| hue:play-bar-two | ![hue:play-bar-v-alt](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/play-bar-v-alt.svg)| hue:play-bar-v-alt |
| ![hue:play-bar-v-off](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/play-bar-v-off.svg)| hue:play-bar-v-off | ![hue:play-bar-v-two-in](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/play-bar-v-two-in.svg)| hue:play-bar-v-two-in |
| ![hue:play-bar-v-two-out](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/play-bar-v-two-out.svg)| hue:play-bar-v-two-out | ![hue:play-bar-v-two](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/play-bar-v-two.svg)| hue:play-bar-v-two |
| ![hue:play-bar-v](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/play-bar-v.svg)| hue:play-bar-v | ![hue:plug-eu-alt](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/plug-eu-alt.svg)| hue:plug-eu-alt |
| ![hue:plug-eu-group-off](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/plug-eu-group-off.svg)| hue:plug-eu-group-off | ![hue:plug-eu-group](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/plug-eu-group.svg)| hue:plug-eu-group |
| ![hue:plug-eu-off](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/plug-eu-off.svg)| hue:plug-eu-off | ![hue:plug-eu](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/plug-eu.svg)| hue:plug-eu |
| ![hue:plug-group](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/plug-group.svg)| hue:plug-group | ![hue:plug-uk-group-off](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/plug-uk-group-off.svg)| hue:plug-uk-group-off |
| ![hue:plug-uk-group](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/plug-uk-group.svg)| hue:plug-uk-group | ![hue:plug-uk-off](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/plug-uk-off.svg)| hue:plug-uk-off |
| ![hue:plug-uk](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/plug-uk.svg)| hue:plug-uk | ![hue:plug-us](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/plug-us.svg)| hue:plug-us |
| ![hue:qr](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/qr.svg)| hue:qr | ![hue:room-attic-alt-off](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/room-attic-alt-off.svg)| hue:room-attic-alt-off |
| ![hue:room-attic-alt](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/room-attic-alt.svg)| hue:room-attic-alt | ![hue:room-attic-off](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/room-attic-off.svg)| hue:room-attic-off |
| ![hue:room-balcony-off](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/room-balcony-off.svg)| hue:room-balcony-off | ![hue:room-bathroom-off](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/room-bathroom-off.svg)| hue:room-bathroom-off |
| ![hue:room-bbq-off](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/room-bbq-off.svg)| hue:room-bbq-off | ![hue:room-bedroom-off](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/room-bedroom-off.svg)| hue:room-bedroom-off |
| ![hue:room-carport-off](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/room-carport-off.svg)| hue:room-carport-off | ![hue:room-closet-off](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/room-closet-off.svg)| hue:room-closet-off |
| ![hue:room-computer-off](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/room-computer-off.svg)| hue:room-computer-off | ![hue:room-dining-off](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/room-dining-off.svg)| hue:room-dining-off |
| ![hue:room-driveway-off](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/room-driveway-off.svg)| hue:room-driveway-off | ![hue:room-front-door-off](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/room-front-door-off.svg)| hue:room-front-door-off |
| ![hue:room-games-off](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/room-games-off.svg)| hue:room-games-off | ![hue:room-garage-off](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/room-garage-off.svg)| hue:room-garage-off |
| ![hue:room-guestroom-off](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/room-guestroom-off.svg)| hue:room-guestroom-off | ![hue:room-gym-off](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/room-gym-off.svg)| hue:room-gym-off |
| ![hue:room-hallway-off](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/room-hallway-off.svg)| hue:room-hallway-off | ![hue:room-kids-off](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/room-kids-off.svg)| hue:room-kids-off |
| ![hue:room-kitchen-off](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/room-kitchen-off.svg)| hue:room-kitchen-off | ![hue:room-laundry-off](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/room-laundry-off.svg)| hue:room-laundry-off |
| ![hue:room-living-off](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/room-living-off.svg)| hue:room-living-off | ![hue:room-lounge-off](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/room-lounge-off.svg)| hue:room-lounge-off |
| ![hue:room-nursery-off](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/room-nursery-off.svg)| hue:room-nursery-off | ![hue:room-office-off](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/room-office-off.svg)| hue:room-office-off |
| ![hue:room-other-off](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/room-other-off.svg)| hue:room-other-off | ![hue:room-outdoors-off](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/room-outdoors-off.svg)| hue:room-outdoors-off |
| ![hue:room-pool-off](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/room-pool-off.svg)| hue:room-pool-off | ![hue:room-porch-off](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/room-porch-off.svg)| hue:room-porch-off |
| ![hue:room-recreation-off](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/room-recreation-off.svg)| hue:room-recreation-off | ![hue:room-stairs-off](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/room-stairs-off.svg)| hue:room-stairs-off |
| ![hue:room-storage-off](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/room-storage-off.svg)| hue:room-storage-off | ![hue:room-studio-off](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/room-studio-off.svg)| hue:room-studio-off |
| ![hue:room-terrace-off](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/room-terrace-off.svg)| hue:room-terrace-off | ![hue:room-toilet-off](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/room-toilet-off.svg)| hue:room-toilet-off |
| ![hue:sana-alt](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/sana-alt.svg)| hue:sana-alt | ![hue:sana](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/sana.svg)| hue:sana |
| ![hue:scene-bright](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/scene-bright.svg)| hue:scene-bright | ![hue:scene-concentrate](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/scene-concentrate.svg)| hue:scene-concentrate |
| ![hue:scene-dimmed](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/scene-dimmed.svg)| hue:scene-dimmed | ![hue:scene-energize](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/scene-energize.svg)| hue:scene-energize |
| ![hue:scene-natural-light](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/scene-natural-light.svg)| hue:scene-natural-light | ![hue:scene-nightlight](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/scene-nightlight.svg)| hue:scene-nightlight |
| ![hue:scene-read](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/scene-read.svg)| hue:scene-read | ![hue:scene-relax](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/scene-relax.svg)| hue:scene-relax |
| ![hue:scene-rest](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/scene-rest.svg)| hue:scene-rest | ![hue:signe-gradient-floor-off](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/signe-gradient-floor-off.svg)| hue:signe-gradient-floor-off |
| ![hue:signe-gradient-floor](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/signe-gradient-floor.svg)| hue:signe-gradient-floor | ![hue:signe-gradient-table](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/signe-gradient-table.svg)| hue:signe-gradient-table |
| ![hue:signe](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/signe.svg)| hue:signe | ![hue:socket-eu](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/socket-eu.svg)| hue:socket-eu |
| ![hue:socket-uk](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/socket-uk.svg)| hue:socket-uk | ![hue:socket-us](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/socket-us.svg)| hue:socket-us |
| ![hue:struana-alt](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/struana-alt.svg)| hue:struana-alt | ![hue:struana](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/struana.svg)| hue:struana |
| ![hue:sync-box-alt-off](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/sync-box-alt-off.svg)| hue:sync-box-alt-off | ![hue:sync-box-alt](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/sync-box-alt.svg)| hue:sync-box-alt |
| ![hue:sync-box-off](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/sync-box-off.svg)| hue:sync-box-off | ![hue:sync-box](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/sync-box.svg)| hue:sync-box |
| ![hue:sync-high-off](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/sync-high-off.svg)| hue:sync-high-off | ![hue:sync-high](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/sync-high.svg)| hue:sync-high |
| ![hue:sync-intense-off](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/sync-intense-off.svg)| hue:sync-intense-off | ![hue:sync-intense](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/sync-intense.svg)| hue:sync-intense |
| ![hue:sync-moderate-off](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/sync-moderate-off.svg)| hue:sync-moderate-off | ![hue:sync-moderate](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/sync-moderate.svg)| hue:sync-moderate |
| ![hue:sync-music-alt-off](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/sync-music-alt-off.svg)| hue:sync-music-alt-off | ![hue:sync-music-alt](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/sync-music-alt.svg)| hue:sync-music-alt |
| ![hue:sync-music-off](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/sync-music-off.svg)| hue:sync-music-off | ![hue:sync-music](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/sync-music.svg)| hue:sync-music |
| ![hue:sync-subtle-off](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/sync-subtle-off.svg)| hue:sync-subtle-off | ![hue:sync-subtle](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/sync-subtle.svg)| hue:sync-subtle |
| ![hue:table-wash-off](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/table-wash-off.svg)| hue:table-wash-off | ![hue:tap-dial](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/tap-dial.svg)| hue:tap-dial |
| ![hue:tap](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/tap.svg)| hue:tap | ![hue:wall-appear-group-off](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/wall-appear-group-off.svg)| hue:wall-appear-group-off |
| ![hue:wall-appear-group](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/wall-appear-group.svg)| hue:wall-appear-group | ![hue:wall-appear-off](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/wall-appear-off.svg)| hue:wall-appear-off |
| ![hue:wall-appear](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/wall-appear.svg)| hue:wall-appear | ![hue:wall-attract](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/wall-attract.svg)| hue:wall-attract |
| ![hue:wall-econic-lantern-base](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/wall-econic-lantern-base.svg)| hue:wall-econic-lantern-base | ![hue:wall-econic-lantern-top](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/wall-econic-lantern-top.svg)| hue:wall-econic-lantern-top |
| ![hue:wall-econic-lantern](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/wall-econic-lantern.svg)| hue:wall-econic-lantern | ![hue:wall-econic](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/wall-econic.svg)| hue:wall-econic |
| ![hue:wall-flood](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/wall-flood.svg)| hue:wall-flood | ![hue:wall-fuzo-h](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/wall-fuzo-h.svg)| hue:wall-fuzo-h |
| ![hue:wall-fuzo](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/wall-fuzo.svg)| hue:wall-fuzo | ![hue:wall-impress-narrow-three](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/wall-impress-narrow-three.svg)| hue:wall-impress-narrow-three |
| ![hue:wall-impress-narrow-two](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/wall-impress-narrow-two.svg)| hue:wall-impress-narrow-two | ![hue:wall-impress-narrow](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/wall-impress-narrow.svg)| hue:wall-impress-narrow |
| ![hue:wall-impress](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/wall-impress.svg)| hue:wall-impress | ![hue:wall-inara-alt](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/wall-inara-alt.svg)| hue:wall-inara-alt |
| ![hue:wall-inara](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/wall-inara.svg)| hue:wall-inara | ![hue:wall-lantern-off](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/wall-lantern-off.svg)| hue:wall-lantern-off |
| ![hue:wall-lucca-alt-below-off](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/wall-lucca-alt-below-off.svg)| hue:wall-lucca-alt-below-off | ![hue:wall-lucca-alt-below](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/wall-lucca-alt-below.svg)| hue:wall-lucca-alt-below |
| ![hue:wall-lucca-alt-off](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/wall-lucca-alt-off.svg)| hue:wall-lucca-alt-off | ![hue:wall-lucca-alt](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/wall-lucca-alt.svg)| hue:wall-lucca-alt |
| ![hue:wall-lucca-off](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/wall-lucca-off.svg)| hue:wall-lucca-off | ![hue:wall-lucca](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/wall-lucca.svg)| hue:wall-lucca |
| ![hue:wall-nyro](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/wall-nyro.svg)| hue:wall-nyro | ![hue:wall-resonate](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/wall-resonate.svg)| hue:wall-resonate |
| ![hue:wall-runner](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/wall-runner.svg)| hue:wall-runner | ![hue:wall-spot-off](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/wall-spot-off.svg)| hue:wall-spot-off |
| ![hue:wall-switch-module](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/wall-switch-module.svg)| hue:wall-switch-module | ![hue:wall-tuar](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/wall-tuar.svg)| hue:wall-tuar |
| ![hue:wall-turaco](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/wall-turaco.svg)| hue:wall-turaco | ![hue:wellner-solid-off](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/wellner-solid-off.svg)| hue:wellner-solid-off |
| ![hue:wellner-solid](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/wellner-solid.svg)| hue:wellner-solid | ![hue:wellner](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/wellner.svg)| hue:wellner |
| ![hue:wellness-off](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/wellness-off.svg)| hue:wellness-off | ![hue:wellness](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/custom_svgs/wellness.svg)| hue:wellness |[//]: # (End Custom Icons)
### Icon Requests?
Your light not there? Let me know what's missing by raising a [Custom Icon Request](https://github.com/arallsopp/hass-hue-icons/issues/new?assignees=arallsopp&labels=icon+request&template=custom-icon-request.md&title=Icon%20Request%20%5Bname%20of%20fixture%5D).### Sample Dash
With view icons and state color applied. Play bars are offline.
![lovelace_example](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/examples/lovelace_example.png)### Finding Icons
Hass Hue Icons uses the new 'keywords' functionality to help you find specific fixtures. Try searching in the Home Assistant iconpicker for 'pendant' or 'switch'.**NEW:** Hass Hue Icons also offers a [standalone preview tool](https://arallsopp.github.io/hass-hue-icons/docs/build/tester/iconfinder.html). Take a look.
### Discussion:
There's a thread over at the [home assistant forums](https://community.home-assistant.io/t/created-custom-colorizable-hue-icons-as-a-lovelace-resource) that tracks this repo.## Troubleshooting:
### Can't ever see the icons?
If you cannot see the new icons, or you get an empty box where you're expecting an icon, flush your network cache.### Icons don't show on first load of the dash?
Did you add the frontend extra_module_url in your configuration.yaml? See the [installation section](#installation) for details.## OpenHASP user?
I periodically update a ttf font file in a zip at [font/hass-hue-icons-ttf.zip](font/hass-hue-icons-ttf.zip). Thanks to @nagyrobi for the suggestion.## Thanks and Props
- @hulkhaugen and @thomasloven for the technique.
- @ludeeus for the installation guidance.
- @HunterX86 for providing 4 sample icons in [#191](https://github.com/arallsopp/hass-hue-icons/issues/191)
- Everyone who has helped make this repo so broad by raising an [Icon Request](https://github.com/arallsopp/hass-hue-icons/issues/new?assignees=arallsopp&labels=icon+request&template=custom-icon-request.md&title=Icon%20Request%20%5Bname%20of%20fixture%5D).### Stargazers
[![Stargazers repo roster for @arallsopp/hass-hue-icons](https://reporoster.com/stars/arallsopp/hass-hue-icons)](https://github.com/arallsopp/hass-hue-icons/stargazers)---
## Want to use these icons on your physical wall switches and push buttons?
www.unikkontakt.dk has been given rights to use the custom hass-hue icons in their icon database, allowing you to create unique, beautiful and functional overprinted switches that reflect your smart home.Ønsker du at bruge disse ikoner på dine fysiske kontakter og trykknapper?
www.unikkontakt.dk er blevet tildelt rettigheder til at bruge custom hass-hue ikonerne i deres ikon-database, som gør det muligt for dig at designe unikke, flotte og funktionelle kontakter med printede ikoner, som matcher dit smart home.### License
This work is licensed under a
[Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License][cc-by-nc-sa].
I do this for fun, without charge, and to give back to the community. You may remix, tweak, and build upon this work non-commercially, as long as you credit the original author, provide a link to the license, and indicate if any changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use unless agreed. If you remix, transform or build upon the material, you must distribute your contributions under the same or compatible license as the original.