Tiktok Plugin Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Tiktok Plugin 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/333978.svg" alt="Tiktok Plugin icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/333978.svg" alt="Tiktok Plugin icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/333978.svg" alt="Tiktok Plugin icon" :width="24" :height="24" />
CSS background
.icon-tiktok-plugin {
background-image: url('https://proicons.com/icon/333978.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>.i{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="i" d="M38.5,5.5H9.5c-2.2091,0-4,1.7909-4,4v29c0,2.2091,1.7909,4,4,4h29c2.2091,0,4-1.7909,4-4V9.5c0-2.2091-1.7909-4-4-4Z"/><path id="c" class="i" d="M8.5,27.6641v-7.3281h2.399c1.3563,0,2.4558,1.1019,2.4558,2.4611s-1.0995,2.4611-2.4558,2.4611h-2.399"/><polyline id="d" class="i" points="15.0637 20.3359 15.0637 27.6641 18.7278 27.6641"/><path id="e" class="i" d="M19.8088,20.3359v4.9007c0,1.3407,1.0868,2.4274,2.4274,2.4274s2.4274-1.0868,2.4274-2.4274v-4.9007"/><path id="f" class="i" d="M31.2274,22.7634c0-1.3407-1.0868-2.4274-2.4274-2.4274h0c-1.3407,0-2.4274,1.0868-2.4274,2.4274v2.4732c0,1.3407,1.0868,2.4274,2.4274,2.4274h0c1.3407,0,2.4274-1.0868,2.4274-2.4274h-2.4274"/><line id="g" class="i" x1="32.9363" y1="20.3359" x2="32.9363" y2="27.6641"/><polyline id="h" class="i" points="34.6451 27.6641 34.6451 20.3359 39.5 27.6641 39.5 20.3359"/></svg>
Copied!