Weekly Runs Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Weekly Runs 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/349630.svg" alt="Weekly Runs icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/349630.svg" alt="Weekly Runs icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/349630.svg" alt="Weekly Runs icon" :width="24" :height="24" />
CSS background
.icon-weekly-runs {
background-image: url('https://proicons.com/icon/349630.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="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.h{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="b"><path id="c" class="h" d="M42.5395,31.7354c1.4694-1.2048,1.9605-5.3686,1.9605-7.4111,0-1.8141-.7389-6.7078-1.9335-7.8967,0,0-1.7374-.7364-2.6408,0-2.9595,2.412-8.9249,7.9431-16.3398,0,0,0-11.4864,5.4249-14.5856,6.2076-5.3211,1.344-5.5002,2.6791-5.5002,4.4365,0,5.626,6.5896,4.9026,10.9852,4.6638,2.4223-.1316,25.3557.1466,28.0544,0"/><path id="d" class="h" d="M41.8861,28.3249s-9.8899-1.6002-16.0075.0718c-6.1176,1.6721-18.5234.7998-18.5234.7998"/><path id="e" class="h" d="M42.5395,31.7354c1.4694-1.2048,1.9605-5.3686,1.9605-7.4111,0-1.8141-.7389-6.7078-1.9335-7.8967,0,0-1.7374-.7364-2.6408,0-2.9595,2.412-8.9249,7.9431-16.3398,0,0,0-11.4864,5.4249-14.5856,6.2076-5.3211,1.344-5.5002,2.6791-5.5002,4.4365,0,5.626,6.5896,4.9026,10.9852,4.6638,2.4223-.1316,25.3557.1466,28.0544,0"/><path id="f" class="h" d="M20.6859,21.264l3.3142,3.8614"/><path id="g" class="h" d="M17.3632,22.436l2.3082,2.6894"/></g></svg>
Copied!