Tiktok Downloader Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Tiktok Downloader 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/333976.svg" alt="Tiktok Downloader icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/333976.svg" alt="Tiktok Downloader icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/333976.svg" alt="Tiktok Downloader icon" :width="24" :height="24" />
CSS background
.icon-tiktok-downloader {
background-image: url('https://proicons.com/icon/333976.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="c" cx="38.5" cy="38.4992" r="7"/><path class="c" d="m33.4316,43.3262c-2.8476,1.3923-6.0483,2.1738-9.4316,2.1738-11.8741,0-21.5-9.6259-21.5-21.5S12.1259,2.5,24,2.5s21.5,9.6259,21.5,21.5c0,3.3829-.7813,6.5833-2.1733,9.4307"/><line class="c" x1="38.5" y1="42.4992" x2="38.5" y2="34.4992"/><polyline class="c" points="35.2034 39.2026 38.5 42.4992 41.7966 39.2026"/><path class="c" d="m21.43,23.2205c-2.8386-.0027-5.1419,2.2963-5.1446,5.1349-.0027,2.8386,2.2963,5.1419,5.1349,5.1446,2.831.0027,5.1311-2.2844,5.1445-5.1154v-13.8846c0,2.8386,2.3011,5.1397,5.1397,5.1397"/></svg>
Copied!