Vidio Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Vidio 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/334748.svg" alt="Vidio icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/334748.svg" alt="Vidio icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/334748.svg" alt="Vidio icon" :width="24" :height="24" />
CSS background
.icon-vidio {
background-image: url('https://proicons.com/icon/334748.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>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="m26.5811,32.2589c2.9065-1.3241,8.1812-9.2362,9.6345-16.7715-6.039-1.7762-5.264-10.2588.7535-9.7421,5.3931.3552,7.7291,7.5138,2.9172,19.7103-7.3523,15.0814-24.2637,26.083-20.9159,5.5869,3.8538-17.3312-.6997-16.6961-4.6504-15.7704-3.617.8827-2.885,6.3081-1.2702,6.9648,5.7161,3.5308.7751,10.98-5.8776,2.8204-4.9195-8.9024,1.6685-17.8049,11.2492-16.4055,8.9024,2.8742,9.516,11.12,7.2447,20.4638-.7177,2.6912-.4126,3.739.915,3.1433Z"/></svg>
Copied!