Rsaf Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Rsaf 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/332255.svg" alt="Rsaf icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/332255.svg" alt="Rsaf icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/332255.svg" alt="Rsaf icon" :width="24" :height="24" />
CSS background
.icon-rsaf {
background-image: url('https://proicons.com/icon/332255.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="M11.5699,11.9714c0-2.2091,1.7909-4,4-4h5.8232c.6989,0,1.3803.2184,1.9491.6246l4.1192,2.9424c.5687.4062,1.2501.6246,1.949.6246h9.0895c2.2091,0,4,1.7909,4,4v13.7957c0,2.2091-1.7909,4-4,4H15.5699c-2.2091,0-4-1.7909-4-4V11.9714Z"/></g><path class="c" d="M34.0021,40.0286H9.5c-2.2091,0-4-1.7909-4-4v-19.5593"/><path class="c" d="M31.9115,27.0667h-8.9126c-4.8381,0-4.0289-7.2801.8233-5.6658,0-4.0426,7.2801-4.0426,7.2801.8096,4.0471-.8096,4.0471,4.8563.8092,4.8563Z"/></svg>
Copied!