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.
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
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.
Raw vector markup. Paste directly into HTML or React components. Scales to any size without quality loss.
React-ready component. Drop into any React or Next.js project. Works with shadcn/ui, Radix, and Tailwind CSS.
Raster export at 1×, 2× and 3× for email templates, Figma imports, app assets, and Open Graph images.
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
Pack Details
Version
0.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
import { Icon } from '@iconify/react';
export default function App() {
return <Icon icon="sidekickicons:icon-name" width={24} />;
} Via Iconify · 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?
How do I download SidekickIcons SVG icons?
How many icons are in SidekickIcons?
Can I change the color of SidekickIcons icons?
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?
@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.