Game Icons Icons

Browse 4,000+ game icons from game-icons.net: weapons, spells, creatures, loot, skills. Copy SVG, download PNG. CC-BY 3.0, free for commercial use.

4,133 icons CC-BY-3.0 Thematic by GameIcons
Search icons...

More SVG Icons

3d-glasses

3d-hammer

3d-meeple

3d-stairs

abacus

abbot-meeple

abdominal-armor

abstract-001

abstract-002

abstract-003

abstract-004

abstract-005

abstract-006

abstract-007

abstract-008

abstract-009

abstract-010

abstract-011

abstract-012

abstract-013

abstract-014

abstract-015

abstract-016

abstract-017

abstract-018

abstract-019

abstract-020

abstract-021

abstract-022

abstract-023

abstract-024

abstract-025

abstract-026

abstract-027

abstract-028

abstract-029

abstract-030

abstract-031

abstract-032

abstract-033

abstract-034

abstract-035

abstract-036

abstract-037

abstract-038

abstract-039

abstract-040

abstract-041

abstract-042

abstract-043

abstract-044

abstract-045

abstract-046

abstract-047

abstract-048

abstract-049

abstract-050

abstract-051

abstract-052

abstract-053

abstract-054

abstract-055

abstract-056

abstract-057

abstract-058

abstract-059

abstract-060

abstract-061

abstract-062

abstract-063

abstract-064

abstract-065

Copy & download Game Icons icons

Click any icon above to open the detail panel. Four export formats are available instantly, no sign-up required.

SVG

Raw vector markup. Paste directly into HTML or React components. Scales to any size without quality loss.

JSX / TSX

React-ready component. Drop into any React or Next.js project. Works with shadcn/ui, Radix, and Tailwind CSS.

PNG

Raster export at 1×, 2× and 3× for email templates, Figma imports, app assets, and Open Graph images.

Base64

Inline data URI, embed icons in CSS background-image, email HTML, or anywhere an image URL is needed.

Works with shadcn/ui

Copy the JSX format and paste directly into any shadcn/ui component. Alternatively, install and use via @iconify/react, fully tree-shakeable, no icon font loading required.

About Game Icons

Game Icons (game-icons.net) is the largest free icon collection built specifically for games: 4,000+ bold, high-contrast SVG symbols covering weapons, armor, spells, potions, creatures, skills, resources, loot, dice, and virtually every fantasy, sci-fi, and board game concept imaginable. Each icon is drawn as a solid silhouette on a square tile, designed to stay readable at small sizes on inventory grids, skill trees, tokens, and HUDs. The set is a community effort by contributors like Lorc, Delapouite, and others, licensed CC-BY 3.0, free for commercial use with attribution. No other free library comes close for game-specific vocabulary: where general UI sets give you a sword and a shield, Game Icons gives you fifty sword variants. Search the full set here, copy SVG code, export as JSX for React game UIs, or download PNG for engines like Unity and Godot. Ideal for indie games, RPG character sheets, board game prototyping, virtual tabletops, and gamified apps.

Created By

GameIcons Visit Website

License

CC BY 3.0 View License

Features & Tags

Has Padding

Pack Details

Color Support

Monochrome

Category

Thematic

In 2 collections

How to use Game Icons icons

License SPDX

CC-BY-3.0

Sample Icons

diamond-trophy, thrown-spear, rank-3

Via Iconify · React

tsx
import { Icon } from '@iconify/react';

export default function App() {
  return <Icon icon="game-icons:icon-name" width={24} />;
}

Via Iconify · HTML

html
<script src="https://code.iconify.design/iconify-icon/2.1.0/iconify-icon.min.js"></script>
<iconify-icon icon="game-icons:icon-name" width="24"></iconify-icon>

Compare Game Icons with similar icon packs

Frequently Asked Questions

Is Game Icons free for commercial use?
Yes. Game Icons is licensed under CC BY 3.0, free for personal and commercial projects. View license →
How do I download Game Icons SVG icons?
Click any icon in the browser above to open the detail panel. Choose raw SVG code to copy, download as SVG or PNG, export as a React JSX component, or get a Base64 data URI, all formats free, no sign-up required.
How many icons are in Game Icons?
Game Icons contains 4,133 SVG icons in the Thematic category.
Can I change the color of Game Icons icons?
Yes. Game Icons icons are monochrome SVGs that inherit CSS currentColor. Set a color via CSS (color: #0070f3), a Tailwind class (text-blue-500), or pass a fill / stroke attribute directly on the SVG.
Which icon collections include Game Icons?
Game Icons is included in 2 curated collections: Free Gaming SVG Icons, Free Pixel Art SVG Icons.
Can I use Game Icons with React, Next.js or shadcn/ui?
Yes. Copy the JSX export from any icon's detail panel and paste it directly into your component. For ongoing use, install @iconify-json/game-icons and use it via @iconify/react, fully tree-shakeable, compatible with shadcn/ui, Tailwind CSS, Radix UI, and any React-based framework.