Remix Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Remix 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/315834.svg" alt="Remix icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/315834.svg" alt="Remix icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/315834.svg" alt="Remix icon" :width="24" :height="24" />
CSS background
.icon-remix {
background-image: url('https://proicons.com/icon/315834.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>Remix</title><path d="M21.511 18.508c.216 2.773.216 4.073.216 5.492H15.31c0-.309.006-.592.011-.878.018-.892.036-1.821-.109-3.698-.19-2.747-1.374-3.358-3.55-3.358H1.574v-5h10.396c2.748 0 4.122-.835 4.122-3.049 0-1.946-1.374-3.125-4.122-3.125H1.573V0h11.541c6.221 0 9.313 2.938 9.313 7.632 0 3.511-2.176 5.8-5.114 6.182 2.48.497 3.93 1.909 4.198 4.694ZM1.573 24v-3.727h6.784c1.133 0 1.379.84 1.379 1.342V24Z"/></svg>
Remix in other icon packs
Copied!