Inspired by Google's Material Design Icons, SEIcons.css
is a port of the Win98SE icon theme for use on the Web.
Add a link to the stylesheet to the <head>
of your app:
<head>
<!-- ... -->
<link href="https://seicons.z13.web.core.windows.net/seicons.min.css" rel="stylesheet" />
<!-- ... -->
</head>
Then, render an icon with the <i>
element with the data-seicon
attribute:
<!-- ... -->
<i data-seicon="devices/computer" style="--seicon-size: 32px;"></i>
<!-- ... -->
NOTE: Set the size of the icon with the
--seicon-size
CSS Variable (default:24px
).
Icons can be previewed here.
NOTE: There is no lazy loading of images, this page may take a moment to load.