Nova Video Player Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Nova Video Player 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/344955.svg" alt="Nova Video Player icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/344955.svg" alt="Nova Video Player icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/344955.svg" alt="Nova Video Player icon" :width="24" :height="24" />
CSS background
.icon-nova-video-player {
background-image: url('https://proicons.com/icon/344955.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="M30.902,23.9411,17.9334,33.4069V14.476Z"/><path class="a" d="M36.008,6.166A1.4225,1.4225,0,0,0,35.1311,7.52V9.1738a1.3669,1.3669,0,0,0,1.2929,1.4355h2.9552a1.239,1.239,0,0,0,.996-.5313A21.4985,21.4985,0,0,0,36.008,6.1659Zm-23.984.0117A21.5012,21.5012,0,0,0,7.63,10.0839a1.2386,1.2386,0,0,0,.9922.5254h2.9551A1.367,1.367,0,0,0,12.87,9.1738V7.52a1.428,1.428,0,0,0-.8457-1.3418ZM8.6217,13.9121a1.3655,1.3655,0,0,0-1.291,1.4355V17a1.3654,1.3654,0,0,0,1.291,1.4355h2.9551A1.367,1.367,0,0,0,12.87,17V15.3476a1.3669,1.3669,0,0,0-1.293-1.4355Zm27.803,0a1.367,1.367,0,0,0-1.293,1.4355V17a1.3669,1.3669,0,0,0,1.293,1.4355H39.38A1.3654,1.3654,0,0,0,40.6708,17V15.3476a1.3654,1.3654,0,0,0-1.291-1.4355ZM8.6217,21.7383a1.3655,1.3655,0,0,0-1.291,1.4355v1.6523a1.3654,1.3654,0,0,0,1.291,1.4355h2.9551a1.367,1.367,0,0,0,1.293-1.4355V23.1738a1.3669,1.3669,0,0,0-1.293-1.4355Zm27.803,0a1.367,1.367,0,0,0-1.293,1.4355v1.6523a1.3669,1.3669,0,0,0,1.293,1.4355H39.38a1.3654,1.3654,0,0,0,1.291-1.4355V23.1738a1.3654,1.3654,0,0,0-1.291-1.4355ZM8.6217,29.5645A1.3655,1.3655,0,0,0,7.3307,31v1.6523a1.3654,1.3654,0,0,0,1.291,1.4355h2.9551a1.367,1.367,0,0,0,1.293-1.4355V31a1.3669,1.3669,0,0,0-1.293-1.4355Zm27.803,0A1.367,1.367,0,0,0,35.1317,31v1.6523a1.3669,1.3669,0,0,0,1.293,1.4355H39.38a1.3654,1.3654,0,0,0,1.291-1.4355V31a1.3654,1.3654,0,0,0-1.291-1.4355ZM8.6217,37.3907a1.2386,1.2386,0,0,0-.9922.5254,21.5009,21.5009,0,0,0,4.3945,3.9062,1.428,1.428,0,0,0,.8457-1.3418V38.8262a1.3669,1.3669,0,0,0-1.293-1.4355H8.6217Zm27.803,0a1.367,1.367,0,0,0-1.293,1.4355v1.6543a1.428,1.428,0,0,0,.8457,1.3418,21.4983,21.4983,0,0,0,4.3945-3.9062,1.2386,1.2386,0,0,0-.9922-.5254h-2.955Z"/><circle class="a" cx="24" cy="24" r="21.5"/><path class="a" d="M18.046,27.623,22.5784,21.56,24.2476,28.33l3.2735-6.66"/></svg>
Copied!