Vrv Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Vrv 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/334911.svg" alt="Vrv icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/334911.svg" alt="Vrv icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/334911.svg" alt="Vrv icon" :width="24" :height="24" />
CSS background
.icon-vrv {
background-image: url('https://proicons.com/icon/334911.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M23.8181,44.6334,5.84,34.3082l.0882-20.5L23.9944,3.6334,41.973,13.9587l-.0882,20.5Z"/><path class="a" d="M9.8832,28.0723l14.2727,8.24L39.1,27.6846"/></svg>
Copied!