Rs File Manager Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Rs File Manager icon is commonly used in file managers, document editors and upload areas. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/346813.svg" alt="Rs File Manager icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/346813.svg" alt="Rs File Manager icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/346813.svg" alt="Rs File Manager icon" :width="24" :height="24" />
CSS background
.icon-rs-file-manager {
background-image: url('https://proicons.com/icon/346813.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>.b{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M4.5,11.5c0-1.6569,1.3431-3,3-3h8.718c.8337,0,1.6466.2604,2.325.745l4.914,3.51c.6784.4846,1.4913.745,2.325.745h14.718c1.6569,0,3,1.3431,3,3v20c0,1.6569-1.3431,3-3,3H7.5c-1.6569,0-3-1.3431-3-3V11.5Z"/><path class="b" d="M24.4092,29.037c.2941.5069.7449.6965,1.4202.6965h.9336c.8697,0,1.7036-.7101,1.8633-1.5847l.0019-.0068c.1596-.8746-.416-1.5837-1.2847-1.5837h-1.0313c-.8707,0-1.4463-.7101-1.2867-1.5856h0c.1606-.8775.9965-1.5885,1.8691-1.5885h.9287c.6753,0,1.1261.1886,1.4202.6965M20.7881,27.6488l1.6853,2.0819M18.3425,29.7326l1.159-6.3483h2.0655c1.1677,0,1.9407.9549,1.7259,2.1322-.2157,1.1774-1.336,2.1322-2.5047,2.1322h-2.0655M32.999,26.544c-.0005,4.9698-4.0292,8.9985-8.999,8.999-4.9702,0-8.9995-4.0288-9-8.999-.0005-4.9706,4.0285-9.0004,8.999-9.001h.001c4.9706,0,9,4.0294,9,9h0l-.001.001Z"/></svg>
Copied!