running round icon

running-round-linear from Solar by 480 Design · Linear · Sports · CC-BY-4.0 Attribution required.

Name
running-round-linear
Set
Solar
Style
Linear
Category
Sports
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

More sports icons from Solar

Use the running round icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><circle cx="18.5" cy="4.5" r="2.5"/><path stroke-linecap="round" d="M14.4 21.9998V21.1948C14.4 21.117 14.4 21.0781 14.3996 21.0411C14.377 18.9018 13.3773 16.8903 11.6857 15.5804C11.6565 15.5578 11.6255 15.5343 11.5635 15.4873C11.5235 15.457 11.5035 15.4419 11.4877 15.4294C10.5309 14.6738 10.467 13.2453 11.3524 12.4073C11.367 12.3935 11.3857 12.3765 11.4227 12.3428L12.4628 11.3973C14.0898 9.91821 13.5945 7.24444 11.5457 6.4462C10.8122 6.16044 9.99522 6.17841 9.27504 6.49613L8.75335 6.72629C8.21393 6.96427 7.94422 7.08326 7.68074 7.21404C7.24267 7.43148 6.81722 7.67347 6.40642 7.93886C6.15935 8.09847 5.91922 8.26947 5.43897 8.61147L4 9.63619"/><path stroke-linecap="round" d="M9 17L8.74064 17.3112C7.32089 19.0149 5.21773 20 3 20"/><path stroke-linecap="round" d="M16 12C17.3131 12.3283 18.6869 12.3283 20 12"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarRunningRoundLinear(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeWidth="1.5"><circle cx="18.5" cy="4.5" r="2.5"/><path strokeLinecap="round" d="M14.4 21.9998V21.1948C14.4 21.117 14.4 21.0781 14.3996 21.0411C14.377 18.9018 13.3773 16.8903 11.6857 15.5804C11.6565 15.5578 11.6255 15.5343 11.5635 15.4873C11.5235 15.457 11.5035 15.4419 11.4877 15.4294C10.5309 14.6738 10.467 13.2453 11.3524 12.4073C11.367 12.3935 11.3857 12.3765 11.4227 12.3428L12.4628 11.3973C14.0898 9.91821 13.5945 7.24444 11.5457 6.4462C10.8122 6.16044 9.99522 6.17841 9.27504 6.49613L8.75335 6.72629C8.21393 6.96427 7.94422 7.08326 7.68074 7.21404C7.24267 7.43148 6.81722 7.67347 6.40642 7.93886C6.15935 8.09847 5.91922 8.26947 5.43897 8.61147L4 9.63619"/><path strokeLinecap="round" d="M9 17L8.74064 17.3112C7.32089 19.0149 5.21773 20 3 20"/><path strokeLinecap="round" d="M16 12C17.3131 12.3283 18.6869 12.3283 20 12"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><circle cx="18.5" cy="4.5" r="2.5"/><path stroke-linecap="round" d="M14.4 21.9998V21.1948C14.4 21.117 14.4 21.0781 14.3996 21.0411C14.377 18.9018 13.3773 16.8903 11.6857 15.5804C11.6565 15.5578 11.6255 15.5343 11.5635 15.4873C11.5235 15.457 11.5035 15.4419 11.4877 15.4294C10.5309 14.6738 10.467 13.2453 11.3524 12.4073C11.367 12.3935 11.3857 12.3765 11.4227 12.3428L12.4628 11.3973C14.0898 9.91821 13.5945 7.24444 11.5457 6.4462C10.8122 6.16044 9.99522 6.17841 9.27504 6.49613L8.75335 6.72629C8.21393 6.96427 7.94422 7.08326 7.68074 7.21404C7.24267 7.43148 6.81722 7.67347 6.40642 7.93886C6.15935 8.09847 5.91922 8.26947 5.43897 8.61147L4 9.63619"/><path stroke-linecap="round" d="M9 17L8.74064 17.3112C7.32089 19.0149 5.21773 20 3 20"/><path stroke-linecap="round" d="M16 12C17.3131 12.3283 18.6869 12.3283 20 12"/></g></svg>
</template>

CSS

.icon-running-round-linear {
  width: 24px;
  height: 24px;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Ccircle%20cx%3D%2218.5%22%20cy%3D%224.5%22%20r%3D%222.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M14.4%2021.9998V21.1948C14.4%2021.117%2014.4%2021.0781%2014.3996%2021.0411C14.377%2018.9018%2013.3773%2016.8903%2011.6857%2015.5804C11.6565%2015.5578%2011.6255%2015.5343%2011.5635%2015.4873C11.5235%2015.457%2011.5035%2015.4419%2011.4877%2015.4294C10.5309%2014.6738%2010.467%2013.2453%2011.3524%2012.4073C11.367%2012.3935%2011.3857%2012.3765%2011.4227%2012.3428L12.4628%2011.3973C14.0898%209.91821%2013.5945%207.24444%2011.5457%206.4462C10.8122%206.16044%209.99522%206.17841%209.27504%206.49613L8.75335%206.72629C8.21393%206.96427%207.94422%207.08326%207.68074%207.21404C7.24267%207.43148%206.81722%207.67347%206.40642%207.93886C6.15935%208.09847%205.91922%208.26947%205.43897%208.61147L4%209.63619%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M9%2017L8.74064%2017.3112C7.32089%2019.0149%205.21773%2020%203%2020%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M16%2012C17.3131%2012.3283%2018.6869%2012.3283%2020%2012%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
  mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Ccircle%20cx%3D%2218.5%22%20cy%3D%224.5%22%20r%3D%222.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M14.4%2021.9998V21.1948C14.4%2021.117%2014.4%2021.0781%2014.3996%2021.0411C14.377%2018.9018%2013.3773%2016.8903%2011.6857%2015.5804C11.6565%2015.5578%2011.6255%2015.5343%2011.5635%2015.4873C11.5235%2015.457%2011.5035%2015.4419%2011.4877%2015.4294C10.5309%2014.6738%2010.467%2013.2453%2011.3524%2012.4073C11.367%2012.3935%2011.3857%2012.3765%2011.4227%2012.3428L12.4628%2011.3973C14.0898%209.91821%2013.5945%207.24444%2011.5457%206.4462C10.8122%206.16044%209.99522%206.17841%209.27504%206.49613L8.75335%206.72629C8.21393%206.96427%207.94422%207.08326%207.68074%207.21404C7.24267%207.43148%206.81722%207.67347%206.40642%207.93886C6.15935%208.09847%205.91922%208.26947%205.43897%208.61147L4%209.63619%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M9%2017L8.74064%2017.3112C7.32089%2019.0149%205.21773%2020%203%2020%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M16%2012C17.3131%2012.3283%2018.6869%2012.3283%2020%2012%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/solar/running-round-linear.svg?color=%231a73e8&size=48