Lightweight CSS Framework for Building Apps and Websites https://crispy-css.com
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

64 lines
2.8 KiB

5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
  1. <!doctype html>
  2. <html>
  3. <head>
  4. <title>IcoMoon - SVG Icons</title>
  5. <meta charset="utf-8">
  6. <meta name="viewport" content="width=device-width, initial-scale=1">
  7. <link rel="stylesheet" href="demo-files/demo.css">
  8. <link rel="stylesheet" href="style.css">
  9. </head>
  10. <body>
  11. <header class="bgc1 clearfix">
  12. <div class="mhl">
  13. <p>SVG Icons - Generated by <a href="https://icomoon.io/app">IcoMoon</a></p><p><strong>Notice</strong>: This demo (along with "symbol-defs.svg" and "svgxuse.js" files) should be <b>hosted on a web server</b> to work properly.</p>
  14. </div>
  15. </header>
  16. <div class="clearfix mhl ptl">
  17. <h1 class="mvm mtn fgc1">Grid Size: 0</h1>
  18. <div class="glyph fs1">
  19. <div class="clearfix pbs">
  20. <svg class="icon icon-logo"><use xlink:href="symbol-defs.svg#icon-logo"></use></svg><span class="name"> icon-logo</span>
  21. </div>
  22. </div>
  23. </div>
  24. <div class="clearfix mhl ptl">
  25. <h1 class="mvm mtn fgc1">Grid Size: 32</h1>
  26. <div class="glyph fs2">
  27. <div class="clearfix pbs">
  28. <svg class="icon icon-chronometer"><use xlink:href="symbol-defs.svg#icon-chronometer"></use></svg><span class="name"> icon-chronometer</span>
  29. </div>
  30. </div>
  31. <div class="glyph fs2">
  32. <div class="clearfix pbs">
  33. <svg class="icon icon-transformers"><use xlink:href="symbol-defs.svg#icon-transformers"></use></svg><span class="name"> icon-transformers</span>
  34. </div>
  35. </div>
  36. <div class="glyph fs2">
  37. <div class="clearfix pbs">
  38. <svg class="icon icon-paperplane"><use xlink:href="symbol-defs.svg#icon-paperplane"></use></svg><span class="name"> icon-paperplane</span>
  39. </div>
  40. </div>
  41. <div class="glyph fs2">
  42. <div class="clearfix pbs">
  43. <svg class="icon icon-checked"><use xlink:href="symbol-defs.svg#icon-checked"></use></svg><span class="name"> icon-checked</span>
  44. </div>
  45. </div>
  46. <div class="glyph fs2">
  47. <div class="clearfix pbs">
  48. <svg class="icon icon-minus"><use xlink:href="symbol-defs.svg#icon-minus"></use></svg><span class="name"> icon-minus</span>
  49. </div>
  50. </div>
  51. <div class="glyph fs2">
  52. <div class="clearfix pbs">
  53. <svg class="icon icon-shipping"><use xlink:href="symbol-defs.svg#icon-shipping"></use></svg><span class="name"> icon-shipping</span>
  54. </div>
  55. </div>
  56. <div class="glyph fs2">
  57. <div class="clearfix pbs">
  58. <svg class="icon icon-ruler"><use xlink:href="symbol-defs.svg#icon-ruler"></use></svg><span class="name"> icon-ruler</span>
  59. </div>
  60. </div>
  61. </div>
  62. <script defer src="svgxuse.js"></script>
  63. </body>
  64. </html>