Video To Wallpaper Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Video To 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/334740.svg" alt="Video To Wallpaper icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/334740.svg" alt="Video To Wallpaper icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/334740.svg" alt="Video To Wallpaper icon" :width="24" :height="24" />
CSS background
.icon-video-to-wallpaper {
background-image: url('https://proicons.com/icon/334740.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><line class="b" x1="19.2896" y1="22.2396" x2="14.0083" y2="22.2396"/><polyline class="b" points="6.1542 22.2396 5.4771 22.2396 5.4771 37.1354 30.3937 37.1354 30.3937 22.2396 28.3625 22.2396"/><polygon class="b" points="35.1333 34.0208 43.8 39.3021 43.8 19.9375 35.1333 25.2187 30.3937 25.2187 30.3937 34.0208 35.1333 34.0208"/><circle class="b" cx="23.8937" cy="16.1458" r="7.4479"/><circle class="b" cx="9.9458" cy="18.7188" r="5.1458"/><circle class="b" cx="23.8937" cy="16.1458" r="2.8438"/><circle class="b" cx="9.9458" cy="18.7188" r="1.7604"/></svg>
Copied!