Vrs Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Vrs 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/334906.svg" alt="Vrs icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/334906.svg" alt="Vrs icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/334906.svg" alt="Vrs icon" :width="24" :height="24" />
CSS background
.icon-vrs {
background-image: url('https://proicons.com/icon/334906.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="M15.3707,22.6149V15.8071h2.2125a2.2977,2.2977,0,1,1,0,4.5953H15.3707"/><path class="a" d="M17.7461,20.395l2.1348,2.22"/><path class="a" d="M13.627,15.8071l-2.2125,6.8078L9.1168,15.8071"/><path class="a" d="M21.673,21.849a2.0289,2.0289,0,0,0,1.702.7659h1.0212a1.702,1.702,0,0,0,0-3.4039H23.29a1.702,1.702,0,1,1,0-3.4039h1.0212a1.8271,1.8271,0,0,1,1.7019.7659"/><path class="a" d="M45.5,24A21.5,21.5,0,1,1,24,2.5,21.5,21.5,0,0,1,45.5,24Z"/><path class="a" d="M24,6.7812a17.2191,17.2191,0,0,0-13.383,6.4355H25.353a5.95,5.95,0,0,1,0,11.8984H6.859A17.1988,17.1988,0,1,0,24,6.7811Z"/></svg>
Copied!