walking icon
walking-24px from Health Icons by Resolve to Save Lives · Filled 24px · Exercise · MIT Free for personal and commercial use.
- Name
- walking-24px
- Set
- Health Icons
- Style
- Filled 24px
- Category
- Exercise
- Viewbox
- 24×24
- License
- MIT
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 24 24"><g fill="currentColor"><path d="M13.75 6.5a2.25 2.25 0 1 0 0-4.5a2.25 2.25 0 0 0 0 4.5m.026 5.747l-.509 2.18l2.621 2.541l1.074 3.757a1 1 0 0 1-1.923.55l-.927-3.243l-4.647-4.505a1 1 0 0 1-.404-.876l.195-2.736c-.693.783-1.379 1.906-1.794 3.36a1 1 0 0 1-1.923-.55c.546-1.911 1.492-3.392 2.47-4.407a7 7 0 0 1 1.482-1.19c.461-.267.992-.478 1.51-.478q.075 0 .149.011q.1-.002.2.007a3.18 3.18 0 0 1 2.567 1.756q.034.046.062.1l1.23 2.264a2 2 0 0 0 1.365 1.007l1.122.225a1 1 0 1 1-.392 1.96l-1.122-.224a4 4 0 0 1-2.406-1.51"/><path d="m8.145 18.404l1.208-3.626l1.596 1.538l-.907 2.72a2 2 0 0 1-.648.93L7.125 21.78a1 1 0 1 1-1.25-1.562z"/></g></svg>
React
import type { SVGProps } from "react";
export function HealthiconsWalking24px(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 d="M13.75 6.5a2.25 2.25 0 1 0 0-4.5a2.25 2.25 0 0 0 0 4.5m.026 5.747l-.509 2.18l2.621 2.541l1.074 3.757a1 1 0 0 1-1.923.55l-.927-3.243l-4.647-4.505a1 1 0 0 1-.404-.876l.195-2.736c-.693.783-1.379 1.906-1.794 3.36a1 1 0 0 1-1.923-.55c.546-1.911 1.492-3.392 2.47-4.407a7 7 0 0 1 1.482-1.19c.461-.267.992-.478 1.51-.478q.075 0 .149.011q.1-.002.2.007a3.18 3.18 0 0 1 2.567 1.756q.034.046.062.1l1.23 2.264a2 2 0 0 0 1.365 1.007l1.122.225a1 1 0 1 1-.392 1.96l-1.122-.224a4 4 0 0 1-2.406-1.51"/><path d="m8.145 18.404l1.208-3.626l1.596 1.538l-.907 2.72a2 2 0 0 1-.648.93L7.125 21.78a1 1 0 1 1-1.25-1.562z"/></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 d="M13.75 6.5a2.25 2.25 0 1 0 0-4.5a2.25 2.25 0 0 0 0 4.5m.026 5.747l-.509 2.18l2.621 2.541l1.074 3.757a1 1 0 0 1-1.923.55l-.927-3.243l-4.647-4.505a1 1 0 0 1-.404-.876l.195-2.736c-.693.783-1.379 1.906-1.794 3.36a1 1 0 0 1-1.923-.55c.546-1.911 1.492-3.392 2.47-4.407a7 7 0 0 1 1.482-1.19c.461-.267.992-.478 1.51-.478q.075 0 .149.011q.1-.002.2.007a3.18 3.18 0 0 1 2.567 1.756q.034.046.062.1l1.23 2.264a2 2 0 0 0 1.365 1.007l1.122.225a1 1 0 1 1-.392 1.96l-1.122-.224a4 4 0 0 1-2.406-1.51"/><path d="m8.145 18.404l1.208-3.626l1.596 1.538l-.907 2.72a2 2 0 0 1-.648.93L7.125 21.78a1 1 0 1 1-1.25-1.562z"/></g></svg> </template>
CSS
.icon-walking-24px {
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%20d%3D%22M13.75%206.5a2.25%202.25%200%201%200%200-4.5a2.25%202.25%200%200%200%200%204.5m.026%205.747l-.509%202.18l2.621%202.541l1.074%203.757a1%201%200%200%201-1.923.55l-.927-3.243l-4.647-4.505a1%201%200%200%201-.404-.876l.195-2.736c-.693.783-1.379%201.906-1.794%203.36a1%201%200%200%201-1.923-.55c.546-1.911%201.492-3.392%202.47-4.407a7%207%200%200%201%201.482-1.19c.461-.267.992-.478%201.51-.478q.075%200%20.149.011q.1-.002.2.007a3.18%203.18%200%200%201%202.567%201.756q.034.046.062.1l1.23%202.264a2%202%200%200%200%201.365%201.007l1.122.225a1%201%200%201%201-.392%201.96l-1.122-.224a4%204%200%200%201-2.406-1.51%22%2F%3E%3Cpath%20d%3D%22m8.145%2018.404l1.208-3.626l1.596%201.538l-.907%202.72a2%202%200%200%201-.648.93L7.125%2021.78a1%201%200%201%201-1.25-1.562z%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%20d%3D%22M13.75%206.5a2.25%202.25%200%201%200%200-4.5a2.25%202.25%200%200%200%200%204.5m.026%205.747l-.509%202.18l2.621%202.541l1.074%203.757a1%201%200%200%201-1.923.55l-.927-3.243l-4.647-4.505a1%201%200%200%201-.404-.876l.195-2.736c-.693.783-1.379%201.906-1.794%203.36a1%201%200%200%201-1.923-.55c.546-1.911%201.492-3.392%202.47-4.407a7%207%200%200%201%201.482-1.19c.461-.267.992-.478%201.51-.478q.075%200%20.149.011q.1-.002.2.007a3.18%203.18%200%200%201%202.567%201.756q.034.046.062.1l1.23%202.264a2%202%200%200%200%201.365%201.007l1.122.225a1%201%200%201%201-.392%201.96l-1.122-.224a4%204%200%200%201-2.406-1.51%22%2F%3E%3Cpath%20d%3D%22m8.145%2018.404l1.208-3.626l1.596%201.538l-.907%202.72a2%202%200%200%201-.648.93L7.125%2021.78a1%201%200%201%201-1.25-1.562z%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-24px.svg?color=%231a73e8&size=48