Zurück zum Ranking

Remix-Design/RemixIcon

Lessremixicon.com

Open source neutral style icon system

iconsvgicon-fonticon-pack
Sterne-Wachstum
Sterne
8.2k
Forks
554
Wochenwachstum
Issues
597
5k
Dez. 2018Juni 2021Jan. 2024Juli 2026
README

logo

npm downloads donate

Sponsor

English | 简体中文

Remix Icon is a set of open-source neutral-style system symbols for designers and developers. Unlike a patchwork icon library, 3200+ icons are all elaborately crafted so that they are born with the genes of readability, consistency, and perfect pixels. Each icon was designed in "Outlined" and "Filled" styles based on a 24x24 grid. Of course, all the icons are free for both personal and commercial use.

icon demo View the full set of Remix Icons at remixicon.com.

Usage

Basic Usage

Just click the icons you want from remixicon.com, and then you can download the icons in SVG or PNG format.

Designers can click the Copy SVG button and then press ⌘+V or Ctrl+V to paste the vector graphic into your design tool directly, it is easy and simple.

We recommend that designers download or copy icons from our website when needed instead of managing all of them in a local folder. The website's search engine allows you to quickly locate the icon you are looking for and the icons on the website are being continuously updated.

The Copy SVG now supports Sketch, Figma, Adobe XD, Adobe Illustrator, Affinity Designer, Affinity Photo, etc.

Using SVG on the web is as simple as JPEG or PNG. Such as:

<img height="32" width="32" src="img/admin-fill.svg" />

Webfont Usage

Note: You can import Remix Icon with npm install, cdn or download it manually.

Installation

Note: If you'd like to use Remix Icon with a CDN, you can skip this installation step.

npm install remixicon --save
import 'remixicon/fonts/remixicon.css'

import CSS to your main.js

CDN

Copy the following code and add it to the <head> tag of your HTML document.

<link
  href="https://cdn.jsdelivr.net/npm/remixicon@4.9.0/fonts/remixicon.css"
  rel="stylesheet"
/>

The @4.9.0 in the CDN link can be changed to any history version we've published.

Download Manually

Download remixicon.css file, and add it to the <head> tag of your HTML document.

Use

Add icon with class name, class name rule: ri-{name}-{style}

<i class="ri-admin-line"></i> <i class="ri-admin-fill"></i>

Note: We changed the class name prefixes from remixicon- to ri from v2.0.0;

Note: You can go to remixicon.com to check the name of the icons. -line means the outlined style icon, and -fill means the filled style icon.

Sizing

RemixIcon can be resized by CSS class integrated by remixicon.css . Icons inherit the font-size of their parent container and with the following classes, you can increase or decrease the size of icons relative to that inherited font-size. You can also use ri-fw class for a fixed width for icons. For example:

<div style="font-size: 24px;">
  <i class="ri-admin-line ri-fw"></i>
  <!-- fixed width -->
  <i class="ri-admin-line ri-xxs"></i>
  <!-- 0.5em -->
  <i class="ri-admin-line ri-xs"></i>
  <!-- 0.75em -->
  <i class="ri-admin-line ri-sm"></i>
  <!-- 0.875em -->
  <i class="ri-admin-line ri-1x"></i>
  <!-- 1em -->
  <i class="ri-admin-line ri-lg"></i>
  <!-- 1.3333em -->
  <i class="ri-admin-line ri-xl"></i>
  <!-- 1.5em -->
  <i class="ri-admin-line ri-2x"></i>
  <!-- 2em -->
  <i class="ri-admin-line ri-3x"></i>
  <!-- 3em -->
  ...
  <i class="ri-admin-line ri-10x"></i>
  <!-- 10em -->
</div>

You can check the remixicon.css file for more info and details.

SVG Sprite Usage

Download remixicon.symbol.svg file into your project directory, use icons with the <use> element, such as:

<svg class="remix">
  <use xlink:href="your-path/remixicon.symbol.svg#ri-admin-fill"></use>
</svg>
.remix {
  width: 24px;
  height: 24px;
  fill: #333;
}

Note: ri-admin-fill after the # in the above example can be replaced with any valid icon name of Remix Icon. You can go to remixicon.com to check the name of the icons. -line means the outlined style icon, and -fill means the filled style icon.

React

Installation

npm install @remixicon/react
# or
yarn add @remixicon/react
# or
pnpm install @remixicon/react

Usage

import { RiHeartFill } from "@remixicon/react";

const MyComponent = () => {
  return (
    <RiHeartFill
      size={36} // set custom `width` and `height`
      color="red" // set `fill` color
      className="my-icon" // add custom class name
    />
  );
};

Vue 3

Installation

npm install @remixicon/vue
# or
yarn add @remixicon/vue
# or
pnpm install @remixicon/vue

Usage

<script setup lang="ts">
import { RiHeartFill } from "@remixicon/vue";
</script>

