Struct UIStructUI

A set of 16x16
pixel-perfect icons

View on Github

npm install @struct-ui/icons

Objects
Abstract
Music
Arrows
Logos

Usage

You can always click on the icons above to copy the svg and use it in your desired framework.

React components

All icons are available as individual React components. Install Struct Icons from npm:

npm install @struct-ui/icons

Import the icons into your React project:

import { ArrowRight, Sun } from "@struct-ui/icons";
function MyComponent() {
return (
<div>
<ArrowRight />
<Sun />
</div>
);
}

Assets

License

Licensed under the MIT License.
Copyright © 2023-present.

Request an icon