Marketeq Icons

Browse 590 free Marketeq multi-color icons. Download SVG, copy as JSX, PNG or Base64. MIT licensed. Designed by Marketeq. Styles: Has Padding, Uses Stroke.

590 icons MIT UI Multicolor 25px grid by Marketeq
Search icons...

More SVG Icons

1st-place

2k

2nd-place

3rd-place

4k-2

acorn

acrobatic-2

action-cam

action-camera

adapter-3

add-collection

add-playlist

add-playlist-2

agenda

agenda-left

aim

aim-2

alpha

alpha-circle

ambulance

angel-45

appartment-2

apple-fruit

armchair-4

arrival

atom

attachment

avocado

avocado-2

axe

baby-crib-2

backpack

backward-2

badge

bag

bag-alt

bag-alt-1

banana-left

bananas-left

bank

barcode-scan

barrier

basketball-hoop

bathroom-2

bathtub-3

bathtub-8

battery

battery-100

battery-100-line

battery-charge

bed

bedroom-4

bedroom-6

bench-press

bike-2

bikecycle

bill-dollar

billiard-ball

birthday-cake

black-board

blueprint-architecture

blunted-cone

boat-2

box

bracket-2

bracket-square-2

bread

breakfast-2

brickwall-2

brightness

browse

bug

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

Created By

Marketeq

License

MIT

Features & Tags

Has Padding Uses Stroke

Pack Details

Color Support

Multi-color

Category

UI Multicolor

In 1 collection

How to use Marketeq icons

License SPDX

MIT

Grid Size

25px

Sample Icons

mute, desk-6, fishing-hook

Via Iconify · React

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

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

Frequently Asked Questions

Is Marketeq free for commercial use?
Yes. Marketeq is licensed under MIT, free for personal and commercial projects.
How do I download Marketeq 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 Marketeq?
Marketeq contains 590 SVG icons in the UI Multicolor category, designed on a 25px grid.
Are Marketeq icons full-color or monochrome?
Marketeq icons are multi-color: they include built-in color information and do not need a fill or stroke applied. They render as-is without inheriting CSS currentColor.
What styles does Marketeq offer?
Marketeq includes icons in the following styles: Has Padding, Uses Stroke. You can filter by style in the browser above.
Which icon collections include Marketeq?
Marketeq is included in 1 curated collection: Free Multi-Color SVG Icons.
Can I use Marketeq 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/marketeq and use it via @iconify/react, fully tree-shakeable, compatible with shadcn/ui, Tailwind CSS, Radix UI, and any React-based framework.