Nodevideo Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Nodevideo 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/330258.svg" alt="Nodevideo icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/330258.svg" alt="Nodevideo icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/330258.svg" alt="Nodevideo icon" :width="24" :height="24" />
CSS background
.icon-nodevideo {
background-image: url('https://proicons.com/icon/330258.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 id="b" class="c" d="M30.6381,39.2505c-.2186.5577-.6966.085-.9193-.3343l-7.1235-13.4189c-.2031-.3827-.5713-.2754-.7346,0l-7.5175,12.6781c-.3435.5793-.3761.6987-.918.6987-2.393-.0067-4.7873,0-7.1798,0-.5234,0-1.0504.0459-.5336-.8579L22.0607,9.4267c.2198-.3844.9361-.3403,1.1442.0606l7.2923,14.0528,11.1527-14.7812c.3176-.421,1.0853-.3749.7796.4049l-11.7914,30.0866Z"/></svg>
Copied!