md walk icon

md-walk from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.

Name
md-walk
Set
IonIcons
Style
Regular
Viewbox
512×512
License
MIT
Aliases
android-walk

Related icons in IonIcons

Use the md walk icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M288 112c22.223 0 39.997-17.776 39.997-40 0-22.225-17.774-40-39.997-40s-40.003 17.775-40.003 40c0 22.224 17.78 40 40.003 40z" fill="currentColor"/><path d="M288 232h104v-40h-72l-44.802-69.333c-7.698-11.667-18.136-18.136-30.933-18.136-3.198 0-8.828.531-12.799 1.747L120 144v112h40v-80l40.531-16L120 480h40l56.698-164.271L267 384v96h38V352l-57.031-96 19.745-61.864L288 232z" fill="currentColor"/></svg>

React

import type { SVGProps } from "react";

export function IonMdWalk(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M288 112c22.223 0 39.997-17.776 39.997-40 0-22.225-17.774-40-39.997-40s-40.003 17.775-40.003 40c0 22.224 17.78 40 40.003 40z" fill="currentColor"/><path d="M288 232h104v-40h-72l-44.802-69.333c-7.698-11.667-18.136-18.136-30.933-18.136-3.198 0-8.828.531-12.799 1.747L120 144v112h40v-80l40.531-16L120 480h40l56.698-164.271L267 384v96h38V352l-57.031-96 19.745-61.864L288 232z" fill="currentColor"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M288 112c22.223 0 39.997-17.776 39.997-40 0-22.225-17.774-40-39.997-40s-40.003 17.775-40.003 40c0 22.224 17.78 40 40.003 40z" fill="currentColor"/><path d="M288 232h104v-40h-72l-44.802-69.333c-7.698-11.667-18.136-18.136-30.933-18.136-3.198 0-8.828.531-12.799 1.747L120 144v112h40v-80l40.531-16L120 480h40l56.698-164.271L267 384v96h38V352l-57.031-96 19.745-61.864L288 232z" fill="currentColor"/></svg>
</template>

CSS

.icon-md-walk {
  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%20512%20512%22%3E%3Cpath%20d%3D%22M288%20112c22.223%200%2039.997-17.776%2039.997-40%200-22.225-17.774-40-39.997-40s-40.003%2017.775-40.003%2040c0%2022.224%2017.78%2040%2040.003%2040z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M288%20232h104v-40h-72l-44.802-69.333c-7.698-11.667-18.136-18.136-30.933-18.136-3.198%200-8.828.531-12.799%201.747L120%20144v112h40v-80l40.531-16L120%20480h40l56.698-164.271L267%20384v96h38V352l-57.031-96%2019.745-61.864L288%20232z%22%20fill%3D%22currentColor%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%20512%20512%22%3E%3Cpath%20d%3D%22M288%20112c22.223%200%2039.997-17.776%2039.997-40%200-22.225-17.774-40-39.997-40s-40.003%2017.775-40.003%2040c0%2022.224%2017.78%2040%2040.003%2040z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M288%20232h104v-40h-72l-44.802-69.333c-7.698-11.667-18.136-18.136-30.933-18.136-3.198%200-8.828.531-12.799%201.747L120%20144v112h40v-80l40.531-16L120%20480h40l56.698-164.271L267%20384v96h38V352l-57.031-96%2019.745-61.864L288%20232z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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