Vkino Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Vkino 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/349397.svg" alt="Vkino icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/349397.svg" alt="Vkino icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/349397.svg" alt="Vkino icon" :width="24" :height="24" />
CSS background
.icon-vkino {
background-image: url('https://proicons.com/icon/349397.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="M6.3053,11.3683c-.8267.0534-1.5348.7715-1.5759,1.5989-.101,2.0348-.1752,4.0847-.2224,6.1435,2.6981.0031,4.8836,2.1912,4.8836,4.8893,0,2.6981-2.1855,4.8862-4.8836,4.8893.0473,2.0588.1215,4.1087.2224,6.1435.0411.8274.7492,1.5456,1.5759,1.5989,5.7333.3701,11.691.5621,17.688.5693,5.9972-.0073,11.955-.1992,17.688-.5693.8267-.0534,1.5348-.7715,1.5759-1.5989.101-2.0354.1752-4.086.2225-6.1454-2.6921-.0105-4.8692-2.1953-4.8702-4.8874,0-2.6981,2.1855-4.8862,4.8836-4.8893-.042-2.0643-.1112-4.1206-.2072-6.1624-.0389-.8275-.7454-1.545-1.5721-1.5975-5.7476-.3649-11.716-.5519-17.721-.5519-5.9975.0073-11.955.1992-17.689.5693h.0016Z"/><path class="c" d="M16.9937,24.0003h14"/><path class="c" d="M25.9937,19.0003l5,5-5,5"/></svg>
Copied!