Dinkie Icons Icons

Browse 1198 free Dinkie Icons SVG icons. Download SVG, copy as JSX, PNG or Base64. MIT licensed. Designed by atelierAnchor.

1,198 icons MIT UI Other / Mixed Grid by atelierAnchor
Search icons...

More SVG Icons

abacus

accept-circle

accept-circle-filled

accordion

address-book

address-book-filled

address-book-small

address-book-small-filled

adjustments

adjustments-filled

adobe-after-effects

adobe-after-effects-filled

adobe-animate

adobe-animate-filled

adobe-audition

adobe-audition-filled

adobe-illustrator

adobe-illustrator-filled

adobe-in-design

adobe-in-design-filled

adobe-photoshop

adobe-photoshop-filled

adobe-premiere

adobe-premiere-filled

adult

adult-filled

adult-small

adult-small-filled

advantage-circle

advantage-circle-filled

airplane

alarm-clock

alarm-clock-filled

alarm-clock-small-filled

alien-monster

alien-monster-small

alipay

alipay-filled

alipay-small

alipay-small-filled

anchor

anchor-small

android

annotation

antenna-bars

antenna-bars-filled

anyway-fm

app-notifacation

app-notifacation-small

app-store

app-store-filled

apple

apple-filled

apple-small

apple-small-filled

arrows-maximize

arrows-minimize

artist-palette

astonished-face

atom

automobile

automobile-filled

automobile-small

autumn-mahjong

axe

axe-filled

back-mahjong

back-mahjong-filled

balloon

balloon-filled

ballot-box-with-check

ballot-box-with-check-filled

Copy & download Dinkie 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 Dinkie Icons

Created By

atelierAnchor Visit Website

License

Pack Details

Color Support

Monochrome

Category

UI Other / Mixed Grid

How to use Dinkie Icons icons

License SPDX

MIT

Sample Icons

lock-small-filled, u1faab-small, battery-small

Via Iconify · React

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

export default function App() {
  return <Icon icon="dinkie-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="dinkie-icons:icon-name" width="24"></iconify-icon>

Frequently Asked Questions

Is Dinkie Icons free for commercial use?
Yes. Dinkie Icons is licensed under MIT, free for personal and commercial projects. View license →
How do I download Dinkie 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 Dinkie Icons?
Dinkie Icons contains 1,198 SVG icons in the UI Other / Mixed Grid category.
Can I change the color of Dinkie Icons icons?
Yes. Dinkie 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.
Can I use Dinkie 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/dinkie-icons and use it via @iconify/react, fully tree-shakeable, compatible with shadcn/ui, Tailwind CSS, Radix UI, and any React-based framework.