SidekickIcons Icons

Browse 232 free SidekickIcons SVG icons. Download SVG, copy as JSX, PNG or Base64. MIT licensed. Designed by Andri Soone. Styles: Has Padding.

232 icons MIT UI Other / Mixed Grid by Andri Soone
Search icons...

More SVG Icons

arc-third

arc-third-16-solid

arc-third-20-solid

arc-third-solid

archive-box-arrow-up

archive-box-arrow-up-16-solid

archive-box-arrow-up-20-solid

archive-box-arrow-up-solid

arrow-bottom-left-on-square

arrow-bottom-left-on-square-16-solid

arrow-bottom-left-on-square-20-solid

arrow-bottom-left-on-square-solid

arrow-path-clock

arrow-path-clock-16-solid

arrow-path-clock-20-solid

arrow-path-clock-solid

arrow-path-single-clockwise

arrow-path-single-clockwise-16-solid

arrow-path-single-clockwise-20-solid

arrow-path-single-clockwise-solid

arrow-path-single-counterclockwise

arrow-path-single-counterclockwise-16-solid

arrow-path-single-counterclockwise-20-solid

arrow-path-single-counterclockwise-solid

arrows-crossing

arrows-crossing-16-solid

arrows-crossing-20-solid

arrows-crossing-solid

badge

badge-16-solid

badge-20-solid

badge-solid

bars-3-bottom-center

bars-3-bottom-center-16-solid

bars-3-bottom-center-20-solid

bars-3-bottom-center-solid

blockquote

blockquote-16-solid

blockquote-20-solid

blockquote-solid

check-double

check-double-16-solid

check-double-20-solid

check-double-solid

checklist

checklist-16-solid

checklist-20-solid

checklist-boxes

checklist-boxes-16-solid

checklist-boxes-20-solid

checklist-boxes-solid

checklist-solid

chevron-down-up

chevron-down-up-16-solid

chevron-down-up-20-solid

chevron-down-up-solid

chevron-left-right

chevron-left-right-16-solid

chevron-left-right-20-solid

chevron-left-right-solid

chevron-right-left

chevron-right-left-16-solid

chevron-right-left-20-solid

chevron-right-left-solid

circle

circle-16-solid

circle-20-solid

circle-dashed

circle-dashed-16-solid

circle-dashed-20-solid

circle-dashed-solid

circle-solid

Copy & download SidekickIcons 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 SidekickIcons

Created By

Andri Soone Visit Website

License

Features & Tags

Has Padding

Pack Details

Version

0.15.0

v0.15.0

Color Support

Monochrome

Category

UI Other / Mixed Grid

How to use SidekickIcons icons

Icon Set Version

v0.15.0

License SPDX

MIT

Sample Icons

crown, blockquote, compass

Via Iconify · React

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

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

Frequently Asked Questions

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