1938 Zeilen
225 KiB
Markdown
1938 Zeilen
225 KiB
Markdown
# Icon Library
|
|
|
|
This document provides a comprehensive overview of all available SVG icons in the Styleguide.
|
|
|
|
## Overview
|
|
|
|
Total icons: **1716**
|
|
|
|
## Table of Contents
|
|
|
|
- [Actions & Controls](#actions-controls) (25 icons)
|
|
- [Alerts & Notifications](#alerts-notifications) (15 icons)
|
|
- [Business & Finance](#business-finance) (30 icons)
|
|
- [Charts & Analytics](#charts-analytics) (38 icons)
|
|
- [Communication](#communication) (94 icons)
|
|
- [Files & Documents](#files-documents) (101 icons)
|
|
- [Food & Drink](#food-drink) (3 icons)
|
|
- [Health & Medical](#health-medical) (20 icons)
|
|
- [Holiday & Seasonal](#holiday-seasonal) (5 icons)
|
|
- [Home & Buildings](#home-buildings) (30 icons)
|
|
- [Location & Maps](#location-maps) (19 icons)
|
|
- [Media & Audio](#media-audio) (58 icons)
|
|
- [Nature & Environment](#nature-environment) (7 icons)
|
|
- [Navigation & Arrows](#navigation-arrows) (191 icons)
|
|
- [Security](#security) (33 icons)
|
|
- [Settings & Tools](#settings-tools) (2 icons)
|
|
- [Shapes & Symbols](#shapes-symbols) (88 icons)
|
|
- [Shopping & E-Commerce](#shopping-e-commerce) (35 icons)
|
|
- [Technology & Devices](#technology-devices) (87 icons)
|
|
- [Time & Calendar](#time-calendar) (76 icons)
|
|
- [Transportation](#transportation) (10 icons)
|
|
- [User & Account](#user-account) (99 icons)
|
|
- [Weather](#weather) (61 icons)
|
|
- [Miscellaneous](#miscellaneous) (589 icons)
|
|
|
|
## Usage
|
|
|
|
All icons are available as SVG files in the `/ressources/Icons/` directory.
|
|
|
|
### Example Usage
|
|
|
|
```html
|
|
<img src="/ressources/Icons/arrow-right.svg" alt="Arrow Right Icon" width="24" height="24">
|
|
```
|
|
|
|
```html
|
|
<!-- As inline SVG -->
|
|
<svg class="icon">
|
|
<use href="/ressources/Icons/arrow-right.svg#icon"></use>
|
|
</svg>
|
|
```
|
|
|
|
## Icon Categories
|
|
|
|
### Actions & Controls
|
|
|
|
<a name="actions-controls"></a>
|
|
|
|
| Icon | File Name | Description |
|
|
|------|-----------|-------------|
|
|
| <img src="/ressources/Icons/address-book.svg" width="24" height="24" alt="Address Book"> | `address-book.svg` | Address Book |
|
|
| <img src="/ressources/Icons/certificate-check.svg" width="24" height="24" alt="Certificate Check"> | `certificate-check.svg` | Certificate Check |
|
|
| <img src="/ressources/Icons/check-double.svg" width="24" height="24" alt="Check Double"> | `check-double.svg` | Check Double |
|
|
| <img src="/ressources/Icons/check.svg" width="24" height="24" alt="Check"> | `check.svg` | Check |
|
|
| <img src="/ressources/Icons/closed-captioning.svg" width="24" height="24" alt="Closed Captioning"> | `closed-captioning.svg` | Closed Captioning |
|
|
| <img src="/ressources/Icons/code-pull-request-closed.svg" width="24" height="24" alt="Code Pull Request Closed"> | `code-pull-request-closed.svg` | Code Pull Request Closed |
|
|
| <img src="/ressources/Icons/delete-left.svg" width="24" height="24" alt="Delete Left"> | `delete-left.svg` | Delete Left |
|
|
| <img src="/ressources/Icons/delete-right.svg" width="24" height="24" alt="Delete Right"> | `delete-right.svg` | Delete Right |
|
|
| <img src="/ressources/Icons/image-minus.svg" width="24" height="24" alt="Image Minus"> | `image-minus.svg` | Image Minus |
|
|
| <img src="/ressources/Icons/image-plus.svg" width="24" height="24" alt="Image Plus"> | `image-plus.svg` | Image Plus |
|
|
| <img src="/ressources/Icons/list-check.svg" width="24" height="24" alt="List Check"> | `list-check.svg` | List Check |
|
|
| <img src="/ressources/Icons/memo-check.svg" width="24" height="24" alt="Memo Check"> | `memo-check.svg` | Memo Check |
|
|
| <img src="/ressources/Icons/minus.svg" width="24" height="24" alt="Minus"> | `minus.svg` | Minus |
|
|
| <img src="/ressources/Icons/plus-large.svg" width="24" height="24" alt="Plus Large"> | `plus-large.svg` | Plus Large |
|
|
| <img src="/ressources/Icons/plus-minus.svg" width="24" height="24" alt="Plus Minus"> | `plus-minus.svg` | Plus Minus |
|
|
| <img src="/ressources/Icons/plus.svg" width="24" height="24" alt="Plus"> | `plus.svg` | Plus |
|
|
| <img src="/ressources/Icons/search-minus.svg" width="24" height="24" alt="Search Minus"> | `search-minus.svg` | Search Minus |
|
|
| <img src="/ressources/Icons/search-plus.svg" width="24" height="24" alt="Search Plus"> | `search-plus.svg` | Search Plus |
|
|
| <img src="/ressources/Icons/spell-check.svg" width="24" height="24" alt="Spell Check"> | `spell-check.svg` | Spell Check |
|
|
| <img src="/ressources/Icons/trash-check-alt.svg" width="24" height="24" alt="Trash Check Alt"> | `trash-check-alt.svg` | Trash Check Alt |
|
|
| <img src="/ressources/Icons/trash-check.svg" width="24" height="24" alt="Trash Check"> | `trash-check.svg` | Trash Check |
|
|
| <img src="/ressources/Icons/trash-plus-alt.svg" width="24" height="24" alt="Trash Plus Alt"> | `trash-plus-alt.svg` | Trash Plus Alt |
|
|
| <img src="/ressources/Icons/trash-plus.svg" width="24" height="24" alt="Trash Plus"> | `trash-plus.svg` | Trash Plus |
|
|
| <img src="/ressources/Icons/wallet-minus.svg" width="24" height="24" alt="Wallet Minus"> | `wallet-minus.svg` | Wallet Minus |
|
|
| <img src="/ressources/Icons/wallet-plus.svg" width="24" height="24" alt="Wallet Plus"> | `wallet-plus.svg` | Wallet Plus |
|
|
|
|
### Alerts & Notifications
|
|
|
|
<a name="alerts-notifications"></a>
|
|
|
|
| Icon | File Name | Description |
|
|
|------|-----------|-------------|
|
|
| <img src="/ressources/Icons/battery-exclamation.svg" width="24" height="24" alt="Battery Exclamation"> | `battery-exclamation.svg` | Battery Exclamation |
|
|
| <img src="/ressources/Icons/bell-alt-1.svg" width="24" height="24" alt="Bell Alt 1"> | `bell-alt-1.svg` | Bell Alt 1 |
|
|
| <img src="/ressources/Icons/bell-alt.svg" width="24" height="24" alt="Bell Alt"> | `bell-alt.svg` | Bell Alt |
|
|
| <img src="/ressources/Icons/bell-slash.svg" width="24" height="24" alt="Bell Slash"> | `bell-slash.svg` | Bell Slash |
|
|
| <img src="/ressources/Icons/bell.svg" width="24" height="24" alt="Bell"> | `bell.svg` | Bell |
|
|
| <img src="/ressources/Icons/brake-warning.svg" width="24" height="24" alt="Brake Warning"> | `brake-warning.svg` | Brake Warning |
|
|
| <img src="/ressources/Icons/engine-warning.svg" width="24" height="24" alt="Engine Warning"> | `engine-warning.svg` | Engine Warning |
|
|
| <img src="/ressources/Icons/exclamation-alt.svg" width="24" height="24" alt="Exclamation Alt"> | `exclamation-alt.svg` | Exclamation Alt |
|
|
| <img src="/ressources/Icons/exclamation.svg" width="24" height="24" alt="Exclamation"> | `exclamation.svg` | Exclamation |
|
|
| <img src="/ressources/Icons/information-alt.svg" width="24" height="24" alt="Information Alt"> | `information-alt.svg` | Information Alt |
|
|
| <img src="/ressources/Icons/information.svg" width="24" height="24" alt="Information"> | `information.svg` | Information |
|
|
| <img src="/ressources/Icons/lightbulb-exclamation-alt.svg" width="24" height="24" alt="Lightbulb Exclamation Alt"> | `lightbulb-exclamation-alt.svg` | Lightbulb Exclamation Alt |
|
|
| <img src="/ressources/Icons/lightbulb-exclamation.svg" width="24" height="24" alt="Lightbulb Exclamation"> | `lightbulb-exclamation.svg` | Lightbulb Exclamation |
|
|
| <img src="/ressources/Icons/seal-exclamation.svg" width="24" height="24" alt="Seal Exclamation"> | `seal-exclamation.svg` | Seal Exclamation |
|
|
| <img src="/ressources/Icons/wifi-exclamation.svg" width="24" height="24" alt="Wifi Exclamation"> | `wifi-exclamation.svg` | Wifi Exclamation |
|
|
|
|
### Business & Finance
|
|
|
|
<a name="business-finance"></a>
|
|
|
|
| Icon | File Name | Description |
|
|
|------|-----------|-------------|
|
|
| <img src="/ressources/Icons/bank.svg" width="24" height="24" alt="Bank"> | `bank.svg` | Bank |
|
|
| <img src="/ressources/Icons/bitcoin-circle.svg" width="24" height="24" alt="Bitcoin Circle"> | `bitcoin-circle.svg` | Bitcoin Circle |
|
|
| <img src="/ressources/Icons/bitcoin-sign.svg" width="24" height="24" alt="Bitcoin Sign"> | `bitcoin-sign.svg` | Bitcoin Sign |
|
|
| <img src="/ressources/Icons/briefcase-alt-1.svg" width="24" height="24" alt="Briefcase Alt 1"> | `briefcase-alt-1.svg` | Briefcase Alt 1 |
|
|
| <img src="/ressources/Icons/briefcase-alt-2.svg" width="24" height="24" alt="Briefcase Alt 2"> | `briefcase-alt-2.svg` | Briefcase Alt 2 |
|
|
| <img src="/ressources/Icons/briefcase-alt-3.svg" width="24" height="24" alt="Briefcase Alt 3"> | `briefcase-alt-3.svg` | Briefcase Alt 3 |
|
|
| <img src="/ressources/Icons/briefcase-alt-4.svg" width="24" height="24" alt="Briefcase Alt 4"> | `briefcase-alt-4.svg` | Briefcase Alt 4 |
|
|
| <img src="/ressources/Icons/briefcase-alt.svg" width="24" height="24" alt="Briefcase Alt"> | `briefcase-alt.svg` | Briefcase Alt |
|
|
| <img src="/ressources/Icons/briefcase-plus.svg" width="24" height="24" alt="Briefcase Plus"> | `briefcase-plus.svg` | Briefcase Plus |
|
|
| <img src="/ressources/Icons/briefcase.svg" width="24" height="24" alt="Briefcase"> | `briefcase.svg` | Briefcase |
|
|
| <img src="/ressources/Icons/coin-alt.svg" width="24" height="24" alt="Coin Alt"> | `coin-alt.svg` | Coin Alt |
|
|
| <img src="/ressources/Icons/coin-front.svg" width="24" height="24" alt="Coin Front"> | `coin-front.svg` | Coin Front |
|
|
| <img src="/ressources/Icons/coin-vertical.svg" width="24" height="24" alt="Coin Vertical"> | `coin-vertical.svg` | Coin Vertical |
|
|
| <img src="/ressources/Icons/coin.svg" width="24" height="24" alt="Coin"> | `coin.svg` | Coin |
|
|
| <img src="/ressources/Icons/coins-alt.svg" width="24" height="24" alt="Coins Alt"> | `coins-alt.svg` | Coins Alt |
|
|
| <img src="/ressources/Icons/coins.svg" width="24" height="24" alt="Coins"> | `coins.svg` | Coins |
|
|
| <img src="/ressources/Icons/credit-card-alt-1.svg" width="24" height="24" alt="Credit Card Alt 1"> | `credit-card-alt-1.svg` | Credit Card Alt 1 |
|
|
| <img src="/ressources/Icons/credit-card-alt.svg" width="24" height="24" alt="Credit Card Alt"> | `credit-card-alt.svg` | Credit Card Alt |
|
|
| <img src="/ressources/Icons/credit-card-minus.svg" width="24" height="24" alt="Credit Card Minus"> | `credit-card-minus.svg` | Credit Card Minus |
|
|
| <img src="/ressources/Icons/credit-card-plus.svg" width="24" height="24" alt="Credit Card Plus"> | `credit-card-plus.svg` | Credit Card Plus |
|
|
| <img src="/ressources/Icons/credit-card-scan.svg" width="24" height="24" alt="Credit Card Scan"> | `credit-card-scan.svg` | Credit Card Scan |
|
|
| <img src="/ressources/Icons/credit-card.svg" width="24" height="24" alt="Credit Card"> | `credit-card.svg` | Credit Card |
|
|
| <img src="/ressources/Icons/money-bill-stack.svg" width="24" height="24" alt="Money Bill Stack"> | `money-bill-stack.svg` | Money Bill Stack |
|
|
| <img src="/ressources/Icons/money-bill.svg" width="24" height="24" alt="Money Bill"> | `money-bill.svg` | Money Bill |
|
|
| <img src="/ressources/Icons/money-check-pen.svg" width="24" height="24" alt="Money Check Pen"> | `money-check-pen.svg` | Money Check Pen |
|
|
| <img src="/ressources/Icons/money-check.svg" width="24" height="24" alt="Money Check"> | `money-check.svg` | Money Check |
|
|
| <img src="/ressources/Icons/money-insert.svg" width="24" height="24" alt="Money Insert"> | `money-insert.svg` | Money Insert |
|
|
| <img src="/ressources/Icons/money-stack.svg" width="24" height="24" alt="Money Stack"> | `money-stack.svg` | Money Stack |
|
|
| <img src="/ressources/Icons/money-withdrawal.svg" width="24" height="24" alt="Money Withdrawal"> | `money-withdrawal.svg` | Money Withdrawal |
|
|
| <img src="/ressources/Icons/power-bank.svg" width="24" height="24" alt="Power Bank"> | `power-bank.svg` | Power Bank |
|
|
|
|
### Charts & Analytics
|
|
|
|
<a name="charts-analytics"></a>
|
|
|
|
| Icon | File Name | Description |
|
|
|------|-----------|-------------|
|
|
| <img src="/ressources/Icons/chart-area.svg" width="24" height="24" alt="Chart Area"> | `chart-area.svg` | Chart Area |
|
|
| <img src="/ressources/Icons/chart-bar.svg" width="24" height="24" alt="Chart Bar"> | `chart-bar.svg` | Chart Bar |
|
|
| <img src="/ressources/Icons/chart-bullet.svg" width="24" height="24" alt="Chart Bullet"> | `chart-bullet.svg` | Chart Bullet |
|
|
| <img src="/ressources/Icons/chart-column.svg" width="24" height="24" alt="Chart Column"> | `chart-column.svg` | Chart Column |
|
|
| <img src="/ressources/Icons/chart-gantt.svg" width="24" height="24" alt="Chart Gantt"> | `chart-gantt.svg` | Chart Gantt |
|
|
| <img src="/ressources/Icons/chart-line-down.svg" width="24" height="24" alt="Chart Line Down"> | `chart-line-down.svg` | Chart Line Down |
|
|
| <img src="/ressources/Icons/chart-line-up.svg" width="24" height="24" alt="Chart Line Up"> | `chart-line-up.svg` | Chart Line Up |
|
|
| <img src="/ressources/Icons/chart-line.svg" width="24" height="24" alt="Chart Line"> | `chart-line.svg` | Chart Line |
|
|
| <img src="/ressources/Icons/chart-mixed-alt.svg" width="24" height="24" alt="Chart Mixed Alt"> | `chart-mixed-alt.svg` | Chart Mixed Alt |
|
|
| <img src="/ressources/Icons/chart-mixed.svg" width="24" height="24" alt="Chart Mixed"> | `chart-mixed.svg` | Chart Mixed |
|
|
| <img src="/ressources/Icons/chart-network.svg" width="24" height="24" alt="Chart Network"> | `chart-network.svg` | Chart Network |
|
|
| <img src="/ressources/Icons/chart-pie-alt-1.svg" width="24" height="24" alt="Chart Pie Alt 1"> | `chart-pie-alt-1.svg` | Chart Pie Alt 1 |
|
|
| <img src="/ressources/Icons/chart-pie-alt.svg" width="24" height="24" alt="Chart Pie Alt"> | `chart-pie-alt.svg` | Chart Pie Alt |
|
|
| <img src="/ressources/Icons/chart-pie-simple.svg" width="24" height="24" alt="Chart Pie Simple"> | `chart-pie-simple.svg` | Chart Pie Simple |
|
|
| <img src="/ressources/Icons/chart-pie.svg" width="24" height="24" alt="Chart Pie"> | `chart-pie.svg` | Chart Pie |
|
|
| <img src="/ressources/Icons/chart-radar.svg" width="24" height="24" alt="Chart Radar"> | `chart-radar.svg` | Chart Radar |
|
|
| <img src="/ressources/Icons/chart-scatter-3d.svg" width="24" height="24" alt="Chart Scatter 3D"> | `chart-scatter-3d.svg` | Chart Scatter 3D |
|
|
| <img src="/ressources/Icons/chart-scatter-bubble.svg" width="24" height="24" alt="Chart Scatter Bubble"> | `chart-scatter-bubble.svg` | Chart Scatter Bubble |
|
|
| <img src="/ressources/Icons/chart-scatter.svg" width="24" height="24" alt="Chart Scatter"> | `chart-scatter.svg` | Chart Scatter |
|
|
| <img src="/ressources/Icons/chart-simple-horizontal.svg" width="24" height="24" alt="Chart Simple Horizontal"> | `chart-simple-horizontal.svg` | Chart Simple Horizontal |
|
|
| <img src="/ressources/Icons/chart-simple.svg" width="24" height="24" alt="Chart Simple"> | `chart-simple.svg` | Chart Simple |
|
|
| <img src="/ressources/Icons/chart-tree-map.svg" width="24" height="24" alt="Chart Tree Map"> | `chart-tree-map.svg` | Chart Tree Map |
|
|
| <img src="/ressources/Icons/chart-waterfall.svg" width="24" height="24" alt="Chart Waterfall"> | `chart-waterfall.svg` | Chart Waterfall |
|
|
| <img src="/ressources/Icons/diagram-cells.svg" width="24" height="24" alt="Diagram Cells"> | `diagram-cells.svg` | Diagram Cells |
|
|
| <img src="/ressources/Icons/diagram-lean-canvas.svg" width="24" height="24" alt="Diagram Lean Canvas"> | `diagram-lean-canvas.svg` | Diagram Lean Canvas |
|
|
| <img src="/ressources/Icons/diagram-nested.svg" width="24" height="24" alt="Diagram Nested"> | `diagram-nested.svg` | Diagram Nested |
|
|
| <img src="/ressources/Icons/diagram-next.svg" width="24" height="24" alt="Diagram Next"> | `diagram-next.svg` | Diagram Next |
|
|
| <img src="/ressources/Icons/diagram-predecessor.svg" width="24" height="24" alt="Diagram Predecessor"> | `diagram-predecessor.svg` | Diagram Predecessor |
|
|
| <img src="/ressources/Icons/diagram-previous.svg" width="24" height="24" alt="Diagram Previous"> | `diagram-previous.svg` | Diagram Previous |
|
|
| <img src="/ressources/Icons/diagram-project-1.svg" width="24" height="24" alt="Diagram Project 1"> | `diagram-project-1.svg` | Diagram Project 1 |
|
|
| <img src="/ressources/Icons/diagram-project.svg" width="24" height="24" alt="Diagram Project"> | `diagram-project.svg` | Diagram Project |
|
|
| <img src="/ressources/Icons/diagram-sankey.svg" width="24" height="24" alt="Diagram Sankey"> | `diagram-sankey.svg` | Diagram Sankey |
|
|
| <img src="/ressources/Icons/diagram-subtask.svg" width="24" height="24" alt="Diagram Subtask"> | `diagram-subtask.svg` | Diagram Subtask |
|
|
| <img src="/ressources/Icons/diagram-successor.svg" width="24" height="24" alt="Diagram Successor"> | `diagram-successor.svg` | Diagram Successor |
|
|
| <img src="/ressources/Icons/diagram-venn.svg" width="24" height="24" alt="Diagram Venn"> | `diagram-venn.svg` | Diagram Venn |
|
|
| <img src="/ressources/Icons/paragraph.svg" width="24" height="24" alt="Paragraph"> | `paragraph.svg` | Paragraph |
|
|
| <img src="/ressources/Icons/presentation-chart-alt.svg" width="24" height="24" alt="Presentation Chart Alt"> | `presentation-chart-alt.svg` | Presentation Chart Alt |
|
|
| <img src="/ressources/Icons/presentation-chart.svg" width="24" height="24" alt="Presentation Chart"> | `presentation-chart.svg` | Presentation Chart |
|
|
|
|
### Communication
|
|
|
|
<a name="communication"></a>
|
|
|
|
| Icon | File Name | Description |
|
|
|------|-----------|-------------|
|
|
| <img src="/ressources/Icons/annotation.svg" width="24" height="24" alt="Annotation"> | `annotation.svg` | Annotation |
|
|
| <img src="/ressources/Icons/halloween-mail-alt.svg" width="24" height="24" alt="Halloween Mail Alt"> | `halloween-mail-alt.svg` | Halloween Mail Alt |
|
|
| <img src="/ressources/Icons/halloween-mail.svg" width="24" height="24" alt="Halloween Mail"> | `halloween-mail.svg` | Halloween Mail |
|
|
| <img src="/ressources/Icons/inbox-alt-1.svg" width="24" height="24" alt="Inbox Alt 1"> | `inbox-alt-1.svg` | Inbox Alt 1 |
|
|
| <img src="/ressources/Icons/inbox-alt-2.svg" width="24" height="24" alt="Inbox Alt 2"> | `inbox-alt-2.svg` | Inbox Alt 2 |
|
|
| <img src="/ressources/Icons/inbox-alt.svg" width="24" height="24" alt="Inbox Alt"> | `inbox-alt.svg` | Inbox Alt |
|
|
| <img src="/ressources/Icons/inbox-check.svg" width="24" height="24" alt="Inbox Check"> | `inbox-check.svg` | Inbox Check |
|
|
| <img src="/ressources/Icons/inbox-exclamation.svg" width="24" height="24" alt="Inbox Exclamation"> | `inbox-exclamation.svg` | Inbox Exclamation |
|
|
| <img src="/ressources/Icons/inbox-heart.svg" width="24" height="24" alt="Inbox Heart"> | `inbox-heart.svg` | Inbox Heart |
|
|
| <img src="/ressources/Icons/inbox-information.svg" width="24" height="24" alt="Inbox Information"> | `inbox-information.svg` | Inbox Information |
|
|
| <img src="/ressources/Icons/inbox-minus.svg" width="24" height="24" alt="Inbox Minus"> | `inbox-minus.svg` | Inbox Minus |
|
|
| <img src="/ressources/Icons/inbox-plus.svg" width="24" height="24" alt="Inbox Plus"> | `inbox-plus.svg` | Inbox Plus |
|
|
| <img src="/ressources/Icons/inbox-star.svg" width="24" height="24" alt="Inbox Star"> | `inbox-star.svg` | Inbox Star |
|
|
| <img src="/ressources/Icons/inbox-xmark.svg" width="24" height="24" alt="Inbox Xmark"> | `inbox-xmark.svg` | Inbox Xmark |
|
|
| <img src="/ressources/Icons/inbox.svg" width="24" height="24" alt="Inbox"> | `inbox.svg` | Inbox |
|
|
| <img src="/ressources/Icons/mail-alt-1.svg" width="24" height="24" alt="Mail Alt 1"> | `mail-alt-1.svg` | Mail Alt 1 |
|
|
| <img src="/ressources/Icons/mail-alt-2.svg" width="24" height="24" alt="Mail Alt 2"> | `mail-alt-2.svg` | Mail Alt 2 |
|
|
| <img src="/ressources/Icons/mail-alt-3.svg" width="24" height="24" alt="Mail Alt 3"> | `mail-alt-3.svg` | Mail Alt 3 |
|
|
| <img src="/ressources/Icons/mail-alt.svg" width="24" height="24" alt="Mail Alt"> | `mail-alt.svg` | Mail Alt |
|
|
| <img src="/ressources/Icons/mail-block.svg" width="24" height="24" alt="Mail Block"> | `mail-block.svg` | Mail Block |
|
|
| <img src="/ressources/Icons/mail-bookmark.svg" width="24" height="24" alt="Mail Bookmark"> | `mail-bookmark.svg` | Mail Bookmark |
|
|
| <img src="/ressources/Icons/mail-check.svg" width="24" height="24" alt="Mail Check"> | `mail-check.svg` | Mail Check |
|
|
| <img src="/ressources/Icons/mail-exclamation.svg" width="24" height="24" alt="Mail Exclamation"> | `mail-exclamation.svg` | Mail Exclamation |
|
|
| <img src="/ressources/Icons/mail-heart.svg" width="24" height="24" alt="Mail Heart"> | `mail-heart.svg` | Mail Heart |
|
|
| <img src="/ressources/Icons/mail-info.svg" width="24" height="24" alt="Mail Info"> | `mail-info.svg` | Mail Info |
|
|
| <img src="/ressources/Icons/mail-lock.svg" width="24" height="24" alt="Mail Lock"> | `mail-lock.svg` | Mail Lock |
|
|
| <img src="/ressources/Icons/mail-minus.svg" width="24" height="24" alt="Mail Minus"> | `mail-minus.svg` | Mail Minus |
|
|
| <img src="/ressources/Icons/mail-notification.svg" width="24" height="24" alt="Mail Notification"> | `mail-notification.svg` | Mail Notification |
|
|
| <img src="/ressources/Icons/mail-open-alt-1.svg" width="24" height="24" alt="Mail Open Alt 1"> | `mail-open-alt-1.svg` | Mail Open Alt 1 |
|
|
| <img src="/ressources/Icons/mail-open-alt.svg" width="24" height="24" alt="Mail Open Alt"> | `mail-open-alt.svg` | Mail Open Alt |
|
|
| <img src="/ressources/Icons/mail-open-check.svg" width="24" height="24" alt="Mail Open Check"> | `mail-open-check.svg` | Mail Open Check |
|
|
| <img src="/ressources/Icons/mail-open-exclamation.svg" width="24" height="24" alt="Mail Open Exclamation"> | `mail-open-exclamation.svg` | Mail Open Exclamation |
|
|
| <img src="/ressources/Icons/mail-open-info.svg" width="24" height="24" alt="Mail Open Info"> | `mail-open-info.svg` | Mail Open Info |
|
|
| <img src="/ressources/Icons/mail-open-minus.svg" width="24" height="24" alt="Mail Open Minus"> | `mail-open-minus.svg` | Mail Open Minus |
|
|
| <img src="/ressources/Icons/mail-open-plus.svg" width="24" height="24" alt="Mail Open Plus"> | `mail-open-plus.svg` | Mail Open Plus |
|
|
| <img src="/ressources/Icons/mail-open-xmark.svg" width="24" height="24" alt="Mail Open Xmark"> | `mail-open-xmark.svg` | Mail Open Xmark |
|
|
| <img src="/ressources/Icons/mail-open.svg" width="24" height="24" alt="Mail Open"> | `mail-open.svg` | Mail Open |
|
|
| <img src="/ressources/Icons/mail-pencil.svg" width="24" height="24" alt="Mail Pencil"> | `mail-pencil.svg` | Mail Pencil |
|
|
| <img src="/ressources/Icons/mail-plus.svg" width="24" height="24" alt="Mail Plus"> | `mail-plus.svg` | Mail Plus |
|
|
| <img src="/ressources/Icons/mail-refresh.svg" width="24" height="24" alt="Mail Refresh"> | `mail-refresh.svg` | Mail Refresh |
|
|
| <img src="/ressources/Icons/mail-search.svg" width="24" height="24" alt="Mail Search"> | `mail-search.svg` | Mail Search |
|
|
| <img src="/ressources/Icons/mail-shield.svg" width="24" height="24" alt="Mail Shield"> | `mail-shield.svg` | Mail Shield |
|
|
| <img src="/ressources/Icons/mail-star.svg" width="24" height="24" alt="Mail Star"> | `mail-star.svg` | Mail Star |
|
|
| <img src="/ressources/Icons/mail-xmark.svg" width="24" height="24" alt="Mail Xmark"> | `mail-xmark.svg` | Mail Xmark |
|
|
| <img src="/ressources/Icons/mail.svg" width="24" height="24" alt="Mail"> | `mail.svg` | Mail |
|
|
| <img src="/ressources/Icons/mailbox-alt.svg" width="24" height="24" alt="Mailbox Alt"> | `mailbox-alt.svg` | Mailbox Alt |
|
|
| <img src="/ressources/Icons/mailbox.svg" width="24" height="24" alt="Mailbox"> | `mailbox.svg` | Mailbox |
|
|
| <img src="/ressources/Icons/message-circle-block.svg" width="24" height="24" alt="Message Circle Block"> | `message-circle-block.svg` | Message Circle Block |
|
|
| <img src="/ressources/Icons/message-circle-chart-lines.svg" width="24" height="24" alt="Message Circle Chart Lines"> | `message-circle-chart-lines.svg` | Message Circle Chart Lines |
|
|
| <img src="/ressources/Icons/message-circle-chat.svg" width="24" height="24" alt="Message Circle Chat"> | `message-circle-chat.svg` | Message Circle Chat |
|
|
| <img src="/ressources/Icons/message-circle-check.svg" width="24" height="24" alt="Message Circle Check"> | `message-circle-check.svg` | Message Circle Check |
|
|
| <img src="/ressources/Icons/message-circle-dots.svg" width="24" height="24" alt="Message Circle Dots"> | `message-circle-dots.svg` | Message Circle Dots |
|
|
| <img src="/ressources/Icons/message-circle-exclamation.svg" width="24" height="24" alt="Message Circle Exclamation"> | `message-circle-exclamation.svg` | Message Circle Exclamation |
|
|
| <img src="/ressources/Icons/message-circle-heart.svg" width="24" height="24" alt="Message Circle Heart"> | `message-circle-heart.svg` | Message Circle Heart |
|
|
| <img src="/ressources/Icons/message-circle-image.svg" width="24" height="24" alt="Message Circle Image"> | `message-circle-image.svg` | Message Circle Image |
|
|
| <img src="/ressources/Icons/message-circle-info.svg" width="24" height="24" alt="Message Circle Info"> | `message-circle-info.svg` | Message Circle Info |
|
|
| <img src="/ressources/Icons/message-circle-lines-alt.svg" width="24" height="24" alt="Message Circle Lines Alt"> | `message-circle-lines-alt.svg` | Message Circle Lines Alt |
|
|
| <img src="/ressources/Icons/message-circle-lines.svg" width="24" height="24" alt="Message Circle Lines"> | `message-circle-lines.svg` | Message Circle Lines |
|
|
| <img src="/ressources/Icons/message-circle-list.svg" width="24" height="24" alt="Message Circle List"> | `message-circle-list.svg` | Message Circle List |
|
|
| <img src="/ressources/Icons/message-circle-lock.svg" width="24" height="24" alt="Message Circle Lock"> | `message-circle-lock.svg` | Message Circle Lock |
|
|
| <img src="/ressources/Icons/message-circle-medical.svg" width="24" height="24" alt="Message Circle Medical"> | `message-circle-medical.svg` | Message Circle Medical |
|
|
| <img src="/ressources/Icons/message-circle-notification.svg" width="24" height="24" alt="Message Circle Notification"> | `message-circle-notification.svg` | Message Circle Notification |
|
|
| <img src="/ressources/Icons/message-circle-pencil.svg" width="24" height="24" alt="Message Circle Pencil"> | `message-circle-pencil.svg` | Message Circle Pencil |
|
|
| <img src="/ressources/Icons/message-circle-plus.svg" width="24" height="24" alt="Message Circle Plus"> | `message-circle-plus.svg` | Message Circle Plus |
|
|
| <img src="/ressources/Icons/message-circle-question.svg" width="24" height="24" alt="Message Circle Question"> | `message-circle-question.svg` | Message Circle Question |
|
|
| <img src="/ressources/Icons/message-circle-refresh.svg" width="24" height="24" alt="Message Circle Refresh"> | `message-circle-refresh.svg` | Message Circle Refresh |
|
|
| <img src="/ressources/Icons/message-circle-search.svg" width="24" height="24" alt="Message Circle Search"> | `message-circle-search.svg` | Message Circle Search |
|
|
| <img src="/ressources/Icons/message-circle-shield.svg" width="24" height="24" alt="Message Circle Shield"> | `message-circle-shield.svg` | Message Circle Shield |
|
|
| <img src="/ressources/Icons/message-circle-xmark.svg" width="24" height="24" alt="Message Circle Xmark"> | `message-circle-xmark.svg` | Message Circle Xmark |
|
|
| <img src="/ressources/Icons/message-circle.svg" width="24" height="24" alt="Message Circle"> | `message-circle.svg` | Message Circle |
|
|
| <img src="/ressources/Icons/message-square-block.svg" width="24" height="24" alt="Message Square Block"> | `message-square-block.svg` | Message Square Block |
|
|
| <img src="/ressources/Icons/message-square-chart-lines.svg" width="24" height="24" alt="Message Square Chart Lines"> | `message-square-chart-lines.svg` | Message Square Chart Lines |
|
|
| <img src="/ressources/Icons/message-square-chat.svg" width="24" height="24" alt="Message Square Chat"> | `message-square-chat.svg` | Message Square Chat |
|
|
| <img src="/ressources/Icons/message-square-check.svg" width="24" height="24" alt="Message Square Check"> | `message-square-check.svg` | Message Square Check |
|
|
| <img src="/ressources/Icons/message-square-dots.svg" width="24" height="24" alt="Message Square Dots"> | `message-square-dots.svg` | Message Square Dots |
|
|
| <img src="/ressources/Icons/message-square-exclamation.svg" width="24" height="24" alt="Message Square Exclamation"> | `message-square-exclamation.svg` | Message Square Exclamation |
|
|
| <img src="/ressources/Icons/message-square-heart.svg" width="24" height="24" alt="Message Square Heart"> | `message-square-heart.svg` | Message Square Heart |
|
|
| <img src="/ressources/Icons/message-square-image.svg" width="24" height="24" alt="Message Square Image"> | `message-square-image.svg` | Message Square Image |
|
|
| <img src="/ressources/Icons/message-square-info.svg" width="24" height="24" alt="Message Square Info"> | `message-square-info.svg` | Message Square Info |
|
|
| <img src="/ressources/Icons/message-square-lines-alt.svg" width="24" height="24" alt="Message Square Lines Alt"> | `message-square-lines-alt.svg` | Message Square Lines Alt |
|
|
| <img src="/ressources/Icons/message-square-lines.svg" width="24" height="24" alt="Message Square Lines"> | `message-square-lines.svg` | Message Square Lines |
|
|
| <img src="/ressources/Icons/message-square-list.svg" width="24" height="24" alt="Message Square List"> | `message-square-list.svg` | Message Square List |
|
|
| <img src="/ressources/Icons/message-square-lock.svg" width="24" height="24" alt="Message Square Lock"> | `message-square-lock.svg` | Message Square Lock |
|
|
| <img src="/ressources/Icons/message-square-medical.svg" width="24" height="24" alt="Message Square Medical"> | `message-square-medical.svg` | Message Square Medical |
|
|
| <img src="/ressources/Icons/message-square-notification.svg" width="24" height="24" alt="Message Square Notification"> | `message-square-notification.svg` | Message Square Notification |
|
|
| <img src="/ressources/Icons/message-square-pencil.svg" width="24" height="24" alt="Message Square Pencil"> | `message-square-pencil.svg` | Message Square Pencil |
|
|
| <img src="/ressources/Icons/message-square-plus.svg" width="24" height="24" alt="Message Square Plus"> | `message-square-plus.svg` | Message Square Plus |
|
|
| <img src="/ressources/Icons/message-square-question.svg" width="24" height="24" alt="Message Square Question"> | `message-square-question.svg` | Message Square Question |
|
|
| <img src="/ressources/Icons/message-square-refresh.svg" width="24" height="24" alt="Message Square Refresh"> | `message-square-refresh.svg` | Message Square Refresh |
|
|
| <img src="/ressources/Icons/message-square-search.svg" width="24" height="24" alt="Message Square Search"> | `message-square-search.svg` | Message Square Search |
|
|
| <img src="/ressources/Icons/message-square-shield.svg" width="24" height="24" alt="Message Square Shield"> | `message-square-shield.svg` | Message Square Shield |
|
|
| <img src="/ressources/Icons/message-square-xmark.svg" width="24" height="24" alt="Message Square Xmark"> | `message-square-xmark.svg` | Message Square Xmark |
|
|
| <img src="/ressources/Icons/message-square.svg" width="24" height="24" alt="Message Square"> | `message-square.svg` | Message Square |
|
|
| <img src="/ressources/Icons/voicemail.svg" width="24" height="24" alt="Voicemail"> | `voicemail.svg` | Voicemail |
|
|
|
|
### Files & Documents
|
|
|
|
<a name="files-documents"></a>
|
|
|
|
| Icon | File Name | Description |
|
|
|------|-----------|-------------|
|
|
| <img src="/ressources/Icons/clipboard-attachment.svg" width="24" height="24" alt="Clipboard Attachment"> | `clipboard-attachment.svg` | Clipboard Attachment |
|
|
| <img src="/ressources/Icons/clipboard-list-alt.svg" width="24" height="24" alt="Clipboard List Alt"> | `clipboard-list-alt.svg` | Clipboard List Alt |
|
|
| <img src="/ressources/Icons/clipboard-list.svg" width="24" height="24" alt="Clipboard List"> | `clipboard-list.svg` | Clipboard List |
|
|
| <img src="/ressources/Icons/clipboard-minus.svg" width="24" height="24" alt="Clipboard Minus"> | `clipboard-minus.svg` | Clipboard Minus |
|
|
| <img src="/ressources/Icons/clipboard-plus.svg" width="24" height="24" alt="Clipboard Plus"> | `clipboard-plus.svg` | Clipboard Plus |
|
|
| <img src="/ressources/Icons/clipboard-text-alt.svg" width="24" height="24" alt="Clipboard Text Alt"> | `clipboard-text-alt.svg` | Clipboard Text Alt |
|
|
| <img src="/ressources/Icons/clipboard-text.svg" width="24" height="24" alt="Clipboard Text"> | `clipboard-text.svg` | Clipboard Text |
|
|
| <img src="/ressources/Icons/clipboard-xmark.svg" width="24" height="24" alt="Clipboard Xmark"> | `clipboard-xmark.svg` | Clipboard Xmark |
|
|
| <img src="/ressources/Icons/clipboard.svg" width="24" height="24" alt="Clipboard"> | `clipboard.svg` | Clipboard |
|
|
| <img src="/ressources/Icons/document-layout-center.svg" width="24" height="24" alt="Document Layout Center"> | `document-layout-center.svg` | Document Layout Center |
|
|
| <img src="/ressources/Icons/document-layout-left.svg" width="24" height="24" alt="Document Layout Left"> | `document-layout-left.svg` | Document Layout Left |
|
|
| <img src="/ressources/Icons/document-layout-right.svg" width="24" height="24" alt="Document Layout Right"> | `document-layout-right.svg` | Document Layout Right |
|
|
| <img src="/ressources/Icons/file-alt.svg" width="24" height="24" alt="File Alt"> | `file-alt.svg` | File Alt |
|
|
| <img src="/ressources/Icons/file-block-alt-1.svg" width="24" height="24" alt="File Block Alt 1"> | `file-block-alt-1.svg` | File Block Alt 1 |
|
|
| <img src="/ressources/Icons/file-block-alt.svg" width="24" height="24" alt="File Block Alt"> | `file-block-alt.svg` | File Block Alt |
|
|
| <img src="/ressources/Icons/file-block.svg" width="24" height="24" alt="File Block"> | `file-block.svg` | File Block |
|
|
| <img src="/ressources/Icons/file-bookmark-alt-1.svg" width="24" height="24" alt="File Bookmark Alt 1"> | `file-bookmark-alt-1.svg` | File Bookmark Alt 1 |
|
|
| <img src="/ressources/Icons/file-bookmark-alt.svg" width="24" height="24" alt="File Bookmark Alt"> | `file-bookmark-alt.svg` | File Bookmark Alt |
|
|
| <img src="/ressources/Icons/file-bookmark.svg" width="24" height="24" alt="File Bookmark"> | `file-bookmark.svg` | File Bookmark |
|
|
| <img src="/ressources/Icons/file-chart-column.svg" width="24" height="24" alt="File Chart Column"> | `file-chart-column.svg` | File Chart Column |
|
|
| <img src="/ressources/Icons/file-check-alt-1.svg" width="24" height="24" alt="File Check Alt 1"> | `file-check-alt-1.svg` | File Check Alt 1 |
|
|
| <img src="/ressources/Icons/file-check-alt.svg" width="24" height="24" alt="File Check Alt"> | `file-check-alt.svg` | File Check Alt |
|
|
| <img src="/ressources/Icons/file-check.svg" width="24" height="24" alt="File Check"> | `file-check.svg` | File Check |
|
|
| <img src="/ressources/Icons/file-code.svg" width="24" height="24" alt="File Code"> | `file-code.svg` | File Code |
|
|
| <img src="/ressources/Icons/file-contract.svg" width="24" height="24" alt="File Contract"> | `file-contract.svg` | File Contract |
|
|
| <img src="/ressources/Icons/file-copy.svg" width="24" height="24" alt="File Copy"> | `file-copy.svg` | File Copy |
|
|
| <img src="/ressources/Icons/file-cv.svg" width="24" height="24" alt="File Cv"> | `file-cv.svg` | File Cv |
|
|
| <img src="/ressources/Icons/file-dashed-line.svg" width="24" height="24" alt="File Dashed Line"> | `file-dashed-line.svg` | File Dashed Line |
|
|
| <img src="/ressources/Icons/file-dollar-alt.svg" width="24" height="24" alt="File Dollar Alt"> | `file-dollar-alt.svg` | File Dollar Alt |
|
|
| <img src="/ressources/Icons/file-dollar.svg" width="24" height="24" alt="File Dollar"> | `file-dollar.svg` | File Dollar |
|
|
| <img src="/ressources/Icons/file-exclamation-alt-1.svg" width="24" height="24" alt="File Exclamation Alt 1"> | `file-exclamation-alt-1.svg` | File Exclamation Alt 1 |
|
|
| <img src="/ressources/Icons/file-exclamation-alt.svg" width="24" height="24" alt="File Exclamation Alt"> | `file-exclamation-alt.svg` | File Exclamation Alt |
|
|
| <img src="/ressources/Icons/file-exclamation.svg" width="24" height="24" alt="File Exclamation"> | `file-exclamation.svg` | File Exclamation |
|
|
| <img src="/ressources/Icons/file-graph.svg" width="24" height="24" alt="File Graph"> | `file-graph.svg` | File Graph |
|
|
| <img src="/ressources/Icons/file-heart-alt-1.svg" width="24" height="24" alt="File Heart Alt 1"> | `file-heart-alt-1.svg` | File Heart Alt 1 |
|
|
| <img src="/ressources/Icons/file-heart-alt.svg" width="24" height="24" alt="File Heart Alt"> | `file-heart-alt.svg` | File Heart Alt |
|
|
| <img src="/ressources/Icons/file-heart.svg" width="24" height="24" alt="File Heart"> | `file-heart.svg` | File Heart |
|
|
| <img src="/ressources/Icons/file-horizontal.svg" width="24" height="24" alt="File Horizontal"> | `file-horizontal.svg` | File Horizontal |
|
|
| <img src="/ressources/Icons/file-info-alt-1.svg" width="24" height="24" alt="File Info Alt 1"> | `file-info-alt-1.svg` | File Info Alt 1 |
|
|
| <img src="/ressources/Icons/file-info-alt.svg" width="24" height="24" alt="File Info Alt"> | `file-info-alt.svg` | File Info Alt |
|
|
| <img src="/ressources/Icons/file-info.svg" width="24" height="24" alt="File Info"> | `file-info.svg` | File Info |
|
|
| <img src="/ressources/Icons/file-link.svg" width="24" height="24" alt="File Link"> | `file-link.svg` | File Link |
|
|
| <img src="/ressources/Icons/file-lock-alt-1.svg" width="24" height="24" alt="File Lock Alt 1"> | `file-lock-alt-1.svg` | File Lock Alt 1 |
|
|
| <img src="/ressources/Icons/file-lock-alt.svg" width="24" height="24" alt="File Lock Alt"> | `file-lock-alt.svg` | File Lock Alt |
|
|
| <img src="/ressources/Icons/file-lock.svg" width="24" height="24" alt="File Lock"> | `file-lock.svg` | File Lock |
|
|
| <img src="/ressources/Icons/file-minus-alt-1.svg" width="24" height="24" alt="File Minus Alt 1"> | `file-minus-alt-1.svg` | File Minus Alt 1 |
|
|
| <img src="/ressources/Icons/file-minus-alt.svg" width="24" height="24" alt="File Minus Alt"> | `file-minus-alt.svg` | File Minus Alt |
|
|
| <img src="/ressources/Icons/file-minus.svg" width="24" height="24" alt="File Minus"> | `file-minus.svg` | File Minus |
|
|
| <img src="/ressources/Icons/file-pencil-alt-1.svg" width="24" height="24" alt="File Pencil Alt 1"> | `file-pencil-alt-1.svg` | File Pencil Alt 1 |
|
|
| <img src="/ressources/Icons/file-pencil-alt.svg" width="24" height="24" alt="File Pencil Alt"> | `file-pencil-alt.svg` | File Pencil Alt |
|
|
| <img src="/ressources/Icons/file-pencil.svg" width="24" height="24" alt="File Pencil"> | `file-pencil.svg` | File Pencil |
|
|
| <img src="/ressources/Icons/file-plus-alt-1.svg" width="24" height="24" alt="File Plus Alt 1"> | `file-plus-alt-1.svg` | File Plus Alt 1 |
|
|
| <img src="/ressources/Icons/file-plus-alt.svg" width="24" height="24" alt="File Plus Alt"> | `file-plus-alt.svg` | File Plus Alt |
|
|
| <img src="/ressources/Icons/file-plus.svg" width="24" height="24" alt="File Plus"> | `file-plus.svg` | File Plus |
|
|
| <img src="/ressources/Icons/file-question-alt-1.svg" width="24" height="24" alt="File Question Alt 1"> | `file-question-alt-1.svg` | File Question Alt 1 |
|
|
| <img src="/ressources/Icons/file-question-alt.svg" width="24" height="24" alt="File Question Alt"> | `file-question-alt.svg` | File Question Alt |
|
|
| <img src="/ressources/Icons/file-question.svg" width="24" height="24" alt="File Question"> | `file-question.svg` | File Question |
|
|
| <img src="/ressources/Icons/file-redo-alt-1.svg" width="24" height="24" alt="File Redo Alt 1"> | `file-redo-alt-1.svg` | File Redo Alt 1 |
|
|
| <img src="/ressources/Icons/file-redo-alt.svg" width="24" height="24" alt="File Redo Alt"> | `file-redo-alt.svg` | File Redo Alt |
|
|
| <img src="/ressources/Icons/file-redo.svg" width="24" height="24" alt="File Redo"> | `file-redo.svg` | File Redo |
|
|
| <img src="/ressources/Icons/file-search-alt-1.svg" width="24" height="24" alt="File Search Alt 1"> | `file-search-alt-1.svg` | File Search Alt 1 |
|
|
| <img src="/ressources/Icons/file-search-alt.svg" width="24" height="24" alt="File Search Alt"> | `file-search-alt.svg` | File Search Alt |
|
|
| <img src="/ressources/Icons/file-search.svg" width="24" height="24" alt="File Search"> | `file-search.svg` | File Search |
|
|
| <img src="/ressources/Icons/file-shield-alt-1.svg" width="24" height="24" alt="File Shield Alt 1"> | `file-shield-alt-1.svg` | File Shield Alt 1 |
|
|
| <img src="/ressources/Icons/file-shield-alt.svg" width="24" height="24" alt="File Shield Alt"> | `file-shield-alt.svg` | File Shield Alt |
|
|
| <img src="/ressources/Icons/file-shield.svg" width="24" height="24" alt="File Shield"> | `file-shield.svg` | File Shield |
|
|
| <img src="/ressources/Icons/file-shredder.svg" width="24" height="24" alt="File Shredder"> | `file-shredder.svg` | File Shredder |
|
|
| <img src="/ressources/Icons/file-slash.svg" width="24" height="24" alt="File Slash"> | `file-slash.svg` | File Slash |
|
|
| <img src="/ressources/Icons/file-wired.svg" width="24" height="24" alt="File Wired"> | `file-wired.svg` | File Wired |
|
|
| <img src="/ressources/Icons/file-xmark-alt-1.svg" width="24" height="24" alt="File Xmark Alt 1"> | `file-xmark-alt-1.svg` | File Xmark Alt 1 |
|
|
| <img src="/ressources/Icons/file-xmark-alt.svg" width="24" height="24" alt="File Xmark Alt"> | `file-xmark-alt.svg` | File Xmark Alt |
|
|
| <img src="/ressources/Icons/file-xmark.svg" width="24" height="24" alt="File Xmark"> | `file-xmark.svg` | File Xmark |
|
|
| <img src="/ressources/Icons/file-zipper.svg" width="24" height="24" alt="File Zipper"> | `file-zipper.svg` | File Zipper |
|
|
| <img src="/ressources/Icons/file.svg" width="24" height="24" alt="File"> | `file.svg` | File |
|
|
| <img src="/ressources/Icons/files-alt-1.svg" width="24" height="24" alt="Files Alt 1"> | `files-alt-1.svg` | Files Alt 1 |
|
|
| <img src="/ressources/Icons/files-alt-2.svg" width="24" height="24" alt="Files Alt 2"> | `files-alt-2.svg` | Files Alt 2 |
|
|
| <img src="/ressources/Icons/files-alt.svg" width="24" height="24" alt="Files Alt"> | `files-alt.svg` | Files Alt |
|
|
| <img src="/ressources/Icons/files.svg" width="24" height="24" alt="Files"> | `files.svg` | Files |
|
|
| <img src="/ressources/Icons/folder-block.svg" width="24" height="24" alt="Folder Block"> | `folder-block.svg` | Folder Block |
|
|
| <img src="/ressources/Icons/folder-check.svg" width="24" height="24" alt="Folder Check"> | `folder-check.svg` | Folder Check |
|
|
| <img src="/ressources/Icons/folder-exclamation.svg" width="24" height="24" alt="Folder Exclamation"> | `folder-exclamation.svg` | Folder Exclamation |
|
|
| <img src="/ressources/Icons/folder-heart.svg" width="24" height="24" alt="Folder Heart"> | `folder-heart.svg` | Folder Heart |
|
|
| <img src="/ressources/Icons/folder-image.svg" width="24" height="24" alt="Folder Image"> | `folder-image.svg` | Folder Image |
|
|
| <img src="/ressources/Icons/folder-info.svg" width="24" height="24" alt="Folder Info"> | `folder-info.svg` | Folder Info |
|
|
| <img src="/ressources/Icons/folder-lock.svg" width="24" height="24" alt="Folder Lock"> | `folder-lock.svg` | Folder Lock |
|
|
| <img src="/ressources/Icons/folder-minus.svg" width="24" height="24" alt="Folder Minus"> | `folder-minus.svg` | Folder Minus |
|
|
| <img src="/ressources/Icons/folder-plus.svg" width="24" height="24" alt="Folder Plus"> | `folder-plus.svg` | Folder Plus |
|
|
| <img src="/ressources/Icons/folder-question.svg" width="24" height="24" alt="Folder Question"> | `folder-question.svg` | Folder Question |
|
|
| <img src="/ressources/Icons/folder-search.svg" width="24" height="24" alt="Folder Search"> | `folder-search.svg` | Folder Search |
|
|
| <img src="/ressources/Icons/folder-shield.svg" width="24" height="24" alt="Folder Shield"> | `folder-shield.svg` | Folder Shield |
|
|
| <img src="/ressources/Icons/folder-xmark.svg" width="24" height="24" alt="Folder Xmark"> | `folder-xmark.svg` | Folder Xmark |
|
|
| <img src="/ressources/Icons/folder.svg" width="24" height="24" alt="Folder"> | `folder.svg` | Folder |
|
|
| <img src="/ressources/Icons/paperclip-alt.svg" width="24" height="24" alt="Paperclip Alt"> | `paperclip-alt.svg` | Paperclip Alt |
|
|
| <img src="/ressources/Icons/paperclip-slash-alt.svg" width="24" height="24" alt="Paperclip Slash Alt"> | `paperclip-slash-alt.svg` | Paperclip Slash Alt |
|
|
| <img src="/ressources/Icons/paperclip-slash.svg" width="24" height="24" alt="Paperclip Slash"> | `paperclip-slash.svg` | Paperclip Slash |
|
|
| <img src="/ressources/Icons/paperclip.svg" width="24" height="24" alt="Paperclip"> | `paperclip.svg` | Paperclip |
|
|
| <img src="/ressources/Icons/text-height.svg" width="24" height="24" alt="Text Height"> | `text-height.svg` | Text Height |
|
|
| <img src="/ressources/Icons/text-size.svg" width="24" height="24" alt="Text Size"> | `text-size.svg` | Text Size |
|
|
| <img src="/ressources/Icons/text.svg" width="24" height="24" alt="Text"> | `text.svg` | Text |
|
|
| <img src="/ressources/Icons/toilet-paper-blank.svg" width="24" height="24" alt="Toilet Paper Blank"> | `toilet-paper-blank.svg` | Toilet Paper Blank |
|
|
| <img src="/ressources/Icons/toilet-paper-dots.svg" width="24" height="24" alt="Toilet Paper Dots"> | `toilet-paper-dots.svg` | Toilet Paper Dots |
|
|
|
|
### Food & Drink
|
|
|
|
<a name="food-drink"></a>
|
|
|
|
| Icon | File Name | Description |
|
|
|------|-----------|-------------|
|
|
| <img src="/ressources/Icons/knife-kitchen.svg" width="24" height="24" alt="Knife Kitchen"> | `knife-kitchen.svg` | Knife Kitchen |
|
|
| <img src="/ressources/Icons/restaurant-menu.svg" width="24" height="24" alt="Restaurant Menu"> | `restaurant-menu.svg` | Restaurant Menu |
|
|
| <img src="/ressources/Icons/signal-steam.svg" width="24" height="24" alt="Signal Steam"> | `signal-steam.svg` | Signal Steam |
|
|
|
|
### Health & Medical
|
|
|
|
<a name="health-medical"></a>
|
|
|
|
| Icon | File Name | Description |
|
|
|------|-----------|-------------|
|
|
| <img src="/ressources/Icons/briefcase-medical.svg" width="24" height="24" alt="Briefcase Medical"> | `briefcase-medical.svg` | Briefcase Medical |
|
|
| <img src="/ressources/Icons/circle-heart.svg" width="24" height="24" alt="Circle Heart"> | `circle-heart.svg` | Circle Heart |
|
|
| <img src="/ressources/Icons/heart-alt.svg" width="24" height="24" alt="Heart Alt"> | `heart-alt.svg` | Heart Alt |
|
|
| <img src="/ressources/Icons/heart-crack.svg" width="24" height="24" alt="Heart Crack"> | `heart-crack.svg` | Heart Crack |
|
|
| <img src="/ressources/Icons/heart-half-stroke.svg" width="24" height="24" alt="Heart Half Stroke"> | `heart-half-stroke.svg` | Heart Half Stroke |
|
|
| <img src="/ressources/Icons/heart-half.svg" width="24" height="24" alt="Heart Half"> | `heart-half.svg` | Heart Half |
|
|
| <img src="/ressources/Icons/heart.svg" width="24" height="24" alt="Heart"> | `heart.svg` | Heart |
|
|
| <img src="/ressources/Icons/hospital.svg" width="24" height="24" alt="Hospital"> | `hospital.svg` | Hospital |
|
|
| <img src="/ressources/Icons/hospitals.svg" width="24" height="24" alt="Hospitals"> | `hospitals.svg` | Hospitals |
|
|
| <img src="/ressources/Icons/house-medical-check.svg" width="24" height="24" alt="House Medical Check"> | `house-medical-check.svg` | House Medical Check |
|
|
| <img src="/ressources/Icons/house-medical-exclamation.svg" width="24" height="24" alt="House Medical Exclamation"> | `house-medical-exclamation.svg` | House Medical Exclamation |
|
|
| <img src="/ressources/Icons/house-medical-flag.svg" width="24" height="24" alt="House Medical Flag"> | `house-medical-flag.svg` | House Medical Flag |
|
|
| <img src="/ressources/Icons/house-medical-xmark.svg" width="24" height="24" alt="House Medical Xmark"> | `house-medical-xmark.svg` | House Medical Xmark |
|
|
| <img src="/ressources/Icons/house-medical.svg" width="24" height="24" alt="House Medical"> | `house-medical.svg` | House Medical |
|
|
| <img src="/ressources/Icons/kit-medical.svg" width="24" height="24" alt="Kit Medical"> | `kit-medical.svg` | Kit Medical |
|
|
| <img src="/ressources/Icons/note-medical.svg" width="24" height="24" alt="Note Medical"> | `note-medical.svg` | Note Medical |
|
|
| <img src="/ressources/Icons/prescription-bottle-medical.svg" width="24" height="24" alt="Prescription Bottle Medical"> | `prescription-bottle-medical.svg` | Prescription Bottle Medical |
|
|
| <img src="/ressources/Icons/square-medical.svg" width="24" height="24" alt="Square Medical"> | `square-medical.svg` | Square Medical |
|
|
| <img src="/ressources/Icons/suitcase-medical.svg" width="24" height="24" alt="Suitcase Medical"> | `suitcase-medical.svg` | Suitcase Medical |
|
|
| <img src="/ressources/Icons/wave-pulse.svg" width="24" height="24" alt="Wave Pulse"> | `wave-pulse.svg` | Wave Pulse |
|
|
|
|
### Holiday & Seasonal
|
|
|
|
<a name="holiday-seasonal"></a>
|
|
|
|
| Icon | File Name | Description |
|
|
|------|-----------|-------------|
|
|
| <img src="/ressources/Icons/cake-christmas.svg" width="24" height="24" alt="Cake Christmas"> | `cake-christmas.svg` | Cake Christmas |
|
|
| <img src="/ressources/Icons/christmas-candle.svg" width="24" height="24" alt="Christmas Candle"> | `christmas-candle.svg` | Christmas Candle |
|
|
| <img src="/ressources/Icons/christmas-star.svg" width="24" height="24" alt="Christmas Star"> | `christmas-star.svg` | Christmas Star |
|
|
| <img src="/ressources/Icons/party-bell.svg" width="24" height="24" alt="Party Bell"> | `party-bell.svg` | Party Bell |
|
|
| <img src="/ressources/Icons/party-horn.svg" width="24" height="24" alt="Party Horn"> | `party-horn.svg` | Party Horn |
|
|
|
|
### Home & Buildings
|
|
|
|
<a name="home-buildings"></a>
|
|
|
|
| Icon | File Name | Description |
|
|
|------|-----------|-------------|
|
|
| <img src="/ressources/Icons/building-car.svg" width="24" height="24" alt="Building Car"> | `building-car.svg` | Building Car |
|
|
| <img src="/ressources/Icons/building-check.svg" width="24" height="24" alt="Building Check"> | `building-check.svg` | Building Check |
|
|
| <img src="/ressources/Icons/building-columns.svg" width="24" height="24" alt="Building Columns"> | `building-columns.svg` | Building Columns |
|
|
| <img src="/ressources/Icons/building-exclamation.svg" width="24" height="24" alt="Building Exclamation"> | `building-exclamation.svg` | Building Exclamation |
|
|
| <img src="/ressources/Icons/building-flag.svg" width="24" height="24" alt="Building Flag"> | `building-flag.svg` | Building Flag |
|
|
| <img src="/ressources/Icons/building-ngo.svg" width="24" height="24" alt="Building Ngo"> | `building-ngo.svg` | Building Ngo |
|
|
| <img src="/ressources/Icons/building-un.svg" width="24" height="24" alt="Building Un"> | `building-un.svg` | Building Un |
|
|
| <img src="/ressources/Icons/building-xmark.svg" width="24" height="24" alt="Building Xmark"> | `building-xmark.svg` | Building Xmark |
|
|
| <img src="/ressources/Icons/building.svg" width="24" height="24" alt="Building"> | `building.svg` | Building |
|
|
| <img src="/ressources/Icons/buildings.svg" width="24" height="24" alt="Buildings"> | `buildings.svg` | Buildings |
|
|
| <img src="/ressources/Icons/door-closed.svg" width="24" height="24" alt="Door Closed"> | `door-closed.svg` | Door Closed |
|
|
| <img src="/ressources/Icons/door-open.svg" width="24" height="24" alt="Door Open"> | `door-open.svg` | Door Open |
|
|
| <img src="/ressources/Icons/house-bolt-alt.svg" width="24" height="24" alt="House Bolt Alt"> | `house-bolt-alt.svg` | House Bolt Alt |
|
|
| <img src="/ressources/Icons/house-bolt.svg" width="24" height="24" alt="House Bolt"> | `house-bolt.svg` | House Bolt |
|
|
| <img src="/ressources/Icons/house-building.svg" width="24" height="24" alt="House Building"> | `house-building.svg` | House Building |
|
|
| <img src="/ressources/Icons/house-celcius.svg" width="24" height="24" alt="House Celcius"> | `house-celcius.svg` | House Celcius |
|
|
| <img src="/ressources/Icons/house-chimney-blank.svg" width="24" height="24" alt="House Chimney Blank"> | `house-chimney-blank.svg` | House Chimney Blank |
|
|
| <img src="/ressources/Icons/house-chimney-floor.svg" width="24" height="24" alt="House Chimney Floor"> | `house-chimney-floor.svg` | House Chimney Floor |
|
|
| <img src="/ressources/Icons/house-crack.svg" width="24" height="24" alt="House Crack"> | `house-crack.svg` | House Crack |
|
|
| <img src="/ressources/Icons/house-fire.svg" width="24" height="24" alt="House Fire"> | `house-fire.svg` | House Fire |
|
|
| <img src="/ressources/Icons/house-flag.svg" width="24" height="24" alt="House Flag"> | `house-flag.svg` | House Flag |
|
|
| <img src="/ressources/Icons/house-floor.svg" width="24" height="24" alt="House Floor"> | `house-floor.svg` | House Floor |
|
|
| <img src="/ressources/Icons/house-line.svg" width="24" height="24" alt="House Line"> | `house-line.svg` | House Line |
|
|
| <img src="/ressources/Icons/house-smile.svg" width="24" height="24" alt="House Smile"> | `house-smile.svg` | House Smile |
|
|
| <img src="/ressources/Icons/house-tree.svg" width="24" height="24" alt="House Tree"> | `house-tree.svg` | House Tree |
|
|
| <img src="/ressources/Icons/house-turret.svg" width="24" height="24" alt="House Turret"> | `house-turret.svg` | House Turret |
|
|
| <img src="/ressources/Icons/house-water.svg" width="24" height="24" alt="House Water"> | `house-water.svg` | House Water |
|
|
| <img src="/ressources/Icons/house-wifi.svg" width="24" height="24" alt="House Wifi"> | `house-wifi.svg` | House Wifi |
|
|
| <img src="/ressources/Icons/warehouse-full.svg" width="24" height="24" alt="Warehouse Full"> | `warehouse-full.svg` | Warehouse Full |
|
|
| <img src="/ressources/Icons/warehouse.svg" width="24" height="24" alt="Warehouse"> | `warehouse.svg` | Warehouse |
|
|
|
|
### Location & Maps
|
|
|
|
<a name="location-maps"></a>
|
|
|
|
| Icon | File Name | Description |
|
|
|------|-----------|-------------|
|
|
| <img src="/ressources/Icons/compass-drafting.svg" width="24" height="24" alt="Compass Drafting"> | `compass-drafting.svg` | Compass Drafting |
|
|
| <img src="/ressources/Icons/compass.svg" width="24" height="24" alt="Compass"> | `compass.svg` | Compass |
|
|
| <img src="/ressources/Icons/location-check.svg" width="24" height="24" alt="Location Check"> | `location-check.svg` | Location Check |
|
|
| <img src="/ressources/Icons/location-crosshairs-slash.svg" width="24" height="24" alt="Location Crosshairs Slash"> | `location-crosshairs-slash.svg` | Location Crosshairs Slash |
|
|
| <img src="/ressources/Icons/location-crosshairs.svg" width="24" height="24" alt="Location Crosshairs"> | `location-crosshairs.svg` | Location Crosshairs |
|
|
| <img src="/ressources/Icons/location-exclamation.svg" width="24" height="24" alt="Location Exclamation"> | `location-exclamation.svg` | Location Exclamation |
|
|
| <img src="/ressources/Icons/location-minus.svg" width="24" height="24" alt="Location Minus"> | `location-minus.svg` | Location Minus |
|
|
| <img src="/ressources/Icons/location-pin-alt-1.svg" width="24" height="24" alt="Location Pin Alt 1"> | `location-pin-alt-1.svg` | Location Pin Alt 1 |
|
|
| <img src="/ressources/Icons/location-pin-alt.svg" width="24" height="24" alt="Location Pin Alt"> | `location-pin-alt.svg` | Location Pin Alt |
|
|
| <img src="/ressources/Icons/location-pin-slash.svg" width="24" height="24" alt="Location Pin Slash"> | `location-pin-slash.svg` | Location Pin Slash |
|
|
| <img src="/ressources/Icons/location-pin.svg" width="24" height="24" alt="Location Pin"> | `location-pin.svg` | Location Pin |
|
|
| <img src="/ressources/Icons/location-plus.svg" width="24" height="24" alt="Location Plus"> | `location-plus.svg` | Location Plus |
|
|
| <img src="/ressources/Icons/location-xmark.svg" width="24" height="24" alt="Location Xmark"> | `location-xmark.svg` | Location Xmark |
|
|
| <img src="/ressources/Icons/map-location-pin.svg" width="24" height="24" alt="Map Location Pin"> | `map-location-pin.svg` | Map Location Pin |
|
|
| <img src="/ressources/Icons/map-pin-alt.svg" width="24" height="24" alt="Map Pin Alt"> | `map-pin-alt.svg` | Map Pin Alt |
|
|
| <img src="/ressources/Icons/map-pin.svg" width="24" height="24" alt="Map Pin"> | `map-pin.svg` | Map Pin |
|
|
| <img src="/ressources/Icons/map.svg" width="24" height="24" alt="Map"> | `map.svg` | Map |
|
|
| <img src="/ressources/Icons/marker.svg" width="24" height="24" alt="Marker"> | `marker.svg` | Marker |
|
|
| <img src="/ressources/Icons/sitemap.svg" width="24" height="24" alt="Sitemap"> | `sitemap.svg` | Sitemap |
|
|
|
|
### Media & Audio
|
|
|
|
<a name="media-audio"></a>
|
|
|
|
| Icon | File Name | Description |
|
|
|------|-----------|-------------|
|
|
| <img src="/ressources/Icons/airplay.svg" width="24" height="24" alt="Airplay"> | `airplay.svg` | Airplay |
|
|
| <img src="/ressources/Icons/audio-description-slasg.svg" width="24" height="24" alt="Audio Description Slasg"> | `audio-description-slasg.svg` | Audio Description Slasg |
|
|
| <img src="/ressources/Icons/audio-description.svg" width="24" height="24" alt="Audio Description"> | `audio-description.svg` | Audio Description |
|
|
| <img src="/ressources/Icons/backward-fast.svg" width="24" height="24" alt="Backward Fast"> | `backward-fast.svg` | Backward Fast |
|
|
| <img src="/ressources/Icons/backward-step.svg" width="24" height="24" alt="Backward Step"> | `backward-step.svg` | Backward Step |
|
|
| <img src="/ressources/Icons/backward.svg" width="24" height="24" alt="Backward"> | `backward.svg` | Backward |
|
|
| <img src="/ressources/Icons/camera-alt-1.svg" width="24" height="24" alt="Camera Alt 1"> | `camera-alt-1.svg` | Camera Alt 1 |
|
|
| <img src="/ressources/Icons/camera-alt-2.svg" width="24" height="24" alt="Camera Alt 2"> | `camera-alt-2.svg` | Camera Alt 2 |
|
|
| <img src="/ressources/Icons/camera-alt.svg" width="24" height="24" alt="Camera Alt"> | `camera-alt.svg` | Camera Alt |
|
|
| <img src="/ressources/Icons/camera-slash.svg" width="24" height="24" alt="Camera Slash"> | `camera-slash.svg` | Camera Slash |
|
|
| <img src="/ressources/Icons/camera.svg" width="24" height="24" alt="Camera"> | `camera.svg` | Camera |
|
|
| <img src="/ressources/Icons/circle-microphone.svg" width="24" height="24" alt="Circle Microphone"> | `circle-microphone.svg` | Circle Microphone |
|
|
| <img src="/ressources/Icons/circle-pause.svg" width="24" height="24" alt="Circle Pause"> | `circle-pause.svg` | Circle Pause |
|
|
| <img src="/ressources/Icons/circle-play.svg" width="24" height="24" alt="Circle Play"> | `circle-play.svg` | Circle Play |
|
|
| <img src="/ressources/Icons/circle-stop.svg" width="24" height="24" alt="Circle Stop"> | `circle-stop.svg` | Circle Stop |
|
|
| <img src="/ressources/Icons/clapperboard-play.svg" width="24" height="24" alt="Clapperboard Play"> | `clapperboard-play.svg` | Clapperboard Play |
|
|
| <img src="/ressources/Icons/cloud-music.svg" width="24" height="24" alt="Cloud Music"> | `cloud-music.svg` | Cloud Music |
|
|
| <img src="/ressources/Icons/file-audio.svg" width="24" height="24" alt="File Audio"> | `file-audio.svg` | File Audio |
|
|
| <img src="/ressources/Icons/film-alt.svg" width="24" height="24" alt="Film Alt"> | `film-alt.svg` | Film Alt |
|
|
| <img src="/ressources/Icons/film-slash.svg" width="24" height="24" alt="Film Slash"> | `film-slash.svg` | Film Slash |
|
|
| <img src="/ressources/Icons/film.svg" width="24" height="24" alt="Film"> | `film.svg` | Film |
|
|
| <img src="/ressources/Icons/flip-backward.svg" width="24" height="24" alt="Flip Backward"> | `flip-backward.svg` | Flip Backward |
|
|
| <img src="/ressources/Icons/flip-forward-energy.svg" width="24" height="24" alt="Flip Forward Energy"> | `flip-forward-energy.svg` | Flip Forward Energy |
|
|
| <img src="/ressources/Icons/flip-forward.svg" width="24" height="24" alt="Flip Forward"> | `flip-forward.svg` | Flip Forward |
|
|
| <img src="/ressources/Icons/forward-step.svg" width="24" height="24" alt="Forward Step"> | `forward-step.svg` | Forward Step |
|
|
| <img src="/ressources/Icons/forward.svg" width="24" height="24" alt="Forward"> | `forward.svg` | Forward |
|
|
| <img src="/ressources/Icons/headphones-alt-1.svg" width="24" height="24" alt="Headphones Alt 1"> | `headphones-alt-1.svg` | Headphones Alt 1 |
|
|
| <img src="/ressources/Icons/headphones-alt-2.svg" width="24" height="24" alt="Headphones Alt 2"> | `headphones-alt-2.svg` | Headphones Alt 2 |
|
|
| <img src="/ressources/Icons/headphones-alt.svg" width="24" height="24" alt="Headphones Alt"> | `headphones-alt.svg` | Headphones Alt |
|
|
| <img src="/ressources/Icons/headphones.svg" width="24" height="24" alt="Headphones"> | `headphones.svg` | Headphones |
|
|
| <img src="/ressources/Icons/list-music.svg" width="24" height="24" alt="List Music"> | `list-music.svg` | List Music |
|
|
| <img src="/ressources/Icons/microphone-alt-1.svg" width="24" height="24" alt="Microphone Alt 1"> | `microphone-alt-1.svg` | Microphone Alt 1 |
|
|
| <img src="/ressources/Icons/microphone-alt.svg" width="24" height="24" alt="Microphone Alt"> | `microphone-alt.svg` | Microphone Alt |
|
|
| <img src="/ressources/Icons/microphone-slash-alt-1.svg" width="24" height="24" alt="Microphone Slash Alt 1"> | `microphone-slash-alt-1.svg` | Microphone Slash Alt 1 |
|
|
| <img src="/ressources/Icons/microphone-slash-alt.svg" width="24" height="24" alt="Microphone Slash Alt"> | `microphone-slash-alt.svg` | Microphone Slash Alt |
|
|
| <img src="/ressources/Icons/microphone-slash.svg" width="24" height="24" alt="Microphone Slash"> | `microphone-slash.svg` | Microphone Slash |
|
|
| <img src="/ressources/Icons/microphone.svg" width="24" height="24" alt="Microphone"> | `microphone.svg` | Microphone |
|
|
| <img src="/ressources/Icons/mp3-player.svg" width="24" height="24" alt="Mp3 Player"> | `mp3-player.svg` | Mp3 Player |
|
|
| <img src="/ressources/Icons/music-note-slash.svg" width="24" height="24" alt="Music Note Slash"> | `music-note-slash.svg` | Music Note Slash |
|
|
| <img src="/ressources/Icons/music-note.svg" width="24" height="24" alt="Music Note"> | `music-note.svg` | Music Note |
|
|
| <img src="/ressources/Icons/music.svg" width="24" height="24" alt="Music"> | `music.svg` | Music |
|
|
| <img src="/ressources/Icons/pause.svg" width="24" height="24" alt="Pause"> | `pause.svg` | Pause |
|
|
| <img src="/ressources/Icons/phone-pause-alt.svg" width="24" height="24" alt="Phone Pause Alt"> | `phone-pause-alt.svg` | Phone Pause Alt |
|
|
| <img src="/ressources/Icons/phone-pause.svg" width="24" height="24" alt="Phone Pause"> | `phone-pause.svg` | Phone Pause |
|
|
| <img src="/ressources/Icons/play-pause.svg" width="24" height="24" alt="Play Pause"> | `play-pause.svg` | Play Pause |
|
|
| <img src="/ressources/Icons/play.svg" width="24" height="24" alt="Play"> | `play.svg` | Play |
|
|
| <img src="/ressources/Icons/speaker-alt-1.svg" width="24" height="24" alt="Speaker Alt 1"> | `speaker-alt-1.svg` | Speaker Alt 1 |
|
|
| <img src="/ressources/Icons/speaker-alt.svg" width="24" height="24" alt="Speaker Alt"> | `speaker-alt.svg` | Speaker Alt |
|
|
| <img src="/ressources/Icons/speaker.svg" width="24" height="24" alt="Speaker"> | `speaker.svg` | Speaker |
|
|
| <img src="/ressources/Icons/stopwatch-10.svg" width="24" height="24" alt="Stopwatch 10"> | `stopwatch-10.svg` | Stopwatch 10 |
|
|
| <img src="/ressources/Icons/stopwatch.svg" width="24" height="24" alt="Stopwatch"> | `stopwatch.svg` | Stopwatch |
|
|
| <img src="/ressources/Icons/traffic-light-stop.svg" width="24" height="24" alt="Traffic Light Stop"> | `traffic-light-stop.svg` | Traffic Light Stop |
|
|
| <img src="/ressources/Icons/volume-max.svg" width="24" height="24" alt="Volume Max"> | `volume-max.svg` | Volume Max |
|
|
| <img src="/ressources/Icons/volume-min.svg" width="24" height="24" alt="Volume Min"> | `volume-min.svg` | Volume Min |
|
|
| <img src="/ressources/Icons/volume-minus.svg" width="24" height="24" alt="Volume Minus"> | `volume-minus.svg` | Volume Minus |
|
|
| <img src="/ressources/Icons/volume-off.svg" width="24" height="24" alt="Volume Off"> | `volume-off.svg` | Volume Off |
|
|
| <img src="/ressources/Icons/volume-plus.svg" width="24" height="24" alt="Volume Plus"> | `volume-plus.svg` | Volume Plus |
|
|
| <img src="/ressources/Icons/volume-xmark.svg" width="24" height="24" alt="Volume Xmark"> | `volume-xmark.svg` | Volume Xmark |
|
|
|
|
### Nature & Environment
|
|
|
|
<a name="nature-environment"></a>
|
|
|
|
| Icon | File Name | Description |
|
|
|------|-----------|-------------|
|
|
| <img src="/ressources/Icons/halloween-decorations.svg" width="24" height="24" alt="Halloween Decorations"> | `halloween-decorations.svg` | Halloween Decorations |
|
|
| <img src="/ressources/Icons/signature.svg" width="24" height="24" alt="Signature"> | `signature.svg` | Signature |
|
|
| <img src="/ressources/Icons/table-tree.svg" width="24" height="24" alt="Table Tree"> | `table-tree.svg` | Table Tree |
|
|
| <img src="/ressources/Icons/tree-decorated-alt-1.svg" width="24" height="24" alt="Tree Decorated Alt 1"> | `tree-decorated-alt-1.svg` | Tree Decorated Alt 1 |
|
|
| <img src="/ressources/Icons/tree-decorated-alt.svg" width="24" height="24" alt="Tree Decorated Alt"> | `tree-decorated-alt.svg` | Tree Decorated Alt |
|
|
| <img src="/ressources/Icons/tree-decorated.svg" width="24" height="24" alt="Tree Decorated"> | `tree-decorated.svg` | Tree Decorated |
|
|
| <img src="/ressources/Icons/tree-plus.svg" width="24" height="24" alt="Tree Plus"> | `tree-plus.svg` | Tree Plus |
|
|
|
|
### Navigation & Arrows
|
|
|
|
<a name="navigation-arrows"></a>
|
|
|
|
| Icon | File Name | Description |
|
|
|------|-----------|-------------|
|
|
| <img src="/ressources/Icons/arrow-circle-down-left.svg" width="24" height="24" alt="Arrow Circle Down Left"> | `arrow-circle-down-left.svg` | Arrow Circle Down Left |
|
|
| <img src="/ressources/Icons/arrow-circle-down-right.svg" width="24" height="24" alt="Arrow Circle Down Right"> | `arrow-circle-down-right.svg` | Arrow Circle Down Right |
|
|
| <img src="/ressources/Icons/arrow-circle-down.svg" width="24" height="24" alt="Arrow Circle Down"> | `arrow-circle-down.svg` | Arrow Circle Down |
|
|
| <img src="/ressources/Icons/arrow-circle-left.svg" width="24" height="24" alt="Arrow Circle Left"> | `arrow-circle-left.svg` | Arrow Circle Left |
|
|
| <img src="/ressources/Icons/arrow-circle-right.svg" width="24" height="24" alt="Arrow Circle Right"> | `arrow-circle-right.svg` | Arrow Circle Right |
|
|
| <img src="/ressources/Icons/arrow-circle-up-left.svg" width="24" height="24" alt="Arrow Circle Up Left"> | `arrow-circle-up-left.svg` | Arrow Circle Up Left |
|
|
| <img src="/ressources/Icons/arrow-circle-up-right.svg" width="24" height="24" alt="Arrow Circle Up Right"> | `arrow-circle-up-right.svg` | Arrow Circle Up Right |
|
|
| <img src="/ressources/Icons/arrow-circle-up.svg" width="24" height="24" alt="Arrow Circle Up"> | `arrow-circle-up.svg` | Arrow Circle Up |
|
|
| <img src="/ressources/Icons/arrow-down-1-9.svg" width="24" height="24" alt="Arrow Down 1 9"> | `arrow-down-1-9.svg` | Arrow Down 1 9 |
|
|
| <img src="/ressources/Icons/arrow-down-9-1.svg" width="24" height="24" alt="Arrow Down 9 1"> | `arrow-down-9-1.svg` | Arrow Down 9 1 |
|
|
| <img src="/ressources/Icons/arrow-down-a-z.svg" width="24" height="24" alt="Arrow Down A Z"> | `arrow-down-a-z.svg` | Arrow Down A Z |
|
|
| <img src="/ressources/Icons/arrow-down-arrow-up.svg" width="24" height="24" alt="Arrow Down Arrow Up"> | `arrow-down-arrow-up.svg` | Arrow Down Arrow Up |
|
|
| <img src="/ressources/Icons/arrow-down-big-small.svg" width="24" height="24" alt="Arrow Down Big Small"> | `arrow-down-big-small.svg` | Arrow Down Big Small |
|
|
| <img src="/ressources/Icons/arrow-down-left.svg" width="24" height="24" alt="Arrow Down Left"> | `arrow-down-left.svg` | Arrow Down Left |
|
|
| <img src="/ressources/Icons/arrow-down-right.svg" width="24" height="24" alt="Arrow Down Right"> | `arrow-down-right.svg` | Arrow Down Right |
|
|
| <img src="/ressources/Icons/arrow-down-short-wide.svg" width="24" height="24" alt="Arrow Down Short Wide"> | `arrow-down-short-wide.svg` | Arrow Down Short Wide |
|
|
| <img src="/ressources/Icons/arrow-down-small-big.svg" width="24" height="24" alt="Arrow Down Small Big"> | `arrow-down-small-big.svg` | Arrow Down Small Big |
|
|
| <img src="/ressources/Icons/arrow-down-to-arc.svg" width="24" height="24" alt="Arrow Down To Arc"> | `arrow-down-to-arc.svg` | Arrow Down To Arc |
|
|
| <img src="/ressources/Icons/arrow-down-to-bracket.svg" width="24" height="24" alt="Arrow Down To Bracket"> | `arrow-down-to-bracket.svg` | Arrow Down To Bracket |
|
|
| <img src="/ressources/Icons/arrow-down-to-square.svg" width="24" height="24" alt="Arrow Down To Square"> | `arrow-down-to-square.svg` | Arrow Down To Square |
|
|
| <img src="/ressources/Icons/arrow-down-wide-short.svg" width="24" height="24" alt="Arrow Down Wide Short"> | `arrow-down-wide-short.svg` | Arrow Down Wide Short |
|
|
| <img src="/ressources/Icons/arrow-down-z-a.svg" width="24" height="24" alt="Arrow Down Z A"> | `arrow-down-z-a.svg` | Arrow Down Z A |
|
|
| <img src="/ressources/Icons/arrow-down.svg" width="24" height="24" alt="Arrow Down"> | `arrow-down.svg` | Arrow Down |
|
|
| <img src="/ressources/Icons/arrow-left.svg" width="24" height="24" alt="Arrow Left"> | `arrow-left.svg` | Arrow Left |
|
|
| <img src="/ressources/Icons/arrow-narrow-bottom-alignment.svg" width="24" height="24" alt="Arrow Narrow Bottom Alignment"> | `arrow-narrow-bottom-alignment.svg` | Arrow Narrow Bottom Alignment |
|
|
| <img src="/ressources/Icons/arrow-narrow-circle-broken-down-left.svg" width="24" height="24" alt="Arrow Narrow Circle Broken Down Left"> | `arrow-narrow-circle-broken-down-left.svg` | Arrow Narrow Circle Broken Down Left |
|
|
| <img src="/ressources/Icons/arrow-narrow-circle-broken-down-right.svg" width="24" height="24" alt="Arrow Narrow Circle Broken Down Right"> | `arrow-narrow-circle-broken-down-right.svg` | Arrow Narrow Circle Broken Down Right |
|
|
| <img src="/ressources/Icons/arrow-narrow-circle-broken-down.svg" width="24" height="24" alt="Arrow Narrow Circle Broken Down"> | `arrow-narrow-circle-broken-down.svg` | Arrow Narrow Circle Broken Down |
|
|
| <img src="/ressources/Icons/arrow-narrow-circle-broken-left.svg" width="24" height="24" alt="Arrow Narrow Circle Broken Left"> | `arrow-narrow-circle-broken-left.svg` | Arrow Narrow Circle Broken Left |
|
|
| <img src="/ressources/Icons/arrow-narrow-circle-broken-right.svg" width="24" height="24" alt="Arrow Narrow Circle Broken Right"> | `arrow-narrow-circle-broken-right.svg` | Arrow Narrow Circle Broken Right |
|
|
| <img src="/ressources/Icons/arrow-narrow-circle-broken-up-left.svg" width="24" height="24" alt="Arrow Narrow Circle Broken Up Left"> | `arrow-narrow-circle-broken-up-left.svg` | Arrow Narrow Circle Broken Up Left |
|
|
| <img src="/ressources/Icons/arrow-narrow-circle-broken-up-right.svg" width="24" height="24" alt="Arrow Narrow Circle Broken Up Right"> | `arrow-narrow-circle-broken-up-right.svg` | Arrow Narrow Circle Broken Up Right |
|
|
| <img src="/ressources/Icons/arrow-narrow-down-move.svg" width="24" height="24" alt="Arrow Narrow Down Move"> | `arrow-narrow-down-move.svg` | Arrow Narrow Down Move |
|
|
| <img src="/ressources/Icons/arrow-narrow-down.svg" width="24" height="24" alt="Arrow Narrow Down"> | `arrow-narrow-down.svg` | Arrow Narrow Down |
|
|
| <img src="/ressources/Icons/arrow-narrow-left-alignment.svg" width="24" height="24" alt="Arrow Narrow Left Alignment"> | `arrow-narrow-left-alignment.svg` | Arrow Narrow Left Alignment |
|
|
| <img src="/ressources/Icons/arrow-narrow-left-move.svg" width="24" height="24" alt="Arrow Narrow Left Move"> | `arrow-narrow-left-move.svg` | Arrow Narrow Left Move |
|
|
| <img src="/ressources/Icons/arrow-narrow-left.svg" width="24" height="24" alt="Arrow Narrow Left"> | `arrow-narrow-left.svg` | Arrow Narrow Left |
|
|
| <img src="/ressources/Icons/arrow-narrow-right-alignment.svg" width="24" height="24" alt="Arrow Narrow Right Alignment"> | `arrow-narrow-right-alignment.svg` | Arrow Narrow Right Alignment |
|
|
| <img src="/ressources/Icons/arrow-narrow-right-move.svg" width="24" height="24" alt="Arrow Narrow Right Move"> | `arrow-narrow-right-move.svg` | Arrow Narrow Right Move |
|
|
| <img src="/ressources/Icons/arrow-narrow-right.svg" width="24" height="24" alt="Arrow Narrow Right"> | `arrow-narrow-right.svg` | Arrow Narrow Right |
|
|
| <img src="/ressources/Icons/arrow-narrow-top-alignment.svg" width="24" height="24" alt="Arrow Narrow Top Alignment"> | `arrow-narrow-top-alignment.svg` | Arrow Narrow Top Alignment |
|
|
| <img src="/ressources/Icons/arrow-narrow-up-move.svg" width="24" height="24" alt="Arrow Narrow Up Move"> | `arrow-narrow-up-move.svg` | Arrow Narrow Up Move |
|
|
| <img src="/ressources/Icons/arrow-narrow-up.svg" width="24" height="24" alt="Arrow Narrow Up"> | `arrow-narrow-up.svg` | Arrow Narrow Up |
|
|
| <img src="/ressources/Icons/arrow-right-from-arc.svg" width="24" height="24" alt="Arrow Right From Arc"> | `arrow-right-from-arc.svg` | Arrow Right From Arc |
|
|
| <img src="/ressources/Icons/arrow-right-from-bracket.svg" width="24" height="24" alt="Arrow Right From Bracket"> | `arrow-right-from-bracket.svg` | Arrow Right From Bracket |
|
|
| <img src="/ressources/Icons/arrow-right-to-arc.svg" width="24" height="24" alt="Arrow Right To Arc"> | `arrow-right-to-arc.svg` | Arrow Right To Arc |
|
|
| <img src="/ressources/Icons/arrow-right-to-bracket.svg" width="24" height="24" alt="Arrow Right To Bracket"> | `arrow-right-to-bracket.svg` | Arrow Right To Bracket |
|
|
| <img src="/ressources/Icons/arrow-right.svg" width="24" height="24" alt="Arrow Right"> | `arrow-right.svg` | Arrow Right |
|
|
| <img src="/ressources/Icons/arrow-rotate-right-24.svg" width="24" height="24" alt="Arrow Rotate Right 24"> | `arrow-rotate-right-24.svg` | Arrow Rotate Right 24 |
|
|
| <img src="/ressources/Icons/arrow-sm-down.svg" width="24" height="24" alt="Arrow Sm Down"> | `arrow-sm-down.svg` | Arrow Sm Down |
|
|
| <img src="/ressources/Icons/arrow-sm-left.svg" width="24" height="24" alt="Arrow Sm Left"> | `arrow-sm-left.svg` | Arrow Sm Left |
|
|
| <img src="/ressources/Icons/arrow-sm-right.svg" width="24" height="24" alt="Arrow Sm Right"> | `arrow-sm-right.svg` | Arrow Sm Right |
|
|
| <img src="/ressources/Icons/arrow-sm-up.svg" width="24" height="24" alt="Arrow Sm Up"> | `arrow-sm-up.svg` | Arrow Sm Up |
|
|
| <img src="/ressources/Icons/arrow-spin.svg" width="24" height="24" alt="Arrow Spin"> | `arrow-spin.svg` | Arrow Spin |
|
|
| <img src="/ressources/Icons/arrow-square-down-left.svg" width="24" height="24" alt="Arrow Square Down Left"> | `arrow-square-down-left.svg` | Arrow Square Down Left |
|
|
| <img src="/ressources/Icons/arrow-square-down-right.svg" width="24" height="24" alt="Arrow Square Down Right"> | `arrow-square-down-right.svg` | Arrow Square Down Right |
|
|
| <img src="/ressources/Icons/arrow-square-down.svg" width="24" height="24" alt="Arrow Square Down"> | `arrow-square-down.svg` | Arrow Square Down |
|
|
| <img src="/ressources/Icons/arrow-square-left.svg" width="24" height="24" alt="Arrow Square Left"> | `arrow-square-left.svg` | Arrow Square Left |
|
|
| <img src="/ressources/Icons/arrow-square-right.svg" width="24" height="24" alt="Arrow Square Right"> | `arrow-square-right.svg` | Arrow Square Right |
|
|
| <img src="/ressources/Icons/arrow-square-up-left.svg" width="24" height="24" alt="Arrow Square Up Left"> | `arrow-square-up-left.svg` | Arrow Square Up Left |
|
|
| <img src="/ressources/Icons/arrow-square-up-right.svg" width="24" height="24" alt="Arrow Square Up Right"> | `arrow-square-up-right.svg` | Arrow Square Up Right |
|
|
| <img src="/ressources/Icons/arrow-square-up.svg" width="24" height="24" alt="Arrow Square Up"> | `arrow-square-up.svg` | Arrow Square Up |
|
|
| <img src="/ressources/Icons/arrow-up-1-9.svg" width="24" height="24" alt="Arrow Up 1 9"> | `arrow-up-1-9.svg` | Arrow Up 1 9 |
|
|
| <img src="/ressources/Icons/arrow-up-9-1.svg" width="24" height="24" alt="Arrow Up 9 1"> | `arrow-up-9-1.svg` | Arrow Up 9 1 |
|
|
| <img src="/ressources/Icons/arrow-up-a-z.svg" width="24" height="24" alt="Arrow Up A Z"> | `arrow-up-a-z.svg` | Arrow Up A Z |
|
|
| <img src="/ressources/Icons/arrow-up-big-small.svg" width="24" height="24" alt="Arrow Up Big Small"> | `arrow-up-big-small.svg` | Arrow Up Big Small |
|
|
| <img src="/ressources/Icons/arrow-up-from-arc.svg" width="24" height="24" alt="Arrow Up From Arc"> | `arrow-up-from-arc.svg` | Arrow Up From Arc |
|
|
| <img src="/ressources/Icons/arrow-up-from-bracket.svg" width="24" height="24" alt="Arrow Up From Bracket"> | `arrow-up-from-bracket.svg` | Arrow Up From Bracket |
|
|
| <img src="/ressources/Icons/arrow-up-from-square.svg" width="24" height="24" alt="Arrow Up From Square"> | `arrow-up-from-square.svg` | Arrow Up From Square |
|
|
| <img src="/ressources/Icons/arrow-up-left.svg" width="24" height="24" alt="Arrow Up Left"> | `arrow-up-left.svg` | Arrow Up Left |
|
|
| <img src="/ressources/Icons/arrow-up-right-from-square.svg" width="24" height="24" alt="Arrow Up Right From Square"> | `arrow-up-right-from-square.svg` | Arrow Up Right From Square |
|
|
| <img src="/ressources/Icons/arrow-up-right.svg" width="24" height="24" alt="Arrow Up Right"> | `arrow-up-right.svg` | Arrow Up Right |
|
|
| <img src="/ressources/Icons/arrow-up-short-wide.svg" width="24" height="24" alt="Arrow Up Short Wide"> | `arrow-up-short-wide.svg` | Arrow Up Short Wide |
|
|
| <img src="/ressources/Icons/arrow-up-small-big.svg" width="24" height="24" alt="Arrow Up Small Big"> | `arrow-up-small-big.svg` | Arrow Up Small Big |
|
|
| <img src="/ressources/Icons/arrow-up-wide-short.svg" width="24" height="24" alt="Arrow Up Wide Short"> | `arrow-up-wide-short.svg` | Arrow Up Wide Short |
|
|
| <img src="/ressources/Icons/arrow-up-z-a.svg" width="24" height="24" alt="Arrow Up Z A"> | `arrow-up-z-a.svg` | Arrow Up Z A |
|
|
| <img src="/ressources/Icons/arrow-up.svg" width="24" height="24" alt="Arrow Up"> | `arrow-up.svg` | Arrow Up |
|
|
| <img src="/ressources/Icons/arrows-left-right.svg" width="24" height="24" alt="Arrows Left Right"> | `arrows-left-right.svg` | Arrows Left Right |
|
|
| <img src="/ressources/Icons/arrows-up-down.svg" width="24" height="24" alt="Arrows Up Down"> | `arrows-up-down.svg` | Arrows Up Down |
|
|
| <img src="/ressources/Icons/building-arrow-right.svg" width="24" height="24" alt="Building Arrow Right"> | `building-arrow-right.svg` | Building Arrow Right |
|
|
| <img src="/ressources/Icons/bullseye-arrow.svg" width="24" height="24" alt="Bullseye Arrow"> | `bullseye-arrow.svg` | Bullseye Arrow |
|
|
| <img src="/ressources/Icons/calendar-arrow-down.svg" width="24" height="24" alt="Calendar Arrow Down"> | `calendar-arrow-down.svg` | Calendar Arrow Down |
|
|
| <img src="/ressources/Icons/calendar-arrow-up.svg" width="24" height="24" alt="Calendar Arrow Up"> | `calendar-arrow-up.svg` | Calendar Arrow Up |
|
|
| <img src="/ressources/Icons/caret-down.svg" width="24" height="24" alt="Caret Down"> | `caret-down.svg` | Caret Down |
|
|
| <img src="/ressources/Icons/caret-left-to-line.svg" width="24" height="24" alt="Caret Left To Line"> | `caret-left-to-line.svg` | Caret Left To Line |
|
|
| <img src="/ressources/Icons/caret-left.svg" width="24" height="24" alt="Caret Left"> | `caret-left.svg` | Caret Left |
|
|
| <img src="/ressources/Icons/caret-right-to-line.svg" width="24" height="24" alt="Caret Right To Line"> | `caret-right-to-line.svg` | Caret Right To Line |
|
|
| <img src="/ressources/Icons/caret-right.svg" width="24" height="24" alt="Caret Right"> | `caret-right.svg` | Caret Right |
|
|
| <img src="/ressources/Icons/caret-up.svg" width="24" height="24" alt="Caret Up"> | `caret-up.svg` | Caret Up |
|
|
| <img src="/ressources/Icons/cart-arrow-down.svg" width="24" height="24" alt="Cart Arrow Down"> | `cart-arrow-down.svg` | Cart Arrow Down |
|
|
| <img src="/ressources/Icons/cart-arrow-up.svg" width="24" height="24" alt="Cart Arrow Up"> | `cart-arrow-up.svg` | Cart Arrow Up |
|
|
| <img src="/ressources/Icons/chevron-down-dot.svg" width="24" height="24" alt="Chevron Down Dot"> | `chevron-down-dot.svg` | Chevron Down Dot |
|
|
| <img src="/ressources/Icons/chevron-down-double.svg" width="24" height="24" alt="Chevron Down Double"> | `chevron-down-double.svg` | Chevron Down Double |
|
|
| <img src="/ressources/Icons/chevron-down-left.svg" width="24" height="24" alt="Chevron Down Left"> | `chevron-down-left.svg` | Chevron Down Left |
|
|
| <img src="/ressources/Icons/chevron-down-right.svg" width="24" height="24" alt="Chevron Down Right"> | `chevron-down-right.svg` | Chevron Down Right |
|
|
| <img src="/ressources/Icons/chevron-down.svg" width="24" height="24" alt="Chevron Down"> | `chevron-down.svg` | Chevron Down |
|
|
| <img src="/ressources/Icons/chevron-left-dot.svg" width="24" height="24" alt="Chevron Left Dot"> | `chevron-left-dot.svg` | Chevron Left Dot |
|
|
| <img src="/ressources/Icons/chevron-left-double.svg" width="24" height="24" alt="Chevron Left Double"> | `chevron-left-double.svg` | Chevron Left Double |
|
|
| <img src="/ressources/Icons/chevron-left.svg" width="24" height="24" alt="Chevron Left"> | `chevron-left.svg` | Chevron Left |
|
|
| <img src="/ressources/Icons/chevron-right-dot.svg" width="24" height="24" alt="Chevron Right Dot"> | `chevron-right-dot.svg` | Chevron Right Dot |
|
|
| <img src="/ressources/Icons/chevron-right-double.svg" width="24" height="24" alt="Chevron Right Double"> | `chevron-right-double.svg` | Chevron Right Double |
|
|
| <img src="/ressources/Icons/chevron-right.svg" width="24" height="24" alt="Chevron Right"> | `chevron-right.svg` | Chevron Right |
|
|
| <img src="/ressources/Icons/chevron-selector-horizontal-dot.svg" width="24" height="24" alt="Chevron Selector Horizontal Dot"> | `chevron-selector-horizontal-dot.svg` | Chevron Selector Horizontal Dot |
|
|
| <img src="/ressources/Icons/chevron-selector-horizontal.svg" width="24" height="24" alt="Chevron Selector Horizontal"> | `chevron-selector-horizontal.svg` | Chevron Selector Horizontal |
|
|
| <img src="/ressources/Icons/chevron-selector-vertical-dot.svg" width="24" height="24" alt="Chevron Selector Vertical Dot"> | `chevron-selector-vertical-dot.svg` | Chevron Selector Vertical Dot |
|
|
| <img src="/ressources/Icons/chevron-selector-vertical.svg" width="24" height="24" alt="Chevron Selector Vertical"> | `chevron-selector-vertical.svg` | Chevron Selector Vertical |
|
|
| <img src="/ressources/Icons/chevron-up-dot.svg" width="24" height="24" alt="Chevron Up Dot"> | `chevron-up-dot.svg` | Chevron Up Dot |
|
|
| <img src="/ressources/Icons/chevron-up-double.svg" width="24" height="24" alt="Chevron Up Double"> | `chevron-up-double.svg` | Chevron Up Double |
|
|
| <img src="/ressources/Icons/chevron-up-left.svg" width="24" height="24" alt="Chevron Up Left"> | `chevron-up-left.svg` | Chevron Up Left |
|
|
| <img src="/ressources/Icons/chevron-up-right.svg" width="24" height="24" alt="Chevron Up Right"> | `chevron-up-right.svg` | Chevron Up Right |
|
|
| <img src="/ressources/Icons/chevron-up.svg" width="24" height="24" alt="Chevron Up"> | `chevron-up.svg` | Chevron Up |
|
|
| <img src="/ressources/Icons/circle-location-arrow.svg" width="24" height="24" alt="Circle Location Arrow"> | `circle-location-arrow.svg` | Circle Location Arrow |
|
|
| <img src="/ressources/Icons/clipboard-arrow-down.svg" width="24" height="24" alt="Clipboard Arrow Down"> | `clipboard-arrow-down.svg` | Clipboard Arrow Down |
|
|
| <img src="/ressources/Icons/clipboard-arrow-up.svg" width="24" height="24" alt="Clipboard Arrow Up"> | `clipboard-arrow-up.svg` | Clipboard Arrow Up |
|
|
| <img src="/ressources/Icons/cloud-arrow-down-alt.svg" width="24" height="24" alt="Cloud Arrow Down Alt"> | `cloud-arrow-down-alt.svg` | Cloud Arrow Down Alt |
|
|
| <img src="/ressources/Icons/cloud-arrow-down.svg" width="24" height="24" alt="Cloud Arrow Down"> | `cloud-arrow-down.svg` | Cloud Arrow Down |
|
|
| <img src="/ressources/Icons/cloud-arrow-up.svg" width="24" height="24" alt="Cloud Arrow Up"> | `cloud-arrow-up.svg` | Cloud Arrow Up |
|
|
| <img src="/ressources/Icons/cloud-up-arrow.svg" width="24" height="24" alt="Cloud Up Arrow"> | `cloud-up-arrow.svg` | Cloud Up Arrow |
|
|
| <img src="/ressources/Icons/corner-down-left.svg" width="24" height="24" alt="Corner Down Left"> | `corner-down-left.svg` | Corner Down Left |
|
|
| <img src="/ressources/Icons/corner-down-right.svg" width="24" height="24" alt="Corner Down Right"> | `corner-down-right.svg` | Corner Down Right |
|
|
| <img src="/ressources/Icons/corner-left-down.svg" width="24" height="24" alt="Corner Left Down"> | `corner-left-down.svg` | Corner Left Down |
|
|
| <img src="/ressources/Icons/corner-left-up.svg" width="24" height="24" alt="Corner Left Up"> | `corner-left-up.svg` | Corner Left Up |
|
|
| <img src="/ressources/Icons/corner-right-down.svg" width="24" height="24" alt="Corner Right Down"> | `corner-right-down.svg` | Corner Right Down |
|
|
| <img src="/ressources/Icons/corner-right-up.svg" width="24" height="24" alt="Corner Right Up"> | `corner-right-up.svg` | Corner Right Up |
|
|
| <img src="/ressources/Icons/corner-up-left.svg" width="24" height="24" alt="Corner Up Left"> | `corner-up-left.svg` | Corner Up Left |
|
|
| <img src="/ressources/Icons/corner-up-right.svg" width="24" height="24" alt="Corner Up Right"> | `corner-up-right.svg` | Corner Up Right |
|
|
| <img src="/ressources/Icons/credit-card-arrow-right-alt.svg" width="24" height="24" alt="Credit Card Arrow Right Alt"> | `credit-card-arrow-right-alt.svg` | Credit Card Arrow Right Alt |
|
|
| <img src="/ressources/Icons/credit-card-arrow-right.svg" width="24" height="24" alt="Credit Card Arrow Right"> | `credit-card-arrow-right.svg` | Credit Card Arrow Right |
|
|
| <img src="/ressources/Icons/diamond-turn-right.svg" width="24" height="24" alt="Diamond Turn Right"> | `diamond-turn-right.svg` | Diamond Turn Right |
|
|
| <img src="/ressources/Icons/file-arrow-down-alt-1.svg" width="24" height="24" alt="File Arrow Down Alt 1"> | `file-arrow-down-alt-1.svg` | File Arrow Down Alt 1 |
|
|
| <img src="/ressources/Icons/file-arrow-down-alt.svg" width="24" height="24" alt="File Arrow Down Alt"> | `file-arrow-down-alt.svg` | File Arrow Down Alt |
|
|
| <img src="/ressources/Icons/file-arrow-down.svg" width="24" height="24" alt="File Arrow Down"> | `file-arrow-down.svg` | File Arrow Down |
|
|
| <img src="/ressources/Icons/file-arrow-left.svg" width="24" height="24" alt="File Arrow Left"> | `file-arrow-left.svg` | File Arrow Left |
|
|
| <img src="/ressources/Icons/file-arrow-right.svg" width="24" height="24" alt="File Arrow Right"> | `file-arrow-right.svg` | File Arrow Right |
|
|
| <img src="/ressources/Icons/file-arrow-up-alt-1.svg" width="24" height="24" alt="File Arrow Up Alt 1"> | `file-arrow-up-alt-1.svg` | File Arrow Up Alt 1 |
|
|
| <img src="/ressources/Icons/file-arrow-up-alt.svg" width="24" height="24" alt="File Arrow Up Alt"> | `file-arrow-up-alt.svg` | File Arrow Up Alt |
|
|
| <img src="/ressources/Icons/file-arrow-up.svg" width="24" height="24" alt="File Arrow Up"> | `file-arrow-up.svg` | File Arrow Up |
|
|
| <img src="/ressources/Icons/folder-arrow-down.svg" width="24" height="24" alt="Folder Arrow Down"> | `folder-arrow-down.svg` | Folder Arrow Down |
|
|
| <img src="/ressources/Icons/folder-arrow-left.svg" width="24" height="24" alt="Folder Arrow Left"> | `folder-arrow-left.svg` | Folder Arrow Left |
|
|
| <img src="/ressources/Icons/folder-arrow-right.svg" width="24" height="24" alt="Folder Arrow Right"> | `folder-arrow-right.svg` | Folder Arrow Right |
|
|
| <img src="/ressources/Icons/folder-arrow-up.svg" width="24" height="24" alt="Folder Arrow Up"> | `folder-arrow-up.svg` | Folder Arrow Up |
|
|
| <img src="/ressources/Icons/inbox-arrow-down.svg" width="24" height="24" alt="Inbox Arrow Down"> | `inbox-arrow-down.svg` | Inbox Arrow Down |
|
|
| <img src="/ressources/Icons/inbox-arrow-left.svg" width="24" height="24" alt="Inbox Arrow Left"> | `inbox-arrow-left.svg` | Inbox Arrow Left |
|
|
| <img src="/ressources/Icons/inbox-arrow-right.svg" width="24" height="24" alt="Inbox Arrow Right"> | `inbox-arrow-right.svg` | Inbox Arrow Right |
|
|
| <img src="/ressources/Icons/inbox-arrow-up.svg" width="24" height="24" alt="Inbox Arrow Up"> | `inbox-arrow-up.svg` | Inbox Arrow Up |
|
|
| <img src="/ressources/Icons/laptop-arrow-down-alt.svg" width="24" height="24" alt="Laptop Arrow Down Alt"> | `laptop-arrow-down-alt.svg` | Laptop Arrow Down Alt |
|
|
| <img src="/ressources/Icons/laptop-arrow-down.svg" width="24" height="24" alt="Laptop Arrow Down"> | `laptop-arrow-down.svg` | Laptop Arrow Down |
|
|
| <img src="/ressources/Icons/laptop-arrow-up-alt.svg" width="24" height="24" alt="Laptop Arrow Up Alt"> | `laptop-arrow-up-alt.svg` | Laptop Arrow Up Alt |
|
|
| <img src="/ressources/Icons/laptop-arrow-up.svg" width="24" height="24" alt="Laptop Arrow Up"> | `laptop-arrow-up.svg` | Laptop Arrow Up |
|
|
| <img src="/ressources/Icons/left-to-right-text-direction.svg" width="24" height="24" alt="Left To Right Text Direction"> | `left-to-right-text-direction.svg` | Left To Right Text Direction |
|
|
| <img src="/ressources/Icons/location-arrow-alt.svg" width="24" height="24" alt="Location Arrow Alt"> | `location-arrow-alt.svg` | Location Arrow Alt |
|
|
| <img src="/ressources/Icons/location-arrow.svg" width="24" height="24" alt="Location Arrow"> | `location-arrow.svg` | Location Arrow |
|
|
| <img src="/ressources/Icons/mail-arrow-down.svg" width="24" height="24" alt="Mail Arrow Down"> | `mail-arrow-down.svg` | Mail Arrow Down |
|
|
| <img src="/ressources/Icons/mail-arrow-up.svg" width="24" height="24" alt="Mail Arrow Up"> | `mail-arrow-up.svg` | Mail Arrow Up |
|
|
| <img src="/ressources/Icons/mail-open-arrow-down.svg" width="24" height="24" alt="Mail Open Arrow Down"> | `mail-open-arrow-down.svg` | Mail Open Arrow Down |
|
|
| <img src="/ressources/Icons/mail-open-arrow-up.svg" width="24" height="24" alt="Mail Open Arrow Up"> | `mail-open-arrow-up.svg` | Mail Open Arrow Up |
|
|
| <img src="/ressources/Icons/message-circle-arrow-down.svg" width="24" height="24" alt="Message Circle Arrow Down"> | `message-circle-arrow-down.svg` | Message Circle Arrow Down |
|
|
| <img src="/ressources/Icons/message-circle-arrow-up.svg" width="24" height="24" alt="Message Circle Arrow Up"> | `message-circle-arrow-up.svg` | Message Circle Arrow Up |
|
|
| <img src="/ressources/Icons/message-square-arrow-down.svg" width="24" height="24" alt="Message Square Arrow Down"> | `message-square-arrow-down.svg` | Message Square Arrow Down |
|
|
| <img src="/ressources/Icons/message-square-arrow-up.svg" width="24" height="24" alt="Message Square Arrow Up"> | `message-square-arrow-up.svg` | Message Square Arrow Up |
|
|
| <img src="/ressources/Icons/presentation-chart-arrow.svg" width="24" height="24" alt="Presentation Chart Arrow"> | `presentation-chart-arrow.svg` | Presentation Chart Arrow |
|
|
| <img src="/ressources/Icons/rectangle-code.svg" width="24" height="24" alt="Rectangle Code"> | `rectangle-code.svg` | Rectangle Code |
|
|
| <img src="/ressources/Icons/rectangle-terminal.svg" width="24" height="24" alt="Rectangle Terminal"> | `rectangle-terminal.svg` | Rectangle Terminal |
|
|
| <img src="/ressources/Icons/rectangle-vertical.svg" width="24" height="24" alt="Rectangle Vertical"> | `rectangle-vertical.svg` | Rectangle Vertical |
|
|
| <img src="/ressources/Icons/rectangle-wide.svg" width="24" height="24" alt="Rectangle Wide"> | `rectangle-wide.svg` | Rectangle Wide |
|
|
| <img src="/ressources/Icons/rectangle-xmark.svg" width="24" height="24" alt="Rectangle Xmark"> | `rectangle-xmark.svg` | Rectangle Xmark |
|
|
| <img src="/ressources/Icons/rectangles-mixed.svg" width="24" height="24" alt="Rectangles Mixed"> | `rectangles-mixed.svg` | Rectangles Mixed |
|
|
| <img src="/ressources/Icons/right-to-left-text-direction.svg" width="24" height="24" alt="Right To Left Text Direction"> | `right-to-left-text-direction.svg` | Right To Left Text Direction |
|
|
| <img src="/ressources/Icons/rotate-ccw.svg" width="24" height="24" alt="Rotate Ccw"> | `rotate-ccw.svg` | Rotate Ccw |
|
|
| <img src="/ressources/Icons/rotate-cw.svg" width="24" height="24" alt="Rotate Cw"> | `rotate-cw.svg` | Rotate Cw |
|
|
| <img src="/ressources/Icons/rotate-exclamation.svg" width="24" height="24" alt="Rotate Exclamation"> | `rotate-exclamation.svg` | Rotate Exclamation |
|
|
| <img src="/ressources/Icons/rotate.svg" width="24" height="24" alt="Rotate"> | `rotate.svg` | Rotate |
|
|
| <img src="/ressources/Icons/sensor-triangle-exclamation.svg" width="24" height="24" alt="Sensor Triangle Exclamation"> | `sensor-triangle-exclamation.svg` | Sensor Triangle Exclamation |
|
|
| <img src="/ressources/Icons/temperature-arrow-down.svg" width="24" height="24" alt="Temperature Arrow Down"> | `temperature-arrow-down.svg` | Temperature Arrow Down |
|
|
| <img src="/ressources/Icons/temperature-arrow-up.svg" width="24" height="24" alt="Temperature Arrow Up"> | `temperature-arrow-up.svg` | Temperature Arrow Up |
|
|
| <img src="/ressources/Icons/tent-arrow-down-to-line.svg" width="24" height="24" alt="Tent Arrow Down To Line"> | `tent-arrow-down-to-line.svg` | Tent Arrow Down To Line |
|
|
| <img src="/ressources/Icons/tent-arrow-left-right.svg" width="24" height="24" alt="Tent Arrow Left Right"> | `tent-arrow-left-right.svg` | Tent Arrow Left Right |
|
|
| <img src="/ressources/Icons/tent-arrow-turn-left.svg" width="24" height="24" alt="Tent Arrow Turn Left"> | `tent-arrow-turn-left.svg` | Tent Arrow Turn Left |
|
|
| <img src="/ressources/Icons/tent-arrows-down.svg" width="24" height="24" alt="Tent Arrows Down"> | `tent-arrows-down.svg` | Tent Arrows Down |
|
|
| <img src="/ressources/Icons/trash-arrow-up-alt.svg" width="24" height="24" alt="Trash Arrow Up Alt"> | `trash-arrow-up-alt.svg` | Trash Arrow Up Alt |
|
|
| <img src="/ressources/Icons/trash-arrow-up.svg" width="24" height="24" alt="Trash Arrow Up"> | `trash-arrow-up.svg` | Trash Arrow Up |
|
|
| <img src="/ressources/Icons/triangle-arrows-bolt.svg" width="24" height="24" alt="Triangle Arrows Bolt"> | `triangle-arrows-bolt.svg` | Triangle Arrows Bolt |
|
|
| <img src="/ressources/Icons/triangle-exclamation.svg" width="24" height="24" alt="Triangle Exclamation"> | `triangle-exclamation.svg` | Triangle Exclamation |
|
|
| <img src="/ressources/Icons/triangle-instrument.svg" width="24" height="24" alt="Triangle Instrument"> | `triangle-instrument.svg` | Triangle Instrument |
|
|
| <img src="/ressources/Icons/triangle.svg" width="24" height="24" alt="Triangle"> | `triangle.svg` | Triangle |
|
|
| <img src="/ressources/Icons/turn-off.svg" width="24" height="24" alt="Turn Off"> | `turn-off.svg` | Turn Off |
|
|
| <img src="/ressources/Icons/video-arrow-down-left.svg" width="24" height="24" alt="Video Arrow Down Left"> | `video-arrow-down-left.svg` | Video Arrow Down Left |
|
|
| <img src="/ressources/Icons/video-arrow-up-right.svg" width="24" height="24" alt="Video Arrow Up Right"> | `video-arrow-up-right.svg` | Video Arrow Up Right |
|
|
| <img src="/ressources/Icons/wallet-arrow-right.svg" width="24" height="24" alt="Wallet Arrow Right"> | `wallet-arrow-right.svg` | Wallet Arrow Right |
|
|
| <img src="/ressources/Icons/water-arrow-down.svg" width="24" height="24" alt="Water Arrow Down"> | `water-arrow-down.svg` | Water Arrow Down |
|
|
| <img src="/ressources/Icons/water-arrow-up.svg" width="24" height="24" alt="Water Arrow Up"> | `water-arrow-up.svg` | Water Arrow Up |
|
|
|
|
### Security
|
|
|
|
<a name="security"></a>
|
|
|
|
| Icon | File Name | Description |
|
|
|------|-----------|-------------|
|
|
| <img src="/ressources/Icons/building-lock.svg" width="24" height="24" alt="Building Lock"> | `building-lock.svg` | Building Lock |
|
|
| <img src="/ressources/Icons/building-shield.svg" width="24" height="24" alt="Building Shield"> | `building-shield.svg` | Building Shield |
|
|
| <img src="/ressources/Icons/fingerprint-alt.svg" width="24" height="24" alt="Fingerprint Alt"> | `fingerprint-alt.svg` | Fingerprint Alt |
|
|
| <img src="/ressources/Icons/fingerprint.svg" width="24" height="24" alt="Fingerprint"> | `fingerprint.svg` | Fingerprint |
|
|
| <img src="/ressources/Icons/hockey-mask.svg" width="24" height="24" alt="Hockey Mask"> | `hockey-mask.svg` | Hockey Mask |
|
|
| <img src="/ressources/Icons/house-lock-alt.svg" width="24" height="24" alt="House Lock Alt"> | `house-lock-alt.svg` | House Lock Alt |
|
|
| <img src="/ressources/Icons/house-lock.svg" width="24" height="24" alt="House Lock"> | `house-lock.svg` | House Lock |
|
|
| <img src="/ressources/Icons/house-shield.svg" width="24" height="24" alt="House Shield"> | `house-shield.svg` | House Shield |
|
|
| <img src="/ressources/Icons/key-alt.svg" width="24" height="24" alt="Key Alt"> | `key-alt.svg` | Key Alt |
|
|
| <img src="/ressources/Icons/key.svg" width="24" height="24" alt="Key"> | `key.svg` | Key |
|
|
| <img src="/ressources/Icons/location-pin-lock.svg" width="24" height="24" alt="Location Pin Lock"> | `location-pin-lock.svg` | Location Pin Lock |
|
|
| <img src="/ressources/Icons/lock-a.svg" width="24" height="24" alt="Lock A"> | `lock-a.svg` | Lock A |
|
|
| <img src="/ressources/Icons/lock-alt.svg" width="24" height="24" alt="Lock Alt"> | `lock-alt.svg` | Lock Alt |
|
|
| <img src="/ressources/Icons/lock-slash.svg" width="24" height="24" alt="Lock Slash"> | `lock-slash.svg` | Lock Slash |
|
|
| <img src="/ressources/Icons/lock.svg" width="24" height="24" alt="Lock"> | `lock.svg` | Lock |
|
|
| <img src="/ressources/Icons/shield-alt-1.svg" width="24" height="24" alt="Shield Alt 1"> | `shield-alt-1.svg` | Shield Alt 1 |
|
|
| <img src="/ressources/Icons/shield-alt.svg" width="24" height="24" alt="Shield Alt"> | `shield-alt.svg` | Shield Alt |
|
|
| <img src="/ressources/Icons/shield-bolt.svg" width="24" height="24" alt="Shield Bolt"> | `shield-bolt.svg` | Shield Bolt |
|
|
| <img src="/ressources/Icons/shield-check.svg" width="24" height="24" alt="Shield Check"> | `shield-check.svg` | Shield Check |
|
|
| <img src="/ressources/Icons/shield-exclamation.svg" width="24" height="24" alt="Shield Exclamation"> | `shield-exclamation.svg` | Shield Exclamation |
|
|
| <img src="/ressources/Icons/shield-heart.svg" width="24" height="24" alt="Shield Heart"> | `shield-heart.svg` | Shield Heart |
|
|
| <img src="/ressources/Icons/shield-keyhole.svg" width="24" height="24" alt="Shield Keyhole"> | `shield-keyhole.svg` | Shield Keyhole |
|
|
| <img src="/ressources/Icons/shield-minus.svg" width="24" height="24" alt="Shield Minus"> | `shield-minus.svg` | Shield Minus |
|
|
| <img src="/ressources/Icons/shield-plus.svg" width="24" height="24" alt="Shield Plus"> | `shield-plus.svg` | Shield Plus |
|
|
| <img src="/ressources/Icons/shield-slash-alt-1.svg" width="24" height="24" alt="Shield Slash Alt 1"> | `shield-slash-alt-1.svg` | Shield Slash Alt 1 |
|
|
| <img src="/ressources/Icons/shield-slash-alt.svg" width="24" height="24" alt="Shield Slash Alt"> | `shield-slash-alt.svg` | Shield Slash Alt |
|
|
| <img src="/ressources/Icons/shield-slash.svg" width="24" height="24" alt="Shield Slash"> | `shield-slash.svg` | Shield Slash |
|
|
| <img src="/ressources/Icons/shield-xmark.svg" width="24" height="24" alt="Shield Xmark"> | `shield-xmark.svg` | Shield Xmark |
|
|
| <img src="/ressources/Icons/shield.svg" width="24" height="24" alt="Shield"> | `shield.svg` | Shield |
|
|
| <img src="/ressources/Icons/signature-lock.svg" width="24" height="24" alt="Signature Lock"> | `signature-lock.svg` | Signature Lock |
|
|
| <img src="/ressources/Icons/square-a-lock.svg" width="24" height="24" alt="Square A Lock"> | `square-a-lock.svg` | Square A Lock |
|
|
| <img src="/ressources/Icons/unlock-alt.svg" width="24" height="24" alt="Unlock Alt"> | `unlock-alt.svg` | Unlock Alt |
|
|
| <img src="/ressources/Icons/unlock.svg" width="24" height="24" alt="Unlock"> | `unlock.svg` | Unlock |
|
|
|
|
### Settings & Tools
|
|
|
|
<a name="settings-tools"></a>
|
|
|
|
| Icon | File Name | Description |
|
|
|------|-----------|-------------|
|
|
| <img src="/ressources/Icons/gear-alt.svg" width="24" height="24" alt="Gear Alt"> | `gear-alt.svg` | Gear Alt |
|
|
| <img src="/ressources/Icons/gear.svg" width="24" height="24" alt="Gear"> | `gear.svg` | Gear |
|
|
|
|
### Shapes & Symbols
|
|
|
|
<a name="shapes-symbols"></a>
|
|
|
|
| Icon | File Name | Description |
|
|
|------|-----------|-------------|
|
|
| <img src="/ressources/Icons/bracket-square-right.svg" width="24" height="24" alt="Bracket Square Right"> | `bracket-square-right.svg` | Bracket Square Right |
|
|
| <img src="/ressources/Icons/bracket-square.svg" width="24" height="24" alt="Bracket Square"> | `bracket-square.svg` | Bracket Square |
|
|
| <img src="/ressources/Icons/brackets-square.svg" width="24" height="24" alt="Brackets Square"> | `brackets-square.svg` | Brackets Square |
|
|
| <img src="/ressources/Icons/chirstmas-star.svg" width="24" height="24" alt="Chirstmas Star"> | `chirstmas-star.svg` | Chirstmas Star |
|
|
| <img src="/ressources/Icons/circle-bolt.svg" width="24" height="24" alt="Circle Bolt"> | `circle-bolt.svg` | Circle Bolt |
|
|
| <img src="/ressources/Icons/circle-check.svg" width="24" height="24" alt="Circle Check"> | `circle-check.svg` | Circle Check |
|
|
| <img src="/ressources/Icons/circle-dashed.svg" width="24" height="24" alt="Circle Dashed"> | `circle-dashed.svg` | Circle Dashed |
|
|
| <img src="/ressources/Icons/circle-dots-horizontal.svg" width="24" height="24" alt="Circle Dots Horizontal"> | `circle-dots-horizontal.svg` | Circle Dots Horizontal |
|
|
| <img src="/ressources/Icons/circle-dots-vertical.svg" width="24" height="24" alt="Circle Dots Vertical"> | `circle-dots-vertical.svg` | Circle Dots Vertical |
|
|
| <img src="/ressources/Icons/circle-exclamation-check.svg" width="24" height="24" alt="Circle Exclamation Check"> | `circle-exclamation-check.svg` | Circle Exclamation Check |
|
|
| <img src="/ressources/Icons/circle-exclamation.svg" width="24" height="24" alt="Circle Exclamation"> | `circle-exclamation.svg` | Circle Exclamation |
|
|
| <img src="/ressources/Icons/circle-half-stroke.svg" width="24" height="24" alt="Circle Half Stroke"> | `circle-half-stroke.svg` | Circle Half Stroke |
|
|
| <img src="/ressources/Icons/circle-half.svg" width="24" height="24" alt="Circle Half"> | `circle-half.svg` | Circle Half |
|
|
| <img src="/ressources/Icons/circle-heat.svg" width="24" height="24" alt="Circle Heat"> | `circle-heat.svg` | Circle Heat |
|
|
| <img src="/ressources/Icons/circle-information.svg" width="24" height="24" alt="Circle Information"> | `circle-information.svg` | Circle Information |
|
|
| <img src="/ressources/Icons/circle-minus.svg" width="24" height="24" alt="Circle Minus"> | `circle-minus.svg` | Circle Minus |
|
|
| <img src="/ressources/Icons/circle-notch.svg" width="24" height="24" alt="Circle Notch"> | `circle-notch.svg` | Circle Notch |
|
|
| <img src="/ressources/Icons/circle-parking-splash.svg" width="24" height="24" alt="Circle Parking Splash"> | `circle-parking-splash.svg` | Circle Parking Splash |
|
|
| <img src="/ressources/Icons/circle-parking.svg" width="24" height="24" alt="Circle Parking"> | `circle-parking.svg` | Circle Parking |
|
|
| <img src="/ressources/Icons/circle-plug-alt.svg" width="24" height="24" alt="Circle Plug Alt"> | `circle-plug-alt.svg` | Circle Plug Alt |
|
|
| <img src="/ressources/Icons/circle-plug.svg" width="24" height="24" alt="Circle Plug"> | `circle-plug.svg` | Circle Plug |
|
|
| <img src="/ressources/Icons/circle-plus.svg" width="24" height="24" alt="Circle Plus"> | `circle-plus.svg` | Circle Plus |
|
|
| <img src="/ressources/Icons/circle-quarter.svg" width="24" height="24" alt="Circle Quarter"> | `circle-quarter.svg` | Circle Quarter |
|
|
| <img src="/ressources/Icons/circle-quarters.svg" width="24" height="24" alt="Circle Quarters"> | `circle-quarters.svg` | Circle Quarters |
|
|
| <img src="/ressources/Icons/circle-question.svg" width="24" height="24" alt="Circle Question"> | `circle-question.svg` | Circle Question |
|
|
| <img src="/ressources/Icons/circle-radiation.svg" width="24" height="24" alt="Circle Radiation"> | `circle-radiation.svg` | Circle Radiation |
|
|
| <img src="/ressources/Icons/circle-three-quarters.svg" width="24" height="24" alt="Circle Three Quarters"> | `circle-three-quarters.svg` | Circle Three Quarters |
|
|
| <img src="/ressources/Icons/circle-water-plug.svg" width="24" height="24" alt="Circle Water Plug"> | `circle-water-plug.svg` | Circle Water Plug |
|
|
| <img src="/ressources/Icons/circle-waveform-lines.svg" width="24" height="24" alt="Circle Waveform Lines"> | `circle-waveform-lines.svg` | Circle Waveform Lines |
|
|
| <img src="/ressources/Icons/circle-xmark.svg" width="24" height="24" alt="Circle Xmark"> | `circle-xmark.svg` | Circle Xmark |
|
|
| <img src="/ressources/Icons/circle-yen.svg" width="24" height="24" alt="Circle Yen"> | `circle-yen.svg` | Circle Yen |
|
|
| <img src="/ressources/Icons/circle.svg" width="24" height="24" alt="Circle"> | `circle.svg` | Circle |
|
|
| <img src="/ressources/Icons/dazzling-star.svg" width="24" height="24" alt="Dazzling Star"> | `dazzling-star.svg` | Dazzling Star |
|
|
| <img src="/ressources/Icons/dialpad-circle.svg" width="24" height="24" alt="Dialpad Circle"> | `dialpad-circle.svg` | Dialpad Circle |
|
|
| <img src="/ressources/Icons/dialpad-square.svg" width="24" height="24" alt="Dialpad Square"> | `dialpad-square.svg` | Dialpad Square |
|
|
| <img src="/ressources/Icons/diamond-exclamation.svg" width="24" height="24" alt="Diamond Exclamation"> | `diamond-exclamation.svg` | Diamond Exclamation |
|
|
| <img src="/ressources/Icons/diamond-xmark.svg" width="24" height="24" alt="Diamond Xmark"> | `diamond-xmark.svg` | Diamond Xmark |
|
|
| <img src="/ressources/Icons/diamond.svg" width="24" height="24" alt="Diamond"> | `diamond.svg` | Diamond |
|
|
| <img src="/ressources/Icons/draw-square-t.svg" width="24" height="24" alt="Draw Square T"> | `draw-square-t.svg` | Draw Square T |
|
|
| <img src="/ressources/Icons/draw-square.svg" width="24" height="24" alt="Draw Square"> | `draw-square.svg` | Draw Square |
|
|
| <img src="/ressources/Icons/euro-circle.svg" width="24" height="24" alt="Euro Circle"> | `euro-circle.svg` | Euro Circle |
|
|
| <img src="/ressources/Icons/hexagon-alt-1.svg" width="24" height="24" alt="Hexagon Alt 1"> | `hexagon-alt-1.svg` | Hexagon Alt 1 |
|
|
| <img src="/ressources/Icons/hexagon-check.svg" width="24" height="24" alt="Hexagon Check"> | `hexagon-check.svg` | Hexagon Check |
|
|
| <img src="/ressources/Icons/hexagon-exclamation.svg" width="24" height="24" alt="Hexagon Exclamation"> | `hexagon-exclamation.svg` | Hexagon Exclamation |
|
|
| <img src="/ressources/Icons/hexagon-image.svg" width="24" height="24" alt="Hexagon Image"> | `hexagon-image.svg` | Hexagon Image |
|
|
| <img src="/ressources/Icons/hexagon.svg" width="24" height="24" alt="Hexagon"> | `hexagon.svg` | Hexagon |
|
|
| <img src="/ressources/Icons/image-circle.svg" width="24" height="24" alt="Image Circle"> | `image-circle.svg` | Image Circle |
|
|
| <img src="/ressources/Icons/image-square-check.svg" width="24" height="24" alt="Image Square Check"> | `image-square-check.svg` | Image Square Check |
|
|
| <img src="/ressources/Icons/image-square-xmark.svg" width="24" height="24" alt="Image Square Xmark"> | `image-square-xmark.svg` | Image Square Xmark |
|
|
| <img src="/ressources/Icons/image-square.svg" width="24" height="24" alt="Image Square"> | `image-square.svg` | Image Square |
|
|
| <img src="/ressources/Icons/moon-stars.svg" width="24" height="24" alt="Moon Stars"> | `moon-stars.svg` | Moon Stars |
|
|
| <img src="/ressources/Icons/pen-circle.svg" width="24" height="24" alt="Pen Circle"> | `pen-circle.svg` | Pen Circle |
|
|
| <img src="/ressources/Icons/pen-square.svg" width="24" height="24" alt="Pen Square"> | `pen-square.svg` | Pen Square |
|
|
| <img src="/ressources/Icons/pound-circle.svg" width="24" height="24" alt="Pound Circle"> | `pound-circle.svg` | Pound Circle |
|
|
| <img src="/ressources/Icons/square-check.svg" width="24" height="24" alt="Square Check"> | `square-check.svg` | Square Check |
|
|
| <img src="/ressources/Icons/square-code.svg" width="24" height="24" alt="Square Code"> | `square-code.svg` | Square Code |
|
|
| <img src="/ressources/Icons/square-cv.svg" width="24" height="24" alt="Square Cv"> | `square-cv.svg` | Square Cv |
|
|
| <img src="/ressources/Icons/square-dashed.svg" width="24" height="24" alt="Square Dashed"> | `square-dashed.svg` | Square Dashed |
|
|
| <img src="/ressources/Icons/square-dazzle.svg" width="24" height="24" alt="Square Dazzle"> | `square-dazzle.svg` | Square Dazzle |
|
|
| <img src="/ressources/Icons/square-dots-vertical.svg" width="24" height="24" alt="Square Dots Vertical"> | `square-dots-vertical.svg` | Square Dots Vertical |
|
|
| <img src="/ressources/Icons/square-dots.svg" width="24" height="24" alt="Square Dots"> | `square-dots.svg` | Square Dots |
|
|
| <img src="/ressources/Icons/square-exclamation.svg" width="24" height="24" alt="Square Exclamation"> | `square-exclamation.svg` | Square Exclamation |
|
|
| <img src="/ressources/Icons/square-h.svg" width="24" height="24" alt="Square H"> | `square-h.svg` | Square H |
|
|
| <img src="/ressources/Icons/square-kanban.svg" width="24" height="24" alt="Square Kanban"> | `square-kanban.svg` | Square Kanban |
|
|
| <img src="/ressources/Icons/square-list.svg" width="24" height="24" alt="Square List"> | `square-list.svg` | Square List |
|
|
| <img src="/ressources/Icons/square-minus.svg" width="24" height="24" alt="Square Minus"> | `square-minus.svg` | Square Minus |
|
|
| <img src="/ressources/Icons/square-parking-slash.svg" width="24" height="24" alt="Square Parking Slash"> | `square-parking-slash.svg` | Square Parking Slash |
|
|
| <img src="/ressources/Icons/square-parking.svg" width="24" height="24" alt="Square Parking"> | `square-parking.svg` | Square Parking |
|
|
| <img src="/ressources/Icons/square-pen.svg" width="24" height="24" alt="Square Pen"> | `square-pen.svg` | Square Pen |
|
|
| <img src="/ressources/Icons/square-poll-horizontal.svg" width="24" height="24" alt="Square Poll Horizontal"> | `square-poll-horizontal.svg` | Square Poll Horizontal |
|
|
| <img src="/ressources/Icons/square-poll-vertical.svg" width="24" height="24" alt="Square Poll Vertical"> | `square-poll-vertical.svg` | Square Poll Vertical |
|
|
| <img src="/ressources/Icons/square-quarters.svg" width="24" height="24" alt="Square Quarters"> | `square-quarters.svg` | Square Quarters |
|
|
| <img src="/ressources/Icons/square-ring.svg" width="24" height="24" alt="Square Ring"> | `square-ring.svg` | Square Ring |
|
|
| <img src="/ressources/Icons/square-rss.svg" width="24" height="24" alt="Square Rss"> | `square-rss.svg` | Square Rss |
|
|
| <img src="/ressources/Icons/square-small.svg" width="24" height="24" alt="Square Small"> | `square-small.svg` | Square Small |
|
|
| <img src="/ressources/Icons/square-t.svg" width="24" height="24" alt="Square T"> | `square-t.svg` | Square T |
|
|
| <img src="/ressources/Icons/square-terminal.svg" width="24" height="24" alt="Square Terminal"> | `square-terminal.svg` | Square Terminal |
|
|
| <img src="/ressources/Icons/square.svg" width="24" height="24" alt="Square"> | `square.svg` | Square |
|
|
| <img src="/ressources/Icons/star-alt-1.svg" width="24" height="24" alt="Star Alt 1"> | `star-alt-1.svg` | Star Alt 1 |
|
|
| <img src="/ressources/Icons/star-alt-2.svg" width="24" height="24" alt="Star Alt 2"> | `star-alt-2.svg` | Star Alt 2 |
|
|
| <img src="/ressources/Icons/star-alt-3.svg" width="24" height="24" alt="Star Alt 3"> | `star-alt-3.svg` | Star Alt 3 |
|
|
| <img src="/ressources/Icons/star-alt-4.svg" width="24" height="24" alt="Star Alt 4"> | `star-alt-4.svg` | Star Alt 4 |
|
|
| <img src="/ressources/Icons/star-exclamation.svg" width="24" height="24" alt="Star Exclamation"> | `star-exclamation.svg` | Star Exclamation |
|
|
| <img src="/ressources/Icons/star-half-stroke.svg" width="24" height="24" alt="Star Half Stroke"> | `star-half-stroke.svg` | Star Half Stroke |
|
|
| <img src="/ressources/Icons/star-sharp-half.svg" width="24" height="24" alt="Star Sharp Half"> | `star-sharp-half.svg` | Star Sharp Half |
|
|
| <img src="/ressources/Icons/star-sharp.svg" width="24" height="24" alt="Star Sharp"> | `star-sharp.svg` | Star Sharp |
|
|
| <img src="/ressources/Icons/star.svg" width="24" height="24" alt="Star"> | `star.svg` | Star |
|
|
| <img src="/ressources/Icons/stars.svg" width="24" height="24" alt="Stars"> | `stars.svg` | Stars |
|
|
|
|
### Shopping & E-Commerce
|
|
|
|
<a name="shopping-e-commerce"></a>
|
|
|
|
| Icon | File Name | Description |
|
|
|------|-----------|-------------|
|
|
| <img src="/ressources/Icons/bag-shopping.svg" width="24" height="24" alt="Bag Shopping"> | `bag-shopping.svg` | Bag Shopping |
|
|
| <img src="/ressources/Icons/bags-shopping.svg" width="24" height="24" alt="Bags Shopping"> | `bags-shopping.svg` | Bags Shopping |
|
|
| <img src="/ressources/Icons/basket-shopping-alt.svg" width="24" height="24" alt="Basket Shopping Alt"> | `basket-shopping-alt.svg` | Basket Shopping Alt |
|
|
| <img src="/ressources/Icons/basket-shopping.svg" width="24" height="24" alt="Basket Shopping"> | `basket-shopping.svg` | Basket Shopping |
|
|
| <img src="/ressources/Icons/briefcase-dollar.svg" width="24" height="24" alt="Briefcase Dollar"> | `briefcase-dollar.svg` | Briefcase Dollar |
|
|
| <img src="/ressources/Icons/cart-check.svg" width="24" height="24" alt="Cart Check"> | `cart-check.svg` | Cart Check |
|
|
| <img src="/ressources/Icons/cart-minus.svg" width="24" height="24" alt="Cart Minus"> | `cart-minus.svg` | Cart Minus |
|
|
| <img src="/ressources/Icons/cart-plus.svg" width="24" height="24" alt="Cart Plus"> | `cart-plus.svg` | Cart Plus |
|
|
| <img src="/ressources/Icons/cart-shopping-fast.svg" width="24" height="24" alt="Cart Shopping Fast"> | `cart-shopping-fast.svg` | Cart Shopping Fast |
|
|
| <img src="/ressources/Icons/cart-shopping.svg" width="24" height="24" alt="Cart Shopping"> | `cart-shopping.svg` | Cart Shopping |
|
|
| <img src="/ressources/Icons/cart-xmark.svg" width="24" height="24" alt="Cart Xmark"> | `cart-xmark.svg` | Cart Xmark |
|
|
| <img src="/ressources/Icons/christmas-bag.svg" width="24" height="24" alt="Christmas Bag"> | `christmas-bag.svg` | Christmas Bag |
|
|
| <img src="/ressources/Icons/circle-dollar-to-slot.svg" width="24" height="24" alt="Circle Dollar To Slot"> | `circle-dollar-to-slot.svg` | Circle Dollar To Slot |
|
|
| <img src="/ressources/Icons/circle-dollar.svg" width="24" height="24" alt="Circle Dollar"> | `circle-dollar.svg` | Circle Dollar |
|
|
| <img src="/ressources/Icons/circle-percentage.svg" width="24" height="24" alt="Circle Percentage"> | `circle-percentage.svg` | Circle Percentage |
|
|
| <img src="/ressources/Icons/dollar-circle-list.svg" width="24" height="24" alt="Dollar Circle List"> | `dollar-circle-list.svg` | Dollar Circle List |
|
|
| <img src="/ressources/Icons/dollar-sign.svg" width="24" height="24" alt="Dollar Sign"> | `dollar-sign.svg` | Dollar Sign |
|
|
| <img src="/ressources/Icons/globe-dollar.svg" width="24" height="24" alt="Globe Dollar"> | `globe-dollar.svg` | Globe Dollar |
|
|
| <img src="/ressources/Icons/hashtag-lock.svg" width="24" height="24" alt="Hashtag Lock"> | `hashtag-lock.svg` | Hashtag Lock |
|
|
| <img src="/ressources/Icons/hashtag.svg" width="24" height="24" alt="Hashtag"> | `hashtag.svg` | Hashtag |
|
|
| <img src="/ressources/Icons/laptop-dollar.svg" width="24" height="24" alt="Laptop Dollar"> | `laptop-dollar.svg` | Laptop Dollar |
|
|
| <img src="/ressources/Icons/lock-hashtag.svg" width="24" height="24" alt="Lock Hashtag"> | `lock-hashtag.svg` | Lock Hashtag |
|
|
| <img src="/ressources/Icons/mobile-dollar.svg" width="24" height="24" alt="Mobile Dollar"> | `mobile-dollar.svg` | Mobile Dollar |
|
|
| <img src="/ressources/Icons/money-check-dollar-pen.svg" width="24" height="24" alt="Money Check Dollar Pen"> | `money-check-dollar-pen.svg` | Money Check Dollar Pen |
|
|
| <img src="/ressources/Icons/money-check-dollar.svg" width="24" height="24" alt="Money Check Dollar"> | `money-check-dollar.svg` | Money Check Dollar |
|
|
| <img src="/ressources/Icons/moneybag.svg" width="24" height="24" alt="Moneybag"> | `moneybag.svg` | Moneybag |
|
|
| <img src="/ressources/Icons/octagon-exclamation.svg" width="24" height="24" alt="Octagon Exclamation"> | `octagon-exclamation.svg` | Octagon Exclamation |
|
|
| <img src="/ressources/Icons/octagon.svg" width="24" height="24" alt="Octagon"> | `octagon.svg` | Octagon |
|
|
| <img src="/ressources/Icons/pentagon.svg" width="24" height="24" alt="Pentagon"> | `pentagon.svg` | Pentagon |
|
|
| <img src="/ressources/Icons/shield-dollar.svg" width="24" height="24" alt="Shield Dollar"> | `shield-dollar.svg` | Shield Dollar |
|
|
| <img src="/ressources/Icons/shop.svg" width="24" height="24" alt="Shop"> | `shop.svg` | Shop |
|
|
| <img src="/ressources/Icons/square-dollar-chart.svg" width="24" height="24" alt="Square Dollar Chart"> | `square-dollar-chart.svg` | Square Dollar Chart |
|
|
| <img src="/ressources/Icons/square-dollar.svg" width="24" height="24" alt="Square Dollar"> | `square-dollar.svg` | Square Dollar |
|
|
| <img src="/ressources/Icons/tag.svg" width="24" height="24" alt="Tag"> | `tag.svg` | Tag |
|
|
| <img src="/ressources/Icons/tags.svg" width="24" height="24" alt="Tags"> | `tags.svg` | Tags |
|
|
|
|
### Technology & Devices
|
|
|
|
<a name="technology-devices"></a>
|
|
|
|
| Icon | File Name | Description |
|
|
|------|-----------|-------------|
|
|
| <img src="/ressources/Icons/desktop-computer.svg" width="24" height="24" alt="Desktop Computer"> | `desktop-computer.svg` | Desktop Computer |
|
|
| <img src="/ressources/Icons/drawing-tablet.svg" width="24" height="24" alt="Drawing Tablet"> | `drawing-tablet.svg` | Drawing Tablet |
|
|
| <img src="/ressources/Icons/keyboard-alt-1.svg" width="24" height="24" alt="Keyboard Alt 1"> | `keyboard-alt-1.svg` | Keyboard Alt 1 |
|
|
| <img src="/ressources/Icons/keyboard-alt.svg" width="24" height="24" alt="Keyboard Alt"> | `keyboard-alt.svg` | Keyboard Alt |
|
|
| <img src="/ressources/Icons/keyboard.svg" width="24" height="24" alt="Keyboard"> | `keyboard.svg` | Keyboard |
|
|
| <img src="/ressources/Icons/laptop-alt-1.svg" width="24" height="24" alt="Laptop Alt 1"> | `laptop-alt-1.svg` | Laptop Alt 1 |
|
|
| <img src="/ressources/Icons/laptop-alt-2.svg" width="24" height="24" alt="Laptop Alt 2"> | `laptop-alt-2.svg` | Laptop Alt 2 |
|
|
| <img src="/ressources/Icons/laptop-alt.svg" width="24" height="24" alt="Laptop Alt"> | `laptop-alt.svg` | Laptop Alt |
|
|
| <img src="/ressources/Icons/laptop-check-alt.svg" width="24" height="24" alt="Laptop Check Alt"> | `laptop-check-alt.svg` | Laptop Check Alt |
|
|
| <img src="/ressources/Icons/laptop-check.svg" width="24" height="24" alt="Laptop Check"> | `laptop-check.svg` | Laptop Check |
|
|
| <img src="/ressources/Icons/laptop-exclamation-alt.svg" width="24" height="24" alt="Laptop Exclamation Alt"> | `laptop-exclamation-alt.svg` | Laptop Exclamation Alt |
|
|
| <img src="/ressources/Icons/laptop-exclamation.svg" width="24" height="24" alt="Laptop Exclamation"> | `laptop-exclamation.svg` | Laptop Exclamation |
|
|
| <img src="/ressources/Icons/laptop-lock-alt.svg" width="24" height="24" alt="Laptop Lock Alt"> | `laptop-lock-alt.svg` | Laptop Lock Alt |
|
|
| <img src="/ressources/Icons/laptop-lock.svg" width="24" height="24" alt="Laptop Lock"> | `laptop-lock.svg` | Laptop Lock |
|
|
| <img src="/ressources/Icons/laptop-medical.svg" width="24" height="24" alt="Laptop Medical"> | `laptop-medical.svg` | Laptop Medical |
|
|
| <img src="/ressources/Icons/laptop-refresh-alt.svg" width="24" height="24" alt="Laptop Refresh Alt"> | `laptop-refresh-alt.svg` | Laptop Refresh Alt |
|
|
| <img src="/ressources/Icons/laptop-refresh.svg" width="24" height="24" alt="Laptop Refresh"> | `laptop-refresh.svg` | Laptop Refresh |
|
|
| <img src="/ressources/Icons/laptop-search-alt.svg" width="24" height="24" alt="Laptop Search Alt"> | `laptop-search-alt.svg` | Laptop Search Alt |
|
|
| <img src="/ressources/Icons/laptop-search.svg" width="24" height="24" alt="Laptop Search"> | `laptop-search.svg` | Laptop Search |
|
|
| <img src="/ressources/Icons/laptop-shield-alt.svg" width="24" height="24" alt="Laptop Shield Alt"> | `laptop-shield-alt.svg` | Laptop Shield Alt |
|
|
| <img src="/ressources/Icons/laptop-shield.svg" width="24" height="24" alt="Laptop Shield"> | `laptop-shield.svg` | Laptop Shield |
|
|
| <img src="/ressources/Icons/laptop-signal-alt.svg" width="24" height="24" alt="Laptop Signal Alt"> | `laptop-signal-alt.svg` | Laptop Signal Alt |
|
|
| <img src="/ressources/Icons/laptop-signal.svg" width="24" height="24" alt="Laptop Signal"> | `laptop-signal.svg` | Laptop Signal |
|
|
| <img src="/ressources/Icons/laptop-wired.svg" width="24" height="24" alt="Laptop Wired"> | `laptop-wired.svg` | Laptop Wired |
|
|
| <img src="/ressources/Icons/laptop-xmark-alt.svg" width="24" height="24" alt="Laptop Xmark Alt"> | `laptop-xmark-alt.svg` | Laptop Xmark Alt |
|
|
| <img src="/ressources/Icons/laptop-xmark.svg" width="24" height="24" alt="Laptop Xmark"> | `laptop-xmark.svg` | Laptop Xmark |
|
|
| <img src="/ressources/Icons/laptop.svg" width="24" height="24" alt="Laptop"> | `laptop.svg` | Laptop |
|
|
| <img src="/ressources/Icons/mobile-alt-1.svg" width="24" height="24" alt="Mobile Alt 1"> | `mobile-alt-1.svg` | Mobile Alt 1 |
|
|
| <img src="/ressources/Icons/mobile-alt-2.svg" width="24" height="24" alt="Mobile Alt 2"> | `mobile-alt-2.svg` | Mobile Alt 2 |
|
|
| <img src="/ressources/Icons/mobile-alt.svg" width="24" height="24" alt="Mobile Alt"> | `mobile-alt.svg` | Mobile Alt |
|
|
| <img src="/ressources/Icons/mobile-bolt.svg" width="24" height="24" alt="Mobile Bolt"> | `mobile-bolt.svg` | Mobile Bolt |
|
|
| <img src="/ressources/Icons/mobile-check.svg" width="24" height="24" alt="Mobile Check"> | `mobile-check.svg` | Mobile Check |
|
|
| <img src="/ressources/Icons/mobile-signal-out.svg" width="24" height="24" alt="Mobile Signal Out"> | `mobile-signal-out.svg` | Mobile Signal Out |
|
|
| <img src="/ressources/Icons/mobile-signal.svg" width="24" height="24" alt="Mobile Signal"> | `mobile-signal.svg` | Mobile Signal |
|
|
| <img src="/ressources/Icons/mobile-slash.svg" width="24" height="24" alt="Mobile Slash"> | `mobile-slash.svg` | Mobile Slash |
|
|
| <img src="/ressources/Icons/mobile-xmark.svg" width="24" height="24" alt="Mobile Xmark"> | `mobile-xmark.svg` | Mobile Xmark |
|
|
| <img src="/ressources/Icons/mobile.svg" width="24" height="24" alt="Mobile"> | `mobile.svg` | Mobile |
|
|
| <img src="/ressources/Icons/monitor-alt-1.svg" width="24" height="24" alt="Monitor Alt 1"> | `monitor-alt-1.svg` | Monitor Alt 1 |
|
|
| <img src="/ressources/Icons/monitor-alt-2.svg" width="24" height="24" alt="Monitor Alt 2"> | `monitor-alt-2.svg` | Monitor Alt 2 |
|
|
| <img src="/ressources/Icons/monitor-alt-3.svg" width="24" height="24" alt="Monitor Alt 3"> | `monitor-alt-3.svg` | Monitor Alt 3 |
|
|
| <img src="/ressources/Icons/monitor-alt-4.svg" width="24" height="24" alt="Monitor Alt 4"> | `monitor-alt-4.svg` | Monitor Alt 4 |
|
|
| <img src="/ressources/Icons/monitor-alt-5.svg" width="24" height="24" alt="Monitor Alt 5"> | `monitor-alt-5.svg` | Monitor Alt 5 |
|
|
| <img src="/ressources/Icons/monitor-alt-6.svg" width="24" height="24" alt="Monitor Alt 6"> | `monitor-alt-6.svg` | Monitor Alt 6 |
|
|
| <img src="/ressources/Icons/monitor-alt.svg" width="24" height="24" alt="Monitor Alt"> | `monitor-alt.svg` | Monitor Alt |
|
|
| <img src="/ressources/Icons/monitor-heart-rate.svg" width="24" height="24" alt="Monitor Heart Rate"> | `monitor-heart-rate.svg` | Monitor Heart Rate |
|
|
| <img src="/ressources/Icons/monitor-medical.svg" width="24" height="24" alt="Monitor Medical"> | `monitor-medical.svg` | Monitor Medical |
|
|
| <img src="/ressources/Icons/monitor-water.svg" width="24" height="24" alt="Monitor Water"> | `monitor-water.svg` | Monitor Water |
|
|
| <img src="/ressources/Icons/monitor.svg" width="24" height="24" alt="Monitor"> | `monitor.svg` | Monitor |
|
|
| <img src="/ressources/Icons/mouse-alt-1.svg" width="24" height="24" alt="Mouse Alt 1"> | `mouse-alt-1.svg` | Mouse Alt 1 |
|
|
| <img src="/ressources/Icons/mouse-alt-2.svg" width="24" height="24" alt="Mouse Alt 2"> | `mouse-alt-2.svg` | Mouse Alt 2 |
|
|
| <img src="/ressources/Icons/mouse-alt-3.svg" width="24" height="24" alt="Mouse Alt 3"> | `mouse-alt-3.svg` | Mouse Alt 3 |
|
|
| <img src="/ressources/Icons/mouse-alt-4.svg" width="24" height="24" alt="Mouse Alt 4"> | `mouse-alt-4.svg` | Mouse Alt 4 |
|
|
| <img src="/ressources/Icons/mouse-alt-5.svg" width="24" height="24" alt="Mouse Alt 5"> | `mouse-alt-5.svg` | Mouse Alt 5 |
|
|
| <img src="/ressources/Icons/mouse-alt.svg" width="24" height="24" alt="Mouse Alt"> | `mouse-alt.svg` | Mouse Alt |
|
|
| <img src="/ressources/Icons/mouse.svg" width="24" height="24" alt="Mouse"> | `mouse.svg` | Mouse |
|
|
| <img src="/ressources/Icons/phone-alt.svg" width="24" height="24" alt="Phone Alt"> | `phone-alt.svg` | Phone Alt |
|
|
| <img src="/ressources/Icons/phone-block-alt.svg" width="24" height="24" alt="Phone Block Alt"> | `phone-block-alt.svg` | Phone Block Alt |
|
|
| <img src="/ressources/Icons/phone-block.svg" width="24" height="24" alt="Phone Block"> | `phone-block.svg` | Phone Block |
|
|
| <img src="/ressources/Icons/phone-call-alt-1.svg" width="24" height="24" alt="Phone Call Alt 1"> | `phone-call-alt-1.svg` | Phone Call Alt 1 |
|
|
| <img src="/ressources/Icons/phone-call.svg" width="24" height="24" alt="Phone Call"> | `phone-call.svg` | Phone Call |
|
|
| <img src="/ressources/Icons/phone-flip-alt.svg" width="24" height="24" alt="Phone Flip Alt"> | `phone-flip-alt.svg` | Phone Flip Alt |
|
|
| <img src="/ressources/Icons/phone-flip.svg" width="24" height="24" alt="Phone Flip"> | `phone-flip.svg` | Phone Flip |
|
|
| <img src="/ressources/Icons/phone-incoming-alt.svg" width="24" height="24" alt="Phone Incoming Alt"> | `phone-incoming-alt.svg` | Phone Incoming Alt |
|
|
| <img src="/ressources/Icons/phone-incoming.svg" width="24" height="24" alt="Phone Incoming"> | `phone-incoming.svg` | Phone Incoming |
|
|
| <img src="/ressources/Icons/phone-intercom.svg" width="24" height="24" alt="Phone Intercom"> | `phone-intercom.svg` | Phone Intercom |
|
|
| <img src="/ressources/Icons/phone-lock-alt.svg" width="24" height="24" alt="Phone Lock Alt"> | `phone-lock-alt.svg` | Phone Lock Alt |
|
|
| <img src="/ressources/Icons/phone-lock.svg" width="24" height="24" alt="Phone Lock"> | `phone-lock.svg` | Phone Lock |
|
|
| <img src="/ressources/Icons/phone-missed-alt.svg" width="24" height="24" alt="Phone Missed Alt"> | `phone-missed-alt.svg` | Phone Missed Alt |
|
|
| <img src="/ressources/Icons/phone-missed.svg" width="24" height="24" alt="Phone Missed"> | `phone-missed.svg` | Phone Missed |
|
|
| <img src="/ressources/Icons/phone-office.svg" width="24" height="24" alt="Phone Office"> | `phone-office.svg` | Phone Office |
|
|
| <img src="/ressources/Icons/phone-outgoing-alt.svg" width="24" height="24" alt="Phone Outgoing Alt"> | `phone-outgoing-alt.svg` | Phone Outgoing Alt |
|
|
| <img src="/ressources/Icons/phone-outgoing.svg" width="24" height="24" alt="Phone Outgoing"> | `phone-outgoing.svg` | Phone Outgoing |
|
|
| <img src="/ressources/Icons/phone-plus-alt.svg" width="24" height="24" alt="Phone Plus Alt"> | `phone-plus-alt.svg` | Phone Plus Alt |
|
|
| <img src="/ressources/Icons/phone-plus.svg" width="24" height="24" alt="Phone Plus"> | `phone-plus.svg` | Phone Plus |
|
|
| <img src="/ressources/Icons/phone-signal-alt.svg" width="24" height="24" alt="Phone Signal Alt"> | `phone-signal-alt.svg` | Phone Signal Alt |
|
|
| <img src="/ressources/Icons/phone-signal.svg" width="24" height="24" alt="Phone Signal"> | `phone-signal.svg` | Phone Signal |
|
|
| <img src="/ressources/Icons/phone-slash-alt.svg" width="24" height="24" alt="Phone Slash Alt"> | `phone-slash-alt.svg` | Phone Slash Alt |
|
|
| <img src="/ressources/Icons/phone-slash.svg" width="24" height="24" alt="Phone Slash"> | `phone-slash.svg` | Phone Slash |
|
|
| <img src="/ressources/Icons/phone-xmark-alt.svg" width="24" height="24" alt="Phone Xmark Alt"> | `phone-xmark-alt.svg` | Phone Xmark Alt |
|
|
| <img src="/ressources/Icons/phone-xmark.svg" width="24" height="24" alt="Phone Xmark"> | `phone-xmark.svg` | Phone Xmark |
|
|
| <img src="/ressources/Icons/phone.svg" width="24" height="24" alt="Phone"> | `phone.svg` | Phone |
|
|
| <img src="/ressources/Icons/square-phone-flip.svg" width="24" height="24" alt="Square Phone Flip"> | `square-phone-flip.svg` | Square Phone Flip |
|
|
| <img src="/ressources/Icons/square-phone.svg" width="24" height="24" alt="Square Phone"> | `square-phone.svg` | Square Phone |
|
|
| <img src="/ressources/Icons/tablet-alt-1.svg" width="24" height="24" alt="Tablet Alt 1"> | `tablet-alt-1.svg` | Tablet Alt 1 |
|
|
| <img src="/ressources/Icons/tablet-alt-2.svg" width="24" height="24" alt="Tablet Alt 2"> | `tablet-alt-2.svg` | Tablet Alt 2 |
|
|
| <img src="/ressources/Icons/tablet-alt.svg" width="24" height="24" alt="Tablet Alt"> | `tablet-alt.svg` | Tablet Alt |
|
|
| <img src="/ressources/Icons/tablet.svg" width="24" height="24" alt="Tablet"> | `tablet.svg` | Tablet |
|
|
|
|
### Time & Calendar
|
|
|
|
<a name="time-calendar"></a>
|
|
|
|
| Icon | File Name | Description |
|
|
|------|-----------|-------------|
|
|
| <img src="/ressources/Icons/alarm-clock-alt.svg" width="24" height="24" alt="Alarm Clock Alt"> | `alarm-clock-alt.svg` | Alarm Clock Alt |
|
|
| <img src="/ressources/Icons/alarm-clock.svg" width="24" height="24" alt="Alarm Clock"> | `alarm-clock.svg` | Alarm Clock |
|
|
| <img src="/ressources/Icons/alarm-exclamation.svg" width="24" height="24" alt="Alarm Exclamation"> | `alarm-exclamation.svg` | Alarm Exclamation |
|
|
| <img src="/ressources/Icons/alarm-plus.svg" width="24" height="24" alt="Alarm Plus"> | `alarm-plus.svg` | Alarm Plus |
|
|
| <img src="/ressources/Icons/alarm-snooze.svg" width="24" height="24" alt="Alarm Snooze"> | `alarm-snooze.svg` | Alarm Snooze |
|
|
| <img src="/ressources/Icons/calendar-alt.svg" width="24" height="24" alt="Calendar Alt"> | `calendar-alt.svg` | Calendar Alt |
|
|
| <img src="/ressources/Icons/calendar-check.svg" width="24" height="24" alt="Calendar Check"> | `calendar-check.svg` | Calendar Check |
|
|
| <img src="/ressources/Icons/calendar-circle-exclamation.svg" width="24" height="24" alt="Calendar Circle Exclamation"> | `calendar-circle-exclamation.svg` | Calendar Circle Exclamation |
|
|
| <img src="/ressources/Icons/calendar-circle-minus.svg" width="24" height="24" alt="Calendar Circle Minus"> | `calendar-circle-minus.svg` | Calendar Circle Minus |
|
|
| <img src="/ressources/Icons/calendar-circle-plus.svg" width="24" height="24" alt="Calendar Circle Plus"> | `calendar-circle-plus.svg` | Calendar Circle Plus |
|
|
| <img src="/ressources/Icons/calendar-day.svg" width="24" height="24" alt="Calendar Day"> | `calendar-day.svg` | Calendar Day |
|
|
| <img src="/ressources/Icons/calendar-days.svg" width="24" height="24" alt="Calendar Days"> | `calendar-days.svg` | Calendar Days |
|
|
| <img src="/ressources/Icons/calendar-exclamation-alt.svg" width="24" height="24" alt="Calendar Exclamation Alt"> | `calendar-exclamation-alt.svg` | Calendar Exclamation Alt |
|
|
| <img src="/ressources/Icons/calendar-exclamation.svg" width="24" height="24" alt="Calendar Exclamation"> | `calendar-exclamation.svg` | Calendar Exclamation |
|
|
| <img src="/ressources/Icons/calendar-heart.svg" width="24" height="24" alt="Calendar Heart"> | `calendar-heart.svg` | Calendar Heart |
|
|
| <img src="/ressources/Icons/calendar-lines-alt.svg" width="24" height="24" alt="Calendar Lines Alt"> | `calendar-lines-alt.svg` | Calendar Lines Alt |
|
|
| <img src="/ressources/Icons/calendar-lines-pen.svg" width="24" height="24" alt="Calendar Lines Pen"> | `calendar-lines-pen.svg` | Calendar Lines Pen |
|
|
| <img src="/ressources/Icons/calendar-lines.svg" width="24" height="24" alt="Calendar Lines"> | `calendar-lines.svg` | Calendar Lines |
|
|
| <img src="/ressources/Icons/calendar-minus.svg" width="24" height="24" alt="Calendar Minus"> | `calendar-minus.svg` | Calendar Minus |
|
|
| <img src="/ressources/Icons/calendar-pen.svg" width="24" height="24" alt="Calendar Pen"> | `calendar-pen.svg` | Calendar Pen |
|
|
| <img src="/ressources/Icons/calendar-plus-alt.svg" width="24" height="24" alt="Calendar Plus Alt"> | `calendar-plus-alt.svg` | Calendar Plus Alt |
|
|
| <img src="/ressources/Icons/calendar-plus.svg" width="24" height="24" alt="Calendar Plus"> | `calendar-plus.svg` | Calendar Plus |
|
|
| <img src="/ressources/Icons/calendar-week.svg" width="24" height="24" alt="Calendar Week"> | `calendar-week.svg` | Calendar Week |
|
|
| <img src="/ressources/Icons/calendar-xmark-alt.svg" width="24" height="24" alt="Calendar Xmark Alt"> | `calendar-xmark-alt.svg` | Calendar Xmark Alt |
|
|
| <img src="/ressources/Icons/calendar-xmark.svg" width="24" height="24" alt="Calendar Xmark"> | `calendar-xmark.svg` | Calendar Xmark |
|
|
| <img src="/ressources/Icons/calendar.svg" width="24" height="24" alt="Calendar"> | `calendar.svg` | Calendar |
|
|
| <img src="/ressources/Icons/calendars.svg" width="24" height="24" alt="Calendars"> | `calendars.svg` | Calendars |
|
|
| <img src="/ressources/Icons/clock-check.svg" width="24" height="24" alt="Clock Check"> | `clock-check.svg` | Clock Check |
|
|
| <img src="/ressources/Icons/clock-desk.svg" width="24" height="24" alt="Clock Desk"> | `clock-desk.svg` | Clock Desk |
|
|
| <img src="/ressources/Icons/clock-eight-thirty.svg" width="24" height="24" alt="Clock Eight Thirty"> | `clock-eight-thirty.svg` | Clock Eight Thirty |
|
|
| <img src="/ressources/Icons/clock-eight.svg" width="24" height="24" alt="Clock Eight"> | `clock-eight.svg` | Clock Eight |
|
|
| <img src="/ressources/Icons/clock-eleven-thirty.svg" width="24" height="24" alt="Clock Eleven Thirty"> | `clock-eleven-thirty.svg` | Clock Eleven Thirty |
|
|
| <img src="/ressources/Icons/clock-eleven.svg" width="24" height="24" alt="Clock Eleven"> | `clock-eleven.svg` | Clock Eleven |
|
|
| <img src="/ressources/Icons/clock-exclamation.svg" width="24" height="24" alt="Clock Exclamation"> | `clock-exclamation.svg` | Clock Exclamation |
|
|
| <img src="/ressources/Icons/clock-five-thirty.svg" width="24" height="24" alt="Clock Five Thirty"> | `clock-five-thirty.svg` | Clock Five Thirty |
|
|
| <img src="/ressources/Icons/clock-five.svg" width="24" height="24" alt="Clock Five"> | `clock-five.svg` | Clock Five |
|
|
| <img src="/ressources/Icons/clock-four-thirty.svg" width="24" height="24" alt="Clock Four Thirty"> | `clock-four-thirty.svg` | Clock Four Thirty |
|
|
| <img src="/ressources/Icons/clock-lines.svg" width="24" height="24" alt="Clock Lines"> | `clock-lines.svg` | Clock Lines |
|
|
| <img src="/ressources/Icons/clock-minus.svg" width="24" height="24" alt="Clock Minus"> | `clock-minus.svg` | Clock Minus |
|
|
| <img src="/ressources/Icons/clock-nine-thirty.svg" width="24" height="24" alt="Clock Nine Thirty"> | `clock-nine-thirty.svg` | Clock Nine Thirty |
|
|
| <img src="/ressources/Icons/clock-nine.svg" width="24" height="24" alt="Clock Nine"> | `clock-nine.svg` | Clock Nine |
|
|
| <img src="/ressources/Icons/clock-one-thirty.svg" width="24" height="24" alt="Clock One Thirty"> | `clock-one-thirty.svg` | Clock One Thirty |
|
|
| <img src="/ressources/Icons/clock-one.svg" width="24" height="24" alt="Clock One"> | `clock-one.svg` | Clock One |
|
|
| <img src="/ressources/Icons/clock-plus.svg" width="24" height="24" alt="Clock Plus"> | `clock-plus.svg` | Clock Plus |
|
|
| <img src="/ressources/Icons/clock-seven-thirty.svg" width="24" height="24" alt="Clock Seven Thirty"> | `clock-seven-thirty.svg` | Clock Seven Thirty |
|
|
| <img src="/ressources/Icons/clock-seven.svg" width="24" height="24" alt="Clock Seven"> | `clock-seven.svg` | Clock Seven |
|
|
| <img src="/ressources/Icons/clock-six-thirty.svg" width="24" height="24" alt="Clock Six Thirty"> | `clock-six-thirty.svg` | Clock Six Thirty |
|
|
| <img src="/ressources/Icons/clock-six.svg" width="24" height="24" alt="Clock Six"> | `clock-six.svg` | Clock Six |
|
|
| <img src="/ressources/Icons/clock-slash.svg" width="24" height="24" alt="Clock Slash"> | `clock-slash.svg` | Clock Slash |
|
|
| <img src="/ressources/Icons/clock-snooze.svg" width="24" height="24" alt="Clock Snooze"> | `clock-snooze.svg` | Clock Snooze |
|
|
| <img src="/ressources/Icons/clock-ten-thirty.svg" width="24" height="24" alt="Clock Ten Thirty"> | `clock-ten-thirty.svg` | Clock Ten Thirty |
|
|
| <img src="/ressources/Icons/clock-ten.svg" width="24" height="24" alt="Clock Ten"> | `clock-ten.svg` | Clock Ten |
|
|
| <img src="/ressources/Icons/clock-three-thirty.svg" width="24" height="24" alt="Clock Three Thirty"> | `clock-three-thirty.svg` | Clock Three Thirty |
|
|
| <img src="/ressources/Icons/clock-three.svg" width="24" height="24" alt="Clock Three"> | `clock-three.svg` | Clock Three |
|
|
| <img src="/ressources/Icons/clock-twelve-thirty.svg" width="24" height="24" alt="Clock Twelve Thirty"> | `clock-twelve-thirty.svg` | Clock Twelve Thirty |
|
|
| <img src="/ressources/Icons/clock-twelve.svg" width="24" height="24" alt="Clock Twelve"> | `clock-twelve.svg` | Clock Twelve |
|
|
| <img src="/ressources/Icons/clock-two-thirty.svg" width="24" height="24" alt="Clock Two Thirty"> | `clock-two-thirty.svg` | Clock Two Thirty |
|
|
| <img src="/ressources/Icons/clock-two.svg" width="24" height="24" alt="Clock Two"> | `clock-two.svg` | Clock Two |
|
|
| <img src="/ressources/Icons/clock-xmark.svg" width="24" height="24" alt="Clock Xmark"> | `clock-xmark.svg` | Clock Xmark |
|
|
| <img src="/ressources/Icons/clock.svg" width="24" height="24" alt="Clock"> | `clock.svg` | Clock |
|
|
| <img src="/ressources/Icons/halloween-calendar-alt.svg" width="24" height="24" alt="Halloween Calendar Alt"> | `halloween-calendar-alt.svg` | Halloween Calendar Alt |
|
|
| <img src="/ressources/Icons/halloween-calendar-bat.svg" width="24" height="24" alt="Halloween Calendar Bat"> | `halloween-calendar-bat.svg` | Halloween Calendar Bat |
|
|
| <img src="/ressources/Icons/halloween-calendar.svg" width="24" height="24" alt="Halloween Calendar"> | `halloween-calendar.svg` | Halloween Calendar |
|
|
| <img src="/ressources/Icons/hourglass-end.svg" width="24" height="24" alt="Hourglass End"> | `hourglass-end.svg` | Hourglass End |
|
|
| <img src="/ressources/Icons/hourglass-half.svg" width="24" height="24" alt="Hourglass Half"> | `hourglass-half.svg` | Hourglass Half |
|
|
| <img src="/ressources/Icons/hourglass-start.svg" width="24" height="24" alt="Hourglass Start"> | `hourglass-start.svg` | Hourglass Start |
|
|
| <img src="/ressources/Icons/hourglass.svg" width="24" height="24" alt="Hourglass"> | `hourglass.svg` | Hourglass |
|
|
| <img src="/ressources/Icons/refresh-ccw-clock.svg" width="24" height="24" alt="Refresh Ccw Clock"> | `refresh-ccw-clock.svg` | Refresh Ccw Clock |
|
|
| <img src="/ressources/Icons/swatchbook.svg" width="24" height="24" alt="Swatchbook"> | `swatchbook.svg` | Swatchbook |
|
|
| <img src="/ressources/Icons/timer.svg" width="24" height="24" alt="Timer"> | `timer.svg` | Timer |
|
|
| <img src="/ressources/Icons/trash-clock-alt.svg" width="24" height="24" alt="Trash Clock Alt"> | `trash-clock-alt.svg` | Trash Clock Alt |
|
|
| <img src="/ressources/Icons/trash-clock.svg" width="24" height="24" alt="Trash Clock"> | `trash-clock.svg` | Trash Clock |
|
|
| <img src="/ressources/Icons/watch-alt-1.svg" width="24" height="24" alt="Watch Alt 1"> | `watch-alt-1.svg` | Watch Alt 1 |
|
|
| <img src="/ressources/Icons/watch-alt-2.svg" width="24" height="24" alt="Watch Alt 2"> | `watch-alt-2.svg` | Watch Alt 2 |
|
|
| <img src="/ressources/Icons/watch-alt.svg" width="24" height="24" alt="Watch Alt"> | `watch-alt.svg` | Watch Alt |
|
|
| <img src="/ressources/Icons/watch.svg" width="24" height="24" alt="Watch"> | `watch.svg` | Watch |
|
|
|
|
### Transportation
|
|
|
|
<a name="transportation"></a>
|
|
|
|
| Icon | File Name | Description |
|
|
|------|-----------|-------------|
|
|
| <img src="/ressources/Icons/address-card.svg" width="24" height="24" alt="Address Card"> | `address-card.svg` | Address Card |
|
|
| <img src="/ressources/Icons/bus.svg" width="24" height="24" alt="Bus"> | `bus.svg` | Bus |
|
|
| <img src="/ressources/Icons/car-battery.svg" width="24" height="24" alt="Car Battery"> | `car-battery.svg` | Car Battery |
|
|
| <img src="/ressources/Icons/car.svg" width="24" height="24" alt="Car"> | `car.svg` | Car |
|
|
| <img src="/ressources/Icons/gift-card.svg" width="24" height="24" alt="Gift Card"> | `gift-card.svg` | Gift Card |
|
|
| <img src="/ressources/Icons/rhombus.svg" width="24" height="24" alt="Rhombus"> | `rhombus.svg` | Rhombus |
|
|
| <img src="/ressources/Icons/scarecrow.svg" width="24" height="24" alt="Scarecrow"> | `scarecrow.svg` | Scarecrow |
|
|
| <img src="/ressources/Icons/simcard-alt.svg" width="24" height="24" alt="Simcard Alt"> | `simcard-alt.svg` | Simcard Alt |
|
|
| <img src="/ressources/Icons/simcard-slash.svg" width="24" height="24" alt="Simcard Slash"> | `simcard-slash.svg` | Simcard Slash |
|
|
| <img src="/ressources/Icons/simcard.svg" width="24" height="24" alt="Simcard"> | `simcard.svg` | Simcard |
|
|
|
|
### User & Account
|
|
|
|
<a name="user-account"></a>
|
|
|
|
| Icon | File Name | Description |
|
|
|------|-----------|-------------|
|
|
| <img src="/ressources/Icons/annotation-user.svg" width="24" height="24" alt="Annotation User"> | `annotation-user.svg` | Annotation User |
|
|
| <img src="/ressources/Icons/badge-check.svg" width="24" height="24" alt="Badge Check"> | `badge-check.svg` | Badge Check |
|
|
| <img src="/ressources/Icons/badge-dollar.svg" width="24" height="24" alt="Badge Dollar"> | `badge-dollar.svg` | Badge Dollar |
|
|
| <img src="/ressources/Icons/badge-percent.svg" width="24" height="24" alt="Badge Percent"> | `badge-percent.svg` | Badge Percent |
|
|
| <img src="/ressources/Icons/badge.svg" width="24" height="24" alt="Badge"> | `badge.svg` | Badge |
|
|
| <img src="/ressources/Icons/battery-mid.svg" width="24" height="24" alt="Battery Mid"> | `battery-mid.svg` | Battery Mid |
|
|
| <img src="/ressources/Icons/book-user.svg" width="24" height="24" alt="Book User"> | `book-user.svg` | Book User |
|
|
| <img src="/ressources/Icons/bridge-suspension.svg" width="24" height="24" alt="Bridge Suspension"> | `bridge-suspension.svg` | Bridge Suspension |
|
|
| <img src="/ressources/Icons/building-user.svg" width="24" height="24" alt="Building User"> | `building-user.svg` | Building User |
|
|
| <img src="/ressources/Icons/calendar-user.svg" width="24" height="24" alt="Calendar User"> | `calendar-user.svg` | Calendar User |
|
|
| <img src="/ressources/Icons/car-side.svg" width="24" height="24" alt="Car Side"> | `car-side.svg` | Car Side |
|
|
| <img src="/ressources/Icons/chart-pyramid.svg" width="24" height="24" alt="Chart Pyramid"> | `chart-pyramid.svg` | Chart Pyramid |
|
|
| <img src="/ressources/Icons/chart-user-square.svg" width="24" height="24" alt="Chart User Square"> | `chart-user-square.svg` | Chart User Square |
|
|
| <img src="/ressources/Icons/circle-user.svg" width="24" height="24" alt="Circle User"> | `circle-user.svg` | Circle User |
|
|
| <img src="/ressources/Icons/circle-video.svg" width="24" height="24" alt="Circle Video"> | `circle-video.svg` | Circle Video |
|
|
| <img src="/ressources/Icons/clipboard-user.svg" width="24" height="24" alt="Clipboard User"> | `clipboard-user.svg` | Clipboard User |
|
|
| <img src="/ressources/Icons/compress-wide.svg" width="24" height="24" alt="Compress Wide"> | `compress-wide.svg` | Compress Wide |
|
|
| <img src="/ressources/Icons/expand-wide.svg" width="24" height="24" alt="Expand Wide"> | `expand-wide.svg` | Expand Wide |
|
|
| <img src="/ressources/Icons/face-id.svg" width="24" height="24" alt="Face Id"> | `face-id.svg` | Face Id |
|
|
| <img src="/ressources/Icons/file-user.svg" width="24" height="24" alt="File User"> | `file-user.svg` | File User |
|
|
| <img src="/ressources/Icons/folder-user.svg" width="24" height="24" alt="Folder User"> | `folder-user.svg` | Folder User |
|
|
| <img src="/ressources/Icons/grid-circle.svg" width="24" height="24" alt="Grid Circle"> | `grid-circle.svg` | Grid Circle |
|
|
| <img src="/ressources/Icons/grid-dividers.svg" width="24" height="24" alt="Grid Dividers"> | `grid-dividers.svg` | Grid Dividers |
|
|
| <img src="/ressources/Icons/grid-horizontal.svg" width="24" height="24" alt="Grid Horizontal"> | `grid-horizontal.svg` | Grid Horizontal |
|
|
| <img src="/ressources/Icons/grid-plus.svg" width="24" height="24" alt="Grid Plus"> | `grid-plus.svg` | Grid Plus |
|
|
| <img src="/ressources/Icons/grid-search.svg" width="24" height="24" alt="Grid Search"> | `grid-search.svg` | Grid Search |
|
|
| <img src="/ressources/Icons/grid-vertical.svg" width="24" height="24" alt="Grid Vertical"> | `grid-vertical.svg` | Grid Vertical |
|
|
| <img src="/ressources/Icons/grid.svg" width="24" height="24" alt="Grid"> | `grid.svg` | Grid |
|
|
| <img src="/ressources/Icons/hospital-user.svg" width="24" height="24" alt="Hospital User"> | `hospital-user.svg` | Hospital User |
|
|
| <img src="/ressources/Icons/house-chimney-user.svg" width="24" height="24" alt="House Chimney User"> | `house-chimney-user.svg` | House Chimney User |
|
|
| <img src="/ressources/Icons/house-user.svg" width="24" height="24" alt="House User"> | `house-user.svg` | House User |
|
|
| <img src="/ressources/Icons/id-badge.svg" width="24" height="24" alt="Id Badge"> | `id-badge.svg` | Id Badge |
|
|
| <img src="/ressources/Icons/id-card-clip.svg" width="24" height="24" alt="Id Card Clip"> | `id-card-clip.svg` | Id Card Clip |
|
|
| <img src="/ressources/Icons/id-card.svg" width="24" height="24" alt="Id Card"> | `id-card.svg` | Id Card |
|
|
| <img src="/ressources/Icons/image-polaroid-user.svg" width="24" height="24" alt="Image Polaroid User"> | `image-polaroid-user.svg` | Image Polaroid User |
|
|
| <img src="/ressources/Icons/image-user.svg" width="24" height="24" alt="Image User"> | `image-user.svg` | Image User |
|
|
| <img src="/ressources/Icons/images-user.svg" width="24" height="24" alt="Images User"> | `images-user.svg` | Images User |
|
|
| <img src="/ressources/Icons/lights-holiday.svg" width="24" height="24" alt="Lights Holiday"> | `lights-holiday.svg` | Lights Holiday |
|
|
| <img src="/ressources/Icons/mug-sauser.svg" width="24" height="24" alt="Mug Sauser"> | `mug-sauser.svg` | Mug Sauser |
|
|
| <img src="/ressources/Icons/portrait-user.svg" width="24" height="24" alt="Portrait User"> | `portrait-user.svg` | Portrait User |
|
|
| <img src="/ressources/Icons/screen-users.svg" width="24" height="24" alt="Screen Users"> | `screen-users.svg` | Screen Users |
|
|
| <img src="/ressources/Icons/sidebar-flip.svg" width="24" height="24" alt="Sidebar Flip"> | `sidebar-flip.svg` | Sidebar Flip |
|
|
| <img src="/ressources/Icons/sidebar.svg" width="24" height="24" alt="Sidebar"> | `sidebar.svg` | Sidebar |
|
|
| <img src="/ressources/Icons/sliders-simple.svg" width="24" height="24" alt="Sliders Simple"> | `sliders-simple.svg` | Sliders Simple |
|
|
| <img src="/ressources/Icons/sliders-up.svg" width="24" height="24" alt="Sliders Up"> | `sliders-up.svg` | Sliders Up |
|
|
| <img src="/ressources/Icons/sliders.svg" width="24" height="24" alt="Sliders"> | `sliders.svg` | Sliders |
|
|
| <img src="/ressources/Icons/spider-widow.svg" width="24" height="24" alt="Spider Widow"> | `spider-widow.svg` | Spider Widow |
|
|
| <img src="/ressources/Icons/spider.svg" width="24" height="24" alt="Spider"> | `spider.svg` | Spider |
|
|
| <img src="/ressources/Icons/square-sliders-vertical.svg" width="24" height="24" alt="Square Sliders Vertical"> | `square-sliders-vertical.svg` | Square Sliders Vertical |
|
|
| <img src="/ressources/Icons/square-sliders.svg" width="24" height="24" alt="Square Sliders"> | `square-sliders.svg` | Square Sliders |
|
|
| <img src="/ressources/Icons/square-user-chart.svg" width="24" height="24" alt="Square User Chart"> | `square-user-chart.svg` | Square User Chart |
|
|
| <img src="/ressources/Icons/square-user-check-alt.svg" width="24" height="24" alt="Square User Check Alt"> | `square-user-check-alt.svg` | Square User Check Alt |
|
|
| <img src="/ressources/Icons/square-user-check.svg" width="24" height="24" alt="Square User Check"> | `square-user-check.svg` | Square User Check |
|
|
| <img src="/ressources/Icons/square-user.svg" width="24" height="24" alt="Square User"> | `square-user.svg` | Square User |
|
|
| <img src="/ressources/Icons/text-width.svg" width="24" height="24" alt="Text Width"> | `text-width.svg` | Text Width |
|
|
| <img src="/ressources/Icons/user-alt-1.svg" width="24" height="24" alt="User Alt 1"> | `user-alt-1.svg` | User Alt 1 |
|
|
| <img src="/ressources/Icons/user-alt.svg" width="24" height="24" alt="User Alt"> | `user-alt.svg` | User Alt |
|
|
| <img src="/ressources/Icons/user-block-alt-1.svg" width="24" height="24" alt="User Block Alt 1"> | `user-block-alt-1.svg` | User Block Alt 1 |
|
|
| <img src="/ressources/Icons/user-block-alt.svg" width="24" height="24" alt="User Block Alt"> | `user-block-alt.svg` | User Block Alt |
|
|
| <img src="/ressources/Icons/user-block.svg" width="24" height="24" alt="User Block"> | `user-block.svg` | User Block |
|
|
| <img src="/ressources/Icons/user-check-alt-1.svg" width="24" height="24" alt="User Check Alt 1"> | `user-check-alt-1.svg` | User Check Alt 1 |
|
|
| <img src="/ressources/Icons/user-check-alt.svg" width="24" height="24" alt="User Check Alt"> | `user-check-alt.svg` | User Check Alt |
|
|
| <img src="/ressources/Icons/user-check.svg" width="24" height="24" alt="User Check"> | `user-check.svg` | User Check |
|
|
| <img src="/ressources/Icons/user-heart-alt-1.svg" width="24" height="24" alt="User Heart Alt 1"> | `user-heart-alt-1.svg` | User Heart Alt 1 |
|
|
| <img src="/ressources/Icons/user-heart-alt.svg" width="24" height="24" alt="User Heart Alt"> | `user-heart-alt.svg` | User Heart Alt |
|
|
| <img src="/ressources/Icons/user-heart.svg" width="24" height="24" alt="User Heart"> | `user-heart.svg` | User Heart |
|
|
| <img src="/ressources/Icons/user-lock-alt-1.svg" width="24" height="24" alt="User Lock Alt 1"> | `user-lock-alt-1.svg` | User Lock Alt 1 |
|
|
| <img src="/ressources/Icons/user-lock-alt.svg" width="24" height="24" alt="User Lock Alt"> | `user-lock-alt.svg` | User Lock Alt |
|
|
| <img src="/ressources/Icons/user-lock.svg" width="24" height="24" alt="User Lock"> | `user-lock.svg` | User Lock |
|
|
| <img src="/ressources/Icons/user-minus-alt-1.svg" width="24" height="24" alt="User Minus Alt 1"> | `user-minus-alt-1.svg` | User Minus Alt 1 |
|
|
| <img src="/ressources/Icons/user-minus-alt.svg" width="24" height="24" alt="User Minus Alt"> | `user-minus-alt.svg` | User Minus Alt |
|
|
| <img src="/ressources/Icons/user-minus.svg" width="24" height="24" alt="User Minus"> | `user-minus.svg` | User Minus |
|
|
| <img src="/ressources/Icons/user-pen-alt-1.svg" width="24" height="24" alt="User Pen Alt 1"> | `user-pen-alt-1.svg` | User Pen Alt 1 |
|
|
| <img src="/ressources/Icons/user-pen-alt.svg" width="24" height="24" alt="User Pen Alt"> | `user-pen-alt.svg` | User Pen Alt |
|
|
| <img src="/ressources/Icons/user-pen.svg" width="24" height="24" alt="User Pen"> | `user-pen.svg` | User Pen |
|
|
| <img src="/ressources/Icons/user-plus-alt-1.svg" width="24" height="24" alt="User Plus Alt 1"> | `user-plus-alt-1.svg` | User Plus Alt 1 |
|
|
| <img src="/ressources/Icons/user-plus-alt.svg" width="24" height="24" alt="User Plus Alt"> | `user-plus-alt.svg` | User Plus Alt |
|
|
| <img src="/ressources/Icons/user-plus.svg" width="24" height="24" alt="User Plus"> | `user-plus.svg` | User Plus |
|
|
| <img src="/ressources/Icons/user-question-alt-1.svg" width="24" height="24" alt="User Question Alt 1"> | `user-question-alt-1.svg` | User Question Alt 1 |
|
|
| <img src="/ressources/Icons/user-question-alt.svg" width="24" height="24" alt="User Question Alt"> | `user-question-alt.svg` | User Question Alt |
|
|
| <img src="/ressources/Icons/user-question.svg" width="24" height="24" alt="User Question"> | `user-question.svg` | User Question |
|
|
| <img src="/ressources/Icons/user-refresh-alt-1.svg" width="24" height="24" alt="User Refresh Alt 1"> | `user-refresh-alt-1.svg` | User Refresh Alt 1 |
|
|
| <img src="/ressources/Icons/user-refresh-alt.svg" width="24" height="24" alt="User Refresh Alt"> | `user-refresh-alt.svg` | User Refresh Alt |
|
|
| <img src="/ressources/Icons/user-refresh.svg" width="24" height="24" alt="User Refresh"> | `user-refresh.svg` | User Refresh |
|
|
| <img src="/ressources/Icons/user-search-alt-1.svg" width="24" height="24" alt="User Search Alt 1"> | `user-search-alt-1.svg` | User Search Alt 1 |
|
|
| <img src="/ressources/Icons/user-search-alt.svg" width="24" height="24" alt="User Search Alt"> | `user-search-alt.svg` | User Search Alt |
|
|
| <img src="/ressources/Icons/user-search.svg" width="24" height="24" alt="User Search"> | `user-search.svg` | User Search |
|
|
| <img src="/ressources/Icons/user-shield-alt-1.svg" width="24" height="24" alt="User Shield Alt 1"> | `user-shield-alt-1.svg` | User Shield Alt 1 |
|
|
| <img src="/ressources/Icons/user-shield-alt.svg" width="24" height="24" alt="User Shield Alt"> | `user-shield-alt.svg` | User Shield Alt |
|
|
| <img src="/ressources/Icons/user-shield.svg" width="24" height="24" alt="User Shield"> | `user-shield.svg` | User Shield |
|
|
| <img src="/ressources/Icons/user-xmark-alt-1.svg" width="24" height="24" alt="User Xmark Alt 1"> | `user-xmark-alt-1.svg` | User Xmark Alt 1 |
|
|
| <img src="/ressources/Icons/user-xmark-alt.svg" width="24" height="24" alt="User Xmark Alt"> | `user-xmark-alt.svg` | User Xmark Alt |
|
|
| <img src="/ressources/Icons/user-xmark.svg" width="24" height="24" alt="User Xmark"> | `user-xmark.svg` | User Xmark |
|
|
| <img src="/ressources/Icons/user.svg" width="24" height="24" alt="User"> | `user.svg` | User |
|
|
| <img src="/ressources/Icons/users.svg" width="24" height="24" alt="Users"> | `users.svg` | Users |
|
|
| <img src="/ressources/Icons/video-plus.svg" width="24" height="24" alt="Video Plus"> | `video-plus.svg` | Video Plus |
|
|
| <img src="/ressources/Icons/video-slash.svg" width="24" height="24" alt="Video Slash"> | `video-slash.svg` | Video Slash |
|
|
| <img src="/ressources/Icons/video.svg" width="24" height="24" alt="Video"> | `video.svg` | Video |
|
|
| <img src="/ressources/Icons/virus-covid-19.svg" width="24" height="24" alt="Virus Covid 19"> | `virus-covid-19.svg` | Virus Covid 19 |
|
|
|
|
### Weather
|
|
|
|
<a name="weather"></a>
|
|
|
|
| Icon | File Name | Description |
|
|
|------|-----------|-------------|
|
|
| <img src="/ressources/Icons/cloud-bolt.svg" width="24" height="24" alt="Cloud Bolt"> | `cloud-bolt.svg` | Cloud Bolt |
|
|
| <img src="/ressources/Icons/cloud-check.svg" width="24" height="24" alt="Cloud Check"> | `cloud-check.svg` | Cloud Check |
|
|
| <img src="/ressources/Icons/cloud-exclamation.svg" width="24" height="24" alt="Cloud Exclamation"> | `cloud-exclamation.svg` | Cloud Exclamation |
|
|
| <img src="/ressources/Icons/cloud-fog.svg" width="24" height="24" alt="Cloud Fog"> | `cloud-fog.svg` | Cloud Fog |
|
|
| <img src="/ressources/Icons/cloud-lock.svg" width="24" height="24" alt="Cloud Lock"> | `cloud-lock.svg` | Cloud Lock |
|
|
| <img src="/ressources/Icons/cloud-minus.svg" width="24" height="24" alt="Cloud Minus"> | `cloud-minus.svg` | Cloud Minus |
|
|
| <img src="/ressources/Icons/cloud-moon.svg" width="24" height="24" alt="Cloud Moon"> | `cloud-moon.svg` | Cloud Moon |
|
|
| <img src="/ressources/Icons/cloud-plus.svg" width="24" height="24" alt="Cloud Plus"> | `cloud-plus.svg` | Cloud Plus |
|
|
| <img src="/ressources/Icons/cloud-question.svg" width="24" height="24" alt="Cloud Question"> | `cloud-question.svg` | Cloud Question |
|
|
| <img src="/ressources/Icons/cloud-rain-alt-1.svg" width="24" height="24" alt="Cloud Rain Alt 1"> | `cloud-rain-alt-1.svg` | Cloud Rain Alt 1 |
|
|
| <img src="/ressources/Icons/cloud-rain-alt.svg" width="24" height="24" alt="Cloud Rain Alt"> | `cloud-rain-alt.svg` | Cloud Rain Alt |
|
|
| <img src="/ressources/Icons/cloud-rain.svg" width="24" height="24" alt="Cloud Rain"> | `cloud-rain.svg` | Cloud Rain |
|
|
| <img src="/ressources/Icons/cloud-rainbow.svg" width="24" height="24" alt="Cloud Rainbow"> | `cloud-rainbow.svg` | Cloud Rainbow |
|
|
| <img src="/ressources/Icons/cloud-search.svg" width="24" height="24" alt="Cloud Search"> | `cloud-search.svg` | Cloud Search |
|
|
| <img src="/ressources/Icons/cloud-showers.svg" width="24" height="24" alt="Cloud Showers"> | `cloud-showers.svg` | Cloud Showers |
|
|
| <img src="/ressources/Icons/cloud-slash.svg" width="24" height="24" alt="Cloud Slash"> | `cloud-slash.svg` | Cloud Slash |
|
|
| <img src="/ressources/Icons/cloud-sleet.svg" width="24" height="24" alt="Cloud Sleet"> | `cloud-sleet.svg` | Cloud Sleet |
|
|
| <img src="/ressources/Icons/cloud-snow-alt.svg" width="24" height="24" alt="Cloud Snow Alt"> | `cloud-snow-alt.svg` | Cloud Snow Alt |
|
|
| <img src="/ressources/Icons/cloud-snow.svg" width="24" height="24" alt="Cloud Snow"> | `cloud-snow.svg` | Cloud Snow |
|
|
| <img src="/ressources/Icons/cloud-sun-alt.svg" width="24" height="24" alt="Cloud Sun Alt"> | `cloud-sun-alt.svg` | Cloud Sun Alt |
|
|
| <img src="/ressources/Icons/cloud-sun.svg" width="24" height="24" alt="Cloud Sun"> | `cloud-sun.svg` | Cloud Sun |
|
|
| <img src="/ressources/Icons/cloud-wired.svg" width="24" height="24" alt="Cloud Wired"> | `cloud-wired.svg` | Cloud Wired |
|
|
| <img src="/ressources/Icons/cloud-xmark.svg" width="24" height="24" alt="Cloud Xmark"> | `cloud-xmark.svg` | Cloud Xmark |
|
|
| <img src="/ressources/Icons/cloud.svg" width="24" height="24" alt="Cloud"> | `cloud.svg` | Cloud |
|
|
| <img src="/ressources/Icons/clouds.svg" width="24" height="24" alt="Clouds"> | `clouds.svg` | Clouds |
|
|
| <img src="/ressources/Icons/house-sun.svg" width="24" height="24" alt="House Sun"> | `house-sun.svg` | House Sun |
|
|
| <img src="/ressources/Icons/house-window.svg" width="24" height="24" alt="House Window"> | `house-window.svg` | House Window |
|
|
| <img src="/ressources/Icons/industry-windows.svg" width="24" height="24" alt="Industry Windows"> | `industry-windows.svg` | Industry Windows |
|
|
| <img src="/ressources/Icons/monitor-sun.svg" width="24" height="24" alt="Monitor Sun"> | `monitor-sun.svg` | Monitor Sun |
|
|
| <img src="/ressources/Icons/moon-cloud.svg" width="24" height="24" alt="Moon Cloud"> | `moon-cloud.svg` | Moon Cloud |
|
|
| <img src="/ressources/Icons/rainbow.svg" width="24" height="24" alt="Rainbow"> | `rainbow.svg` | Rainbow |
|
|
| <img src="/ressources/Icons/ruler-traingle.svg" width="24" height="24" alt="Ruler Traingle"> | `ruler-traingle.svg` | Ruler Traingle |
|
|
| <img src="/ressources/Icons/snow-alt-1.svg" width="24" height="24" alt="Snow Alt 1"> | `snow-alt-1.svg` | Snow Alt 1 |
|
|
| <img src="/ressources/Icons/snow-alt.svg" width="24" height="24" alt="Snow Alt"> | `snow-alt.svg` | Snow Alt |
|
|
| <img src="/ressources/Icons/snow-blowing.svg" width="24" height="24" alt="Snow Blowing"> | `snow-blowing.svg` | Snow Blowing |
|
|
| <img src="/ressources/Icons/snow.svg" width="24" height="24" alt="Snow"> | `snow.svg` | Snow |
|
|
| <img src="/ressources/Icons/snowman-head.svg" width="24" height="24" alt="Snowman Head"> | `snowman-head.svg` | Snowman Head |
|
|
| <img src="/ressources/Icons/snowman.svg" width="24" height="24" alt="Snowman"> | `snowman.svg` | Snowman |
|
|
| <img src="/ressources/Icons/sun-alt.svg" width="24" height="24" alt="Sun Alt"> | `sun-alt.svg` | Sun Alt |
|
|
| <img src="/ressources/Icons/sun-dust.svg" width="24" height="24" alt="Sun Dust"> | `sun-dust.svg` | Sun Dust |
|
|
| <img src="/ressources/Icons/sun-haze.svg" width="24" height="24" alt="Sun Haze"> | `sun-haze.svg` | Sun Haze |
|
|
| <img src="/ressources/Icons/sun.svg" width="24" height="24" alt="Sun"> | `sun.svg` | Sun |
|
|
| <img src="/ressources/Icons/sunrise.svg" width="24" height="24" alt="Sunrise"> | `sunrise.svg` | Sunrise |
|
|
| <img src="/ressources/Icons/sunset.svg" width="24" height="24" alt="Sunset"> | `sunset.svg` | Sunset |
|
|
| <img src="/ressources/Icons/temperature-empty.svg" width="24" height="24" alt="Temperature Empty"> | `temperature-empty.svg` | Temperature Empty |
|
|
| <img src="/ressources/Icons/temperature-full.svg" width="24" height="24" alt="Temperature Full"> | `temperature-full.svg` | Temperature Full |
|
|
| <img src="/ressources/Icons/temperature-half.svg" width="24" height="24" alt="Temperature Half"> | `temperature-half.svg` | Temperature Half |
|
|
| <img src="/ressources/Icons/temperature-high.svg" width="24" height="24" alt="Temperature High"> | `temperature-high.svg` | Temperature High |
|
|
| <img src="/ressources/Icons/temperature-list.svg" width="24" height="24" alt="Temperature List"> | `temperature-list.svg` | Temperature List |
|
|
| <img src="/ressources/Icons/temperature-low.svg" width="24" height="24" alt="Temperature Low"> | `temperature-low.svg` | Temperature Low |
|
|
| <img src="/ressources/Icons/temperature-quarter.svg" width="24" height="24" alt="Temperature Quarter"> | `temperature-quarter.svg` | Temperature Quarter |
|
|
| <img src="/ressources/Icons/temperature-snow.svg" width="24" height="24" alt="Temperature Snow"> | `temperature-snow.svg` | Temperature Snow |
|
|
| <img src="/ressources/Icons/temperature-sun.svg" width="24" height="24" alt="Temperature Sun"> | `temperature-sun.svg` | Temperature Sun |
|
|
| <img src="/ressources/Icons/train-subway.svg" width="24" height="24" alt="Train Subway"> | `train-subway.svg` | Train Subway |
|
|
| <img src="/ressources/Icons/train-track.svg" width="24" height="24" alt="Train Track"> | `train-track.svg` | Train Track |
|
|
| <img src="/ressources/Icons/train-tram.svg" width="24" height="24" alt="Train Tram"> | `train-tram.svg` | Train Tram |
|
|
| <img src="/ressources/Icons/train.svg" width="24" height="24" alt="Train"> | `train.svg` | Train |
|
|
| <img src="/ressources/Icons/wind-warning.svg" width="24" height="24" alt="Wind Warning"> | `wind-warning.svg` | Wind Warning |
|
|
| <img src="/ressources/Icons/wind.svg" width="24" height="24" alt="Wind"> | `wind.svg` | Wind |
|
|
| <img src="/ressources/Icons/window-flip.svg" width="24" height="24" alt="Window Flip"> | `window-flip.svg` | Window Flip |
|
|
| <img src="/ressources/Icons/window.svg" width="24" height="24" alt="Window"> | `window.svg` | Window |
|
|
|
|
### Miscellaneous
|
|
|
|
<a name="miscellaneous"></a>
|
|
|
|
| Icon | File Name | Description |
|
|
|------|-----------|-------------|
|
|
| <img src="/ressources/Icons/airpods-alt.svg" width="24" height="24" alt="Airpods Alt"> | `airpods-alt.svg` | Airpods Alt |
|
|
| <img src="/ressources/Icons/airpods.svg" width="24" height="24" alt="Airpods"> | `airpods.svg` | Airpods |
|
|
| <img src="/ressources/Icons/album-collection.svg" width="24" height="24" alt="Album Collection"> | `album-collection.svg` | Album Collection |
|
|
| <img src="/ressources/Icons/album.svg" width="24" height="24" alt="Album"> | `album.svg` | Album |
|
|
| <img src="/ressources/Icons/align-alt.svg" width="24" height="24" alt="Align Alt"> | `align-alt.svg` | Align Alt |
|
|
| <img src="/ressources/Icons/align-center-alt.svg" width="24" height="24" alt="Align Center Alt"> | `align-center-alt.svg` | Align Center Alt |
|
|
| <img src="/ressources/Icons/align-center-justify.svg" width="24" height="24" alt="Align Center Justify"> | `align-center-justify.svg` | Align Center Justify |
|
|
| <img src="/ressources/Icons/align-center.svg" width="24" height="24" alt="Align Center"> | `align-center.svg` | Align Center |
|
|
| <img src="/ressources/Icons/align-justify.svg" width="24" height="24" alt="Align Justify"> | `align-justify.svg` | Align Justify |
|
|
| <img src="/ressources/Icons/align-left-justify.svg" width="24" height="24" alt="Align Left Justify"> | `align-left-justify.svg` | Align Left Justify |
|
|
| <img src="/ressources/Icons/align-left.svg" width="24" height="24" alt="Align Left"> | `align-left.svg` | Align Left |
|
|
| <img src="/ressources/Icons/align-letter-right.svg" width="24" height="24" alt="Align Letter Right"> | `align-letter-right.svg` | Align Letter Right |
|
|
| <img src="/ressources/Icons/align-right-justify.svg" width="24" height="24" alt="Align Right Justify"> | `align-right-justify.svg` | Align Right Justify |
|
|
| <img src="/ressources/Icons/align-right.svg" width="24" height="24" alt="Align Right"> | `align-right.svg` | Align Right |
|
|
| <img src="/ressources/Icons/anchor.svg" width="24" height="24" alt="Anchor"> | `anchor.svg` | Anchor |
|
|
| <img src="/ressources/Icons/angel.svg" width="24" height="24" alt="Angel"> | `angel.svg` | Angel |
|
|
| <img src="/ressources/Icons/aperture.svg" width="24" height="24" alt="Aperture"> | `aperture.svg` | Aperture |
|
|
| <img src="/ressources/Icons/archway.svg" width="24" height="24" alt="Archway"> | `archway.svg` | Archway |
|
|
| <img src="/ressources/Icons/asterisk.svg" width="24" height="24" alt="Asterisk"> | `asterisk.svg` | Asterisk |
|
|
| <img src="/ressources/Icons/at-sign.svg" width="24" height="24" alt="At Sign"> | `at-sign.svg` | At Sign |
|
|
| <img src="/ressources/Icons/atom.svg" width="24" height="24" alt="Atom"> | `atom.svg` | Atom |
|
|
| <img src="/ressources/Icons/austral-sign.svg" width="24" height="24" alt="Austral Sign"> | `austral-sign.svg` | Austral Sign |
|
|
| <img src="/ressources/Icons/award-alt.svg" width="24" height="24" alt="Award Alt"> | `award-alt.svg` | Award Alt |
|
|
| <img src="/ressources/Icons/award.svg" width="24" height="24" alt="Award"> | `award.svg` | Award |
|
|
| <img src="/ressources/Icons/backpack-alt.svg" width="24" height="24" alt="Backpack Alt"> | `backpack-alt.svg` | Backpack Alt |
|
|
| <img src="/ressources/Icons/backpack.svg" width="24" height="24" alt="Backpack"> | `backpack.svg` | Backpack |
|
|
| <img src="/ressources/Icons/ball-pile.svg" width="24" height="24" alt="Ball Pile"> | `ball-pile.svg` | Ball Pile |
|
|
| <img src="/ressources/Icons/balloon.svg" width="24" height="24" alt="Balloon"> | `balloon.svg` | Balloon |
|
|
| <img src="/ressources/Icons/ban.svg" width="24" height="24" alt="Ban"> | `ban.svg` | Ban |
|
|
| <img src="/ressources/Icons/bandage.svg" width="24" height="24" alt="Bandage"> | `bandage.svg` | Bandage |
|
|
| <img src="/ressources/Icons/bars-progress.svg" width="24" height="24" alt="Bars Progress"> | `bars-progress.svg` | Bars Progress |
|
|
| <img src="/ressources/Icons/bat.svg" width="24" height="24" alt="Bat"> | `bat.svg` | Bat |
|
|
| <img src="/ressources/Icons/battery-bolt-alt.svg" width="24" height="24" alt="Battery Bolt Alt"> | `battery-bolt-alt.svg` | Battery Bolt Alt |
|
|
| <img src="/ressources/Icons/battery-bolt.svg" width="24" height="24" alt="Battery Bolt"> | `battery-bolt.svg` | Battery Bolt |
|
|
| <img src="/ressources/Icons/battery-empty.svg" width="24" height="24" alt="Battery Empty"> | `battery-empty.svg` | Battery Empty |
|
|
| <img src="/ressources/Icons/battery-full.svg" width="24" height="24" alt="Battery Full"> | `battery-full.svg` | Battery Full |
|
|
| <img src="/ressources/Icons/battery-low.svg" width="24" height="24" alt="Battery Low"> | `battery-low.svg` | Battery Low |
|
|
| <img src="/ressources/Icons/battery-slash.svg" width="24" height="24" alt="Battery Slash"> | `battery-slash.svg` | Battery Slash |
|
|
| <img src="/ressources/Icons/bed.svg" width="24" height="24" alt="Bed"> | `bed.svg` | Bed |
|
|
| <img src="/ressources/Icons/bluetooth-on.svg" width="24" height="24" alt="Bluetooth On"> | `bluetooth-on.svg` | Bluetooth On |
|
|
| <img src="/ressources/Icons/bluetooth-signal.svg" width="24" height="24" alt="Bluetooth Signal"> | `bluetooth-signal.svg` | Bluetooth Signal |
|
|
| <img src="/ressources/Icons/bluetooth-slash.svg" width="24" height="24" alt="Bluetooth Slash"> | `bluetooth-slash.svg` | Bluetooth Slash |
|
|
| <img src="/ressources/Icons/bold.svg" width="24" height="24" alt="Bold"> | `bold.svg` | Bold |
|
|
| <img src="/ressources/Icons/bolt.svg" width="24" height="24" alt="Bolt"> | `bolt.svg` | Bolt |
|
|
| <img src="/ressources/Icons/bones.svg" width="24" height="24" alt="Bones"> | `bones.svg` | Bones |
|
|
| <img src="/ressources/Icons/book-open.svg" width="24" height="24" alt="Book Open"> | `book-open.svg` | Book Open |
|
|
| <img src="/ressources/Icons/book-section.svg" width="24" height="24" alt="Book Section"> | `book-section.svg` | Book Section |
|
|
| <img src="/ressources/Icons/book-sparkles.svg" width="24" height="24" alt="Book Sparkles"> | `book-sparkles.svg` | Book Sparkles |
|
|
| <img src="/ressources/Icons/book.svg" width="24" height="24" alt="Book"> | `book.svg` | Book |
|
|
| <img src="/ressources/Icons/bookmark.svg" width="24" height="24" alt="Bookmark"> | `bookmark.svg` | Bookmark |
|
|
| <img src="/ressources/Icons/boombox.svg" width="24" height="24" alt="Boombox"> | `boombox.svg` | Boombox |
|
|
| <img src="/ressources/Icons/border-bottom.svg" width="24" height="24" alt="Border Bottom"> | `border-bottom.svg` | Border Bottom |
|
|
| <img src="/ressources/Icons/border-clear.svg" width="24" height="24" alt="Border Clear"> | `border-clear.svg` | Border Clear |
|
|
| <img src="/ressources/Icons/border-horizontal.svg" width="24" height="24" alt="Border Horizontal"> | `border-horizontal.svg` | Border Horizontal |
|
|
| <img src="/ressources/Icons/border-inner.svg" width="24" height="24" alt="Border Inner"> | `border-inner.svg` | Border Inner |
|
|
| <img src="/ressources/Icons/border-left.svg" width="24" height="24" alt="Border Left"> | `border-left.svg` | Border Left |
|
|
| <img src="/ressources/Icons/border-outer.svg" width="24" height="24" alt="Border Outer"> | `border-outer.svg` | Border Outer |
|
|
| <img src="/ressources/Icons/border-right.svg" width="24" height="24" alt="Border Right"> | `border-right.svg` | Border Right |
|
|
| <img src="/ressources/Icons/border-top-left.svg" width="24" height="24" alt="Border Top Left"> | `border-top-left.svg` | Border Top Left |
|
|
| <img src="/ressources/Icons/border-top.svg" width="24" height="24" alt="Border Top"> | `border-top.svg` | Border Top |
|
|
| <img src="/ressources/Icons/border-vertical.svg" width="24" height="24" alt="Border Vertical"> | `border-vertical.svg` | Border Vertical |
|
|
| <img src="/ressources/Icons/box-archive.svg" width="24" height="24" alt="Box Archive"> | `box-archive.svg` | Box Archive |
|
|
| <img src="/ressources/Icons/bracket-curly-right.svg" width="24" height="24" alt="Bracket Curly Right"> | `bracket-curly-right.svg` | Bracket Curly Right |
|
|
| <img src="/ressources/Icons/bracket-curly.svg" width="24" height="24" alt="Bracket Curly"> | `bracket-curly.svg` | Bracket Curly |
|
|
| <img src="/ressources/Icons/bracket-round-right.svg" width="24" height="24" alt="Bracket Round Right"> | `bracket-round-right.svg` | Bracket Round Right |
|
|
| <img src="/ressources/Icons/bracket-round.svg" width="24" height="24" alt="Bracket Round"> | `bracket-round.svg` | Bracket Round |
|
|
| <img src="/ressources/Icons/brackets-curly.svg" width="24" height="24" alt="Brackets Curly"> | `brackets-curly.svg` | Brackets Curly |
|
|
| <img src="/ressources/Icons/brackets-round.svg" width="24" height="24" alt="Brackets Round"> | `brackets-round.svg` | Brackets Round |
|
|
| <img src="/ressources/Icons/broom.svg" width="24" height="24" alt="Broom"> | `broom.svg` | Broom |
|
|
| <img src="/ressources/Icons/browser.svg" width="24" height="24" alt="Browser"> | `browser.svg` | Browser |
|
|
| <img src="/ressources/Icons/brush.svg" width="24" height="24" alt="Brush"> | `brush.svg` | Brush |
|
|
| <img src="/ressources/Icons/bug-slash.svg" width="24" height="24" alt="Bug Slash"> | `bug-slash.svg` | Bug Slash |
|
|
| <img src="/ressources/Icons/bug.svg" width="24" height="24" alt="Bug"> | `bug.svg` | Bug |
|
|
| <img src="/ressources/Icons/calculator.svg" width="24" height="24" alt="Calculator"> | `calculator.svg` | Calculator |
|
|
| <img src="/ressources/Icons/camcorder.svg" width="24" height="24" alt="Camcorder"> | `camcorder.svg` | Camcorder |
|
|
| <img src="/ressources/Icons/campground.svg" width="24" height="24" alt="Campground"> | `campground.svg` | Campground |
|
|
| <img src="/ressources/Icons/candle-holder.svg" width="24" height="24" alt="Candle Holder"> | `candle-holder.svg` | Candle Holder |
|
|
| <img src="/ressources/Icons/candle-stand.svg" width="24" height="24" alt="Candle Stand"> | `candle-stand.svg` | Candle Stand |
|
|
| <img src="/ressources/Icons/candy-alt.svg" width="24" height="24" alt="Candy Alt"> | `candy-alt.svg` | Candy Alt |
|
|
| <img src="/ressources/Icons/candy-cane.svg" width="24" height="24" alt="Candy Cane"> | `candy-cane.svg` | Candy Cane |
|
|
| <img src="/ressources/Icons/candy-corn.svg" width="24" height="24" alt="Candy Corn"> | `candy-corn.svg` | Candy Corn |
|
|
| <img src="/ressources/Icons/candy.svg" width="24" height="24" alt="Candy"> | `candy.svg` | Candy |
|
|
| <img src="/ressources/Icons/capsule.svg" width="24" height="24" alt="Capsule"> | `capsule.svg` | Capsule |
|
|
| <img src="/ressources/Icons/cash-register.svg" width="24" height="24" alt="Cash Register"> | `cash-register.svg` | Cash Register |
|
|
| <img src="/ressources/Icons/cassette-tape.svg" width="24" height="24" alt="Cassette Tape"> | `cassette-tape.svg` | Cassette Tape |
|
|
| <img src="/ressources/Icons/castle.svg" width="24" height="24" alt="Castle"> | `castle.svg` | Castle |
|
|
| <img src="/ressources/Icons/cat.svg" width="24" height="24" alt="Cat"> | `cat.svg` | Cat |
|
|
| <img src="/ressources/Icons/cauldron.svg" width="24" height="24" alt="Cauldron"> | `cauldron.svg` | Cauldron |
|
|
| <img src="/ressources/Icons/cctv.svg" width="24" height="24" alt="Cctv"> | `cctv.svg` | Cctv |
|
|
| <img src="/ressources/Icons/cedi-sign.svg" width="24" height="24" alt="Cedi Sign"> | `cedi-sign.svg` | Cedi Sign |
|
|
| <img src="/ressources/Icons/cent-sign.svg" width="24" height="24" alt="Cent Sign"> | `cent-sign.svg` | Cent Sign |
|
|
| <img src="/ressources/Icons/certificate.svg" width="24" height="24" alt="Certificate"> | `certificate.svg` | Certificate |
|
|
| <img src="/ressources/Icons/chimney.svg" width="24" height="24" alt="Chimney"> | `chimney.svg` | Chimney |
|
|
| <img src="/ressources/Icons/church.svg" width="24" height="24" alt="Church"> | `church.svg` | Church |
|
|
| <img src="/ressources/Icons/circuit.svg" width="24" height="24" alt="Circuit"> | `circuit.svg` | Circuit |
|
|
| <img src="/ressources/Icons/city.svg" width="24" height="24" alt="City"> | `city.svg` | City |
|
|
| <img src="/ressources/Icons/clapperboard.svg" width="24" height="24" alt="Clapperboard"> | `clapperboard.svg` | Clapperboard |
|
|
| <img src="/ressources/Icons/clarinet.svg" width="24" height="24" alt="Clarinet"> | `clarinet.svg` | Clarinet |
|
|
| <img src="/ressources/Icons/cleaver-blood.svg" width="24" height="24" alt="Cleaver Blood"> | `cleaver-blood.svg` | Cleaver Blood |
|
|
| <img src="/ressources/Icons/cleaver.svg" width="24" height="24" alt="Cleaver"> | `cleaver.svg` | Cleaver |
|
|
| <img src="/ressources/Icons/cloche.svg" width="24" height="24" alt="Cloche"> | `cloche.svg` | Cloche |
|
|
| <img src="/ressources/Icons/clone.svg" width="24" height="24" alt="Clone"> | `clone.svg` | Clone |
|
|
| <img src="/ressources/Icons/club.svg" width="24" height="24" alt="Club"> | `club.svg` | Club |
|
|
| <img src="/ressources/Icons/code-alt.svg" width="24" height="24" alt="Code Alt"> | `code-alt.svg` | Code Alt |
|
|
| <img src="/ressources/Icons/code-branch.svg" width="24" height="24" alt="Code Branch"> | `code-branch.svg` | Code Branch |
|
|
| <img src="/ressources/Icons/code-commit.svg" width="24" height="24" alt="Code Commit"> | `code-commit.svg` | Code Commit |
|
|
| <img src="/ressources/Icons/code-compare.svg" width="24" height="24" alt="Code Compare"> | `code-compare.svg` | Code Compare |
|
|
| <img src="/ressources/Icons/code-fork.svg" width="24" height="24" alt="Code Fork"> | `code-fork.svg` | Code Fork |
|
|
| <img src="/ressources/Icons/code-merge.svg" width="24" height="24" alt="Code Merge"> | `code-merge.svg` | Code Merge |
|
|
| <img src="/ressources/Icons/code-pull-request.svg" width="24" height="24" alt="Code Pull Request"> | `code-pull-request.svg` | Code Pull Request |
|
|
| <img src="/ressources/Icons/code.svg" width="24" height="24" alt="Code"> | `code.svg` | Code |
|
|
| <img src="/ressources/Icons/coffin-cross.svg" width="24" height="24" alt="Coffin Cross"> | `coffin-cross.svg` | Coffin Cross |
|
|
| <img src="/ressources/Icons/coffin-open.svg" width="24" height="24" alt="Coffin Open"> | `coffin-open.svg` | Coffin Open |
|
|
| <img src="/ressources/Icons/coffin.svg" width="24" height="24" alt="Coffin"> | `coffin.svg` | Coffin |
|
|
| <img src="/ressources/Icons/colon-sign.svg" width="24" height="24" alt="Colon Sign"> | `colon-sign.svg` | Colon Sign |
|
|
| <img src="/ressources/Icons/colors.svg" width="24" height="24" alt="Colors"> | `colors.svg` | Colors |
|
|
| <img src="/ressources/Icons/columns-2.svg" width="24" height="24" alt="Columns 2"> | `columns-2.svg` | Columns 2 |
|
|
| <img src="/ressources/Icons/columns-3.svg" width="24" height="24" alt="Columns 3"> | `columns-3.svg` | Columns 3 |
|
|
| <img src="/ressources/Icons/command.svg" width="24" height="24" alt="Command"> | `command.svg` | Command |
|
|
| <img src="/ressources/Icons/compact-disc.svg" width="24" height="24" alt="Compact Disc"> | `compact-disc.svg` | Compact Disc |
|
|
| <img src="/ressources/Icons/compress-alt-1.svg" width="24" height="24" alt="Compress Alt 1"> | `compress-alt-1.svg` | Compress Alt 1 |
|
|
| <img src="/ressources/Icons/compress-alt-2.svg" width="24" height="24" alt="Compress Alt 2"> | `compress-alt-2.svg` | Compress Alt 2 |
|
|
| <img src="/ressources/Icons/compress-alt.svg" width="24" height="24" alt="Compress Alt"> | `compress-alt.svg` | Compress Alt |
|
|
| <img src="/ressources/Icons/compress.svg" width="24" height="24" alt="Compress"> | `compress.svg` | Compress |
|
|
| <img src="/ressources/Icons/container-storage.svg" width="24" height="24" alt="Container Storage"> | `container-storage.svg` | Container Storage |
|
|
| <img src="/ressources/Icons/cookie-man.svg" width="24" height="24" alt="Cookie Man"> | `cookie-man.svg` | Cookie Man |
|
|
| <img src="/ressources/Icons/cookie.svg" width="24" height="24" alt="Cookie"> | `cookie.svg` | Cookie |
|
|
| <img src="/ressources/Icons/cookies.svg" width="24" height="24" alt="Cookies"> | `cookies.svg` | Cookies |
|
|
| <img src="/ressources/Icons/crop-simple.svg" width="24" height="24" alt="Crop Simple"> | `crop-simple.svg` | Crop Simple |
|
|
| <img src="/ressources/Icons/crop.svg" width="24" height="24" alt="Crop"> | `crop.svg` | Crop |
|
|
| <img src="/ressources/Icons/crosshair-simple.svg" width="24" height="24" alt="Crosshair Simple"> | `crosshair-simple.svg` | Crosshair Simple |
|
|
| <img src="/ressources/Icons/crosshair.svg" width="24" height="24" alt="Crosshair"> | `crosshair.svg` | Crosshair |
|
|
| <img src="/ressources/Icons/crow.svg" width="24" height="24" alt="Crow"> | `crow.svg` | Crow |
|
|
| <img src="/ressources/Icons/crown.svg" width="24" height="24" alt="Crown"> | `crown.svg` | Crown |
|
|
| <img src="/ressources/Icons/cruzeiro-sign.svg" width="24" height="24" alt="Cruzeiro Sign"> | `cruzeiro-sign.svg` | Cruzeiro Sign |
|
|
| <img src="/ressources/Icons/cube-alt-1.svg" width="24" height="24" alt="Cube Alt 1"> | `cube-alt-1.svg` | Cube Alt 1 |
|
|
| <img src="/ressources/Icons/cube-alt-2.svg" width="24" height="24" alt="Cube Alt 2"> | `cube-alt-2.svg` | Cube Alt 2 |
|
|
| <img src="/ressources/Icons/cube-alt.svg" width="24" height="24" alt="Cube Alt"> | `cube-alt.svg` | Cube Alt |
|
|
| <img src="/ressources/Icons/cube.svg" width="24" height="24" alt="Cube"> | `cube.svg` | Cube |
|
|
| <img src="/ressources/Icons/cursor-alt.svg" width="24" height="24" alt="Cursor Alt"> | `cursor-alt.svg` | Cursor Alt |
|
|
| <img src="/ressources/Icons/cursor.svg" width="24" height="24" alt="Cursor"> | `cursor.svg` | Cursor |
|
|
| <img src="/ressources/Icons/dash.svg" width="24" height="24" alt="Dash"> | `dash.svg` | Dash |
|
|
| <img src="/ressources/Icons/dazzle.svg" width="24" height="24" alt="Dazzle"> | `dazzle.svg` | Dazzle |
|
|
| <img src="/ressources/Icons/dial-high.svg" width="24" height="24" alt="Dial High"> | `dial-high.svg` | Dial High |
|
|
| <img src="/ressources/Icons/dial-low.svg" width="24" height="24" alt="Dial Low"> | `dial-low.svg` | Dial Low |
|
|
| <img src="/ressources/Icons/dial-max.svg" width="24" height="24" alt="Dial Max"> | `dial-max.svg` | Dial Max |
|
|
| <img src="/ressources/Icons/dial-med-low.svg" width="24" height="24" alt="Dial Med Low"> | `dial-med-low.svg` | Dial Med Low |
|
|
| <img src="/ressources/Icons/dial-med.svg" width="24" height="24" alt="Dial Med"> | `dial-med.svg` | Dial Med |
|
|
| <img src="/ressources/Icons/dial-min.svg" width="24" height="24" alt="Dial Min"> | `dial-min.svg` | Dial Min |
|
|
| <img src="/ressources/Icons/dial-off.svg" width="24" height="24" alt="Dial Off"> | `dial-off.svg` | Dial Off |
|
|
| <img src="/ressources/Icons/dial.svg" width="24" height="24" alt="Dial"> | `dial.svg` | Dial |
|
|
| <img src="/ressources/Icons/dice-five.svg" width="24" height="24" alt="Dice Five"> | `dice-five.svg` | Dice Five |
|
|
| <img src="/ressources/Icons/dice-four.svg" width="24" height="24" alt="Dice Four"> | `dice-four.svg` | Dice Four |
|
|
| <img src="/ressources/Icons/dice-one.svg" width="24" height="24" alt="Dice One"> | `dice-one.svg` | Dice One |
|
|
| <img src="/ressources/Icons/dice-six.svg" width="24" height="24" alt="Dice Six"> | `dice-six.svg` | Dice Six |
|
|
| <img src="/ressources/Icons/dice-three.svg" width="24" height="24" alt="Dice Three"> | `dice-three.svg` | Dice Three |
|
|
| <img src="/ressources/Icons/dice-two.svg" width="24" height="24" alt="Dice Two"> | `dice-two.svg` | Dice Two |
|
|
| <img src="/ressources/Icons/disc-alt.svg" width="24" height="24" alt="Disc Alt"> | `disc-alt.svg` | Disc Alt |
|
|
| <img src="/ressources/Icons/disc-drive.svg" width="24" height="24" alt="Disc Drive"> | `disc-drive.svg` | Disc Drive |
|
|
| <img src="/ressources/Icons/disc.svg" width="24" height="24" alt="Disc"> | `disc.svg` | Disc |
|
|
| <img src="/ressources/Icons/distribute-spacing-horizontal-alt.svg" width="24" height="24" alt="Distribute Spacing Horizontal Alt"> | `distribute-spacing-horizontal-alt.svg` | Distribute Spacing Horizontal Alt |
|
|
| <img src="/ressources/Icons/distribute-spacing-horizontal.svg" width="24" height="24" alt="Distribute Spacing Horizontal"> | `distribute-spacing-horizontal.svg` | Distribute Spacing Horizontal |
|
|
| <img src="/ressources/Icons/distribute-spacing-vertical-alt.svg" width="24" height="24" alt="Distribute Spacing Vertical Alt"> | `distribute-spacing-vertical-alt.svg` | Distribute Spacing Vertical Alt |
|
|
| <img src="/ressources/Icons/distribute-spacing-vertical.svg" width="24" height="24" alt="Distribute Spacing Vertical"> | `distribute-spacing-vertical.svg` | Distribute Spacing Vertical |
|
|
| <img src="/ressources/Icons/dna.svg" width="24" height="24" alt="Dna"> | `dna.svg` | Dna |
|
|
| <img src="/ressources/Icons/do-not-enter.svg" width="24" height="24" alt="Do Not Enter"> | `do-not-enter.svg` | Do Not Enter |
|
|
| <img src="/ressources/Icons/dong-sign.svg" width="24" height="24" alt="Dong Sign"> | `dong-sign.svg` | Dong Sign |
|
|
| <img src="/ressources/Icons/dots-horizontal-alt.svg" width="24" height="24" alt="Dots Horizontal Alt"> | `dots-horizontal-alt.svg` | Dots Horizontal Alt |
|
|
| <img src="/ressources/Icons/dots-horizontal.svg" width="24" height="24" alt="Dots Horizontal"> | `dots-horizontal.svg` | Dots Horizontal |
|
|
| <img src="/ressources/Icons/dots-vertical-alt.svg" width="24" height="24" alt="Dots Vertical Alt"> | `dots-vertical-alt.svg` | Dots Vertical Alt |
|
|
| <img src="/ressources/Icons/dots-vertical.svg" width="24" height="24" alt="Dots Vertical"> | `dots-vertical.svg` | Dots Vertical |
|
|
| <img src="/ressources/Icons/download.svg" width="24" height="24" alt="Download"> | `download.svg` | Download |
|
|
| <img src="/ressources/Icons/drone.svg" width="24" height="24" alt="Drone"> | `drone.svg` | Drone |
|
|
| <img src="/ressources/Icons/droplet-alt.svg" width="24" height="24" alt="Droplet Alt"> | `droplet-alt.svg` | Droplet Alt |
|
|
| <img src="/ressources/Icons/droplet-degree.svg" width="24" height="24" alt="Droplet Degree"> | `droplet-degree.svg` | Droplet Degree |
|
|
| <img src="/ressources/Icons/droplet-slash.svg" width="24" height="24" alt="Droplet Slash"> | `droplet-slash.svg` | Droplet Slash |
|
|
| <img src="/ressources/Icons/droplet.svg" width="24" height="24" alt="Droplet"> | `droplet.svg` | Droplet |
|
|
| <img src="/ressources/Icons/droplets.svg" width="24" height="24" alt="Droplets"> | `droplets.svg` | Droplets |
|
|
| <img src="/ressources/Icons/drum.svg" width="24" height="24" alt="Drum"> | `drum.svg` | Drum |
|
|
| <img src="/ressources/Icons/eclipse.svg" width="24" height="24" alt="Eclipse"> | `eclipse.svg` | Eclipse |
|
|
| <img src="/ressources/Icons/engine.svg" width="24" height="24" alt="Engine"> | `engine.svg` | Engine |
|
|
| <img src="/ressources/Icons/english-to-chinese.svg" width="24" height="24" alt="English To Chinese"> | `english-to-chinese.svg` | English To Chinese |
|
|
| <img src="/ressources/Icons/enter.svg" width="24" height="24" alt="Enter"> | `enter.svg` | Enter |
|
|
| <img src="/ressources/Icons/euro-sign.svg" width="24" height="24" alt="Euro Sign"> | `euro-sign.svg` | Euro Sign |
|
|
| <img src="/ressources/Icons/expand-alt-1.svg" width="24" height="24" alt="Expand Alt 1"> | `expand-alt-1.svg` | Expand Alt 1 |
|
|
| <img src="/ressources/Icons/expand-alt-2.svg" width="24" height="24" alt="Expand Alt 2"> | `expand-alt-2.svg` | Expand Alt 2 |
|
|
| <img src="/ressources/Icons/expand-alt.svg" width="24" height="24" alt="Expand Alt"> | `expand-alt.svg` | Expand Alt |
|
|
| <img src="/ressources/Icons/expand.svg" width="24" height="24" alt="Expand"> | `expand.svg` | Expand |
|
|
| <img src="/ressources/Icons/eye-alt.svg" width="24" height="24" alt="Eye Alt"> | `eye-alt.svg` | Eye Alt |
|
|
| <img src="/ressources/Icons/eye-dropper-full.svg" width="24" height="24" alt="Eye Dropper Full"> | `eye-dropper-full.svg` | Eye Dropper Full |
|
|
| <img src="/ressources/Icons/eye-dropper-half.svg" width="24" height="24" alt="Eye Dropper Half"> | `eye-dropper-half.svg` | Eye Dropper Half |
|
|
| <img src="/ressources/Icons/eye-dropper.svg" width="24" height="24" alt="Eye Dropper"> | `eye-dropper.svg` | Eye Dropper |
|
|
| <img src="/ressources/Icons/eye-slash-alt.svg" width="24" height="24" alt="Eye Slash Alt"> | `eye-slash-alt.svg` | Eye Slash Alt |
|
|
| <img src="/ressources/Icons/eye-slash.svg" width="24" height="24" alt="Eye Slash"> | `eye-slash.svg` | Eye Slash |
|
|
| <img src="/ressources/Icons/eye.svg" width="24" height="24" alt="Eye"> | `eye.svg` | Eye |
|
|
| <img src="/ressources/Icons/face-frown.svg" width="24" height="24" alt="Face Frown"> | `face-frown.svg` | Face Frown |
|
|
| <img src="/ressources/Icons/face-smile.svg" width="24" height="24" alt="Face Smile"> | `face-smile.svg` | Face Smile |
|
|
| <img src="/ressources/Icons/farm.svg" width="24" height="24" alt="Farm"> | `farm.svg` | Farm |
|
|
| <img src="/ressources/Icons/fence.svg" width="24" height="24" alt="Fence"> | `fence.svg` | Fence |
|
|
| <img src="/ressources/Icons/ferris-wheel.svg" width="24" height="24" alt="Ferris Wheel"> | `ferris-wheel.svg` | Ferris Wheel |
|
|
| <img src="/ressources/Icons/figma.svg" width="24" height="24" alt="Figma"> | `figma.svg` | Figma |
|
|
| <img src="/ressources/Icons/filter-list.svg" width="24" height="24" alt="Filter List"> | `filter-list.svg` | Filter List |
|
|
| <img src="/ressources/Icons/filter-slash.svg" width="24" height="24" alt="Filter Slash"> | `filter-slash.svg` | Filter Slash |
|
|
| <img src="/ressources/Icons/filter-xmark.svg" width="24" height="24" alt="Filter Xmark"> | `filter-xmark.svg` | Filter Xmark |
|
|
| <img src="/ressources/Icons/filter.svg" width="24" height="24" alt="Filter"> | `filter.svg` | Filter |
|
|
| <img src="/ressources/Icons/fireplace.svg" width="24" height="24" alt="Fireplace"> | `fireplace.svg` | Fireplace |
|
|
| <img src="/ressources/Icons/firewall.svg" width="24" height="24" alt="Firewall"> | `firewall.svg` | Firewall |
|
|
| <img src="/ressources/Icons/flag.svg" width="24" height="24" alt="Flag"> | `flag.svg` | Flag |
|
|
| <img src="/ressources/Icons/flashlight.svg" width="24" height="24" alt="Flashlight"> | `flashlight.svg` | Flashlight |
|
|
| <img src="/ressources/Icons/flask-round-blank.svg" width="24" height="24" alt="Flask Round Blank"> | `flask-round-blank.svg` | Flask Round Blank |
|
|
| <img src="/ressources/Icons/flask-round-potion.svg" width="24" height="24" alt="Flask Round Potion"> | `flask-round-potion.svg` | Flask Round Potion |
|
|
| <img src="/ressources/Icons/floppy-disk-alt.svg" width="24" height="24" alt="Floppy Disk Alt"> | `floppy-disk-alt.svg` | Floppy Disk Alt |
|
|
| <img src="/ressources/Icons/floppy-disk.svg" width="24" height="24" alt="Floppy Disk"> | `floppy-disk.svg` | Floppy Disk |
|
|
| <img src="/ressources/Icons/flute.svg" width="24" height="24" alt="Flute"> | `flute.svg` | Flute |
|
|
| <img src="/ressources/Icons/font-case.svg" width="24" height="24" alt="Font Case"> | `font-case.svg` | Font Case |
|
|
| <img src="/ressources/Icons/font.svg" width="24" height="24" alt="Font"> | `font.svg` | Font |
|
|
| <img src="/ressources/Icons/fork-knife.svg" width="24" height="24" alt="Fork Knife"> | `fork-knife.svg` | Fork Knife |
|
|
| <img src="/ressources/Icons/fork-spoon.svg" width="24" height="24" alt="Fork Spoon"> | `fork-spoon.svg` | Fork Spoon |
|
|
| <img src="/ressources/Icons/frame.svg" width="24" height="24" alt="Frame"> | `frame.svg` | Frame |
|
|
| <img src="/ressources/Icons/frankenstein.svg" width="24" height="24" alt="Frankenstein"> | `frankenstein.svg` | Frankenstein |
|
|
| <img src="/ressources/Icons/gallery-thumbnails.svg" width="24" height="24" alt="Gallery Thumbnails"> | `gallery-thumbnails.svg` | Gallery Thumbnails |
|
|
| <img src="/ressources/Icons/gaming-pad-alt-1.svg" width="24" height="24" alt="Gaming Pad Alt 1"> | `gaming-pad-alt-1.svg` | Gaming Pad Alt 1 |
|
|
| <img src="/ressources/Icons/gaming-pad-alt.svg" width="24" height="24" alt="Gaming Pad Alt"> | `gaming-pad-alt.svg` | Gaming Pad Alt |
|
|
| <img src="/ressources/Icons/gaming-pad.svg" width="24" height="24" alt="Gaming Pad"> | `gaming-pad.svg` | Gaming Pad |
|
|
| <img src="/ressources/Icons/garage-open.svg" width="24" height="24" alt="Garage Open"> | `garage-open.svg` | Garage Open |
|
|
| <img src="/ressources/Icons/garage.svg" width="24" height="24" alt="Garage"> | `garage.svg` | Garage |
|
|
| <img src="/ressources/Icons/gauge-high.svg" width="24" height="24" alt="Gauge High"> | `gauge-high.svg` | Gauge High |
|
|
| <img src="/ressources/Icons/gauge-low.svg" width="24" height="24" alt="Gauge Low"> | `gauge-low.svg` | Gauge Low |
|
|
| <img src="/ressources/Icons/gauge-max.svg" width="24" height="24" alt="Gauge Max"> | `gauge-max.svg` | Gauge Max |
|
|
| <img src="/ressources/Icons/gauge.svg" width="24" height="24" alt="Gauge"> | `gauge.svg` | Gauge |
|
|
| <img src="/ressources/Icons/gem-alt.svg" width="24" height="24" alt="Gem Alt"> | `gem-alt.svg` | Gem Alt |
|
|
| <img src="/ressources/Icons/gem.svg" width="24" height="24" alt="Gem"> | `gem.svg` | Gem |
|
|
| <img src="/ressources/Icons/ghost-smile.svg" width="24" height="24" alt="Ghost Smile"> | `ghost-smile.svg` | Ghost Smile |
|
|
| <img src="/ressources/Icons/ghost.svg" width="24" height="24" alt="Ghost"> | `ghost.svg` | Ghost |
|
|
| <img src="/ressources/Icons/gift-alt.svg" width="24" height="24" alt="Gift Alt"> | `gift-alt.svg` | Gift Alt |
|
|
| <img src="/ressources/Icons/gift.svg" width="24" height="24" alt="Gift"> | `gift.svg` | Gift |
|
|
| <img src="/ressources/Icons/glasses.svg" width="24" height="24" alt="Glasses"> | `glasses.svg` | Glasses |
|
|
| <img src="/ressources/Icons/globe-alt-1.svg" width="24" height="24" alt="Globe Alt 1"> | `globe-alt-1.svg` | Globe Alt 1 |
|
|
| <img src="/ressources/Icons/globe-alt.svg" width="24" height="24" alt="Globe Alt"> | `globe-alt.svg` | Globe Alt |
|
|
| <img src="/ressources/Icons/globe-stand.svg" width="24" height="24" alt="Globe Stand"> | `globe-stand.svg` | Globe Stand |
|
|
| <img src="/ressources/Icons/globe.svg" width="24" height="24" alt="Globe"> | `globe.svg` | Globe |
|
|
| <img src="/ressources/Icons/gold.svg" width="24" height="24" alt="Gold"> | `gold.svg` | Gold |
|
|
| <img src="/ressources/Icons/graduation-hat-alt-1.svg" width="24" height="24" alt="Graduation Hat Alt 1"> | `graduation-hat-alt-1.svg` | Graduation Hat Alt 1 |
|
|
| <img src="/ressources/Icons/graduation-hat-alt-2.svg" width="24" height="24" alt="Graduation Hat Alt 2"> | `graduation-hat-alt-2.svg` | Graduation Hat Alt 2 |
|
|
| <img src="/ressources/Icons/graduation-hat-alt.svg" width="24" height="24" alt="Graduation Hat Alt"> | `graduation-hat-alt.svg` | Graduation Hat Alt |
|
|
| <img src="/ressources/Icons/graduation-hat.svg" width="24" height="24" alt="Graduation Hat"> | `graduation-hat.svg` | Graduation Hat |
|
|
| <img src="/ressources/Icons/grip-dots-vertical.svg" width="24" height="24" alt="Grip Dots Vertical"> | `grip-dots-vertical.svg` | Grip Dots Vertical |
|
|
| <img src="/ressources/Icons/grip-dots.svg" width="24" height="24" alt="Grip Dots"> | `grip-dots.svg` | Grip Dots |
|
|
| <img src="/ressources/Icons/grip-lines-vertical.svg" width="24" height="24" alt="Grip Lines Vertical"> | `grip-lines-vertical.svg` | Grip Lines Vertical |
|
|
| <img src="/ressources/Icons/grip-lines.svg" width="24" height="24" alt="Grip Lines"> | `grip-lines.svg` | Grip Lines |
|
|
| <img src="/ressources/Icons/h1.svg" width="24" height="24" alt="H1"> | `h1.svg` | H1 |
|
|
| <img src="/ressources/Icons/h2.svg" width="24" height="24" alt="H2"> | `h2.svg` | H2 |
|
|
| <img src="/ressources/Icons/handshake.svg" width="24" height="24" alt="Handshake"> | `handshake.svg` | Handshake |
|
|
| <img src="/ressources/Icons/hard-drive.svg" width="24" height="24" alt="Hard Drive"> | `hard-drive.svg` | Hard Drive |
|
|
| <img src="/ressources/Icons/hat-witch.svg" width="24" height="24" alt="Hat Witch"> | `hat-witch.svg` | Hat Witch |
|
|
| <img src="/ressources/Icons/hat-wizard-alt.svg" width="24" height="24" alt="Hat Wizard Alt"> | `hat-wizard-alt.svg` | Hat Wizard Alt |
|
|
| <img src="/ressources/Icons/hat-wizard.svg" width="24" height="24" alt="Hat Wizard"> | `hat-wizard.svg` | Hat Wizard |
|
|
| <img src="/ressources/Icons/heading.svg" width="24" height="24" alt="Heading"> | `heading.svg` | Heading |
|
|
| <img src="/ressources/Icons/heat-alt.svg" width="24" height="24" alt="Heat Alt"> | `heat-alt.svg` | Heat Alt |
|
|
| <img src="/ressources/Icons/heat.svg" width="24" height="24" alt="Heat"> | `heat.svg` | Heat |
|
|
| <img src="/ressources/Icons/high-definition.svg" width="24" height="24" alt="High Definition"> | `high-definition.svg` | High Definition |
|
|
| <img src="/ressources/Icons/horizontal-rule.svg" width="24" height="24" alt="Horizontal Rule"> | `horizontal-rule.svg` | Horizontal Rule |
|
|
| <img src="/ressources/Icons/hotel.svg" width="24" height="24" alt="Hotel"> | `hotel.svg` | Hotel |
|
|
| <img src="/ressources/Icons/hurricane-alt-1.svg" width="24" height="24" alt="Hurricane Alt 1"> | `hurricane-alt-1.svg` | Hurricane Alt 1 |
|
|
| <img src="/ressources/Icons/hurricane-alt.svg" width="24" height="24" alt="Hurricane Alt"> | `hurricane-alt.svg` | Hurricane Alt |
|
|
| <img src="/ressources/Icons/hurricane.svg" width="24" height="24" alt="Hurricane"> | `hurricane.svg` | Hurricane |
|
|
| <img src="/ressources/Icons/i-cursor.svg" width="24" height="24" alt="I Cursor"> | `i-cursor.svg` | I Cursor |
|
|
| <img src="/ressources/Icons/icicles.svg" width="24" height="24" alt="Icicles"> | `icicles.svg` | Icicles |
|
|
| <img src="/ressources/Icons/image-pen.svg" width="24" height="24" alt="Image Pen"> | `image-pen.svg` | Image Pen |
|
|
| <img src="/ressources/Icons/image-portrait.svg" width="24" height="24" alt="Image Portrait"> | `image-portrait.svg` | Image Portrait |
|
|
| <img src="/ressources/Icons/image.svg" width="24" height="24" alt="Image"> | `image.svg` | Image |
|
|
| <img src="/ressources/Icons/indent.svg" width="24" height="24" alt="Indent"> | `indent.svg` | Indent |
|
|
| <img src="/ressources/Icons/industry.svg" width="24" height="24" alt="Industry"> | `industry.svg` | Industry |
|
|
| <img src="/ressources/Icons/italic.svg" width="24" height="24" alt="Italic"> | `italic.svg` | Italic |
|
|
| <img src="/ressources/Icons/jack-o-lantern.svg" width="24" height="24" alt="Jack O Lantern"> | `jack-o-lantern.svg` | Jack O Lantern |
|
|
| <img src="/ressources/Icons/kerning.svg" width="24" height="24" alt="Kerning"> | `kerning.svg` | Kerning |
|
|
| <img src="/ressources/Icons/lamp-desk.svg" width="24" height="24" alt="Lamp Desk"> | `lamp-desk.svg` | Lamp Desk |
|
|
| <img src="/ressources/Icons/landmark-dome.svg" width="24" height="24" alt="Landmark Dome"> | `landmark-dome.svg` | Landmark Dome |
|
|
| <img src="/ressources/Icons/landmark-flag.svg" width="24" height="24" alt="Landmark Flag"> | `landmark-flag.svg` | Landmark Flag |
|
|
| <img src="/ressources/Icons/landmark.svg" width="24" height="24" alt="Landmark"> | `landmark.svg` | Landmark |
|
|
| <img src="/ressources/Icons/lasso-sparkles.svg" width="24" height="24" alt="Lasso Sparkles"> | `lasso-sparkles.svg` | Lasso Sparkles |
|
|
| <img src="/ressources/Icons/lasso.svg" width="24" height="24" alt="Lasso"> | `lasso.svg` | Lasso |
|
|
| <img src="/ressources/Icons/layer-group.svg" width="24" height="24" alt="Layer Group"> | `layer-group.svg` | Layer Group |
|
|
| <img src="/ressources/Icons/left-indent.svg" width="24" height="24" alt="Left Indent"> | `left-indent.svg` | Left Indent |
|
|
| <img src="/ressources/Icons/letter-chinese-a.svg" width="24" height="24" alt="Letter Chinese A"> | `letter-chinese-a.svg` | Letter Chinese A |
|
|
| <img src="/ressources/Icons/letter-english-a.svg" width="24" height="24" alt="Letter English A"> | `letter-english-a.svg` | Letter English A |
|
|
| <img src="/ressources/Icons/letter-japanese-a.svg" width="24" height="24" alt="Letter Japanese A"> | `letter-japanese-a.svg` | Letter Japanese A |
|
|
| <img src="/ressources/Icons/life-ring.svg" width="24" height="24" alt="Life Ring"> | `life-ring.svg` | Life Ring |
|
|
| <img src="/ressources/Icons/light-emergency-on.svg" width="24" height="24" alt="Light Emergency On"> | `light-emergency-on.svg` | Light Emergency On |
|
|
| <img src="/ressources/Icons/light-emergency.svg" width="24" height="24" alt="Light Emergency"> | `light-emergency.svg` | Light Emergency |
|
|
| <img src="/ressources/Icons/lightbulb-alt.svg" width="24" height="24" alt="Lightbulb Alt"> | `lightbulb-alt.svg` | Lightbulb Alt |
|
|
| <img src="/ressources/Icons/lightbulb.svg" width="24" height="24" alt="Lightbulb"> | `lightbulb.svg` | Lightbulb |
|
|
| <img src="/ressources/Icons/line-columns.svg" width="24" height="24" alt="Line Columns"> | `line-columns.svg` | Line Columns |
|
|
| <img src="/ressources/Icons/line-height.svg" width="24" height="24" alt="Line Height"> | `line-height.svg` | Line Height |
|
|
| <img src="/ressources/Icons/lines-leaning.svg" width="24" height="24" alt="Lines Leaning"> | `lines-leaning.svg` | Lines Leaning |
|
|
| <img src="/ressources/Icons/link-alt-1.svg" width="24" height="24" alt="Link Alt 1"> | `link-alt-1.svg` | Link Alt 1 |
|
|
| <img src="/ressources/Icons/link-alt.svg" width="24" height="24" alt="Link Alt"> | `link-alt.svg` | Link Alt |
|
|
| <img src="/ressources/Icons/link-slash-alt.svg" width="24" height="24" alt="Link Slash Alt"> | `link-slash-alt.svg` | Link Slash Alt |
|
|
| <img src="/ressources/Icons/link-slash.svg" width="24" height="24" alt="Link Slash"> | `link-slash.svg` | Link Slash |
|
|
| <img src="/ressources/Icons/link.svg" width="24" height="24" alt="Link"> | `link.svg` | Link |
|
|
| <img src="/ressources/Icons/lira-sign.svg" width="24" height="24" alt="Lira Sign"> | `lira-sign.svg` | Lira Sign |
|
|
| <img src="/ressources/Icons/list-ol.svg" width="24" height="24" alt="List Ol"> | `list-ol.svg` | List Ol |
|
|
| <img src="/ressources/Icons/list-ul-alt-1.svg" width="24" height="24" alt="List Ul Alt 1"> | `list-ul-alt-1.svg` | List Ul Alt 1 |
|
|
| <img src="/ressources/Icons/list-ul-alt.svg" width="24" height="24" alt="List Ul Alt"> | `list-ul-alt.svg` | List Ul Alt |
|
|
| <img src="/ressources/Icons/list-ul.svg" width="24" height="24" alt="List Ul"> | `list-ul.svg` | List Ul |
|
|
| <img src="/ressources/Icons/list.svg" width="24" height="24" alt="List"> | `list.svg` | List |
|
|
| <img src="/ressources/Icons/loader.svg" width="24" height="24" alt="Loader"> | `loader.svg` | Loader |
|
|
| <img src="/ressources/Icons/lollipop.svg" width="24" height="24" alt="Lollipop"> | `lollipop.svg` | Lollipop |
|
|
| <img src="/ressources/Icons/loop-vertical.svg" width="24" height="24" alt="Loop Vertical"> | `loop-vertical.svg` | Loop Vertical |
|
|
| <img src="/ressources/Icons/loop.svg" width="24" height="24" alt="Loop"> | `loop.svg` | Loop |
|
|
| <img src="/ressources/Icons/magnet.svg" width="24" height="24" alt="Magnet"> | `magnet.svg` | Magnet |
|
|
| <img src="/ressources/Icons/martini-glass.svg" width="24" height="24" alt="Martini Glass"> | `martini-glass.svg` | Martini Glass |
|
|
| <img src="/ressources/Icons/mask-face.svg" width="24" height="24" alt="Mask Face"> | `mask-face.svg` | Mask Face |
|
|
| <img src="/ressources/Icons/mask.svg" width="24" height="24" alt="Mask"> | `mask.svg` | Mask |
|
|
| <img src="/ressources/Icons/maximize.svg" width="24" height="24" alt="Maximize"> | `maximize.svg` | Maximize |
|
|
| <img src="/ressources/Icons/medal-alt.svg" width="24" height="24" alt="Medal Alt"> | `medal-alt.svg` | Medal Alt |
|
|
| <img src="/ressources/Icons/medal.svg" width="24" height="24" alt="Medal"> | `medal.svg` | Medal |
|
|
| <img src="/ressources/Icons/memo-pencil.svg" width="24" height="24" alt="Memo Pencil"> | `memo-pencil.svg` | Memo Pencil |
|
|
| <img src="/ressources/Icons/memo.svg" width="24" height="24" alt="Memo"> | `memo.svg` | Memo |
|
|
| <img src="/ressources/Icons/menorah-alt-1.svg" width="24" height="24" alt="Menorah Alt 1"> | `menorah-alt-1.svg` | Menorah Alt 1 |
|
|
| <img src="/ressources/Icons/menorah-alt.svg" width="24" height="24" alt="Menorah Alt"> | `menorah-alt.svg` | Menorah Alt |
|
|
| <img src="/ressources/Icons/menorah.svg" width="24" height="24" alt="Menorah"> | `menorah.svg` | Menorah |
|
|
| <img src="/ressources/Icons/menu-alt-1.svg" width="24" height="24" alt="Menu Alt 1"> | `menu-alt-1.svg` | Menu Alt 1 |
|
|
| <img src="/ressources/Icons/menu-alt-2.svg" width="24" height="24" alt="Menu Alt 2"> | `menu-alt-2.svg` | Menu Alt 2 |
|
|
| <img src="/ressources/Icons/menu-alt.svg" width="24" height="24" alt="Menu Alt"> | `menu-alt.svg` | Menu Alt |
|
|
| <img src="/ressources/Icons/menu.svg" width="24" height="24" alt="Menu"> | `menu.svg` | Menu |
|
|
| <img src="/ressources/Icons/microchip.svg" width="24" height="24" alt="Microchip"> | `microchip.svg` | Microchip |
|
|
| <img src="/ressources/Icons/microscope.svg" width="24" height="24" alt="Microscope"> | `microscope.svg` | Microscope |
|
|
| <img src="/ressources/Icons/minimize.svg" width="24" height="24" alt="Minimize"> | `minimize.svg` | Minimize |
|
|
| <img src="/ressources/Icons/mistletoe.svg" width="24" height="24" alt="Mistletoe"> | `mistletoe.svg` | Mistletoe |
|
|
| <img src="/ressources/Icons/modem-alt-1.svg" width="24" height="24" alt="Modem Alt 1"> | `modem-alt-1.svg` | Modem Alt 1 |
|
|
| <img src="/ressources/Icons/modem-alt-2.svg" width="24" height="24" alt="Modem Alt 2"> | `modem-alt-2.svg` | Modem Alt 2 |
|
|
| <img src="/ressources/Icons/modem-alt-3.svg" width="24" height="24" alt="Modem Alt 3"> | `modem-alt-3.svg` | Modem Alt 3 |
|
|
| <img src="/ressources/Icons/modem-alt.svg" width="24" height="24" alt="Modem Alt"> | `modem-alt.svg` | Modem Alt |
|
|
| <img src="/ressources/Icons/modem.svg" width="24" height="24" alt="Modem"> | `modem.svg` | Modem |
|
|
| <img src="/ressources/Icons/monument.svg" width="24" height="24" alt="Monument"> | `monument.svg` | Monument |
|
|
| <img src="/ressources/Icons/moon.svg" width="24" height="24" alt="Moon"> | `moon.svg` | Moon |
|
|
| <img src="/ressources/Icons/motorcycle.svg" width="24" height="24" alt="Motorcycle"> | `motorcycle.svg` | Motorcycle |
|
|
| <img src="/ressources/Icons/mountain-city.svg" width="24" height="24" alt="Mountain City"> | `mountain-city.svg` | Mountain City |
|
|
| <img src="/ressources/Icons/move-alt.svg" width="24" height="24" alt="Move Alt"> | `move-alt.svg` | Move Alt |
|
|
| <img src="/ressources/Icons/move-left.svg" width="24" height="24" alt="Move Left"> | `move-left.svg` | Move Left |
|
|
| <img src="/ressources/Icons/move-right.svg" width="24" height="24" alt="Move Right"> | `move-right.svg` | Move Right |
|
|
| <img src="/ressources/Icons/move.svg" width="24" height="24" alt="Move"> | `move.svg` | Move |
|
|
| <img src="/ressources/Icons/network-wired.svg" width="24" height="24" alt="Network Wired"> | `network-wired.svg` | Network Wired |
|
|
| <img src="/ressources/Icons/nfc-symbol.svg" width="24" height="24" alt="Nfc Symbol"> | `nfc-symbol.svg` | Nfc Symbol |
|
|
| <img src="/ressources/Icons/notdef.svg" width="24" height="24" alt="Notdef"> | `notdef.svg` | Notdef |
|
|
| <img src="/ressources/Icons/note-sticky.svg" width="24" height="24" alt="Note Sticky"> | `note-sticky.svg` | Note Sticky |
|
|
| <img src="/ressources/Icons/notebook.svg" width="24" height="24" alt="Notebook"> | `notebook.svg` | Notebook |
|
|
| <img src="/ressources/Icons/notes.svg" width="24" height="24" alt="Notes"> | `notes.svg` | Notes |
|
|
| <img src="/ressources/Icons/objects-align-bottom-alt.svg" width="24" height="24" alt="Objects Align Bottom Alt"> | `objects-align-bottom-alt.svg` | Objects Align Bottom Alt |
|
|
| <img src="/ressources/Icons/objects-align-bottom.svg" width="24" height="24" alt="Objects Align Bottom"> | `objects-align-bottom.svg` | Objects Align Bottom |
|
|
| <img src="/ressources/Icons/objects-align-center-horizontal-alt.svg" width="24" height="24" alt="Objects Align Center Horizontal Alt"> | `objects-align-center-horizontal-alt.svg` | Objects Align Center Horizontal Alt |
|
|
| <img src="/ressources/Icons/objects-align-center-horizontal.svg" width="24" height="24" alt="Objects Align Center Horizontal"> | `objects-align-center-horizontal.svg` | Objects Align Center Horizontal |
|
|
| <img src="/ressources/Icons/objects-align-center-vertical-alt.svg" width="24" height="24" alt="Objects Align Center Vertical Alt"> | `objects-align-center-vertical-alt.svg` | Objects Align Center Vertical Alt |
|
|
| <img src="/ressources/Icons/objects-align-center-vertical.svg" width="24" height="24" alt="Objects Align Center Vertical"> | `objects-align-center-vertical.svg` | Objects Align Center Vertical |
|
|
| <img src="/ressources/Icons/objects-align-left-alt.svg" width="24" height="24" alt="Objects Align Left Alt"> | `objects-align-left-alt.svg` | Objects Align Left Alt |
|
|
| <img src="/ressources/Icons/objects-align-left.svg" width="24" height="24" alt="Objects Align Left"> | `objects-align-left.svg` | Objects Align Left |
|
|
| <img src="/ressources/Icons/objects-align-right-alt.svg" width="24" height="24" alt="Objects Align Right Alt"> | `objects-align-right-alt.svg` | Objects Align Right Alt |
|
|
| <img src="/ressources/Icons/objects-align-right.svg" width="24" height="24" alt="Objects Align Right"> | `objects-align-right.svg` | Objects Align Right |
|
|
| <img src="/ressources/Icons/objects-align-top-alt.svg" width="24" height="24" alt="Objects Align Top Alt"> | `objects-align-top-alt.svg` | Objects Align Top Alt |
|
|
| <img src="/ressources/Icons/objects-align-top.svg" width="24" height="24" alt="Objects Align Top"> | `objects-align-top.svg` | Objects Align Top |
|
|
| <img src="/ressources/Icons/objects-column.svg" width="24" height="24" alt="Objects Column"> | `objects-column.svg` | Objects Column |
|
|
| <img src="/ressources/Icons/oil-well.svg" width="24" height="24" alt="Oil Well"> | `oil-well.svg` | Oil Well |
|
|
| <img src="/ressources/Icons/ornament-alt.svg" width="24" height="24" alt="Ornament Alt"> | `ornament-alt.svg` | Ornament Alt |
|
|
| <img src="/ressources/Icons/ornament.svg" width="24" height="24" alt="Ornament"> | `ornament.svg` | Ornament |
|
|
| <img src="/ressources/Icons/overline.svg" width="24" height="24" alt="Overline"> | `overline.svg` | Overline |
|
|
| <img src="/ressources/Icons/paint-roller.svg" width="24" height="24" alt="Paint Roller"> | `paint-roller.svg` | Paint Roller |
|
|
| <img src="/ressources/Icons/paintbrush-alt.svg" width="24" height="24" alt="Paintbrush Alt"> | `paintbrush-alt.svg` | Paintbrush Alt |
|
|
| <img src="/ressources/Icons/paintbrush.svg" width="24" height="24" alt="Paintbrush"> | `paintbrush.svg` | Paintbrush |
|
|
| <img src="/ressources/Icons/palette.svg" width="24" height="24" alt="Palette"> | `palette.svg` | Palette |
|
|
| <img src="/ressources/Icons/pen-clip-slash.svg" width="24" height="24" alt="Pen Clip Slash"> | `pen-clip-slash.svg` | Pen Clip Slash |
|
|
| <img src="/ressources/Icons/pen-clip.svg" width="24" height="24" alt="Pen Clip"> | `pen-clip.svg` | Pen Clip |
|
|
| <img src="/ressources/Icons/pen-field.svg" width="24" height="24" alt="Pen Field"> | `pen-field.svg` | Pen Field |
|
|
| <img src="/ressources/Icons/pen-line.svg" width="24" height="24" alt="Pen Line"> | `pen-line.svg` | Pen Line |
|
|
| <img src="/ressources/Icons/pen-nib-slash.svg" width="24" height="24" alt="Pen Nib Slash"> | `pen-nib-slash.svg` | Pen Nib Slash |
|
|
| <img src="/ressources/Icons/pen-nib.svg" width="24" height="24" alt="Pen Nib"> | `pen-nib.svg` | Pen Nib |
|
|
| <img src="/ressources/Icons/pen-ruler.svg" width="24" height="24" alt="Pen Ruler"> | `pen-ruler.svg` | Pen Ruler |
|
|
| <img src="/ressources/Icons/pen-slash.svg" width="24" height="24" alt="Pen Slash"> | `pen-slash.svg` | Pen Slash |
|
|
| <img src="/ressources/Icons/pen-swirl.svg" width="24" height="24" alt="Pen Swirl"> | `pen-swirl.svg` | Pen Swirl |
|
|
| <img src="/ressources/Icons/pen.svg" width="24" height="24" alt="Pen"> | `pen.svg` | Pen |
|
|
| <img src="/ressources/Icons/pencil-slash.svg" width="24" height="24" alt="Pencil Slash"> | `pencil-slash.svg` | Pencil Slash |
|
|
| <img src="/ressources/Icons/pencil.svg" width="24" height="24" alt="Pencil"> | `pencil.svg` | Pencil |
|
|
| <img src="/ressources/Icons/percent.svg" width="24" height="24" alt="Percent"> | `percent.svg` | Percent |
|
|
| <img src="/ressources/Icons/piano.svg" width="24" height="24" alt="Piano"> | `piano.svg` | Piano |
|
|
| <img src="/ressources/Icons/place-of-worship.svg" width="24" height="24" alt="Place Of Worship"> | `place-of-worship.svg` | Place Of Worship |
|
|
| <img src="/ressources/Icons/plug.svg" width="24" height="24" alt="Plug"> | `plug.svg` | Plug |
|
|
| <img src="/ressources/Icons/podcast.svg" width="24" height="24" alt="Podcast"> | `podcast.svg` | Podcast |
|
|
| <img src="/ressources/Icons/podium.svg" width="24" height="24" alt="Podium"> | `podium.svg` | Podium |
|
|
| <img src="/ressources/Icons/poll-people.svg" width="24" height="24" alt="Poll People"> | `poll-people.svg` | Poll People |
|
|
| <img src="/ressources/Icons/potion.svg" width="24" height="24" alt="Potion"> | `potion.svg` | Potion |
|
|
| <img src="/ressources/Icons/pound-sign.svg" width="24" height="24" alt="Pound Sign"> | `pound-sign.svg` | Pound Sign |
|
|
| <img src="/ressources/Icons/power-alt.svg" width="24" height="24" alt="Power Alt"> | `power-alt.svg` | Power Alt |
|
|
| <img src="/ressources/Icons/power-off.svg" width="24" height="24" alt="Power Off"> | `power-off.svg` | Power Off |
|
|
| <img src="/ressources/Icons/prescription-bottle.svg" width="24" height="24" alt="Prescription Bottle"> | `prescription-bottle.svg` | Prescription Bottle |
|
|
| <img src="/ressources/Icons/presentation-line.svg" width="24" height="24" alt="Presentation Line"> | `presentation-line.svg` | Presentation Line |
|
|
| <img src="/ressources/Icons/presentation-screen.svg" width="24" height="24" alt="Presentation Screen"> | `presentation-screen.svg` | Presentation Screen |
|
|
| <img src="/ressources/Icons/printer-alt.svg" width="24" height="24" alt="Printer Alt"> | `printer-alt.svg` | Printer Alt |
|
|
| <img src="/ressources/Icons/printer.svg" width="24" height="24" alt="Printer"> | `printer.svg` | Printer |
|
|
| <img src="/ressources/Icons/projector.svg" width="24" height="24" alt="Projector"> | `projector.svg` | Projector |
|
|
| <img src="/ressources/Icons/question.svg" width="24" height="24" alt="Question"> | `question.svg` | Question |
|
|
| <img src="/ressources/Icons/radiation.svg" width="24" height="24" alt="Radiation"> | `radiation.svg` | Radiation |
|
|
| <img src="/ressources/Icons/radio.svg" width="24" height="24" alt="Radio"> | `radio.svg` | Radio |
|
|
| <img src="/ressources/Icons/receipt-alt-1.svg" width="24" height="24" alt="Receipt Alt 1"> | `receipt-alt-1.svg` | Receipt Alt 1 |
|
|
| <img src="/ressources/Icons/receipt-alt-2.svg" width="24" height="24" alt="Receipt Alt 2"> | `receipt-alt-2.svg` | Receipt Alt 2 |
|
|
| <img src="/ressources/Icons/receipt-alt-3.svg" width="24" height="24" alt="Receipt Alt 3"> | `receipt-alt-3.svg` | Receipt Alt 3 |
|
|
| <img src="/ressources/Icons/receipt-alt.svg" width="24" height="24" alt="Receipt Alt"> | `receipt-alt.svg` | Receipt Alt |
|
|
| <img src="/ressources/Icons/reciept.svg" width="24" height="24" alt="Reciept"> | `reciept.svg` | Reciept |
|
|
| <img src="/ressources/Icons/refresh-ccw-alt-1.svg" width="24" height="24" alt="Refresh Ccw Alt 1"> | `refresh-ccw-alt-1.svg` | Refresh Ccw Alt 1 |
|
|
| <img src="/ressources/Icons/refresh-ccw-alt-2.svg" width="24" height="24" alt="Refresh Ccw Alt 2"> | `refresh-ccw-alt-2.svg` | Refresh Ccw Alt 2 |
|
|
| <img src="/ressources/Icons/refresh-ccw-alt-3.svg" width="24" height="24" alt="Refresh Ccw Alt 3"> | `refresh-ccw-alt-3.svg` | Refresh Ccw Alt 3 |
|
|
| <img src="/ressources/Icons/refresh-ccw-alt-4.svg" width="24" height="24" alt="Refresh Ccw Alt 4"> | `refresh-ccw-alt-4.svg` | Refresh Ccw Alt 4 |
|
|
| <img src="/ressources/Icons/refresh-ccw-alt.svg" width="24" height="24" alt="Refresh Ccw Alt"> | `refresh-ccw-alt.svg` | Refresh Ccw Alt |
|
|
| <img src="/ressources/Icons/refresh-ccw.svg" width="24" height="24" alt="Refresh Ccw"> | `refresh-ccw.svg` | Refresh Ccw |
|
|
| <img src="/ressources/Icons/refresh-cw-alt-1.svg" width="24" height="24" alt="Refresh Cw Alt 1"> | `refresh-cw-alt-1.svg` | Refresh Cw Alt 1 |
|
|
| <img src="/ressources/Icons/refresh-cw-alt-2.svg" width="24" height="24" alt="Refresh Cw Alt 2"> | `refresh-cw-alt-2.svg` | Refresh Cw Alt 2 |
|
|
| <img src="/ressources/Icons/refresh-cw-alt-3.svg" width="24" height="24" alt="Refresh Cw Alt 3"> | `refresh-cw-alt-3.svg` | Refresh Cw Alt 3 |
|
|
| <img src="/ressources/Icons/refresh-cw-alt-4.svg" width="24" height="24" alt="Refresh Cw Alt 4"> | `refresh-cw-alt-4.svg` | Refresh Cw Alt 4 |
|
|
| <img src="/ressources/Icons/refresh-cw-alt.svg" width="24" height="24" alt="Refresh Cw Alt"> | `refresh-cw-alt.svg` | Refresh Cw Alt |
|
|
| <img src="/ressources/Icons/refresh-cw.svg" width="24" height="24" alt="Refresh Cw"> | `refresh-cw.svg` | Refresh Cw |
|
|
| <img src="/ressources/Icons/repeat-alt.svg" width="24" height="24" alt="Repeat Alt"> | `repeat-alt.svg` | Repeat Alt |
|
|
| <img src="/ressources/Icons/repeat.svg" width="24" height="24" alt="Repeat"> | `repeat.svg` | Repeat |
|
|
| <img src="/ressources/Icons/reply.svg" width="24" height="24" alt="Reply"> | `reply.svg` | Reply |
|
|
| <img src="/ressources/Icons/resize-handle.svg" width="24" height="24" alt="Resize Handle"> | `resize-handle.svg` | Resize Handle |
|
|
| <img src="/ressources/Icons/right-indent.svg" width="24" height="24" alt="Right Indent"> | `right-indent.svg` | Right Indent |
|
|
| <img src="/ressources/Icons/rocket.svg" width="24" height="24" alt="Rocket"> | `rocket.svg` | Rocket |
|
|
| <img src="/ressources/Icons/rocking-horse.svg" width="24" height="24" alt="Rocking Horse"> | `rocking-horse.svg` | Rocking Horse |
|
|
| <img src="/ressources/Icons/roller-coaster.svg" width="24" height="24" alt="Roller Coaster"> | `roller-coaster.svg` | Roller Coaster |
|
|
| <img src="/ressources/Icons/route.svg" width="24" height="24" alt="Route"> | `route.svg` | Route |
|
|
| <img src="/ressources/Icons/rss.svg" width="24" height="24" alt="Rss"> | `rss.svg` | Rss |
|
|
| <img src="/ressources/Icons/ruler.svg" width="24" height="24" alt="Ruler"> | `ruler.svg` | Ruler |
|
|
| <img src="/ressources/Icons/rupee-sign.svg" width="24" height="24" alt="Rupee Sign"> | `rupee-sign.svg` | Rupee Sign |
|
|
| <img src="/ressources/Icons/santa-claus.svg" width="24" height="24" alt="Santa Claus"> | `santa-claus.svg` | Santa Claus |
|
|
| <img src="/ressources/Icons/santa-glove.svg" width="24" height="24" alt="Santa Glove"> | `santa-glove.svg` | Santa Glove |
|
|
| <img src="/ressources/Icons/santa-hat-alt.svg" width="24" height="24" alt="Santa Hat Alt"> | `santa-hat-alt.svg` | Santa Hat Alt |
|
|
| <img src="/ressources/Icons/santa-hat.svg" width="24" height="24" alt="Santa Hat"> | `santa-hat.svg` | Santa Hat |
|
|
| <img src="/ressources/Icons/satellite-dish.svg" width="24" height="24" alt="Satellite Dish"> | `satellite-dish.svg` | Satellite Dish |
|
|
| <img src="/ressources/Icons/scale-balanced.svg" width="24" height="24" alt="Scale Balanced"> | `scale-balanced.svg` | Scale Balanced |
|
|
| <img src="/ressources/Icons/scale-unbalanced-flip.svg" width="24" height="24" alt="Scale Unbalanced Flip"> | `scale-unbalanced-flip.svg` | Scale Unbalanced Flip |
|
|
| <img src="/ressources/Icons/scale-unbalanced.svg" width="24" height="24" alt="Scale Unbalanced"> | `scale-unbalanced.svg` | Scale Unbalanced |
|
|
| <img src="/ressources/Icons/scan.svg" width="24" height="24" alt="Scan"> | `scan.svg` | Scan |
|
|
| <img src="/ressources/Icons/school-flag.svg" width="24" height="24" alt="School Flag"> | `school-flag.svg` | School Flag |
|
|
| <img src="/ressources/Icons/school.svg" width="24" height="24" alt="School"> | `school.svg` | School |
|
|
| <img src="/ressources/Icons/scissors.svg" width="24" height="24" alt="Scissors"> | `scissors.svg` | Scissors |
|
|
| <img src="/ressources/Icons/screencast.svg" width="24" height="24" alt="Screencast"> | `screencast.svg` | Screencast |
|
|
| <img src="/ressources/Icons/scribble.svg" width="24" height="24" alt="Scribble"> | `scribble.svg` | Scribble |
|
|
| <img src="/ressources/Icons/scrubber.svg" width="24" height="24" alt="Scrubber"> | `scrubber.svg` | Scrubber |
|
|
| <img src="/ressources/Icons/scythe.svg" width="24" height="24" alt="Scythe"> | `scythe.svg` | Scythe |
|
|
| <img src="/ressources/Icons/seal-question.svg" width="24" height="24" alt="Seal Question"> | `seal-question.svg` | Seal Question |
|
|
| <img src="/ressources/Icons/seal.svg" width="24" height="24" alt="Seal"> | `seal.svg` | Seal |
|
|
| <img src="/ressources/Icons/search-alt-1.svg" width="24" height="24" alt="Search Alt 1"> | `search-alt-1.svg` | Search Alt 1 |
|
|
| <img src="/ressources/Icons/search-alt-2.svg" width="24" height="24" alt="Search Alt 2"> | `search-alt-2.svg` | Search Alt 2 |
|
|
| <img src="/ressources/Icons/search-alt.svg" width="24" height="24" alt="Search Alt"> | `search-alt.svg` | Search Alt |
|
|
| <img src="/ressources/Icons/search.svg" width="24" height="24" alt="Search"> | `search.svg` | Search |
|
|
| <img src="/ressources/Icons/send-alt-1.svg" width="24" height="24" alt="Send Alt 1"> | `send-alt-1.svg` | Send Alt 1 |
|
|
| <img src="/ressources/Icons/send-alt-2.svg" width="24" height="24" alt="Send Alt 2"> | `send-alt-2.svg` | Send Alt 2 |
|
|
| <img src="/ressources/Icons/send-alt-3.svg" width="24" height="24" alt="Send Alt 3"> | `send-alt-3.svg` | Send Alt 3 |
|
|
| <img src="/ressources/Icons/send-alt.svg" width="24" height="24" alt="Send Alt"> | `send-alt.svg` | Send Alt |
|
|
| <img src="/ressources/Icons/send.svg" width="24" height="24" alt="Send"> | `send.svg` | Send |
|
|
| <img src="/ressources/Icons/sensor-fire.svg" width="24" height="24" alt="Sensor Fire"> | `sensor-fire.svg` | Sensor Fire |
|
|
| <img src="/ressources/Icons/sensor-on.svg" width="24" height="24" alt="Sensor On"> | `sensor-on.svg` | Sensor On |
|
|
| <img src="/ressources/Icons/sensor.svg" width="24" height="24" alt="Sensor"> | `sensor.svg` | Sensor |
|
|
| <img src="/ressources/Icons/server.svg" width="24" height="24" alt="Server"> | `server.svg` | Server |
|
|
| <img src="/ressources/Icons/shapes.svg" width="24" height="24" alt="Shapes"> | `shapes.svg` | Shapes |
|
|
| <img src="/ressources/Icons/shredder.svg" width="24" height="24" alt="Shredder"> | `shredder.svg` | Shredder |
|
|
| <img src="/ressources/Icons/shuffle.svg" width="24" height="24" alt="Shuffle"> | `shuffle.svg` | Shuffle |
|
|
| <img src="/ressources/Icons/sigma.svg" width="24" height="24" alt="Sigma"> | `sigma.svg` | Sigma |
|
|
| <img src="/ressources/Icons/signal-fair.svg" width="24" height="24" alt="Signal Fair"> | `signal-fair.svg` | Signal Fair |
|
|
| <img src="/ressources/Icons/signal-good.svg" width="24" height="24" alt="Signal Good"> | `signal-good.svg` | Signal Good |
|
|
| <img src="/ressources/Icons/signal-slash.svg" width="24" height="24" alt="Signal Slash"> | `signal-slash.svg` | Signal Slash |
|
|
| <img src="/ressources/Icons/signal-stream-slash.svg" width="24" height="24" alt="Signal Stream Slash"> | `signal-stream-slash.svg` | Signal Stream Slash |
|
|
| <img src="/ressources/Icons/signal-strong.svg" width="24" height="24" alt="Signal Strong"> | `signal-strong.svg` | Signal Strong |
|
|
| <img src="/ressources/Icons/signal-weak.svg" width="24" height="24" alt="Signal Weak"> | `signal-weak.svg` | Signal Weak |
|
|
| <img src="/ressources/Icons/signal.svg" width="24" height="24" alt="Signal"> | `signal.svg` | Signal |
|
|
| <img src="/ressources/Icons/signs-post.svg" width="24" height="24" alt="Signs Post"> | `signs-post.svg` | Signs Post |
|
|
| <img src="/ressources/Icons/sipder-web.svg" width="24" height="24" alt="Sipder Web"> | `sipder-web.svg` | Sipder Web |
|
|
| <img src="/ressources/Icons/skates-alt.svg" width="24" height="24" alt="Skates Alt"> | `skates-alt.svg` | Skates Alt |
|
|
| <img src="/ressources/Icons/skates.svg" width="24" height="24" alt="Skates"> | `skates.svg` | Skates |
|
|
| <img src="/ressources/Icons/skull-alt-1.svg" width="24" height="24" alt="Skull Alt 1"> | `skull-alt-1.svg` | Skull Alt 1 |
|
|
| <img src="/ressources/Icons/skull-alt.svg" width="24" height="24" alt="Skull Alt"> | `skull-alt.svg` | Skull Alt |
|
|
| <img src="/ressources/Icons/skull-crossbones.svg" width="24" height="24" alt="Skull Crossbones"> | `skull-crossbones.svg` | Skull Crossbones |
|
|
| <img src="/ressources/Icons/skull.svg" width="24" height="24" alt="Skull"> | `skull.svg` | Skull |
|
|
| <img src="/ressources/Icons/slash-flip.svg" width="24" height="24" alt="Slash Flip"> | `slash-flip.svg` | Slash Flip |
|
|
| <img src="/ressources/Icons/slash.svg" width="24" height="24" alt="Slash"> | `slash.svg` | Slash |
|
|
| <img src="/ressources/Icons/sleigh.svg" width="24" height="24" alt="Sleigh"> | `sleigh.svg` | Sleigh |
|
|
| <img src="/ressources/Icons/snooze.svg" width="24" height="24" alt="Snooze"> | `snooze.svg` | Snooze |
|
|
| <img src="/ressources/Icons/sort-amount-down.svg" width="24" height="24" alt="Sort Amount Down"> | `sort-amount-down.svg` | Sort Amount Down |
|
|
| <img src="/ressources/Icons/sort-amount-up.svg" width="24" height="24" alt="Sort Amount Up"> | `sort-amount-up.svg` | Sort Amount Up |
|
|
| <img src="/ressources/Icons/sort-down.svg" width="24" height="24" alt="Sort Down"> | `sort-down.svg` | Sort Down |
|
|
| <img src="/ressources/Icons/sort-up.svg" width="24" height="24" alt="Sort Up"> | `sort-up.svg` | Sort Up |
|
|
| <img src="/ressources/Icons/sort.svg" width="24" height="24" alt="Sort"> | `sort.svg` | Sort |
|
|
| <img src="/ressources/Icons/sparkles.svg" width="24" height="24" alt="Sparkles"> | `sparkles.svg` | Sparkles |
|
|
| <img src="/ressources/Icons/staff-snake.svg" width="24" height="24" alt="Staff Snake"> | `staff-snake.svg` | Staff Snake |
|
|
| <img src="/ressources/Icons/stocking.svg" width="24" height="24" alt="Stocking"> | `stocking.svg` | Stocking |
|
|
| <img src="/ressources/Icons/strikethrough.svg" width="24" height="24" alt="Strikethrough"> | `strikethrough.svg` | Strikethrough |
|
|
| <img src="/ressources/Icons/subdirectory.svg" width="24" height="24" alt="Subdirectory"> | `subdirectory.svg` | Subdirectory |
|
|
| <img src="/ressources/Icons/subscript.svg" width="24" height="24" alt="Subscript"> | `subscript.svg` | Subscript |
|
|
| <img src="/ressources/Icons/suitcase.svg" width="24" height="24" alt="Suitcase"> | `suitcase.svg` | Suitcase |
|
|
| <img src="/ressources/Icons/superscript.svg" width="24" height="24" alt="Superscript"> | `superscript.svg` | Superscript |
|
|
| <img src="/ressources/Icons/switch-horizontal.svg" width="24" height="24" alt="Switch Horizontal"> | `switch-horizontal.svg` | Switch Horizontal |
|
|
| <img src="/ressources/Icons/switch-vertical.svg" width="24" height="24" alt="Switch Vertical"> | `switch-vertical.svg` | Switch Vertical |
|
|
| <img src="/ressources/Icons/table-alt.svg" width="24" height="24" alt="Table Alt"> | `table-alt.svg` | Table Alt |
|
|
| <img src="/ressources/Icons/table-cells-large.svg" width="24" height="24" alt="Table Cells Large"> | `table-cells-large.svg` | Table Cells Large |
|
|
| <img src="/ressources/Icons/table-cells.svg" width="24" height="24" alt="Table Cells"> | `table-cells.svg` | Table Cells |
|
|
| <img src="/ressources/Icons/table-columns.svg" width="24" height="24" alt="Table Columns"> | `table-columns.svg` | Table Columns |
|
|
| <img src="/ressources/Icons/table-layout.svg" width="24" height="24" alt="Table Layout"> | `table-layout.svg` | Table Layout |
|
|
| <img src="/ressources/Icons/table-list-alt.svg" width="24" height="24" alt="Table List Alt"> | `table-list-alt.svg` | Table List Alt |
|
|
| <img src="/ressources/Icons/table-list.svg" width="24" height="24" alt="Table List"> | `table-list.svg` | Table List |
|
|
| <img src="/ressources/Icons/table-rows.svg" width="24" height="24" alt="Table Rows"> | `table-rows.svg` | Table Rows |
|
|
| <img src="/ressources/Icons/table.svg" width="24" height="24" alt="Table"> | `table.svg` | Table |
|
|
| <img src="/ressources/Icons/tally.svg" width="24" height="24" alt="Tally"> | `tally.svg` | Tally |
|
|
| <img src="/ressources/Icons/teddy-bear.svg" width="24" height="24" alt="Teddy Bear"> | `teddy-bear.svg` | Teddy Bear |
|
|
| <img src="/ressources/Icons/temple.svg" width="24" height="24" alt="Temple"> | `temple.svg` | Temple |
|
|
| <img src="/ressources/Icons/tenge-sign.svg" width="24" height="24" alt="Tenge Sign"> | `tenge-sign.svg` | Tenge Sign |
|
|
| <img src="/ressources/Icons/tent.svg" width="24" height="24" alt="Tent"> | `tent.svg` | Tent |
|
|
| <img src="/ressources/Icons/tents.svg" width="24" height="24" alt="Tents"> | `tents.svg` | Tents |
|
|
| <img src="/ressources/Icons/terminal.svg" width="24" height="24" alt="Terminal"> | `terminal.svg` | Terminal |
|
|
| <img src="/ressources/Icons/thermometer.svg" width="24" height="24" alt="Thermometer"> | `thermometer.svg` | Thermometer |
|
|
| <img src="/ressources/Icons/thumbtack.svg" width="24" height="24" alt="Thumbtack"> | `thumbtack.svg` | Thumbtack |
|
|
| <img src="/ressources/Icons/ticket-simple.svg" width="24" height="24" alt="Ticket Simple"> | `ticket-simple.svg` | Ticket Simple |
|
|
| <img src="/ressources/Icons/toilet-portable.svg" width="24" height="24" alt="Toilet Portable"> | `toilet-portable.svg` | Toilet Portable |
|
|
| <img src="/ressources/Icons/toilets-portable.svg" width="24" height="24" alt="Toilets Portable"> | `toilets-portable.svg` | Toilets Portable |
|
|
| <img src="/ressources/Icons/tombstone-blank.svg" width="24" height="24" alt="Tombstone Blank"> | `tombstone-blank.svg` | Tombstone Blank |
|
|
| <img src="/ressources/Icons/tombstone.svg" width="24" height="24" alt="Tombstone"> | `tombstone.svg` | Tombstone |
|
|
| <img src="/ressources/Icons/torii-gate.svg" width="24" height="24" alt="Torii Gate"> | `torii-gate.svg` | Torii Gate |
|
|
| <img src="/ressources/Icons/tower-broadcast-slash.svg" width="24" height="24" alt="Tower Broadcast Slash"> | `tower-broadcast-slash.svg` | Tower Broadcast Slash |
|
|
| <img src="/ressources/Icons/tower-broadcast.svg" width="24" height="24" alt="Tower Broadcast"> | `tower-broadcast.svg` | Tower Broadcast |
|
|
| <img src="/ressources/Icons/tower-observation.svg" width="24" height="24" alt="Tower Observation"> | `tower-observation.svg` | Tower Observation |
|
|
| <img src="/ressources/Icons/tower.svg" width="24" height="24" alt="Tower"> | `tower.svg` | Tower |
|
|
| <img src="/ressources/Icons/trademark.svg" width="24" height="24" alt="Trademark"> | `trademark.svg` | Trademark |
|
|
| <img src="/ressources/Icons/traffic-cone.svg" width="24" height="24" alt="Traffic Cone"> | `traffic-cone.svg` | Traffic Cone |
|
|
| <img src="/ressources/Icons/traffic-light-go.svg" width="24" height="24" alt="Traffic Light Go"> | `traffic-light-go.svg` | Traffic Light Go |
|
|
| <img src="/ressources/Icons/traffic-light-slow.svg" width="24" height="24" alt="Traffic Light Slow"> | `traffic-light-slow.svg` | Traffic Light Slow |
|
|
| <img src="/ressources/Icons/traffic-light.svg" width="24" height="24" alt="Traffic Light"> | `traffic-light.svg` | Traffic Light |
|
|
| <img src="/ressources/Icons/trash-alt.svg" width="24" height="24" alt="Trash Alt"> | `trash-alt.svg` | Trash Alt |
|
|
| <img src="/ressources/Icons/trash-blank-alt.svg" width="24" height="24" alt="Trash Blank Alt"> | `trash-blank-alt.svg` | Trash Blank Alt |
|
|
| <img src="/ressources/Icons/trash-blank.svg" width="24" height="24" alt="Trash Blank"> | `trash-blank.svg` | Trash Blank |
|
|
| <img src="/ressources/Icons/trash-list-alt.svg" width="24" height="24" alt="Trash List Alt"> | `trash-list-alt.svg` | Trash List Alt |
|
|
| <img src="/ressources/Icons/trash-list.svg" width="24" height="24" alt="Trash List"> | `trash-list.svg` | Trash List |
|
|
| <img src="/ressources/Icons/trash-slash-alt.svg" width="24" height="24" alt="Trash Slash Alt"> | `trash-slash-alt.svg` | Trash Slash Alt |
|
|
| <img src="/ressources/Icons/trash-slash.svg" width="24" height="24" alt="Trash Slash"> | `trash-slash.svg` | Trash Slash |
|
|
| <img src="/ressources/Icons/trash-undo-alt.svg" width="24" height="24" alt="Trash Undo Alt"> | `trash-undo-alt.svg` | Trash Undo Alt |
|
|
| <img src="/ressources/Icons/trash-undo.svg" width="24" height="24" alt="Trash Undo"> | `trash-undo.svg` | Trash Undo |
|
|
| <img src="/ressources/Icons/trash-xmark-alt.svg" width="24" height="24" alt="Trash Xmark Alt"> | `trash-xmark-alt.svg` | Trash Xmark Alt |
|
|
| <img src="/ressources/Icons/trash-xmark.svg" width="24" height="24" alt="Trash Xmark"> | `trash-xmark.svg` | Trash Xmark |
|
|
| <img src="/ressources/Icons/trash.svg" width="24" height="24" alt="Trash"> | `trash.svg` | Trash |
|
|
| <img src="/ressources/Icons/treasure-chest.svg" width="24" height="24" alt="Treasure Chest"> | `treasure-chest.svg` | Treasure Chest |
|
|
| <img src="/ressources/Icons/trophy.svg" width="24" height="24" alt="Trophy"> | `trophy.svg` | Trophy |
|
|
| <img src="/ressources/Icons/truck.svg" width="24" height="24" alt="Truck"> | `truck.svg` | Truck |
|
|
| <img src="/ressources/Icons/tughrik-sign.svg" width="24" height="24" alt="Tughrik Sign"> | `tughrik-sign.svg` | Tughrik Sign |
|
|
| <img src="/ressources/Icons/turkish-lira-sign.svg" width="24" height="24" alt="Turkish Lira Sign"> | `turkish-lira-sign.svg` | Turkish Lira Sign |
|
|
| <img src="/ressources/Icons/tv-alt-1.svg" width="24" height="24" alt="Tv Alt 1"> | `tv-alt-1.svg` | Tv Alt 1 |
|
|
| <img src="/ressources/Icons/tv-alt.svg" width="24" height="24" alt="Tv Alt"> | `tv-alt.svg` | Tv Alt |
|
|
| <img src="/ressources/Icons/tv.svg" width="24" height="24" alt="Tv"> | `tv.svg` | Tv |
|
|
| <img src="/ressources/Icons/umbrella.svg" width="24" height="24" alt="Umbrella"> | `umbrella.svg` | Umbrella |
|
|
| <img src="/ressources/Icons/underline.svg" width="24" height="24" alt="Underline"> | `underline.svg` | Underline |
|
|
| <img src="/ressources/Icons/university.svg" width="24" height="24" alt="University"> | `university.svg` | University |
|
|
| <img src="/ressources/Icons/upload.svg" width="24" height="24" alt="Upload"> | `upload.svg` | Upload |
|
|
| <img src="/ressources/Icons/usb-flash-drive-alt-1.svg" width="24" height="24" alt="Usb Flash Drive Alt 1"> | `usb-flash-drive-alt-1.svg` | Usb Flash Drive Alt 1 |
|
|
| <img src="/ressources/Icons/usb-flash-drive.svg" width="24" height="24" alt="Usb Flash Drive"> | `usb-flash-drive.svg` | Usb Flash Drive |
|
|
| <img src="/ressources/Icons/van.svg" width="24" height="24" alt="Van"> | `van.svg` | Van |
|
|
| <img src="/ressources/Icons/vault.svg" width="24" height="24" alt="Vault"> | `vault.svg` | Vault |
|
|
| <img src="/ressources/Icons/vial.svg" width="24" height="24" alt="Vial"> | `vial.svg` | Vial |
|
|
| <img src="/ressources/Icons/vihara.svg" width="24" height="24" alt="Vihara"> | `vihara.svg` | Vihara |
|
|
| <img src="/ressources/Icons/wallet-alt.svg" width="24" height="24" alt="Wallet Alt"> | `wallet-alt.svg` | Wallet Alt |
|
|
| <img src="/ressources/Icons/wallet.svg" width="24" height="24" alt="Wallet"> | `wallet.svg` | Wallet |
|
|
| <img src="/ressources/Icons/wand-magic-sparkles.svg" width="24" height="24" alt="Wand Magic Sparkles"> | `wand-magic-sparkles.svg` | Wand Magic Sparkles |
|
|
| <img src="/ressources/Icons/wand-magic.svg" width="24" height="24" alt="Wand Magic"> | `wand-magic.svg` | Wand Magic |
|
|
| <img src="/ressources/Icons/wand-sparkles.svg" width="24" height="24" alt="Wand Sparkles"> | `wand-sparkles.svg` | Wand Sparkles |
|
|
| <img src="/ressources/Icons/wand.svg" width="24" height="24" alt="Wand"> | `wand.svg` | Wand |
|
|
| <img src="/ressources/Icons/water.svg" width="24" height="24" alt="Water"> | `water.svg` | Water |
|
|
| <img src="/ressources/Icons/webcam-alt-1.svg" width="24" height="24" alt="Webcam Alt 1"> | `webcam-alt-1.svg` | Webcam Alt 1 |
|
|
| <img src="/ressources/Icons/webcam-alt-2.svg" width="24" height="24" alt="Webcam Alt 2"> | `webcam-alt-2.svg` | Webcam Alt 2 |
|
|
| <img src="/ressources/Icons/webcam-alt.svg" width="24" height="24" alt="Webcam Alt"> | `webcam-alt.svg` | Webcam Alt |
|
|
| <img src="/ressources/Icons/webcam-slash-alt.svg" width="24" height="24" alt="Webcam Slash Alt"> | `webcam-slash-alt.svg` | Webcam Slash Alt |
|
|
| <img src="/ressources/Icons/webcam-slash.svg" width="24" height="24" alt="Webcam Slash"> | `webcam-slash.svg` | Webcam Slash |
|
|
| <img src="/ressources/Icons/webcam.svg" width="24" height="24" alt="Webcam"> | `webcam.svg` | Webcam |
|
|
| <img src="/ressources/Icons/weight-scale.svg" width="24" height="24" alt="Weight Scale"> | `weight-scale.svg` | Weight Scale |
|
|
| <img src="/ressources/Icons/weight.svg" width="24" height="24" alt="Weight"> | `weight.svg` | Weight |
|
|
| <img src="/ressources/Icons/wifi-fair.svg" width="24" height="24" alt="Wifi Fair"> | `wifi-fair.svg` | Wifi Fair |
|
|
| <img src="/ressources/Icons/wifi-good.svg" width="24" height="24" alt="Wifi Good"> | `wifi-good.svg` | Wifi Good |
|
|
| <img src="/ressources/Icons/wifi-slash.svg" width="24" height="24" alt="Wifi Slash"> | `wifi-slash.svg` | Wifi Slash |
|
|
| <img src="/ressources/Icons/wifi-weak.svg" width="24" height="24" alt="Wifi Weak"> | `wifi-weak.svg` | Wifi Weak |
|
|
| <img src="/ressources/Icons/wifi.svg" width="24" height="24" alt="Wifi"> | `wifi.svg` | Wifi |
|
|
| <img src="/ressources/Icons/wine-glass.svg" width="24" height="24" alt="Wine Glass"> | `wine-glass.svg` | Wine Glass |
|
|
| <img src="/ressources/Icons/won-sign.svg" width="24" height="24" alt="Won Sign"> | `won-sign.svg` | Won Sign |
|
|
| <img src="/ressources/Icons/wreath.svg" width="24" height="24" alt="Wreath"> | `wreath.svg` | Wreath |
|
|
| <img src="/ressources/Icons/xmark-large.svg" width="24" height="24" alt="Xmark Large"> | `xmark-large.svg` | Xmark Large |
|
|
| <img src="/ressources/Icons/xmark.svg" width="24" height="24" alt="Xmark"> | `xmark.svg` | Xmark |
|
|
| <img src="/ressources/Icons/yen-sign.svg" width="24" height="24" alt="Yen Sign"> | `yen-sign.svg` | Yen Sign |
|