Runkit Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Runkit 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/315923.svg" alt="Runkit icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/315923.svg" alt="Runkit icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/315923.svg" alt="Runkit icon" :width="24" :height="24" />
CSS background
.icon-runkit {
background-image: url('https://proicons.com/icon/315923.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>RunKit</title><path d="M23.97 14.797a3 3 0 01-1.47 3.02l-9 5.2a3 3 0 01-3 0l-9-5.2a3 3 0 01-1.47-3.02l1.32-7.2a3 3 0 01.98-1.82 2.96 2.96 0 01.49-.35l7.55-4.37a3.01 3.01 0 013.28.02l7.53 4.35c.1.05.19.1.28.17a3 3 0 011.19 2zm-9.54-10.77l-7.72 1.59c-.43.08-.51.64-.14.86l5.6 3.23c.23.13.5.07.63-.19l1.58-3.6.53-1.22c.16-.35-.11-.75-.5-.67z"/></svg>
Copied!