WordPress Icons Icons
Browse 341 free WordPress Icons SVG icons. Download SVG, copy as JSX, PNG or Base64. GPL licensed. Designed by The WordPress Contributors. Styles: Has Padding.
More SVG Icons
accordion
accordion-heading
accordion-item
add-card
add-submenu
add-template
align-center
align-justify
align-left
align-none
align-right
archive
arrow-down
arrow-down-left
arrow-down-right
arrow-left
arrow-right
arrow-up
arrow-up-left
arrow-up-right
aspect-ratio
at-symbol
audio
background
backup
bell
bell-unread
block-default
block-meta
block-table
border
box
breadcrumbs
brush
bug
button
buttons
calendar
cancel-circle-filled
caption
capture-photo
capture-video
cart
category
caution
caution-filled
chart-bar
check
chevron-down
chevron-down-small
chevron-left
chevron-left-small
chevron-right
chevron-right-small
chevron-up
chevron-up-down
chevron-up-small
classic
close
close-small
cloud
cloud-download
cloud-upload
code
cog
color
column
columns
comment
comment-author-avatar
comment-author-name
comment-content
More SVG Icons
accordion
accordion-heading
accordion-item
add-card
add-submenu
add-template
align-center
align-justify
align-left
align-none
align-right
archive
arrow-down
arrow-down-left
arrow-down-right
arrow-left
arrow-right
arrow-up
arrow-up-left
arrow-up-right
aspect-ratio
at-symbol
audio
background
backup
bell
bell-unread
block-default
block-meta
block-table
border
box
breadcrumbs
brush
bug
button
buttons
calendar
cancel-circle-filled
caption
capture-photo
capture-video
cart
category
caution
caution-filled
chart-bar
check
chevron-down
chevron-down-small
chevron-left
chevron-left-small
chevron-right
chevron-right-small
chevron-up
chevron-up-down
chevron-up-small
classic
close
close-small
cloud
cloud-download
cloud-upload
code
cog
color
column
columns
comment
comment-author-avatar
comment-author-name
comment-content
Copy & download WordPress Icons 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 WordPress Icons
Created By
License
Features & Tags
Pack Details
Color Support
Monochrome
Category
UI 24px
How to use WordPress Icons icons
License SPDX
GPL-2.0-or-later
Grid Size
24px
Sample Icons
home, pencil, corner-top-right
Via Iconify · React
import { Icon } from '@iconify/react';
export default function App() {
return <Icon icon="wordpress: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="wordpress:icon-name" width="24"></iconify-icon> Frequently Asked Questions
Is WordPress Icons free for commercial use?
How do I download WordPress Icons SVG icons?
How many icons are in WordPress Icons?
Can I change the color of WordPress Icons 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 WordPress Icons with React, Next.js or shadcn/ui?
@iconify-json/wordpress and use it via @iconify/react, fully tree-shakeable, compatible with shadcn/ui, Tailwind CSS, Radix UI, and any React-based framework.