walking icon
walking-outline from Health Icons by Resolve to Save Lives · Outline · Exercise · MIT Free for personal and commercial use.
- Name
- walking-outline
- Set
- Health Icons
- Style
- Outline
- Category
- Exercise
- Viewbox
- 48×48
- License
- MIT
- Aliases
- exercise-walking-outline, walking2x-outline
3 other variants in Health Icons
The same icon in other sets
More exercise icons from Health Icons
Use the walking icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"><path d="M18.574 31.453a1 1 0 0 1 .948.245l3.249 3.116a1 1 0 0 1 .266 1.005l-.709 2.394a3 3 0 0 1-1.026 1.51l-4.643 3.636a3 3 0 1 1-3.7-4.723l3.889-3.046l1.023-3.455a1 1 0 0 1 .703-.682m.749 2.824l-.649 2.187a1 1 0 0 1-.342.503l-4.14 3.244a1 1 0 0 0 1.233 1.574l4.643-3.637a1 1 0 0 0 .343-.503l.536-1.81zM28 12a3 3 0 1 0 0-6a3 3 0 0 0 0 6m0 2a5 5 0 1 0 0-10a5 5 0 0 0 0 10"/><path d="M21.737 14.364c1.428-.53 2.962-.5 4.339.213c1.31.677 2.197 1.823 2.755 3.021q.313.672.583 1.259c.44.954.8 1.737 1.145 2.42c.486.967.842 1.534 1.156 1.9c.27.313.501.472.799.588c.35.138.923.263 1.942.294a2.794 2.794 0 0 1-.167 5.586c-1.357-.041-2.634-.215-3.809-.674c-1.228-.48-2.197-1.213-3.005-2.155a9 9 0 0 1-.28-.342l-.403 2.104l4.367 4.309c.279.274.496.604.639.968l2.484 6.33a2.794 2.794 0 1 1-5.202 2.041l-2.268-5.777l-7.859-7.755a2.8 2.8 0 0 1-.814-2.303l.325-2.87c-.892 1.153-1.642 2.54-2.166 4.18a2.794 2.794 0 1 1-5.324-1.699c1.768-5.538 5.767-9.709 10.73-11.625l.006-.003zm.7 1.874l-.016.006c-4.382 1.693-7.954 5.391-9.541 10.366a.794.794 0 1 0 1.513.483c.994-3.113 2.725-5.468 4.76-7.13a1 1 0 0 1 1.626.886l-.652 5.767a.8.8 0 0 0 .231.654l8.01 7.904q.151.149.229.346l2.345 5.976a.794.794 0 1 0 1.478-.58l-2.484-6.33a.8.8 0 0 0-.181-.276l-4.748-4.684a1 1 0 0 1-.28-.9l.981-5.125a1 1 0 0 1 1.868-.277c.45.857.9 1.59 1.416 2.19c.616.717 1.321 1.244 2.216 1.594c.88.344 1.905.5 3.14.537a.794.794 0 1 0 .048-1.587c-1.14-.034-1.964-.177-2.61-.43c-.63-.246-1.126-.61-1.588-1.149c-.476-.553-.918-1.294-1.425-2.302a83 83 0 0 1-1.17-2.47l-.005-.012q-.269-.587-.58-1.253c-.43-.922-1.05-1.67-1.86-2.089c-.828-.428-1.77-.468-2.722-.115"/></g></svg>
React
import type { SVGProps } from "react";
export function HealthiconsWalkingOutline(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor" fillRule="evenodd" clipRule="evenodd"><path d="M18.574 31.453a1 1 0 0 1 .948.245l3.249 3.116a1 1 0 0 1 .266 1.005l-.709 2.394a3 3 0 0 1-1.026 1.51l-4.643 3.636a3 3 0 1 1-3.7-4.723l3.889-3.046l1.023-3.455a1 1 0 0 1 .703-.682m.749 2.824l-.649 2.187a1 1 0 0 1-.342.503l-4.14 3.244a1 1 0 0 0 1.233 1.574l4.643-3.637a1 1 0 0 0 .343-.503l.536-1.81zM28 12a3 3 0 1 0 0-6a3 3 0 0 0 0 6m0 2a5 5 0 1 0 0-10a5 5 0 0 0 0 10"/><path d="M21.737 14.364c1.428-.53 2.962-.5 4.339.213c1.31.677 2.197 1.823 2.755 3.021q.313.672.583 1.259c.44.954.8 1.737 1.145 2.42c.486.967.842 1.534 1.156 1.9c.27.313.501.472.799.588c.35.138.923.263 1.942.294a2.794 2.794 0 0 1-.167 5.586c-1.357-.041-2.634-.215-3.809-.674c-1.228-.48-2.197-1.213-3.005-2.155a9 9 0 0 1-.28-.342l-.403 2.104l4.367 4.309c.279.274.496.604.639.968l2.484 6.33a2.794 2.794 0 1 1-5.202 2.041l-2.268-5.777l-7.859-7.755a2.8 2.8 0 0 1-.814-2.303l.325-2.87c-.892 1.153-1.642 2.54-2.166 4.18a2.794 2.794 0 1 1-5.324-1.699c1.768-5.538 5.767-9.709 10.73-11.625l.006-.003zm.7 1.874l-.016.006c-4.382 1.693-7.954 5.391-9.541 10.366a.794.794 0 1 0 1.513.483c.994-3.113 2.725-5.468 4.76-7.13a1 1 0 0 1 1.626.886l-.652 5.767a.8.8 0 0 0 .231.654l8.01 7.904q.151.149.229.346l2.345 5.976a.794.794 0 1 0 1.478-.58l-2.484-6.33a.8.8 0 0 0-.181-.276l-4.748-4.684a1 1 0 0 1-.28-.9l.981-5.125a1 1 0 0 1 1.868-.277c.45.857.9 1.59 1.416 2.19c.616.717 1.321 1.244 2.216 1.594c.88.344 1.905.5 3.14.537a.794.794 0 1 0 .048-1.587c-1.14-.034-1.964-.177-2.61-.43c-.63-.246-1.126-.61-1.588-1.149c-.476-.553-.918-1.294-1.425-2.302a83 83 0 0 1-1.17-2.47l-.005-.012q-.269-.587-.58-1.253c-.43-.922-1.05-1.67-1.86-2.089c-.828-.428-1.77-.468-2.722-.115"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"><path d="M18.574 31.453a1 1 0 0 1 .948.245l3.249 3.116a1 1 0 0 1 .266 1.005l-.709 2.394a3 3 0 0 1-1.026 1.51l-4.643 3.636a3 3 0 1 1-3.7-4.723l3.889-3.046l1.023-3.455a1 1 0 0 1 .703-.682m.749 2.824l-.649 2.187a1 1 0 0 1-.342.503l-4.14 3.244a1 1 0 0 0 1.233 1.574l4.643-3.637a1 1 0 0 0 .343-.503l.536-1.81zM28 12a3 3 0 1 0 0-6a3 3 0 0 0 0 6m0 2a5 5 0 1 0 0-10a5 5 0 0 0 0 10"/><path d="M21.737 14.364c1.428-.53 2.962-.5 4.339.213c1.31.677 2.197 1.823 2.755 3.021q.313.672.583 1.259c.44.954.8 1.737 1.145 2.42c.486.967.842 1.534 1.156 1.9c.27.313.501.472.799.588c.35.138.923.263 1.942.294a2.794 2.794 0 0 1-.167 5.586c-1.357-.041-2.634-.215-3.809-.674c-1.228-.48-2.197-1.213-3.005-2.155a9 9 0 0 1-.28-.342l-.403 2.104l4.367 4.309c.279.274.496.604.639.968l2.484 6.33a2.794 2.794 0 1 1-5.202 2.041l-2.268-5.777l-7.859-7.755a2.8 2.8 0 0 1-.814-2.303l.325-2.87c-.892 1.153-1.642 2.54-2.166 4.18a2.794 2.794 0 1 1-5.324-1.699c1.768-5.538 5.767-9.709 10.73-11.625l.006-.003zm.7 1.874l-.016.006c-4.382 1.693-7.954 5.391-9.541 10.366a.794.794 0 1 0 1.513.483c.994-3.113 2.725-5.468 4.76-7.13a1 1 0 0 1 1.626.886l-.652 5.767a.8.8 0 0 0 .231.654l8.01 7.904q.151.149.229.346l2.345 5.976a.794.794 0 1 0 1.478-.58l-2.484-6.33a.8.8 0 0 0-.181-.276l-4.748-4.684a1 1 0 0 1-.28-.9l.981-5.125a1 1 0 0 1 1.868-.277c.45.857.9 1.59 1.416 2.19c.616.717 1.321 1.244 2.216 1.594c.88.344 1.905.5 3.14.537a.794.794 0 1 0 .048-1.587c-1.14-.034-1.964-.177-2.61-.43c-.63-.246-1.126-.61-1.588-1.149c-.476-.553-.918-1.294-1.425-2.302a83 83 0 0 1-1.17-2.47l-.005-.012q-.269-.587-.58-1.253c-.43-.922-1.05-1.67-1.86-2.089c-.828-.428-1.77-.468-2.722-.115"/></g></svg> </template>
CSS
.icon-walking-outline {
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%3Cg%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M18.574%2031.453a1%201%200%200%201%20.948.245l3.249%203.116a1%201%200%200%201%20.266%201.005l-.709%202.394a3%203%200%200%201-1.026%201.51l-4.643%203.636a3%203%200%201%201-3.7-4.723l3.889-3.046l1.023-3.455a1%201%200%200%201%20.703-.682m.749%202.824l-.649%202.187a1%201%200%200%201-.342.503l-4.14%203.244a1%201%200%200%200%201.233%201.574l4.643-3.637a1%201%200%200%200%20.343-.503l.536-1.81zM28%2012a3%203%200%201%200%200-6a3%203%200%200%200%200%206m0%202a5%205%200%201%200%200-10a5%205%200%200%200%200%2010%22%2F%3E%3Cpath%20d%3D%22M21.737%2014.364c1.428-.53%202.962-.5%204.339.213c1.31.677%202.197%201.823%202.755%203.021q.313.672.583%201.259c.44.954.8%201.737%201.145%202.42c.486.967.842%201.534%201.156%201.9c.27.313.501.472.799.588c.35.138.923.263%201.942.294a2.794%202.794%200%200%201-.167%205.586c-1.357-.041-2.634-.215-3.809-.674c-1.228-.48-2.197-1.213-3.005-2.155a9%209%200%200%201-.28-.342l-.403%202.104l4.367%204.309c.279.274.496.604.639.968l2.484%206.33a2.794%202.794%200%201%201-5.202%202.041l-2.268-5.777l-7.859-7.755a2.8%202.8%200%200%201-.814-2.303l.325-2.87c-.892%201.153-1.642%202.54-2.166%204.18a2.794%202.794%200%201%201-5.324-1.699c1.768-5.538%205.767-9.709%2010.73-11.625l.006-.003zm.7%201.874l-.016.006c-4.382%201.693-7.954%205.391-9.541%2010.366a.794.794%200%201%200%201.513.483c.994-3.113%202.725-5.468%204.76-7.13a1%201%200%200%201%201.626.886l-.652%205.767a.8.8%200%200%200%20.231.654l8.01%207.904q.151.149.229.346l2.345%205.976a.794.794%200%201%200%201.478-.58l-2.484-6.33a.8.8%200%200%200-.181-.276l-4.748-4.684a1%201%200%200%201-.28-.9l.981-5.125a1%201%200%200%201%201.868-.277c.45.857.9%201.59%201.416%202.19c.616.717%201.321%201.244%202.216%201.594c.88.344%201.905.5%203.14.537a.794.794%200%201%200%20.048-1.587c-1.14-.034-1.964-.177-2.61-.43c-.63-.246-1.126-.61-1.588-1.149c-.476-.553-.918-1.294-1.425-2.302a83%2083%200%200%201-1.17-2.47l-.005-.012q-.269-.587-.58-1.253c-.43-.922-1.05-1.67-1.86-2.089c-.828-.428-1.77-.468-2.722-.115%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%2048%2048%22%3E%3Cg%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M18.574%2031.453a1%201%200%200%201%20.948.245l3.249%203.116a1%201%200%200%201%20.266%201.005l-.709%202.394a3%203%200%200%201-1.026%201.51l-4.643%203.636a3%203%200%201%201-3.7-4.723l3.889-3.046l1.023-3.455a1%201%200%200%201%20.703-.682m.749%202.824l-.649%202.187a1%201%200%200%201-.342.503l-4.14%203.244a1%201%200%200%200%201.233%201.574l4.643-3.637a1%201%200%200%200%20.343-.503l.536-1.81zM28%2012a3%203%200%201%200%200-6a3%203%200%200%200%200%206m0%202a5%205%200%201%200%200-10a5%205%200%200%200%200%2010%22%2F%3E%3Cpath%20d%3D%22M21.737%2014.364c1.428-.53%202.962-.5%204.339.213c1.31.677%202.197%201.823%202.755%203.021q.313.672.583%201.259c.44.954.8%201.737%201.145%202.42c.486.967.842%201.534%201.156%201.9c.27.313.501.472.799.588c.35.138.923.263%201.942.294a2.794%202.794%200%200%201-.167%205.586c-1.357-.041-2.634-.215-3.809-.674c-1.228-.48-2.197-1.213-3.005-2.155a9%209%200%200%201-.28-.342l-.403%202.104l4.367%204.309c.279.274.496.604.639.968l2.484%206.33a2.794%202.794%200%201%201-5.202%202.041l-2.268-5.777l-7.859-7.755a2.8%202.8%200%200%201-.814-2.303l.325-2.87c-.892%201.153-1.642%202.54-2.166%204.18a2.794%202.794%200%201%201-5.324-1.699c1.768-5.538%205.767-9.709%2010.73-11.625l.006-.003zm.7%201.874l-.016.006c-4.382%201.693-7.954%205.391-9.541%2010.366a.794.794%200%201%200%201.513.483c.994-3.113%202.725-5.468%204.76-7.13a1%201%200%200%201%201.626.886l-.652%205.767a.8.8%200%200%200%20.231.654l8.01%207.904q.151.149.229.346l2.345%205.976a.794.794%200%201%200%201.478-.58l-2.484-6.33a.8.8%200%200%200-.181-.276l-4.748-4.684a1%201%200%200%201-.28-.9l.981-5.125a1%201%200%200%201%201.868-.277c.45.857.9%201.59%201.416%202.19c.616.717%201.321%201.244%202.216%201.594c.88.344%201.905.5%203.14.537a.794.794%200%201%200%20.048-1.587c-1.14-.034-1.964-.177-2.61-.43c-.63-.246-1.126-.61-1.588-1.149c-.476-.553-.918-1.294-1.425-2.302a83%2083%200%200%201-1.17-2.47l-.005-.012q-.269-.587-.58-1.253c-.43-.922-1.05-1.67-1.86-2.089c-.828-.428-1.77-.468-2.722-.115%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/healthicons/walking-outline.svg?color=%231a73e8&size=48