Retroarch Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Retroarch 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/315852.svg" alt="Retroarch icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/315852.svg" alt="Retroarch icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/315852.svg" alt="Retroarch icon" :width="24" :height="24" />
CSS background
.icon-retroarch {
background-image: url('https://proicons.com/icon/315852.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>RetroArch</title><path d="M6.84 5.76L8.4 7.68H5.28l-.72 2.88H2.64l.72-2.88H1.44L0 13.44h3.84l-.48 1.92h3.36L4.2 18.24h2.82l2.34-2.88h5.28l2.34 2.88h2.82l-2.52-2.88h3.36l-.48-1.92H24l-1.44-5.76h-1.92l.72 2.88h-1.92l-.72-2.88H15.6l1.56-1.92h-2.04l-1.68 1.92h-2.88L8.88 5.76zm.24 3.84H9v1.92H7.08zm7.925 0h1.92v1.92h-1.92Z"/></svg>
Copied!