walk icon
walk-fill from MingCute Icon by MingCute Design · Fill · Apache-2.0 Free for personal and commercial use.
- Name
- walk-fill
- Set
- MingCute Icon
- Style
- Fill
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in MingCute Icon
The same icon in other sets
Use the walk icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 2a3 3 0 0 0-2.15 5.092L7.088 9.065a2 2 0 0 0-.553.599l-1.393 2.322a1 1 0 1 0 1.715 1.028l1.393-2.321l.323-.23l-.513 2.052a2 2 0 0 0 1.033 2.268l3.01 2.752l.908 3.632a1.1 1.1 0 0 0 1.067.833H15a1 1 0 0 0 0-2h-.22l-.737-2.95a2 2 0 0 0-.59-.991l-1.929-1.763c.194-.228.339-.502.416-.811l.66-2.638l1.018 1.164c.17.195.378.355.61.471l1.825.912a1 1 0 0 0 .894-1.789l-1.824-.912l-2.428-2.774A3.001 3.001 0 0 0 12 2"/><path fill="currentColor" d="M9.316 15.551a1 1 0 0 1 .633 1.265l-.426 1.276a2 2 0 0 1-.483.782l-1.657 1.657a1 1 0 0 1-1.59 1.176l-.493-.493a1.01 1.01 0 0 1 0-1.428l2.326-2.326l.425-1.276a1 1 0 0 1 1.265-.633"/></svg>
React
import type { SVGProps } from "react";
export function MingcuteWalkFill(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" d="M12 2a3 3 0 0 0-2.15 5.092L7.088 9.065a2 2 0 0 0-.553.599l-1.393 2.322a1 1 0 1 0 1.715 1.028l1.393-2.321l.323-.23l-.513 2.052a2 2 0 0 0 1.033 2.268l3.01 2.752l.908 3.632a1.1 1.1 0 0 0 1.067.833H15a1 1 0 0 0 0-2h-.22l-.737-2.95a2 2 0 0 0-.59-.991l-1.929-1.763c.194-.228.339-.502.416-.811l.66-2.638l1.018 1.164c.17.195.378.355.61.471l1.825.912a1 1 0 0 0 .894-1.789l-1.824-.912l-2.428-2.774A3.001 3.001 0 0 0 12 2"/><path fill="currentColor" d="M9.316 15.551a1 1 0 0 1 .633 1.265l-.426 1.276a2 2 0 0 1-.483.782l-1.657 1.657a1 1 0 0 1-1.59 1.176l-.493-.493a1.01 1.01 0 0 1 0-1.428l2.326-2.326l.425-1.276a1 1 0 0 1 1.265-.633"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 2a3 3 0 0 0-2.15 5.092L7.088 9.065a2 2 0 0 0-.553.599l-1.393 2.322a1 1 0 1 0 1.715 1.028l1.393-2.321l.323-.23l-.513 2.052a2 2 0 0 0 1.033 2.268l3.01 2.752l.908 3.632a1.1 1.1 0 0 0 1.067.833H15a1 1 0 0 0 0-2h-.22l-.737-2.95a2 2 0 0 0-.59-.991l-1.929-1.763c.194-.228.339-.502.416-.811l.66-2.638l1.018 1.164c.17.195.378.355.61.471l1.825.912a1 1 0 0 0 .894-1.789l-1.824-.912l-2.428-2.774A3.001 3.001 0 0 0 12 2"/><path fill="currentColor" d="M9.316 15.551a1 1 0 0 1 .633 1.265l-.426 1.276a2 2 0 0 1-.483.782l-1.657 1.657a1 1 0 0 1-1.59 1.176l-.493-.493a1.01 1.01 0 0 1 0-1.428l2.326-2.326l.425-1.276a1 1 0 0 1 1.265-.633"/></svg> </template>
CSS
.icon-walk-fill {
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%20d%3D%22M12%202a3%203%200%200%200-2.15%205.092L7.088%209.065a2%202%200%200%200-.553.599l-1.393%202.322a1%201%200%201%200%201.715%201.028l1.393-2.321l.323-.23l-.513%202.052a2%202%200%200%200%201.033%202.268l3.01%202.752l.908%203.632a1.1%201.1%200%200%200%201.067.833H15a1%201%200%200%200%200-2h-.22l-.737-2.95a2%202%200%200%200-.59-.991l-1.929-1.763c.194-.228.339-.502.416-.811l.66-2.638l1.018%201.164c.17.195.378.355.61.471l1.825.912a1%201%200%200%200%20.894-1.789l-1.824-.912l-2.428-2.774A3.001%203.001%200%200%200%2012%202%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.316%2015.551a1%201%200%200%201%20.633%201.265l-.426%201.276a2%202%200%200%201-.483.782l-1.657%201.657a1%201%200%200%201-1.59%201.176l-.493-.493a1.01%201.01%200%200%201%200-1.428l2.326-2.326l.425-1.276a1%201%200%200%201%201.265-.633%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%20d%3D%22M12%202a3%203%200%200%200-2.15%205.092L7.088%209.065a2%202%200%200%200-.553.599l-1.393%202.322a1%201%200%201%200%201.715%201.028l1.393-2.321l.323-.23l-.513%202.052a2%202%200%200%200%201.033%202.268l3.01%202.752l.908%203.632a1.1%201.1%200%200%200%201.067.833H15a1%201%200%200%200%200-2h-.22l-.737-2.95a2%202%200%200%200-.59-.991l-1.929-1.763c.194-.228.339-.502.416-.811l.66-2.638l1.018%201.164c.17.195.378.355.61.471l1.825.912a1%201%200%200%200%20.894-1.789l-1.824-.912l-2.428-2.774A3.001%203.001%200%200%200%2012%202%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.316%2015.551a1%201%200%200%201%20.633%201.265l-.426%201.276a2%202%200%200%201-.483.782l-1.657%201.657a1%201%200%200%201-1.59%201.176l-.493-.493a1.01%201.01%200%200%201%200-1.428l2.326-2.326l.425-1.276a1%201%200%200%201%201.265-.633%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mingcute/walk-fill.svg?color=%231a73e8&size=48