Ryd Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Ryd 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/332303.svg" alt="Ryd icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/332303.svg" alt="Ryd icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/332303.svg" alt="Ryd icon" :width="24" :height="24" />
CSS background
.icon-ryd {
background-image: url('https://proicons.com/icon/332303.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:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="m23.6583,3.5l14.35,6.15,6.15,14.35-6.15,14.35-14.35,6.15-14.35-6.15-5.4666-14.35,5.4666-14.35,14.35-6.15Z"/><path class="c" d="m32.5416,12.0417l3.075,3.075-6.15,8.5417,8.8833,2.3917-1.0249,4.4417-7.5166-1.3667,4.4416,7.8583-3.7583,2.3917-5.8084-9.9083-7.175,9.225-3.075-2.7333,6.4917-8.8833-11.9583-2.7333,1.0249-4.7833,10.5917,2.05-4.7833-8.8833,4.0999-2.3917,5.8084,10.2501,6.8333-8.5417Z"/></svg>
Copied!