Title: wp-includes/icons.php | Developer.WordPress.org

---

# File: wp-includes/icons.php

 * function[wp_unregister_icon()](https://developer.wordpress.org/reference/functions/wp_unregister_icon/)
 * Unregisters an icon.
 * Used by [0 functions](https://developer.wordpress.org/reference/functions/wp_unregister_icon/#used-by)
   | Uses [1 function](https://developer.wordpress.org/reference/functions/wp_unregister_icon/#uses)
   | Source: [wp-includes/icons.php:74](https://github.com/WordPress/wordpress-develop/blob/7.1/src/wp-includes/icons.php#L74-L76)
 * function[_wp_register_default_icon_collections()](https://developer.wordpress.org/reference/functions/_wp_register_default_icon_collections/)
 * Registers the default icon collections.
 * Used by [0 functions](https://developer.wordpress.org/reference/functions/_wp_register_default_icon_collections/#used-by)
   | Uses [2 functions](https://developer.wordpress.org/reference/functions/_wp_register_default_icon_collections/#uses)
   | Source: [wp-includes/icons.php:84](https://github.com/WordPress/wordpress-develop/blob/7.1/src/wp-includes/icons.php#L84-L92)
 * function[_wp_register_default_icons()](https://developer.wordpress.org/reference/functions/_wp_register_default_icons/)
 * Registers the default core icons from the manifest.
 * Used by [0 functions](https://developer.wordpress.org/reference/functions/_wp_register_default_icons/#used-by)
   | Uses [4 functions](https://developer.wordpress.org/reference/functions/_wp_register_default_icons/#uses)
   | Source: [wp-includes/icons.php:100](https://github.com/WordPress/wordpress-develop/blob/7.1/src/wp-includes/icons.php#L100-L143)
 * function[wp_get_icon()](https://developer.wordpress.org/reference/functions/wp_get_icon/)
 * Returns the SVG markup for a registered icon.
 * Used by [0 functions](https://developer.wordpress.org/reference/functions/wp_get_icon/#used-by)
   | Uses [4 functions](https://developer.wordpress.org/reference/functions/wp_get_icon/#uses)
   | Source: [wp-includes/icons.php:166](https://github.com/WordPress/wordpress-develop/blob/7.1/src/wp-includes/icons.php#L166-L216)
 * function[wp_register_icon_collection()](https://developer.wordpress.org/reference/functions/wp_register_icon_collection/)
 * Registers a new icon collection.
 * Used by [1 function](https://developer.wordpress.org/reference/functions/wp_register_icon_collection/#used-by)
   | Uses [1 function](https://developer.wordpress.org/reference/functions/wp_register_icon_collection/#uses)
   | Source: [wp-includes/icons.php:24](https://github.com/WordPress/wordpress-develop/blob/7.1/src/wp-includes/icons.php#L24-L26)
 * function[wp_unregister_icon_collection()](https://developer.wordpress.org/reference/functions/wp_unregister_icon_collection/)
 * Unregisters an icon collection.
 * Used by [0 functions](https://developer.wordpress.org/reference/functions/wp_unregister_icon_collection/#used-by)
   | Uses [1 function](https://developer.wordpress.org/reference/functions/wp_unregister_icon_collection/#uses)
   | Source: [wp-includes/icons.php:36](https://github.com/WordPress/wordpress-develop/blob/7.1/src/wp-includes/icons.php#L36-L38)
 * function[wp_register_icon()](https://developer.wordpress.org/reference/functions/wp_register_icon/)
 * Registers a new icon.
 * Used by [1 function](https://developer.wordpress.org/reference/functions/wp_register_icon/#used-by)
   | Uses [1 function](https://developer.wordpress.org/reference/functions/wp_register_icon/#uses)
   | Source: [wp-includes/icons.php:61](https://github.com/WordPress/wordpress-develop/blob/7.1/src/wp-includes/icons.php#L61-L63)