![PyPI Now Supports iOS and Android Wheels for Mobile Python Development](https://cdn.sanity.io/images/cgdhsj6q/production/96416c872705517a6a65ad9646ce3e7caef623a0-1024x1024.webp?w=400&fit=max&auto=format)
Security News
PyPI Now Supports iOS and Android Wheels for Mobile Python Development
PyPI now supports iOS and Android wheels, making it easier for Python developers to distribute mobile packages.
Remix Icon is a set of open source neutral style system symbols elaborately crafted for designers and developers. All of the icons are free to use for both personal and commercial.
English | 简体中文
Remix Icon is a set of open-source neutral-style system symbols for designers and developers. Unlike a patchwork icon library, 1400+ icons are all elaborately crafted so that they are born with the gene 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.
View the full set of Remix Icons at remixicon.com.
Just click the icons you want from remixicon.com, and the icons will be downloaded directly in SVG format.
We recommend that designers download 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.
Using SVG on the web is as simple as JPEG or PNG. Such as:
<img height="32" width="32" src="img/admin-fill.svg" />
Note: You can import Remix Icon with npm install, cdn or download it manually.
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
Copy the following code and add it to the <head> tag of your html document.
<link href="http://cdn.remixicon.com/releases/v1.1.2/remixicon.css" rel="stylesheet">
Download remixicon.css
file, add it to the <head> tag of your html document.
Add icon with class name, class name rule: remixicon-{name}-{style}
<i class="remixicon-admin-line"></i>
<i class="remixicon-admin-fill"></i>
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.
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#remixicon-admin-fill"></use>
</svg>
.remix {
width: 24px;
height: 24px;
fill: #333;
}
Note:
remixicon-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.
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 famlilar with github, you can also email us directly
jimmy@remixdesign.cn
.
If there is no suitable icon for your usage scenario, you can create an issue with a title of "Icon request: " and fill the issue template.
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 seach engine better.
RemixIcon-Slides PowerPoint and Keynote verison of Remix Icon.
Remix Icon is licensed under the Apache License Version 2.0. Feel free to use these icons in you products and distribute them. We would be very grateful if you mention "Remix Icon" in your product info, but it's not required. The only thing we ask is that these icons are not for sale.
FAQs
Remix Icon is a set of open source neutral style system symbols elaborately crafted for designers and developers. All of the icons are free to use for both personal and commercial.
We found that remixicon demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
PyPI now supports iOS and Android wheels, making it easier for Python developers to distribute mobile packages.
Security News
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.