Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/michaelbazos/featherish

Web Components Vector Icons 🚀🆕
https://github.com/michaelbazos/featherish

Last synced: 4 days ago
JSON representation

Web Components Vector Icons 🚀🆕

Awesome Lists containing this project

README

        

## featherish

[![npm](https://img.shields.io/npm/v/featherish.svg?style=flat-square)]()
[![license](https://img.shields.io/npm/l/featherish.svg?style=flat-square)]()
[![stars](https://img.shields.io/github/stars/michaelbazos/featherish.svg?style=flat-square)]()
[![deps status](https://david-dm.org/michaelbazos/featherish/status.svg?style=flat-square)](https://david-dm.org/michaelbazos/featherish)

### Description

Framework-agnostic Web Components vector icons for modern web applications. Design of the icons by [Cole Bemis](https://github.com/colebemis/).

### Demos

| No framework | Angular | React | Vue |
| -- | -- | -- | -- |
| **[Demo](https://stackblitz.com/edit/featherish?file=index.html)** | **[Demo](https://stackblitz.com/edit/angular-featherish?file=app%2Fapp.module.ts)** | **[Demo](https://stackblitz.com/edit/react-featherish?file=index.js)** | **[Demo](https://stackblitz.com/edit/vue-featherish?file=index.js)** |

### Usage

_1. Install the package_

```sh
npm install featherish
```

_2. Import icons you need_

```js
import 'featherish/icons/github';
import 'featherish/icons/gitlab';
import 'featherish/icons/heart';
import 'featherish/icons/moon';
```

_3. Use_

```html

```

Note that you might need to add a polyfill. For that, npm install `@webcomponents/custom-elements` and import the polyfill before importing the icons.

```js
import '@webcomponents/custom-elements/src/native-shim';
```

### Styling icons

Icons can be customised with any CSS property that you can apply on a SVG element.

```html

```

```css
.big {
height: 50px;
width: 50px;
}

.fill-red {
fill: red;
}
```

### Available icons

Refer to the table below for the list of all available icons.

| | | | | |
| --- | --- | --- | --- | --- |
| ![activity](https://cdn.rawgit.com/feathericons/feather/v4.5.0/icons/activity.svg) `` | ![airplay](https://cdn.rawgit.com/feathericons/feather/v4.5.0/icons/airplay.svg) `` | ![alert-circle](https://cdn.rawgit.com/feathericons/feather/v4.5.0/icons/alert-circle.svg) `` | ![alert-octagon](https://cdn.rawgit.com/feathericons/feather/v4.5.0/icons/alert-octagon.svg) `` | ![alert-triangle](https://cdn.rawgit.com/feathericons/feather/v4.5.0/icons/alert-triangle.svg) `` |
| ![align-center](https://cdn.rawgit.com/feathericons/feather/v4.5.0/icons/align-center.svg) `` | ![align-justify](https://cdn.rawgit.com/feathericons/feather/v4.5.0/icons/align-justify.svg) `` | ![align-left](https://cdn.rawgit.com/feathericons/feather/v4.5.0/icons/align-left.svg) `` | ![align-right](https://cdn.rawgit.com/feathericons/feather/v4.5.0/icons/align-right.svg) `` | ![anchor](https://cdn.rawgit.com/feathericons/feather/v4.5.0/icons/anchor.svg) `` |
| ![aperture](https://cdn.rawgit.com/feathericons/feather/v4.5.0/icons/aperture.svg) `` | ![arrow-down-circle](https://cdn.rawgit.com/feathericons/feather/v4.5.0/icons/arrow-down-circle.svg) `` | ![arrow-down-left](https://cdn.rawgit.com/feathericons/feather/v4.5.0/icons/arrow-down-left.svg) `` | ![arrow-down-right](https://cdn.rawgit.com/feathericons/feather/v4.5.0/icons/arrow-down-right.svg) `` | ![arrow-down](https://cdn.rawgit.com/feathericons/feather/v4.5.0/icons/arrow-down.svg) `` |
| ![arrow-left-circle](https://cdn.rawgit.com/feathericons/feather/v4.5.0/icons/arrow-left-circle.svg) `` | ![arrow-left](https://cdn.rawgit.com/feathericons/feather/v4.5.0/icons/arrow-left.svg) `` | ![arrow-right-circle](https://cdn.rawgit.com/feathericons/feather/v4.5.0/icons/arrow-right-circle.svg) `` | ![arrow-right](https://cdn.rawgit.com/feathericons/feather/v4.5.0/icons/arrow-right.svg) `` | ![arrow-up-circle](https://cdn.rawgit.com/feathericons/feather/v4.5.0/icons/arrow-up-circle.svg) `` |
| ![arrow-up-left](https://cdn.rawgit.com/feathericons/feather/v4.5.0/icons/arrow-up-left.svg) `` | ![arrow-up-right](https://cdn.rawgit.com/feathericons/feather/v4.5.0/icons/arrow-up-right.svg) `` | ![arrow-up](https://cdn.rawgit.com/feathericons/feather/v4.5.0/icons/arrow-up.svg) `` | ![at-sign](https://cdn.rawgit.com/feathericons/feather/v4.5.0/icons/at-sign.svg) `` | ![award](https://cdn.rawgit.com/feathericons/feather/v4.5.0/icons/award.svg) `` |
| ![bar-chart-2](https://cdn.rawgit.com/feathericons/feather/v4.5.0/icons/bar-chart-2.svg) `` | ![bar-chart](https://cdn.rawgit.com/feathericons/feather/v4.5.0/icons/bar-chart.svg) `` | ![battery-charging](https://cdn.rawgit.com/feathericons/feather/v4.5.0/icons/battery-charging.svg) `` | ![battery](https://cdn.rawgit.com/feathericons/feather/v4.5.0/icons/battery.svg) `` | ![bell-off](https://cdn.rawgit.com/feathericons/feather/v4.5.0/icons/bell-off.svg) `` |
| ![bell](https://cdn.rawgit.com/feathericons/feather/v4.5.0/icons/bell.svg) `` | ![bluetooth](https://cdn.rawgit.com/feathericons/feather/v4.5.0/icons/bluetooth.svg) `` | ![bold](https://cdn.rawgit.com/feathericons/feather/v4.5.0/icons/bold.svg) `` | ![book-open](https://cdn.rawgit.com/feathericons/feather/v4.5.0/icons/book-open.svg) `` | ![book](https://cdn.rawgit.com/feathericons/feather/v4.5.0/icons/book.svg) `` |
| ![bookmark](https://cdn.rawgit.com/feathericons/feather/v4.5.0/icons/bookmark.svg) `` | ![box](https://cdn.rawgit.com/feathericons/feather/v4.5.0/icons/box.svg) `` | ![briefcase](https://cdn.rawgit.com/feathericons/feather/v4.5.0/icons/briefcase.svg) `` | ![calendar](https://cdn.rawgit.com/feathericons/feather/v4.5.0/icons/calendar.svg) `` | ![camera-off](https://cdn.rawgit.com/feathericons/feather/v4.5.0/icons/camera-off.svg) `` |
| ![camera](https://cdn.rawgit.com/feathericons/feather/v4.5.0/icons/camera.svg) `` | ![cast](https://cdn.rawgit.com/feathericons/feather/v4.5.0/icons/cast.svg) `` | ![check-circle](https://cdn.rawgit.com/feathericons/feather/v4.5.0/icons/check-circle.svg) `` | ![check-square](https://cdn.rawgit.com/feathericons/feather/v4.5.0/icons/check-square.svg) `` | ![check](https://cdn.rawgit.com/feathericons/feather/v4.5.0/icons/check.svg) `` |
| ![chevron-down](https://cdn.rawgit.com/feathericons/feather/v4.5.0/icons/chevron-down.svg) `` | ![chevron-left](https://cdn.rawgit.com/feathericons/feather/v4.5.0/icons/chevron-left.svg) `` | ![chevron-right](https://cdn.rawgit.com/feathericons/feather/v4.5.0/icons/chevron-right.svg) `` | ![chevron-up](https://cdn.rawgit.com/feathericons/feather/v4.5.0/icons/chevron-up.svg) `` | ![chevrons-down](https://cdn.rawgit.com/feathericons/feather/v4.5.0/icons/chevrons-down.svg) `` |
| ![chevrons-left](https://cdn.rawgit.com/feathericons/feather/v4.5.0/icons/chevrons-left.svg) `` | ![chevrons-right](https://cdn.rawgit.com/feathericons/feather/v4.5.0/icons/chevrons-right.svg) `` | ![chevrons-up](https://cdn.rawgit.com/feathericons/feather/v4.5.0/icons/chevrons-up.svg) `` | ![chrome](https://cdn.rawgit.com/feathericons/feather/v4.5.0/icons/chrome.svg) `` | ![circle](https://cdn.rawgit.com/feathericons/feather/v4.5.0/icons/circle.svg) `` |
| ![clipboard](https://cdn.rawgit.com/feathericons/feather/v4.5.0/icons/clipboard.svg) `` | ![clock](https://cdn.rawgit.com/feathericons/feather/v4.5.0/icons/clock.svg) `` | ![cloud-drizzle](https://cdn.rawgit.com/feathericons/feather/v4.5.0/icons/cloud-drizzle.svg) `` | ![cloud-lightning](https://cdn.rawgit.com/feathericons/feather/v4.5.0/icons/cloud-lightning.svg) `` | ![cloud-off](https://cdn.rawgit.com/feathericons/feather/v4.5.0/icons/cloud-off.svg) `` |
| ![cloud-rain](https://cdn.rawgit.com/feathericons/feather/v4.5.0/icons/cloud-rain.svg) `` | ![cloud-snow](https://cdn.rawgit.com/feathericons/feather/v4.5.0/icons/cloud-snow.svg) `` | ![cloud](https://cdn.rawgit.com/feathericons/feather/v4.5.0/icons/cloud.svg) `` | ![code](https://cdn.rawgit.com/feathericons/feather/v4.5.0/icons/code.svg) `` | ![codepen](https://cdn.rawgit.com/feathericons/feather/v4.5.0/icons/codepen.svg) `` |
| ![command](https://cdn.rawgit.com/feathericons/feather/v4.5.0/icons/command.svg) `` | ![compass](https://cdn.rawgit.com/feathericons/feather/v4.5.0/icons/compass.svg) `` | ![copy](https://cdn.rawgit.com/feathericons/feather/v4.5.0/icons/copy.svg) `` | ![corner-down-left](https://cdn.rawgit.com/feathericons/feather/v4.5.0/icons/corner-down-left.svg) `` | ![corner-down-right](https://cdn.rawgit.com/feathericons/feather/v4.5.0/icons/corner-down-right.svg) `` |
| ![corner-left-down](https://cdn.rawgit.com/feathericons/feather/v4.5.0/icons/corner-left-down.svg) `` | ![corner-left-up](https://cdn.rawgit.com/feathericons/feather/v4.5.0/icons/corner-left-up.svg) `` | ![corner-right-down](https://cdn.rawgit.com/feathericons/feather/v4.5.0/icons/corner-right-down.svg) `` | ![corner-right-up](https://cdn.rawgit.com/feathericons/feather/v4.5.0/icons/corner-right-up.svg) `` | ![corner-up-left](https://cdn.rawgit.com/feathericons/feather/v4.5.0/icons/corner-up-left.svg) `` |
| ![corner-up-right](https://cdn.rawgit.com/feathericons/feather/v4.5.0/icons/corner-up-right.svg) `` | ![cpu](https://cdn.rawgit.com/feathericons/feather/v4.5.0/icons/cpu.svg) `` | ![credit-card](https://cdn.rawgit.com/feathericons/feather/v4.5.0/icons/credit-card.svg) `` | ![crop](https://cdn.rawgit.com/feathericons/feather/v4.5.0/icons/crop.svg) `` | ![crosshair](https://cdn.rawgit.com/feathericons/feather/v4.5.0/icons/crosshair.svg) `` |
| ![database](https://cdn.rawgit.com/feathericons/feather/v4.5.0/icons/database.svg) `` | ![delete](https://cdn.rawgit.com/feathericons/feather/v4.5.0/icons/delete.svg) `` | ![disc](https://cdn.rawgit.com/feathericons/feather/v4.5.0/icons/disc.svg) `` | ![dollar-sign](https://cdn.rawgit.com/feathericons/feather/v4.5.0/icons/dollar-sign.svg) `` | ![download-cloud](https://cdn.rawgit.com/feathericons/feather/v4.5.0/icons/download-cloud.svg) `` |
| ![download](https://cdn.rawgit.com/feathericons/feather/v4.5.0/icons/download.svg) `` | ![droplet](https://cdn.rawgit.com/feathericons/feather/v4.5.0/icons/droplet.svg) `` | ![edit-2](https://cdn.rawgit.com/feathericons/feather/v4.5.0/icons/edit-2.svg) `` | ![edit-3](https://cdn.rawgit.com/feathericons/feather/v4.5.0/icons/edit-3.svg) `` | ![edit](https://cdn.rawgit.com/feathericons/feather/v4.5.0/icons/edit.svg) `` |
| ![external-link](https://cdn.rawgit.com/feathericons/feather/v4.5.0/icons/external-link.svg) `` | ![eye-off](https://cdn.rawgit.com/feathericons/feather/v4.5.0/icons/eye-off.svg) `` | ![eye](https://cdn.rawgit.com/feathericons/feather/v4.5.0/icons/eye.svg) `` | ![facebook](https://cdn.rawgit.com/feathericons/feather/v4.5.0/icons/facebook.svg) `` | ![fast-forward](https://cdn.rawgit.com/feathericons/feather/v4.5.0/icons/fast-forward.svg) `` |
| ![feather](https://cdn.rawgit.com/feathericons/feather/v4.5.0/icons/feather.svg) `` | ![file-minus](https://cdn.rawgit.com/feathericons/feather/v4.5.0/icons/file-minus.svg) `` | ![file-plus](https://cdn.rawgit.com/feathericons/feather/v4.5.0/icons/file-plus.svg) `` | ![file-text](https://cdn.rawgit.com/feathericons/feather/v4.5.0/icons/file-text.svg) `` | ![file](https://cdn.rawgit.com/feathericons/feather/v4.5.0/icons/file.svg) `` |
| ![film](https://cdn.rawgit.com/feathericons/feather/v4.5.0/icons/film.svg) `` | ![filter](https://cdn.rawgit.com/feathericons/feather/v4.5.0/icons/filter.svg) `` | ![flag](https://cdn.rawgit.com/feathericons/feather/v4.5.0/icons/flag.svg) `` | ![folder-minus](https://cdn.rawgit.com/feathericons/feather/v4.5.0/icons/folder-minus.svg) `` | ![folder-plus](https://cdn.rawgit.com/feathericons/feather/v4.5.0/icons/folder-plus.svg) `` |
| ![folder](https://cdn.rawgit.com/feathericons/feather/v4.5.0/icons/folder.svg) `` | ![git-branch](https://cdn.rawgit.com/feathericons/feather/v4.5.0/icons/git-branch.svg) `` | ![git-commit](https://cdn.rawgit.com/feathericons/feather/v4.5.0/icons/git-commit.svg) `` | ![git-merge](https://cdn.rawgit.com/feathericons/feather/v4.5.0/icons/git-merge.svg) `` | ![git-pull-request](https://cdn.rawgit.com/feathericons/feather/v4.5.0/icons/git-pull-request.svg) `` |
| ![github](https://cdn.rawgit.com/feathericons/feather/v4.5.0/icons/github.svg) `` | ![gitlab](https://cdn.rawgit.com/feathericons/feather/v4.5.0/icons/gitlab.svg) `` | ![globe](https://cdn.rawgit.com/feathericons/feather/v4.5.0/icons/globe.svg) `` | ![grid](https://cdn.rawgit.com/feathericons/feather/v4.5.0/icons/grid.svg) `` | ![hard-drive](https://cdn.rawgit.com/feathericons/feather/v4.5.0/icons/hard-drive.svg) `` |
| ![hash](https://cdn.rawgit.com/feathericons/feather/v4.5.0/icons/hash.svg) `` | ![headphones](https://cdn.rawgit.com/feathericons/feather/v4.5.0/icons/headphones.svg) `` | ![heart](https://cdn.rawgit.com/feathericons/feather/v4.5.0/icons/heart.svg) `` | ![help-circle](https://cdn.rawgit.com/feathericons/feather/v4.5.0/icons/help-circle.svg) `` | ![home](https://cdn.rawgit.com/feathericons/feather/v4.5.0/icons/home.svg) `` |
| ![image](https://cdn.rawgit.com/feathericons/feather/v4.5.0/icons/image.svg) `` | ![inbox](https://cdn.rawgit.com/feathericons/feather/v4.5.0/icons/inbox.svg) `` | ![info](https://cdn.rawgit.com/feathericons/feather/v4.5.0/icons/info.svg) `` | ![instagram](https://cdn.rawgit.com/feathericons/feather/v4.5.0/icons/instagram.svg) `` | ![italic](https://cdn.rawgit.com/feathericons/feather/v4.5.0/icons/italic.svg) `` |
| ![layers](https://cdn.rawgit.com/feathericons/feather/v4.5.0/icons/layers.svg) `` | ![layout](https://cdn.rawgit.com/feathericons/feather/v4.5.0/icons/layout.svg) `` | ![life-buoy](https://cdn.rawgit.com/feathericons/feather/v4.5.0/icons/life-buoy.svg) `` | ![link-2](https://cdn.rawgit.com/feathericons/feather/v4.5.0/icons/link-2.svg) `` | ![link](https://cdn.rawgit.com/feathericons/feather/v4.5.0/icons/link.svg) `` |
| ![linkedin](https://cdn.rawgit.com/feathericons/feather/v4.5.0/icons/linkedin.svg) `` | ![list](https://cdn.rawgit.com/feathericons/feather/v4.5.0/icons/list.svg) `` | ![loader](https://cdn.rawgit.com/feathericons/feather/v4.5.0/icons/loader.svg) `` | ![lock](https://cdn.rawgit.com/feathericons/feather/v4.5.0/icons/lock.svg) `` | ![log-in](https://cdn.rawgit.com/feathericons/feather/v4.5.0/icons/log-in.svg) `` |
| ![log-out](https://cdn.rawgit.com/feathericons/feather/v4.5.0/icons/log-out.svg) `` | ![mail](https://cdn.rawgit.com/feathericons/feather/v4.5.0/icons/mail.svg) `` | ![map-pin](https://cdn.rawgit.com/feathericons/feather/v4.5.0/icons/map-pin.svg) `` | ![map](https://cdn.rawgit.com/feathericons/feather/v4.5.0/icons/map.svg) `` | ![maximize-2](https://cdn.rawgit.com/feathericons/feather/v4.5.0/icons/maximize-2.svg) `` |
| ![maximize](https://cdn.rawgit.com/feathericons/feather/v4.5.0/icons/maximize.svg) `` | ![menu](https://cdn.rawgit.com/feathericons/feather/v4.5.0/icons/menu.svg) `` | ![message-circle](https://cdn.rawgit.com/feathericons/feather/v4.5.0/icons/message-circle.svg) `` | ![message-square](https://cdn.rawgit.com/feathericons/feather/v4.5.0/icons/message-square.svg) `` | ![mic-off](https://cdn.rawgit.com/feathericons/feather/v4.5.0/icons/mic-off.svg) `` |
| ![mic](https://cdn.rawgit.com/feathericons/feather/v4.5.0/icons/mic.svg) `` | ![minimize-2](https://cdn.rawgit.com/feathericons/feather/v4.5.0/icons/minimize-2.svg) `` | ![minimize](https://cdn.rawgit.com/feathericons/feather/v4.5.0/icons/minimize.svg) `` | ![minus-circle](https://cdn.rawgit.com/feathericons/feather/v4.5.0/icons/minus-circle.svg) `` | ![minus-square](https://cdn.rawgit.com/feathericons/feather/v4.5.0/icons/minus-square.svg) `` |
| ![minus](https://cdn.rawgit.com/feathericons/feather/v4.5.0/icons/minus.svg) `` | ![monitor](https://cdn.rawgit.com/feathericons/feather/v4.5.0/icons/monitor.svg) `` | ![moon](https://cdn.rawgit.com/feathericons/feather/v4.5.0/icons/moon.svg) `` | ![more-horizontal](https://cdn.rawgit.com/feathericons/feather/v4.5.0/icons/more-horizontal.svg) `` | ![more-vertical](https://cdn.rawgit.com/feathericons/feather/v4.5.0/icons/more-vertical.svg) `` |
| ![move](https://cdn.rawgit.com/feathericons/feather/v4.5.0/icons/move.svg) `` | ![music](https://cdn.rawgit.com/feathericons/feather/v4.5.0/icons/music.svg) `` | ![navigation-2](https://cdn.rawgit.com/feathericons/feather/v4.5.0/icons/navigation-2.svg) `` | ![navigation](https://cdn.rawgit.com/feathericons/feather/v4.5.0/icons/navigation.svg) `` | ![octagon](https://cdn.rawgit.com/feathericons/feather/v4.5.0/icons/octagon.svg) `` |
| ![package](https://cdn.rawgit.com/feathericons/feather/v4.5.0/icons/package.svg) `` | ![paperclip](https://cdn.rawgit.com/feathericons/feather/v4.5.0/icons/paperclip.svg) `` | ![pause-circle](https://cdn.rawgit.com/feathericons/feather/v4.5.0/icons/pause-circle.svg) `` | ![pause](https://cdn.rawgit.com/feathericons/feather/v4.5.0/icons/pause.svg) `` | ![percent](https://cdn.rawgit.com/feathericons/feather/v4.5.0/icons/percent.svg) `` |
| ![phone-call](https://cdn.rawgit.com/feathericons/feather/v4.5.0/icons/phone-call.svg) `` | ![phone-forwarded](https://cdn.rawgit.com/feathericons/feather/v4.5.0/icons/phone-forwarded.svg) `` | ![phone-incoming](https://cdn.rawgit.com/feathericons/feather/v4.5.0/icons/phone-incoming.svg) `` | ![phone-missed](https://cdn.rawgit.com/feathericons/feather/v4.5.0/icons/phone-missed.svg) `` | ![phone-off](https://cdn.rawgit.com/feathericons/feather/v4.5.0/icons/phone-off.svg) `` |
| ![phone-outgoing](https://cdn.rawgit.com/feathericons/feather/v4.5.0/icons/phone-outgoing.svg) `` | ![phone](https://cdn.rawgit.com/feathericons/feather/v4.5.0/icons/phone.svg) `` | ![pie-chart](https://cdn.rawgit.com/feathericons/feather/v4.5.0/icons/pie-chart.svg) `` | ![play-circle](https://cdn.rawgit.com/feathericons/feather/v4.5.0/icons/play-circle.svg) `` | ![play](https://cdn.rawgit.com/feathericons/feather/v4.5.0/icons/play.svg) `` |
| ![plus-circle](https://cdn.rawgit.com/feathericons/feather/v4.5.0/icons/plus-circle.svg) `` | ![plus-square](https://cdn.rawgit.com/feathericons/feather/v4.5.0/icons/plus-square.svg) `` | ![plus](https://cdn.rawgit.com/feathericons/feather/v4.5.0/icons/plus.svg) `` | ![pocket](https://cdn.rawgit.com/feathericons/feather/v4.5.0/icons/pocket.svg) `` | ![power](https://cdn.rawgit.com/feathericons/feather/v4.5.0/icons/power.svg) `` |
| ![printer](https://cdn.rawgit.com/feathericons/feather/v4.5.0/icons/printer.svg) `` | ![radio](https://cdn.rawgit.com/feathericons/feather/v4.5.0/icons/radio.svg) `` | ![refresh-ccw](https://cdn.rawgit.com/feathericons/feather/v4.5.0/icons/refresh-ccw.svg) `` | ![refresh-cw](https://cdn.rawgit.com/feathericons/feather/v4.5.0/icons/refresh-cw.svg) `` | ![repeat](https://cdn.rawgit.com/feathericons/feather/v4.5.0/icons/repeat.svg) `` |
| ![rewind](https://cdn.rawgit.com/feathericons/feather/v4.5.0/icons/rewind.svg) `` | ![rotate-ccw](https://cdn.rawgit.com/feathericons/feather/v4.5.0/icons/rotate-ccw.svg) `` | ![rotate-cw](https://cdn.rawgit.com/feathericons/feather/v4.5.0/icons/rotate-cw.svg) `` | ![rss](https://cdn.rawgit.com/feathericons/feather/v4.5.0/icons/rss.svg) `` | ![save](https://cdn.rawgit.com/feathericons/feather/v4.5.0/icons/save.svg) `` |
| ![scissors](https://cdn.rawgit.com/feathericons/feather/v4.5.0/icons/scissors.svg) `` | ![search](https://cdn.rawgit.com/feathericons/feather/v4.5.0/icons/search.svg) `` | ![send](https://cdn.rawgit.com/feathericons/feather/v4.5.0/icons/send.svg) `` | ![server](https://cdn.rawgit.com/feathericons/feather/v4.5.0/icons/server.svg) `` | ![settings](https://cdn.rawgit.com/feathericons/feather/v4.5.0/icons/settings.svg) `` |
| ![share-2](https://cdn.rawgit.com/feathericons/feather/v4.5.0/icons/share-2.svg) `` | ![share](https://cdn.rawgit.com/feathericons/feather/v4.5.0/icons/share.svg) `` | ![shield-off](https://cdn.rawgit.com/feathericons/feather/v4.5.0/icons/shield-off.svg) `` | ![shield](https://cdn.rawgit.com/feathericons/feather/v4.5.0/icons/shield.svg) `` | ![shopping-bag](https://cdn.rawgit.com/feathericons/feather/v4.5.0/icons/shopping-bag.svg) `` |
| ![shopping-cart](https://cdn.rawgit.com/feathericons/feather/v4.5.0/icons/shopping-cart.svg) `` | ![shuffle](https://cdn.rawgit.com/feathericons/feather/v4.5.0/icons/shuffle.svg) `` | ![sidebar](https://cdn.rawgit.com/feathericons/feather/v4.5.0/icons/sidebar.svg) `` | ![skip-back](https://cdn.rawgit.com/feathericons/feather/v4.5.0/icons/skip-back.svg) `` | ![skip-forward](https://cdn.rawgit.com/feathericons/feather/v4.5.0/icons/skip-forward.svg) `` |
| ![slack](https://cdn.rawgit.com/feathericons/feather/v4.5.0/icons/slack.svg) `` | ![slash](https://cdn.rawgit.com/feathericons/feather/v4.5.0/icons/slash.svg) `` | ![sliders](https://cdn.rawgit.com/feathericons/feather/v4.5.0/icons/sliders.svg) `` | ![smartphone](https://cdn.rawgit.com/feathericons/feather/v4.5.0/icons/smartphone.svg) `` | ![speaker](https://cdn.rawgit.com/feathericons/feather/v4.5.0/icons/speaker.svg) `` |
| ![square](https://cdn.rawgit.com/feathericons/feather/v4.5.0/icons/square.svg) `` | ![star](https://cdn.rawgit.com/feathericons/feather/v4.5.0/icons/star.svg) `` | ![stop-circle](https://cdn.rawgit.com/feathericons/feather/v4.5.0/icons/stop-circle.svg) `` | ![sun](https://cdn.rawgit.com/feathericons/feather/v4.5.0/icons/sun.svg) `` | ![sunrise](https://cdn.rawgit.com/feathericons/feather/v4.5.0/icons/sunrise.svg) `` |
| ![sunset](https://cdn.rawgit.com/feathericons/feather/v4.5.0/icons/sunset.svg) `` | ![tablet](https://cdn.rawgit.com/feathericons/feather/v4.5.0/icons/tablet.svg) `` | ![tag](https://cdn.rawgit.com/feathericons/feather/v4.5.0/icons/tag.svg) `` | ![target](https://cdn.rawgit.com/feathericons/feather/v4.5.0/icons/target.svg) `` | ![terminal](https://cdn.rawgit.com/feathericons/feather/v4.5.0/icons/terminal.svg) `` |
| ![thermometer](https://cdn.rawgit.com/feathericons/feather/v4.5.0/icons/thermometer.svg) `` | ![thumbs-down](https://cdn.rawgit.com/feathericons/feather/v4.5.0/icons/thumbs-down.svg) `` | ![thumbs-up](https://cdn.rawgit.com/feathericons/feather/v4.5.0/icons/thumbs-up.svg) `` | ![toggle-left](https://cdn.rawgit.com/feathericons/feather/v4.5.0/icons/toggle-left.svg) `` | ![toggle-right](https://cdn.rawgit.com/feathericons/feather/v4.5.0/icons/toggle-right.svg) `` |
| ![trash-2](https://cdn.rawgit.com/feathericons/feather/v4.5.0/icons/trash-2.svg) `` | ![trash](https://cdn.rawgit.com/feathericons/feather/v4.5.0/icons/trash.svg) `` | ![trending-down](https://cdn.rawgit.com/feathericons/feather/v4.5.0/icons/trending-down.svg) `` | ![trending-up](https://cdn.rawgit.com/feathericons/feather/v4.5.0/icons/trending-up.svg) `` | ![triangle](https://cdn.rawgit.com/feathericons/feather/v4.5.0/icons/triangle.svg) `` |
| ![truck](https://cdn.rawgit.com/feathericons/feather/v4.5.0/icons/truck.svg) `` | ![tv](https://cdn.rawgit.com/feathericons/feather/v4.5.0/icons/tv.svg) `` | ![twitter](https://cdn.rawgit.com/feathericons/feather/v4.5.0/icons/twitter.svg) `` | ![type](https://cdn.rawgit.com/feathericons/feather/v4.5.0/icons/type.svg) `` | ![umbrella](https://cdn.rawgit.com/feathericons/feather/v4.5.0/icons/umbrella.svg) `` |
| ![underline](https://cdn.rawgit.com/feathericons/feather/v4.5.0/icons/underline.svg) `` | ![unlock](https://cdn.rawgit.com/feathericons/feather/v4.5.0/icons/unlock.svg) `` | ![upload-cloud](https://cdn.rawgit.com/feathericons/feather/v4.5.0/icons/upload-cloud.svg) `` | ![upload](https://cdn.rawgit.com/feathericons/feather/v4.5.0/icons/upload.svg) `` | ![user-check](https://cdn.rawgit.com/feathericons/feather/v4.5.0/icons/user-check.svg) `` |
| ![user-minus](https://cdn.rawgit.com/feathericons/feather/v4.5.0/icons/user-minus.svg) `` | ![user-plus](https://cdn.rawgit.com/feathericons/feather/v4.5.0/icons/user-plus.svg) `` | ![user-x](https://cdn.rawgit.com/feathericons/feather/v4.5.0/icons/user-x.svg) `` | ![user](https://cdn.rawgit.com/feathericons/feather/v4.5.0/icons/user.svg) `` | ![users](https://cdn.rawgit.com/feathericons/feather/v4.5.0/icons/users.svg) `` |
| ![video-off](https://cdn.rawgit.com/feathericons/feather/v4.5.0/icons/video-off.svg) `` | ![video](https://cdn.rawgit.com/feathericons/feather/v4.5.0/icons/video.svg) `` | ![voicemail](https://cdn.rawgit.com/feathericons/feather/v4.5.0/icons/voicemail.svg) `` | ![volume-1](https://cdn.rawgit.com/feathericons/feather/v4.5.0/icons/volume-1.svg) `` | ![volume-2](https://cdn.rawgit.com/feathericons/feather/v4.5.0/icons/volume-2.svg) `` |
| ![volume-x](https://cdn.rawgit.com/feathericons/feather/v4.5.0/icons/volume-x.svg) `` | ![volume](https://cdn.rawgit.com/feathericons/feather/v4.5.0/icons/volume.svg) `` | ![watch](https://cdn.rawgit.com/feathericons/feather/v4.5.0/icons/watch.svg) `` | ![wifi-off](https://cdn.rawgit.com/feathericons/feather/v4.5.0/icons/wifi-off.svg) `` | ![wifi](https://cdn.rawgit.com/feathericons/feather/v4.5.0/icons/wifi.svg) `` |
| ![wind](https://cdn.rawgit.com/feathericons/feather/v4.5.0/icons/wind.svg) `