Title: Use in PHP/HTML Theme
Last modified: August 27, 2021

---

# Use in PHP/HTML Theme

 *  [Ashley Michèlle](https://wordpress.org/support/users/ashleymichelle/)
 * (@ashleymichelle)
 * [4 years, 9 months ago](https://wordpress.org/support/topic/use-in-php-html-theme/)
 * How can I use these in my theme design? I have some genericons embedded in a 
   footer via WordPress theme templates, and would like to do the same with these.
 * Thank you!

Viewing 1 replies (of 1 total)

 *  Plugin Author [Travis](https://wordpress.org/support/users/tjtaylor/)
 * (@tjtaylor)
 * [4 years, 9 months ago](https://wordpress.org/support/topic/use-in-php-html-theme/#post-14813047)
 * Hello,
 * You can embed the shortcode via PHP by using do_shortcode. For example:
 *     ```
       <?php echo do_shortcode('[simple_icon name="wordpress" color="black" size="20px"]
       '); ?>
       ```
   

Viewing 1 replies (of 1 total)

The topic ‘Use in PHP/HTML Theme’ is closed to new replies.

 * ![](https://ps.w.org/simple-icons/assets/icon-256x256.jpg?rev=2560247)
 * [Popular Brand Icons - Simple Icons](https://wordpress.org/plugins/simple-icons/)
 * [Support Threads](https://wordpress.org/support/plugin/simple-icons/)
 * [Active Topics](https://wordpress.org/support/plugin/simple-icons/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/simple-icons/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/simple-icons/reviews/)

## Tags

 * [genericons](https://wordpress.org/support/topic-tag/genericons/)
 * [icons](https://wordpress.org/support/topic-tag/icons/)

 * 1 reply
 * 2 participants
 * Last reply from: [Travis](https://wordpress.org/support/users/tjtaylor/)
 * Last activity: [4 years, 9 months ago](https://wordpress.org/support/topic/use-in-php-html-theme/#post-14813047)
 * Status: not resolved