Tiktok Studio Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Tiktok Studio 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/333979.svg" alt="Tiktok Studio icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/333979.svg" alt="Tiktok Studio icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/333979.svg" alt="Tiktok Studio icon" :width="24" :height="24" />
CSS background
.icon-tiktok-studio {
background-image: url('https://proicons.com/icon/333979.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>.e{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="e" d="M15.8949,21.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.5V3.5c0,5.8266,4.7234,10.55,10.55,10.55"/><path id="c" class="e" d="M42.6649,37.5c0,3.866-3.134,7-7,7s-7-3.134-7-7,3.134-7,7-7,7,3.134,7,7Z"/><path id="d" class="e" d="M33.1149,40.6c.5.6,1.1.9,2,.9h1.2c1.1,0,2-.9,2-2h0c0-1.1-.9-2-2-2h-1.3c-1.1,0-2-.9-2-2h0c0-1.1.9-2,2-2h1.2c.9,0,1.5.2,2,.9"/></svg>
Copied!