Ryujinxandroid Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Ryujinxandroid 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/346864.svg" alt="Ryujinxandroid icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/346864.svg" alt="Ryujinxandroid icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/346864.svg" alt="Ryujinxandroid icon" :width="24" :height="24" />
CSS background
.icon-ryujinxandroid {
background-image: url('https://proicons.com/icon/346864.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>.e{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><line class="e" x1="20.764" y1="30.167" x2="22.949" y2="17.833"/><line class="e" x1="25.068" y1="30.167" x2="27.253" y2="17.833"/><line class="e" x1="19.654" y1="26.607" x2="27.435" y2="26.607"/><line class="e" x1="20.565" y1="21.393" x2="28.346" y2="21.393"/><path class="e" d="M15.833,36.333h-4.2333c-3.3794,0-6.1-2.676-6.1-6V11.5c0-3.324,2.7206-6,6.1-6h4.2333v30.833Z"/><path class="e" d="M32.167,11.667h4.2333c3.3794,0,6.1,2.676,6.1,6v18.833c0,3.324-2.7206,6-6.1,6h-4.2333V11.667Z"/></svg>
Copied!