walk supported icon

walk-supported from Health Icons by Resolve to Save Lives · Filled · Exercise · MIT Free for personal and commercial use.

Name
walk-supported
Set
Health Icons
Style
Filled
Category
Exercise
Viewbox
48×48
License
MIT
Aliases
exercise-walk-supported

3 other variants in Health Icons

More exercise icons from Health Icons

Use the walk supported icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" fill-rule="evenodd" d="M28.425 9.6a3.6 3.6 0 1 1-7.2 0a3.6 3.6 0 0 1 7.2 0M38 28H23.752l4.486 4.426a2 2 0 0 1 .43.628l2.667 6.15a2 2 0 0 1-3.67 1.592L25.152 35l-7.095-7H10a2 2 0 0 0-2 2v12H6V30a4 4 0 0 1 4-4h5.964c-.749-2.522-.474-5.128.117-7.144c.317-1.081.745-2.066 1.224-2.852a6.6 6.6 0 0 1 .818-1.092c.283-.299.71-.675 1.28-.887c1.242-.461 2.544-.426 3.705.174c1.113.576 1.897 1.565 2.405 2.656q.314.674.584 1.263v.001c.44.95.807 1.748 1.16 2.45c.496.986.888 1.624 1.268 2.066c.347.405.686.647 1.118.816c.47.184 1.146.317 2.217.349a2 2 0 0 1 1.93 2.2H38a4 4 0 0 1 4 4v12h-2V30a2 2 0 0 0-2-2m-13.637-4.373L23.848 26h2.392a7.4 7.4 0 0 1-.75-.76a11 11 0 0 1-1.127-1.613m-7.877 6.147l3.3 3.165l-1.247 4.21q-.076.258-.218.486l-2.122 3.42a2 2 0 0 1-3.399-2.11l1.98-3.19l1.342-4.528z" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function HealthiconsWalkSupported(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" fillRule="evenodd" d="M28.425 9.6a3.6 3.6 0 1 1-7.2 0a3.6 3.6 0 0 1 7.2 0M38 28H23.752l4.486 4.426a2 2 0 0 1 .43.628l2.667 6.15a2 2 0 0 1-3.67 1.592L25.152 35l-7.095-7H10a2 2 0 0 0-2 2v12H6V30a4 4 0 0 1 4-4h5.964c-.749-2.522-.474-5.128.117-7.144c.317-1.081.745-2.066 1.224-2.852a6.6 6.6 0 0 1 .818-1.092c.283-.299.71-.675 1.28-.887c1.242-.461 2.544-.426 3.705.174c1.113.576 1.897 1.565 2.405 2.656q.314.674.584 1.263v.001c.44.95.807 1.748 1.16 2.45c.496.986.888 1.624 1.268 2.066c.347.405.686.647 1.118.816c.47.184 1.146.317 2.217.349a2 2 0 0 1 1.93 2.2H38a4 4 0 0 1 4 4v12h-2V30a2 2 0 0 0-2-2m-13.637-4.373L23.848 26h2.392a7.4 7.4 0 0 1-.75-.76a11 11 0 0 1-1.127-1.613m-7.877 6.147l3.3 3.165l-1.247 4.21q-.076.258-.218.486l-2.122 3.42a2 2 0 0 1-3.399-2.11l1.98-3.19l1.342-4.528z" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" fill-rule="evenodd" d="M28.425 9.6a3.6 3.6 0 1 1-7.2 0a3.6 3.6 0 0 1 7.2 0M38 28H23.752l4.486 4.426a2 2 0 0 1 .43.628l2.667 6.15a2 2 0 0 1-3.67 1.592L25.152 35l-7.095-7H10a2 2 0 0 0-2 2v12H6V30a4 4 0 0 1 4-4h5.964c-.749-2.522-.474-5.128.117-7.144c.317-1.081.745-2.066 1.224-2.852a6.6 6.6 0 0 1 .818-1.092c.283-.299.71-.675 1.28-.887c1.242-.461 2.544-.426 3.705.174c1.113.576 1.897 1.565 2.405 2.656q.314.674.584 1.263v.001c.44.95.807 1.748 1.16 2.45c.496.986.888 1.624 1.268 2.066c.347.405.686.647 1.118.816c.47.184 1.146.317 2.217.349a2 2 0 0 1 1.93 2.2H38a4 4 0 0 1 4 4v12h-2V30a2 2 0 0 0-2-2m-13.637-4.373L23.848 26h2.392a7.4 7.4 0 0 1-.75-.76a11 11 0 0 1-1.127-1.613m-7.877 6.147l3.3 3.165l-1.247 4.21q-.076.258-.218.486l-2.122 3.42a2 2 0 0 1-3.399-2.11l1.98-3.19l1.342-4.528z" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-walk-supported {
  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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M28.425%209.6a3.6%203.6%200%201%201-7.2%200a3.6%203.6%200%200%201%207.2%200M38%2028H23.752l4.486%204.426a2%202%200%200%201%20.43.628l2.667%206.15a2%202%200%200%201-3.67%201.592L25.152%2035l-7.095-7H10a2%202%200%200%200-2%202v12H6V30a4%204%200%200%201%204-4h5.964c-.749-2.522-.474-5.128.117-7.144c.317-1.081.745-2.066%201.224-2.852a6.6%206.6%200%200%201%20.818-1.092c.283-.299.71-.675%201.28-.887c1.242-.461%202.544-.426%203.705.174c1.113.576%201.897%201.565%202.405%202.656q.314.674.584%201.263v.001c.44.95.807%201.748%201.16%202.45c.496.986.888%201.624%201.268%202.066c.347.405.686.647%201.118.816c.47.184%201.146.317%202.217.349a2%202%200%200%201%201.93%202.2H38a4%204%200%200%201%204%204v12h-2V30a2%202%200%200%200-2-2m-13.637-4.373L23.848%2026h2.392a7.4%207.4%200%200%201-.75-.76a11%2011%200%200%201-1.127-1.613m-7.877%206.147l3.3%203.165l-1.247%204.21q-.076.258-.218.486l-2.122%203.42a2%202%200%200%201-3.399-2.11l1.98-3.19l1.342-4.528z%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M28.425%209.6a3.6%203.6%200%201%201-7.2%200a3.6%203.6%200%200%201%207.2%200M38%2028H23.752l4.486%204.426a2%202%200%200%201%20.43.628l2.667%206.15a2%202%200%200%201-3.67%201.592L25.152%2035l-7.095-7H10a2%202%200%200%200-2%202v12H6V30a4%204%200%200%201%204-4h5.964c-.749-2.522-.474-5.128.117-7.144c.317-1.081.745-2.066%201.224-2.852a6.6%206.6%200%200%201%20.818-1.092c.283-.299.71-.675%201.28-.887c1.242-.461%202.544-.426%203.705.174c1.113.576%201.897%201.565%202.405%202.656q.314.674.584%201.263v.001c.44.95.807%201.748%201.16%202.45c.496.986.888%201.624%201.268%202.066c.347.405.686.647%201.118.816c.47.184%201.146.317%202.217.349a2%202%200%200%201%201.93%202.2H38a4%204%200%200%201%204%204v12h-2V30a2%202%200%200%200-2-2m-13.637-4.373L23.848%2026h2.392a7.4%207.4%200%200%201-.75-.76a11%2011%200%200%201-1.127-1.613m-7.877%206.147l3.3%203.165l-1.247%204.21q-.076.258-.218.486l-2.122%203.42a2%202%200%200%201-3.399-2.11l1.98-3.19l1.342-4.528z%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/healthicons/walk-supported.svg?color=%231a73e8&size=48