Tiktok Lite Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Tiktok Lite icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/348536.svg" alt="Tiktok Lite icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/348536.svg" alt="Tiktok Lite icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/348536.svg" alt="Tiktok Lite icon" :width="24" :height="24" />
CSS background
.icon-tiktok-lite {
background-image: url('https://proicons.com/icon/348536.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.b{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M18.7349,22.4c-5.8266-.0055-10.5544,4.7135-10.5599,10.5401-.0055,5.8266,4.7135,10.5544,10.5401,10.5599,5.8109.0054,10.5322-4.6891,10.5598-10.5V4.5c0,5.8266,4.7234,10.55,10.55,10.55"/><path class="b" d="M12.4639,4.607l-.8931,4.2806h2.4672l-3.8392,6.6497.8931-4.2806h-2.4672l3.8392-6.6497"/></svg>
Copied!