walk icon
walk-duotone from Reicon by REICON · Duotone · Sports · MIT Free for personal and commercial use.
- Name
- walk-duotone
- Set
- Reicon
- Style
- Duotone
- Category
- Sports
- Viewbox
- 24×24
- License
- MIT
2 other variants in Reicon
The same icon in other sets
All walk icons →More sports icons from Reicon
Use the walk 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="M12.528 10.753a4 4 0 0 0-.258-.003h-1.091l-.091.912c-.174 1.74-.235 2.44-.08 3.101c.156.662.522 1.261 1.453 2.742l2.575 4.096a.75.75 0 1 1-1.27.798l-2.575-4.096l-.073-.116c-.835-1.327-1.35-2.146-1.57-3.08s-.123-1.898.034-3.459l.013-.136l.076-.761c-.5.003-.872.012-1.17.049c-.378.045-.554.125-.679.225c-.124.1-.24.254-.367.613c-.133.377-.248.888-.419 1.657l-.304 1.368a.75.75 0 1 1-1.464-.326l.314-1.411c.158-.714.292-1.314.459-1.788c.177-.502.419-.943.843-1.283s.906-.48 1.435-.545c.499-.06 1.114-.06 1.845-.06h2.131c.136 0 .241 0 .34.007a2.75 2.75 0 0 1 2.417 1.887c.03.094.056.197.09.329l.005.024c.056.224.073.288.089.332c.21.606.845.955 1.469.807c.046-.01.109-.031.328-.104l.73-.243a.75.75 0 0 1 .474 1.422l-.73.244l-.032.01a5 5 0 0 1-.424.13a2.75 2.75 0 0 1-3.232-1.774a5 5 0 0 1-.119-.427l-.008-.034a4 4 0 0 0-.066-.25a1.25 1.25 0 0 0-1.098-.857" clip-rule="evenodd"/><path d="M14 4.5a2.5 2.5 0 1 1-5 0a2.5 2.5 0 0 1 5 0M9.416 16.876a.75.75 0 0 1 .208 1.04l-3 4.5a.75.75 0 1 1-1.248-.832l3-4.5a.75.75 0 0 1 1.04-.208" opacity=".5"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconWalkDuotone(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="M12.528 10.753a4 4 0 0 0-.258-.003h-1.091l-.091.912c-.174 1.74-.235 2.44-.08 3.101c.156.662.522 1.261 1.453 2.742l2.575 4.096a.75.75 0 1 1-1.27.798l-2.575-4.096l-.073-.116c-.835-1.327-1.35-2.146-1.57-3.08s-.123-1.898.034-3.459l.013-.136l.076-.761c-.5.003-.872.012-1.17.049c-.378.045-.554.125-.679.225c-.124.1-.24.254-.367.613c-.133.377-.248.888-.419 1.657l-.304 1.368a.75.75 0 1 1-1.464-.326l.314-1.411c.158-.714.292-1.314.459-1.788c.177-.502.419-.943.843-1.283s.906-.48 1.435-.545c.499-.06 1.114-.06 1.845-.06h2.131c.136 0 .241 0 .34.007a2.75 2.75 0 0 1 2.417 1.887c.03.094.056.197.09.329l.005.024c.056.224.073.288.089.332c.21.606.845.955 1.469.807c.046-.01.109-.031.328-.104l.73-.243a.75.75 0 0 1 .474 1.422l-.73.244l-.032.01a5 5 0 0 1-.424.13a2.75 2.75 0 0 1-3.232-1.774a5 5 0 0 1-.119-.427l-.008-.034a4 4 0 0 0-.066-.25a1.25 1.25 0 0 0-1.098-.857" clipRule="evenodd"/><path d="M14 4.5a2.5 2.5 0 1 1-5 0a2.5 2.5 0 0 1 5 0M9.416 16.876a.75.75 0 0 1 .208 1.04l-3 4.5a.75.75 0 1 1-1.248-.832l3-4.5a.75.75 0 0 1 1.04-.208" 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="M12.528 10.753a4 4 0 0 0-.258-.003h-1.091l-.091.912c-.174 1.74-.235 2.44-.08 3.101c.156.662.522 1.261 1.453 2.742l2.575 4.096a.75.75 0 1 1-1.27.798l-2.575-4.096l-.073-.116c-.835-1.327-1.35-2.146-1.57-3.08s-.123-1.898.034-3.459l.013-.136l.076-.761c-.5.003-.872.012-1.17.049c-.378.045-.554.125-.679.225c-.124.1-.24.254-.367.613c-.133.377-.248.888-.419 1.657l-.304 1.368a.75.75 0 1 1-1.464-.326l.314-1.411c.158-.714.292-1.314.459-1.788c.177-.502.419-.943.843-1.283s.906-.48 1.435-.545c.499-.06 1.114-.06 1.845-.06h2.131c.136 0 .241 0 .34.007a2.75 2.75 0 0 1 2.417 1.887c.03.094.056.197.09.329l.005.024c.056.224.073.288.089.332c.21.606.845.955 1.469.807c.046-.01.109-.031.328-.104l.73-.243a.75.75 0 0 1 .474 1.422l-.73.244l-.032.01a5 5 0 0 1-.424.13a2.75 2.75 0 0 1-3.232-1.774a5 5 0 0 1-.119-.427l-.008-.034a4 4 0 0 0-.066-.25a1.25 1.25 0 0 0-1.098-.857" clip-rule="evenodd"/><path d="M14 4.5a2.5 2.5 0 1 1-5 0a2.5 2.5 0 0 1 5 0M9.416 16.876a.75.75 0 0 1 .208 1.04l-3 4.5a.75.75 0 1 1-1.248-.832l3-4.5a.75.75 0 0 1 1.04-.208" opacity=".5"/></g></svg> </template>
CSS
.icon-walk-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%22M12.528%2010.753a4%204%200%200%200-.258-.003h-1.091l-.091.912c-.174%201.74-.235%202.44-.08%203.101c.156.662.522%201.261%201.453%202.742l2.575%204.096a.75.75%200%201%201-1.27.798l-2.575-4.096l-.073-.116c-.835-1.327-1.35-2.146-1.57-3.08s-.123-1.898.034-3.459l.013-.136l.076-.761c-.5.003-.872.012-1.17.049c-.378.045-.554.125-.679.225c-.124.1-.24.254-.367.613c-.133.377-.248.888-.419%201.657l-.304%201.368a.75.75%200%201%201-1.464-.326l.314-1.411c.158-.714.292-1.314.459-1.788c.177-.502.419-.943.843-1.283s.906-.48%201.435-.545c.499-.06%201.114-.06%201.845-.06h2.131c.136%200%20.241%200%20.34.007a2.75%202.75%200%200%201%202.417%201.887c.03.094.056.197.09.329l.005.024c.056.224.073.288.089.332c.21.606.845.955%201.469.807c.046-.01.109-.031.328-.104l.73-.243a.75.75%200%200%201%20.474%201.422l-.73.244l-.032.01a5%205%200%200%201-.424.13a2.75%202.75%200%200%201-3.232-1.774a5%205%200%200%201-.119-.427l-.008-.034a4%204%200%200%200-.066-.25a1.25%201.25%200%200%200-1.098-.857%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M14%204.5a2.5%202.5%200%201%201-5%200a2.5%202.5%200%200%201%205%200M9.416%2016.876a.75.75%200%200%201%20.208%201.04l-3%204.5a.75.75%200%201%201-1.248-.832l3-4.5a.75.75%200%200%201%201.04-.208%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%22M12.528%2010.753a4%204%200%200%200-.258-.003h-1.091l-.091.912c-.174%201.74-.235%202.44-.08%203.101c.156.662.522%201.261%201.453%202.742l2.575%204.096a.75.75%200%201%201-1.27.798l-2.575-4.096l-.073-.116c-.835-1.327-1.35-2.146-1.57-3.08s-.123-1.898.034-3.459l.013-.136l.076-.761c-.5.003-.872.012-1.17.049c-.378.045-.554.125-.679.225c-.124.1-.24.254-.367.613c-.133.377-.248.888-.419%201.657l-.304%201.368a.75.75%200%201%201-1.464-.326l.314-1.411c.158-.714.292-1.314.459-1.788c.177-.502.419-.943.843-1.283s.906-.48%201.435-.545c.499-.06%201.114-.06%201.845-.06h2.131c.136%200%20.241%200%20.34.007a2.75%202.75%200%200%201%202.417%201.887c.03.094.056.197.09.329l.005.024c.056.224.073.288.089.332c.21.606.845.955%201.469.807c.046-.01.109-.031.328-.104l.73-.243a.75.75%200%200%201%20.474%201.422l-.73.244l-.032.01a5%205%200%200%201-.424.13a2.75%202.75%200%200%201-3.232-1.774a5%205%200%200%201-.119-.427l-.008-.034a4%204%200%200%200-.066-.25a1.25%201.25%200%200%200-1.098-.857%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M14%204.5a2.5%202.5%200%201%201-5%200a2.5%202.5%200%200%201%205%200M9.416%2016.876a.75.75%200%200%201%20.208%201.04l-3%204.5a.75.75%200%201%201-1.248-.832l3-4.5a.75.75%200%200%201%201.04-.208%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/walk-duotone.svg?color=%231a73e8&size=48