How can I find the SVG path for a TikTok icon?

Hi

I’m trying to add tiktok on social media theme settings.
I have replicated the codes from (settings_schema.json) and (social-media.liquid) and just changed it to Tiktok.
So far all things worked except for the icon. I do not know where to get the path for tiktok icon svg.

Right now it’s just showing off as blank with a dot.

Can someone point me out to the right direction for this.

Thank you.

2 Likes

@jeffofbnc

Upload a tiktok svg icon which you want to display.

and Get there code.

or here is an link you can add this path link to your tiktok path.
Kindly check this link.
https://webcomponents.ucla.edu/build/1.0.0-beta.6/components/detail/social-svg–tiktok.html

thank you.

1 Like

Dear @jeffofbnc ,

Try this code

{%- when 'tiktok' -%}
	
1 Like

thank you. this one works for me

1 Like

@jeffofbnc

your Welcome,
let me know if you need any more help.