Are there any Inbuilt Social media sharing icons

Are there any inbuilt social media sharing icons in the WordPress core? or the only route is plugin/code.

While searching it in menu/widgets, some rectangular icons appeared( as in BLOGGER, but i couldn't find them again) below post but on next login they were not there! While customizing footer, i could find only social icons for follow us(can we somehow use those icons for sharing social media posts?). I wanted to avoid PLUGIN to keep my site light. I have a single site plan on hostinger, how many plugins are considered as too many(i have 9).

Topic social-sharing Wordpress

Category Web


Yes, WordPress ships an icon set by default called Dashicons. They do have some social icons as well, as can be seen here.

To use them on the frontend, enqueue the dashicons library and use them like so

<h2 class="dashicons-before dashicons-smiley">A Cheerful Headline</h2>

<h2><span class="dashicons dashicons-smiley"></span> A Cheerful Headline</h2>

(taken from the docu)

About

Geeks Mental is a community that publishes articles and tutorials about Web, Android, Data Science, new techniques and Linux security.