UNPKG

@iconscout/unicons

Version:

Ready to use font icons for your next project

43 lines (41 loc) 1.5 kB
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta http-equiv="X-UA-Compatible" content="ie=edge" /> <title>Unicons</title> <script src="./script/monochrome/bundle.js"></script> </head> <body> <h1 style="color: #43ab92;">Icon is here <i class="uim uim-airplay" style="--uim-color: #f75f00"></i></h1> <h2 style="color: #f75f00">Icon is here <i class="uim uim-analysis"></i></h2> <h3 style="color: #c93838"> Icon is here <i class="uim uim-angle-double-up"></i> </h3> <h4 style="color: #512c62"> Icon is here <i class="uim uim-angle-right"></i> </h4> <h5 style="color: #000000"> Icon is here <i class="uim uim-arrow-up-right"></i> </h5> <p style="color: green"> <i class="uim uim-object-group"></i> Paragraph<i class="uim uim-chart"></i> </p> <h1 style="color: #ec9b3b"> Icon is here <i class="uim uim-white uim-clock-ten"></i> </h1> <h1 style="color: #f75f00; --uim-color: #000000"> Icon is here <i class="uim uim-white uim-compress"></i> </h1> <h1 style="color: #c93838"> Icon is here <i class="uim uim-white uim-exit"></i> </h1> <h1 style="color: #512c62"> Icon is here <i class="uim uim-white uim-horizontal-align-left"></i> </h1> <h1 style="color: #000000"> Icon is here <i class="uim uim-white uim-record-audio"></i> </h1> </body> </html>