Rso Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Rso 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/332256.svg" alt="Rso icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/332256.svg" alt="Rso icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/332256.svg" alt="Rso icon" :width="24" :height="24" />
CSS background
.icon-rso {
background-image: url('https://proicons.com/icon/332256.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:#000;}.d{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="d" d="M5.5,10.5486l.6232,19.9777,13.8468,6.2993-.1135,1.4184,16.7412,4.3703,4.3703-6.2993-1.4184-11.4072,2.9502-3.9156-2.2127-10.4995-16.6277-1.8723-.7384-3.2348L5.5,10.5486Z"/><path class="d" d="M31.6034,28.7806h-15.205l7.6025-13.1686,7.6025,13.1686Z"/><circle class="c" cx="23.9546" cy="26.9336" r=".75"/><path class="d" d="M23.9546,19.9509v5.1934"/></svg>
Copied!