<template>
  <RiHeartFill size="36px" color="red" className="my-icon" />
</template>

Figma

RemixIcon Official Plugin.

Contributing

Note: In order to ensure the quality of each icon, we currently do not accept third-party drawn icons. If you want to contribute an icon to Remix Icon, you can create an issue with a screenshot or URL to your svg-format file. If you are not familiar with GitHub, you can also email us directly jimmy@remixdesign.cn.

Icon Request

If there is no suitable icon for your usage scenario, you can create an issue with the title of "Icon request: <Icon name>" and fill in the issue template.

RemixIcon is mainly focused on user interface icons. If we did not include the logo icons you were looking for, I recommend this icon library - Simple Icons

Icon Search Keywords

We use tags.json file to manage the search keywords of our website. But at the moment, we don't have a good automatic method to complete the keywords for each icon. So we hope you can help us to improve the tags.json file by creating issues, sending emails, or "pull request" of tags.json file to make the search engine better. Especially when one of our icons matches your scene but you don't find the icon with your keywords.

Sub-Projects

RemixIcon-MCP

Allows you to quickly describe your needs in natural language within your IDE or AI-assisted environment. AI automatically selects the most suitable icons for your current functionality through the MCP (Model Context Protocol) server, eliminating the need for manual searching. RemixIcon-MCP

RemixIcon-Figma-Plugin

You can quickly access RemixIcon through the plugin in Figma, just as convenient as using the official website. Official Plugin Link

RemixIcon-Slides

PowerPoint and Keynote versions of Remix Icon, allowing direct style editing within PPT or Keynote. RemixIcon-Slides

License

Remix Icon is licensed under the Remix Icon License v1.0. Feel free to use these icons in your products and distribute them. We would be very grateful if you mentioned "Remix Icon" in your product info, but it's not required. Thank you.

Effective January 2026, we have updated our license agreement. If you have any questions, you are welcome to discuss them here.

Support Us

It's simple and easy. Just star our project and recommend it to your friends. Your encouragement is the greatest fuel to drive us forward.

Follow Us on X

We are all newcomers on X / Twitter. Feel free to follow us and help enhance our visibility.

RemixDesign: https://x.com/RemixDesignHQ

Designer: https://x.com/remixdesigner

Developer: https://x.com/wendygaoyuan

Ähnliche Repositories
tabler/tabler-icons

A set of over 6000 free MIT-licensed high-quality SVG icons for you to use in your web projects.

JavaScriptnpmMIT Licenseiconsiconset
tabler.io/icons
21.2k1.2k
oblador/react-native-vector-icons

Customizable Icons for React Native with support for image source and full styling.

TypeScriptnpmMIT Licensereact-nativeicon
oblador.github.io/react-native-vector-icons/
17.9k2.1k
alexandresanlim/Badges4-README.md-Profile

:octocat: Improve your README.md profile with these amazing badges.

MarkdownMIT Licenseiconicons
alexandresanlim.github.io/Badges4-README.md-Profile/
13.3k1.7k
bytedance/IconPark

🍎Transform an SVG icon into multiple themes, and generate React icons,Vue icons,svg icons

TypeScriptnpmApache License 2.0svgstroke
iconpark.bytedance.com
9.1k541
akveo/eva-icons

A pack of more than 480 beautifully crafted Open Source icons. SVG, Sketch, Web Font and Animations support.

TypeScriptnpmMIT Licenseiconsicon
akveo.github.io/eva-icons/
8.8k370
iconoir-icons/iconoir

An open source icons library with 1600+ icons, supporting React, React Native, Flutter, Vue, Figma, and Framer.

TypeScriptnpmMIT Licenseiconssvg
iconoir.com
4.5k197
elegantapp/pwa-asset-generator

Automates PWA asset generation and image declaration. Automatically generates icon and splash screen images, favicons and mstile images. Updates manifest.json and index.html files with the generated images according to Web App Manifest specs and Apple Human Interface guidelines.

TypeScriptnpmMIT Licensepwasplash-screen
3k156
devblackops/Terminal-Icons

A PowerShell module to show file and folder icons in the terminal

PowerShellMIT Licensepowershellconsole
2.9k139
spothq/cryptocurrency-icons

A set of icons for all the main cryptocurrencies and altcoins, in a range of styles and sizes.

JavaScriptnpmCreative Commons Zero v1.0 Universaliconscoin
cryptoicons.co
2.7k672
Justineo/vue-awesome

Awesome SVG icon component for Vue.js, built-in with Font Awesome icons.

JavaScriptnpmMIT Licenseiconvue
justineo.github.io/vue-awesome/demo/
2.4k204
zhanghuanchong/icon-workshop

图标工场 - 移动应用图标生成工具,一键生成所有尺寸的应用图标和启动图

PHPPackagistOtherlaravelangular
icon.wuruihong.com
2.3k227
Orz-3/mini

mini icon

miniicon
2.2k301