Showing 1 – 6 of 6 replies
rhaouari

I purchased this template are the svg […]

rhaouari PURCHASED
2 years ago
Hello i purchased this template , are the svg icons used on the navbar specific to the template or are they taken from a public library ? if public can u please provide me with lib name. Thanks.
stepofweb
stepofweb SELLER
2 years ago
Hello rhaouari,

You can see all icons in the documentation:
https://theme.stepofweb.com/Atropos/v2.0.0/documentation/icons-bootstrap.html

All icons are free/public.
The link for each icon set is on the top, below title.
As far as I can remember, I didn't used other icons.

Thanks.
rhaouari
rhaouari PURCHASED
2 years ago
Thank your for your reply , I checked the list of icons and unfortunately I could not find the ones used in the navbar( cart , user , user menu(orders , signout ....)), they seems to be specific or taken from another library.
stepofweb
stepofweb SELLER
2 years ago
Oh, sorry, I forgot about the shop area.
These icons are from flaticon.com - is the only website I use to get svg icons.
jodiecodes
jodiecodes PURCHASED
1 year ago
Hello--How can I see and get the svg paths for these shop icons? flaticon.com will only let me get the SVG as a premium user. (I am not) Do you have a GUI for your purchasers to see and grab the code for these?

Thanks!!
stepofweb
stepofweb SELLER
1 year ago
Hello jodiecodes,

You can extract each svg from the font file.
Example: assets/fonts/feather/Feather.svg contains all the SVGs

You have to copy d="...." attribute like this:

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 424.98 424.98"><path d="COPIED-ATTRIBUTE-HERE"></path></svg>

And save it as .svg file. Thast's it.

Thanks.
jodiecodes
jodiecodes PURCHASED
1 year ago
Hello Dorin,

Thank you for your quick response, but I am actually looking for the flatiron icons (not feather icons)

The collection from your page "shop-product-single.html"
hot deal and truck icons next to “Free Shipping” and “30 days return” That is the look I am after, but I want to find other similar icons in svg format so I can apply svg class="text-gray-50" width="2.3rem" xmlns="http://www.w3.org/2000/svg" viewBox="-21 -21 682.66714 682" fill="currentColor">

I can't get the svg path from Flatiron.com without buying a monthly subscription. do you have a GUI to see and grab svgs from this collection?