Ryumoto V2 Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Ryumoto V2 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/346865.svg" alt="Ryumoto V2 icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/346865.svg" alt="Ryumoto V2 icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/346865.svg" alt="Ryumoto V2 icon" :width="24" :height="24" />
CSS background
.icon-ryumoto-v2 {
background-image: url('https://proicons.com/icon/346865.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>.d{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="d" d="m36.124 38.5 6.4952-3.75"/><path class="d" d="m5.3805 13.25 6.4952-3.75"/><path class="d" d="m19.67 10-14.289 8.25v16.5"/><path class="d" d="m9.7106 20.75v16.5l14.289 8.25"/><path class="d" d="m28.33 38 14.289-8.25v-16.5"/><path class="d" d="m38.289 27.25v-16.5l-14.289-8.25"/><path class="d" d="m28.5 27.5h-9"/><path class="d" d="m33 20.5-6.0523 1.6217 1.5523 5.3783c-1.5822 0-4.5 2.3031-4.5 5 0-2.6969-2.9178-5-4.5-5l1.5523-5.3783-6.0523-1.6217"/></svg>
Copied!