walk2 icon
walk2 from Reicon by REICON · Outline · Sports · MIT Free for personal and commercial use.
- Name
- walk2
- Set
- Reicon
- Style
- Outline
- 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"><path fill="currentColor" fill-rule="evenodd" d="M12.5 2.75a1.75 1.75 0 1 0 0 3.5a1.75 1.75 0 0 0 0-3.5M9.25 4.5a3.25 3.25 0 1 1 6.5 0a3.25 3.25 0 0 1-6.5 0m1.68 4.767c.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.712a14 14 0 0 0-.805-.093l-.271 2.711c-.084.84-.094 1.062-.037 1.26c.056.198.182.38.697 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.233m-.783 7.498a.75.75 0 0 1 .588.882a7.75 7.75 0 0 1-2.757 4.531l-.51.408a.75.75 0 0 1-.936-1.172l.509-.407a6.25 6.25 0 0 0 2.224-3.654a.75.75 0 0 1 .882-.588" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function ReiconWalk2(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fillRule="evenodd" d="M12.5 2.75a1.75 1.75 0 1 0 0 3.5a1.75 1.75 0 0 0 0-3.5M9.25 4.5a3.25 3.25 0 1 1 6.5 0a3.25 3.25 0 0 1-6.5 0m1.68 4.767c.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.712a14 14 0 0 0-.805-.093l-.271 2.711c-.084.84-.094 1.062-.037 1.26c.056.198.182.38.697 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.233m-.783 7.498a.75.75 0 0 1 .588.882a7.75 7.75 0 0 1-2.757 4.531l-.51.408a.75.75 0 0 1-.936-1.172l.509-.407a6.25 6.25 0 0 0 2.224-3.654a.75.75 0 0 1 .882-.588" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M12.5 2.75a1.75 1.75 0 1 0 0 3.5a1.75 1.75 0 0 0 0-3.5M9.25 4.5a3.25 3.25 0 1 1 6.5 0a3.25 3.25 0 0 1-6.5 0m1.68 4.767c.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.712a14 14 0 0 0-.805-.093l-.271 2.711c-.084.84-.094 1.062-.037 1.26c.056.198.182.38.697 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.233m-.783 7.498a.75.75 0 0 1 .588.882a7.75 7.75 0 0 1-2.757 4.531l-.51.408a.75.75 0 0 1-.936-1.172l.509-.407a6.25 6.25 0 0 0 2.224-3.654a.75.75 0 0 1 .882-.588" clip-rule="evenodd"/></svg> </template>
CSS
.icon-walk2 {
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%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M12.5%202.75a1.75%201.75%200%201%200%200%203.5a1.75%201.75%200%200%200%200-3.5M9.25%204.5a3.25%203.25%200%201%201%206.5%200a3.25%203.25%200%200%201-6.5%200m1.68%204.767c.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.712a14%2014%200%200%200-.805-.093l-.271%202.711c-.084.84-.094%201.062-.037%201.26c.056.198.182.38.697%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.233m-.783%207.498a.75.75%200%200%201%20.588.882a7.75%207.75%200%200%201-2.757%204.531l-.51.408a.75.75%200%200%201-.936-1.172l.509-.407a6.25%206.25%200%200%200%202.224-3.654a.75.75%200%200%201%20.882-.588%22%20clip-rule%3D%22evenodd%22%2F%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%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M12.5%202.75a1.75%201.75%200%201%200%200%203.5a1.75%201.75%200%200%200%200-3.5M9.25%204.5a3.25%203.25%200%201%201%206.5%200a3.25%203.25%200%200%201-6.5%200m1.68%204.767c.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.712a14%2014%200%200%200-.805-.093l-.271%202.711c-.084.84-.094%201.062-.037%201.26c.056.198.182.38.697%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.233m-.783%207.498a.75.75%200%200%201%20.588.882a7.75%207.75%200%200%201-2.757%204.531l-.51.408a.75.75%200%200%201-.936-1.172l.509-.407a6.25%206.25%200%200%200%202.224-3.654a.75.75%200%200%201%20.882-.588%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/walk2.svg?color=%231a73e8&size=48