Ticktock Video Wallpaper Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Ticktock Video Wallpaper icon is commonly used in media galleries, video players and content feeds. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/333960.svg" alt="Ticktock Video Wallpaper icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/333960.svg" alt="Ticktock Video Wallpaper icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/333960.svg" alt="Ticktock Video Wallpaper icon" :width="24" :height="24" />
CSS background
.icon-ticktock-video-wallpaper {
background-image: url('https://proicons.com/icon/333960.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><path class="c" d="m18.73,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"/><polygon class="c" points="24.6215 33.0118 15.7477 27.8885 15.7477 38.1351 24.6215 33.0118"/></svg>
Copied!