tech-apocalypse-icons
v0.1.0
Published
Retro-futurist terminal UI icon pack (SVG + React) with a searchable preview.
Downloads
107
Maintainers
Readme
Tech Apocalypse Icons
Retro-futurist terminal UI icon pack. Includes SVGs, React components, and a searchable preview.
Live preview
https://omiron33.github.io/tech-apocalypse-icons/
Contact sheet

Install
npm install tech-apocalypse-icons
# or
pnpm add tech-apocalypse-icons
# or
yarn add tech-apocalypse-iconsReact usage
import { UiHealth, HazardRadiation, ShelterDoor } from "tech-apocalypse-icons";
export function Status() {
return (
<div style={{ display: "flex", gap: 8, color: "#74f5a7" }}>
<UiHealth width={20} height={20} />
<HazardRadiation width={20} height={20} />
<ShelterDoor width={20} height={20} />
</div>
);
}Icons use currentColor so they inherit CSS color by default.
SVG usage
import iconUrl from "tech-apocalypse-icons/svgs/ui-health.svg";(Use with bundlers that support importing SVG assets.)
Manifest
import manifest from "tech-apocalypse-icons/manifest.json";Each entry includes icon_name, tags, source_url, and license metadata.
License
- This package: MIT (see
LICENSE) - Third-party sources: Lucide (ISC) and Tabler (MIT) — see
THIRD_PARTY_NOTICES.md
Disclaimer
Not affiliated with or endorsed by any game studio, publisher, or trademark holder.
