Runna Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Runna 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/346837.svg" alt="Runna icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/346837.svg" alt="Runna icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/346837.svg" alt="Runna icon" :width="24" :height="24" />
CSS background
.icon-runna {
background-image: url('https://proicons.com/icon/346837.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>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="c" cx="32.5724" cy="9.1016" r="4.6016"/><path class="c" d="M26.9426,33.4579c3.3571-1.8794,5.6297-5.4656,5.6297-9.5866,0-6.0665-4.9179-10.9845-10.9845-10.9845h-10.7618l5.0471,6.3086h4.0777c2.5822,0,4.6758,2.0935,4.6758,4.6758,0,1.6155-.8195,3.0392-2.0652,3.8792l-2.9774-3.8792h-8.758l15.0667,19.6288h8.7577l-7.7078-10.0421Z"/></svg>
Copied!