If an icon needs to be implemented, just set another predefined icon. Per default, all icons are fetched from the
Porsche Design System CDN. Just choose an icon name from the icon property. If you need to link to another icon hosted
somewhere else, just set the whole icon path to the iconSource prop.
Some labelSome label
prev
next
Open in Stackblitz
<!doctype html>
<htmllang="en"class="auto"><head><title></title></head><bodyclass="bg-base"><p-linkhref="https://porsche.com"icon="phone"> Some label
</p-link><p-linkhref="https://porsche.com"icon-source="assets/icon-custom-kaixin.svg"hide-label="true"> Some label
</p-link><script></script></body></html>