walking round icon

walking-round-line-duotone from Solar by 480 Design · Line Duotone · Sports · CC-BY-4.0 Attribution required.

Name
walking-round-line-duotone
Set
Solar
Style
Line Duotone
Category
Sports
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

More sports icons from Solar

Use the walking 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="12.5" cy="4.5" r="2.5" opacity=".5"/><path stroke-linecap="round" d="M7 22L7.50917 21.5927C8.79506 20.564 9.67705 19.1148 10 17.5" opacity=".5"/><path stroke-linecap="round" stroke-linejoin="round" d="M11.5 10L11.1582 13.4177C11.0801 14.1992 11.041 14.5899 11.1464 14.9581C11.2517 15.3263 11.4916 15.6372 11.9713 16.259L16.4004 22M11.5 10C11.3387 10 11.1601 10.0058 10.9698 10.0161C8.66494 10.141 7 12.1918 7 14.5M11.5 10C12.0042 10 12.5649 10.0565 13.0872 10.1315C14.2886 10.3041 15.2324 11.1973 15.6163 12.3488C15.8373 13.0118 16.5077 13.4154 17.1969 13.3005L19 13"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarWalkingRoundLineDuotone(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="12.5" cy="4.5" r="2.5" opacity=".5"/><path strokeLinecap="round" d="M7 22L7.50917 21.5927C8.79506 20.564 9.67705 19.1148 10 17.5" opacity=".5"/><path strokeLinecap="round" strokeLinejoin="round" d="M11.5 10L11.1582 13.4177C11.0801 14.1992 11.041 14.5899 11.1464 14.9581C11.2517 15.3263 11.4916 15.6372 11.9713 16.259L16.4004 22M11.5 10C11.3387 10 11.1601 10.0058 10.9698 10.0161C8.66494 10.141 7 12.1918 7 14.5M11.5 10C12.0042 10 12.5649 10.0565 13.0872 10.1315C14.2886 10.3041 15.2324 11.1973 15.6163 12.3488C15.8373 13.0118 16.5077 13.4154 17.1969 13.3005L19 13"/></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="12.5" cy="4.5" r="2.5" opacity=".5"/><path stroke-linecap="round" d="M7 22L7.50917 21.5927C8.79506 20.564 9.67705 19.1148 10 17.5" opacity=".5"/><path stroke-linecap="round" stroke-linejoin="round" d="M11.5 10L11.1582 13.4177C11.0801 14.1992 11.041 14.5899 11.1464 14.9581C11.2517 15.3263 11.4916 15.6372 11.9713 16.259L16.4004 22M11.5 10C11.3387 10 11.1601 10.0058 10.9698 10.0161C8.66494 10.141 7 12.1918 7 14.5M11.5 10C12.0042 10 12.5649 10.0565 13.0872 10.1315C14.2886 10.3041 15.2324 11.1973 15.6163 12.3488C15.8373 13.0118 16.5077 13.4154 17.1969 13.3005L19 13"/></g></svg>
</template>

CSS

.icon-walking-round-line-duotone {
  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%2212.5%22%20cy%3D%224.5%22%20r%3D%222.5%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M7%2022L7.50917%2021.5927C8.79506%2020.564%209.67705%2019.1148%2010%2017.5%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M11.5%2010L11.1582%2013.4177C11.0801%2014.1992%2011.041%2014.5899%2011.1464%2014.9581C11.2517%2015.3263%2011.4916%2015.6372%2011.9713%2016.259L16.4004%2022M11.5%2010C11.3387%2010%2011.1601%2010.0058%2010.9698%2010.0161C8.66494%2010.141%207%2012.1918%207%2014.5M11.5%2010C12.0042%2010%2012.5649%2010.0565%2013.0872%2010.1315C14.2886%2010.3041%2015.2324%2011.1973%2015.6163%2012.3488C15.8373%2013.0118%2016.5077%2013.4154%2017.1969%2013.3005L19%2013%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%2212.5%22%20cy%3D%224.5%22%20r%3D%222.5%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M7%2022L7.50917%2021.5927C8.79506%2020.564%209.67705%2019.1148%2010%2017.5%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M11.5%2010L11.1582%2013.4177C11.0801%2014.1992%2011.041%2014.5899%2011.1464%2014.9581C11.2517%2015.3263%2011.4916%2015.6372%2011.9713%2016.259L16.4004%2022M11.5%2010C11.3387%2010%2011.1601%2010.0058%2010.9698%2010.0161C8.66494%2010.141%207%2012.1918%207%2014.5M11.5%2010C12.0042%2010%2012.5649%2010.0565%2013.0872%2010.1315C14.2886%2010.3041%2015.2324%2011.1973%2015.6163%2012.3488C15.8373%2013.0118%2016.5077%2013.4154%2017.1969%2013.3005L19%2013%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/walking-round-line-duotone.svg?color=%231a73e8&size=48