Bluesky Icon not available on Icon control?

So, just bought Bootstrap Studio (8) and I’m learning its ropes a bit building a small group of pages for a quest thread elsewhere. While setting up a link to the Bluesky of an artist who provided one of the artworks, I tried to put in the bluesky icon (“bi-bluesky”) from the Bootstrap set ( Bluesky · Bootstrap Icons ) using the Icon control… Only to find it unavailable, which is odd because the Bootstrap set in Bootstrap Studio looks to be on the right order of magnitude to be complete.

Am I missing something in this context?

Heya! Welcome to the forums!

I’m not entirely sure of why the icon doesn’t appear, but the two likely causes are:

  1. Bootstrap Studio hasn’t updated the icon set for a while, or
  2. If it’s just that all Bootstrap Icons don’t get included in all the releases.

Either way, I’m 90% sure you can use the Custom Code component and then you should be able to paste in the icon HTML manually and it should appear.

<i class="bi bi-bluesky"></i>

Hope this helps! Let me know if this doesn’t work

1 Like

Sadly, this does not appear to work - my guess is that Studio may not be loading the version of Bootstrap Icons I’m expecting? Not sure how that’d occur offhand - I’m not precisely great at this kind of designwork…

Ah, ok then…

There is a download SVG button on the page, so you shall be able to download the icon and then add it to the project, just like an image.

I may try finding another solution if I find the time, however this solution will suffice.

1 Like

You could be right that BSS doesn’t have the latest Bootstrap icons. BSS contains 2058 icons, whereas BS contains 30 more. bluesky is a relatively recent addition.

Thank you for bringing this to our attention! We will update the icon sets in our next release. For now a workaround is importing the icon as an SVG image.

4 Likes

I can confirm the SVG import worked fine for the time being, and thank you for your time. The software has otherwise been great for wrapping my head around how bootstrapified HTML should work and is great-for-purpose.

Have a great day!

1 Like