walk2-duotone from Reicon by REICON · Duotone · Sports · MIT Free for personal and commercial use.

Name
walk2-duotone
Set
Reicon
Style
Duotone
Category
Sports
Viewbox
24×24
License
MIT

2 other variants in Reicon

More sports icons from Reicon

Use the walk2 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M10.93 9.267c.199-.01.392-.017.57-.017c.554 0 1.154.062 1.694.14c1.521.218 2.673 1.34 3.134 2.722a.67.67 0 0 0 .746.449l1.803-.3a.75.75 0 1 1 .246 1.479l-1.803.3a2.17 2.17 0 0 1-2.415-1.454c-.307-.922-1.043-1.585-1.924-1.712c-.268-.039-.54-.071-.805-.093l-.271 2.711c-.085.84-.094 1.062-.038 1.26c.057.198.183.38.698 1.049l4.43 5.74a.75.75 0 1 1-1.188.917l-4.43-5.74l-.07-.093c-.411-.53-.736-.951-.882-1.46c-.145-.51-.092-1.038-.025-1.706l.012-.116l.254-2.54c-1.673.273-2.916 1.846-2.916 3.697a.75.75 0 0 1-1.5 0c0-2.64 1.914-5.083 4.68-5.233" clip-rule="evenodd"/><path d="M15 4.5a2.5 2.5 0 1 1-5 0a2.5 2.5 0 0 1 5 0m-4.853 12.265a.75.75 0 0 1 .588.882a7.75 7.75 0 0 1-2.757 4.532l-.51.407a.75.75 0 1 1-.936-1.171l.509-.408a6.25 6.25 0 0 0 2.224-3.654a.75.75 0 0 1 .882-.588" opacity=".5"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconWalk2Duotone(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fillRule="evenodd" d="M10.93 9.267c.199-.01.392-.017.57-.017c.554 0 1.154.062 1.694.14c1.521.218 2.673 1.34 3.134 2.722a.67.67 0 0 0 .746.449l1.803-.3a.75.75 0 1 1 .246 1.479l-1.803.3a2.17 2.17 0 0 1-2.415-1.454c-.307-.922-1.043-1.585-1.924-1.712c-.268-.039-.54-.071-.805-.093l-.271 2.711c-.085.84-.094 1.062-.038 1.26c.057.198.183.38.698 1.049l4.43 5.74a.75.75 0 1 1-1.188.917l-4.43-5.74l-.07-.093c-.411-.53-.736-.951-.882-1.46c-.145-.51-.092-1.038-.025-1.706l.012-.116l.254-2.54c-1.673.273-2.916 1.846-2.916 3.697a.75.75 0 0 1-1.5 0c0-2.64 1.914-5.083 4.68-5.233" clipRule="evenodd"/><path d="M15 4.5a2.5 2.5 0 1 1-5 0a2.5 2.5 0 0 1 5 0m-4.853 12.265a.75.75 0 0 1 .588.882a7.75 7.75 0 0 1-2.757 4.532l-.51.407a.75.75 0 1 1-.936-1.171l.509-.408a6.25 6.25 0 0 0 2.224-3.654a.75.75 0 0 1 .882-.588" opacity=".5"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M10.93 9.267c.199-.01.392-.017.57-.017c.554 0 1.154.062 1.694.14c1.521.218 2.673 1.34 3.134 2.722a.67.67 0 0 0 .746.449l1.803-.3a.75.75 0 1 1 .246 1.479l-1.803.3a2.17 2.17 0 0 1-2.415-1.454c-.307-.922-1.043-1.585-1.924-1.712c-.268-.039-.54-.071-.805-.093l-.271 2.711c-.085.84-.094 1.062-.038 1.26c.057.198.183.38.698 1.049l4.43 5.74a.75.75 0 1 1-1.188.917l-4.43-5.74l-.07-.093c-.411-.53-.736-.951-.882-1.46c-.145-.51-.092-1.038-.025-1.706l.012-.116l.254-2.54c-1.673.273-2.916 1.846-2.916 3.697a.75.75 0 0 1-1.5 0c0-2.64 1.914-5.083 4.68-5.233" clip-rule="evenodd"/><path d="M15 4.5a2.5 2.5 0 1 1-5 0a2.5 2.5 0 0 1 5 0m-4.853 12.265a.75.75 0 0 1 .588.882a7.75 7.75 0 0 1-2.757 4.532l-.51.407a.75.75 0 1 1-.936-1.171l.509-.408a6.25 6.25 0 0 0 2.224-3.654a.75.75 0 0 1 .882-.588" opacity=".5"/></g></svg>
</template>

CSS

.icon-walk2-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%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M10.93%209.267c.199-.01.392-.017.57-.017c.554%200%201.154.062%201.694.14c1.521.218%202.673%201.34%203.134%202.722a.67.67%200%200%200%20.746.449l1.803-.3a.75.75%200%201%201%20.246%201.479l-1.803.3a2.17%202.17%200%200%201-2.415-1.454c-.307-.922-1.043-1.585-1.924-1.712c-.268-.039-.54-.071-.805-.093l-.271%202.711c-.085.84-.094%201.062-.038%201.26c.057.198.183.38.698%201.049l4.43%205.74a.75.75%200%201%201-1.188.917l-4.43-5.74l-.07-.093c-.411-.53-.736-.951-.882-1.46c-.145-.51-.092-1.038-.025-1.706l.012-.116l.254-2.54c-1.673.273-2.916%201.846-2.916%203.697a.75.75%200%200%201-1.5%200c0-2.64%201.914-5.083%204.68-5.233%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M15%204.5a2.5%202.5%200%201%201-5%200a2.5%202.5%200%200%201%205%200m-4.853%2012.265a.75.75%200%200%201%20.588.882a7.75%207.75%200%200%201-2.757%204.532l-.51.407a.75.75%200%201%201-.936-1.171l.509-.408a6.25%206.25%200%200%200%202.224-3.654a.75.75%200%200%201%20.882-.588%22%20opacity%3D%22.5%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%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M10.93%209.267c.199-.01.392-.017.57-.017c.554%200%201.154.062%201.694.14c1.521.218%202.673%201.34%203.134%202.722a.67.67%200%200%200%20.746.449l1.803-.3a.75.75%200%201%201%20.246%201.479l-1.803.3a2.17%202.17%200%200%201-2.415-1.454c-.307-.922-1.043-1.585-1.924-1.712c-.268-.039-.54-.071-.805-.093l-.271%202.711c-.085.84-.094%201.062-.038%201.26c.057.198.183.38.698%201.049l4.43%205.74a.75.75%200%201%201-1.188.917l-4.43-5.74l-.07-.093c-.411-.53-.736-.951-.882-1.46c-.145-.51-.092-1.038-.025-1.706l.012-.116l.254-2.54c-1.673.273-2.916%201.846-2.916%203.697a.75.75%200%200%201-1.5%200c0-2.64%201.914-5.083%204.68-5.233%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M15%204.5a2.5%202.5%200%201%201-5%200a2.5%202.5%200%200%201%205%200m-4.853%2012.265a.75.75%200%200%201%20.588.882a7.75%207.75%200%200%201-2.757%204.532l-.51.407a.75.75%200%201%201-.936-1.171l.509-.408a6.25%206.25%200%200%200%202.224-3.654a.75.75%200%200%201%20.882-.588%22%20opacity%3D%22.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/walk2-duotone.svg?color=%231a73e8&size=48