Power Marathon Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Power Marathon 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/346096.svg" alt="Power Marathon icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/346096.svg" alt="Power Marathon icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/346096.svg" alt="Power Marathon icon" :width="24" :height="24" />
CSS background
.icon-power-marathon {
background-image: url('https://proicons.com/icon/346096.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="24" cy="24" r="21.5"/><polyline class="c" points="8.9159 41.1776 30.9533 38.7103 21.8131 33.8318 45.5 30.6916"/><path class="c" d="m16.5701,24.5794c1.2336-4.2056,2.4953-6.5888,4.7664-6.5888,2.4673,0,2.8879,2.1589,4.7103,2.1589s2.9439-5.3271,2.9439-5.3271"/><path class="c" d="m33,28.0561c-4.9065-1.2897-10.8224-4.9065-10.8224-4.9065-.6449,2.6636-1.3738,7.5421-4.8224,7.5421-2.972,0-4.2056-2.215-4.2056-2.215"/><path class="c" d="m22.9907,10.3505c1.2891,0,2.3341,1.045,2.3341,2.3341s-1.045,2.3341-2.3341,2.3341-2.3341-1.045-2.3341-2.3341v-2.3341h2.3341Z"/></svg>
Copied!