Skip to content

Social Icons

Below is a table with all the available icons and their respective IDs, which are used to select the desired icon. Later on, an example of how to use them is provided.

IconID
Amazonamazon
Appleapple
Apple Podcastsapplepodcasts
Behancebehance
Bloggerblogger
CodePencodepen
DeviantArtdeviantart
Discorddiscord
Dribbbledribbble
Dropboxdropbox
Facebookfacebook
Figmafigma
Flickrflickr
GitHubgithub
GitLabgitlab
Googlegoogle
Google Podcastsgooglepodcasts
Instagraminstagram
Kikkik
Lineline
Linkedinlinkedin
Mediummedium
Messengermessenger
Notionnotion
Overcastovercast
PayPalpaypal
Pinterestpinterest
Redditreddit
RSSrss
Skypeskype
Slackslack
Snapchatsnapchat
SoundCloudsoundcloud
Spotifyspotify
StackOverflowstackoverflow
Stitcherstitcher
Substacksubstack
Telegramtelegram
TikToktiktok
Tumblrtumblr
Twitchtwitch
Twittertwitter
Vimeovimeo
Vkvk
Wechatwechat
Whatsappwhatsapp
Xx
Yelpyelp
YouTubeyoutube

Its usage is straightforward. For example, if you want to use the Instagram icon in any of the theme's templates, you can use the following code:

hbs
{{> icon id="instagram" size="20"}}

As you can see, in addition to passing the icon's id, you can also define the icon's size in pixels using the size attribute.

If you want the icon to have a specific color, you can wrap it with a <span> element and assign the desired color to that element, either through a class or an inline style, as shown in the following example:

hbs
<span style="color: #833ab4;">
  {{> icon id="instagram" size="20"}}
</span>

Designed and developed with ❤️ by Eduardo Gómez