Expand my Community achievements bar.

Introducing Adobe LLM Optimizer: Own your brand’s presence in AI-Powered search and discovery

Mark Solution

This conversation has been locked due to inactivity. Please create a new post.

SOLVED

Can we upload Font Icons(svg) in AEM 6.3 using Dam?

Avatar

Level 4

Can we use dam to upload icon fonts? Is there a way where we can upload icon fonts with out having them in style sheet?

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hi,

Yes, you can upload svg in AEM. It supported by AEM Assets Supported Formats

But you can't use icons inside svg without CSS; however you can use svg as whole image like other format.

Here you can check how SVG works.

https://fvsch.com/svg-icons/

Thanks

Arun

Arun Patidar

AEM LinksLinkedIn

View solution in original post

3 Replies

Avatar

Level 10

Not a recommended use case. To work with fonts -- see the AEM Docs here: Adobe Experience Manager Help | Make fonts available

Avatar

Correct answer by
Community Advisor

Hi,

Yes, you can upload svg in AEM. It supported by AEM Assets Supported Formats

But you can't use icons inside svg without CSS; however you can use svg as whole image like other format.

Here you can check how SVG works.

https://fvsch.com/svg-icons/

Thanks

Arun

Arun Patidar

AEM LinksLinkedIn

Avatar

Level 4

Thank you guys.