WP Manifestindependent plugin directory
manifest / media / icons-for-cp

Icons for CP

ClassicPress plugin that allows to use SVG icons in post and pages.

by Gieffe edizioni srl · github.com/xxsimoxx/icons-for-cp · website

1stars
510release downloads
≈30active sites
1forks

Install

The author publishes release zips, so WP-CLI can install straight from GitHub:

wp plugin install https://github.com/xxsimoxx/icons-for-cp/releases/download/v1.3.6/icons-for-cp-v1.3.6.zip

Readme

Logo

Icons for CP

This plugin allows to use SVG icons in post and pages.

Add new icons

Just use the "Icons" menu in "Appearance" menu. Add your own icons or any from FontAwesome to the theme.

Put the name of the icon as the title (use something like my-brand-icon) and the SVG as the post.

Note: if you uninstall the plugin your icons get lost. To keep them add define('KEEP_ICONS_FOR_CP', true); to wp-config.php.

Shortcode and MCE menu

[ifcp-icon icon='paw' size='16' color='#FF0000' class='my-wonderful-class']

Size (width, default 16px), color and class are optional.

It also adds a menu to TinyMCE (v. 4 and v.5) to choose the icon and insert the shortcode for you.

Integrations

This plugin integrates with Canuck CP theme, that is no more available. Your icons are added to those present in the theme, and those present in the theme are available.

WP CLI

It is supported. Use wp help icons or wp help icons add to see usage instructions. You can bulk import a folder with a simple script like

for icon in *.svg; do
    wp icons add "$icon";
done

Read the full README on GitHub →

Releases

TagPublishedAssetDownloads
v1.3.6 Jul 17, 2025 icons-for-cp-v1.3.6.zip 26
1.3.5 May 10, 2023 icons-for-cp-1.3.5.zip 183
1.3.4 Mar 29, 2023 icons-for-cp-1.3.4.zip 17
1.3.3 Aug 31, 2022 icons-for-cp-1.3.3.zip 64
1.3.2 May 26, 2022 icons-for-cp-1.3.2.zip 32
1.3.0 May 25, 2022 icons-for-cp-1.3.0.zip 9
1.2.0 Nov 19, 2021 icons-for-cp-1.2.0.zip 52
v1.1.1 Apr 1, 2021 icons-for-cp-1.1.1.zip 52
v1.1.0 Feb 21, 2021 icons-for-cp-1.1.0.zip 5
v1.0.0 Jan 20, 2021 icons-for-cp-1.0.0.zip 6
v1.0.0-rc1 Jan 15, 2021 icons-for-cp-1.0.0-rc1.zip 4
v0.2.1 Jan 8, 2021 icons-for-cp-0.2.1.zip 4
v0.2.0 Jan 7, 2021 icons-for-cp-0.2.0.zip 5
v0.1.0 Jan 6, 2021 icons-for-cp-0.1.0.zip 10
v0.0.7 Jan 5, 2021 icons-for-canuck-cp-0.0.7.zip 3
v0.0.6 Jan 5, 2021 icons-for-canuck-cp-0.0.6.zip 3
v0.0.5 Dec 30, 2020 icons-for-canuck-cp-0.0.5.zip 5
v0.0.4 Dec 28, 2020 icons-for-canuck-cp-0.0.4.zip 3
v0.0.3 Nov 25, 2020 icons-for-canuck-cp-0.0.3.zip 9
v0.0.2 Nov 20, 2020 icons-for-canuck-cp-0.0.2.zip 9
v0.0.1 Nov 19, 2020 icons-for-canuck-cp-0.0.1.zip 9

Active-site estimate ≈30 comes from the median of recent superseded releases. Method.