Rvfiles Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Rvfiles 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/332297.svg" alt="Rvfiles icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/332297.svg" alt="Rvfiles icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/332297.svg" alt="Rvfiles icon" :width="24" :height="24" />
CSS background
.icon-rvfiles {
background-image: url('https://proicons.com/icon/332297.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><g id="b"><path class="c" d="M5.5,10.397c0-1.8031,1.4616-3.2647,3.2647-3.2647h9.4873c.9073,0,1.7918.2835,2.5301.8108l5.3474,3.8196c.7383.5274,1.6229.8108,2.5301.8108h10.5756c1.8031,0,3.2647,1.4616,3.2647,3.2647v21.7647c0,1.8031-1.4616,3.2647-3.2647,3.2647H8.7647c-1.8031,0-3.2647-1.4616-3.2647-3.2647V10.397Z"/></g><path class="c" d="M42.5,21.2795c0-1.8031-1.4616-3.2647-3.2647-3.2647H8.7647c-1.8031,0-3.2647,1.4616-3.2647,3.2647"/></svg>
Copied!