Vr Media Player Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Vr Media Player 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/349455.svg" alt="Vr Media Player icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/349455.svg" alt="Vr Media Player icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/349455.svg" alt="Vr Media Player icon" :width="24" :height="24" />
CSS background
.icon-vr-media-player {
background-image: url('https://proicons.com/icon/349455.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M19.1243,17.13c1.5514-.1108,3.2135-.2216,4.8757-.2216s3.3243.1108,4.8757.2216c1.1081.1108,2.2162.2217,3.2135.3325C39.4027,18.46,44.5,20.8973,44.5,23.7784c0,2.77-5.0973,5.2081-12.4108,6.3162-.9973.1108-2.1054.2216-3.2135.3324-1.5514.1108-3.2135.2216-4.8757.2216s-3.3243-.1108-4.9865-.2216m-3.1027-.3324C8.5973,28.9865,3.5,26.66,3.5,23.7784S8.5973,18.57,15.9108,17.4622"/><path class="a" d="M30.3162,31.8676C29.3189,39.2919,26.8811,44.5,24,44.5s-5.3189-5.2081-6.3162-12.6324c-.1108-.9973-.2216-2.1054-.3324-3.2135C17.2405,27.1027,17.13,25.5514,17.13,24c0-1.773.1108-3.5459.2217-5.0973.1108-1.1081.2216-2.2162.3324-3.2135C18.7919,8.4865,21.1189,3.5,23.8892,3.5s5.2081,4.9865,6.2054,12.1892m.554,3.2135C30.76,20.5649,30.87,22.227,30.87,24c0,1.6622-.1108,3.2135-.2217,4.6541"/></svg>
Copied!