IconScout Premium SVG Free

Remove Iconscout watermark and download premium SVG's without watermark for free!

< Feedback op IconScout Premium SVG Free

Recensie: Redelijk - het script werkt, maar bevat bugs

§
Geplaatst: 21-07-2024

I loved using this thanks for giving us the access but lately it has stoped working. I can tell the script is doing it job but i think there was some changed on IconScout end so can you please sort that out and let us continue using it.

§
Geplaatst: 26-07-2024

alternate method:
- click on the icon you want to get its preview page
- press F12
- click the 'Console' tab
- paste this into the typing area at the bottom:

document.querySelectorAll('[id^="pdpColorEditor-"]').forEach(element => {
    let src = element.getAttribute('src');
    console.log(src);
});

- click the SVG link that shows up, right-click 'Save image as'

Reactie plaatsen

Log in om antwoord te geven.