walking icon
walking-outline-24px from Health Icons by Resolve to Save Lives · Outline 24px · Exercise · MIT Free for personal and commercial use.
- Name
- walking-outline-24px
- Set
- Health Icons
- Style
- Outline 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-.51 2.18l2.622 2.541l1.073 3.757a1 1 0 0 1-1.923.55l-.926-3.243l-4.648-4.505a1 1 0 0 1-.404-.876l.196-2.736c-.694.783-1.38 1.906-1.795 3.36a1 1 0 0 1-1.923-.55c.546-1.911 1.492-3.392 2.471-4.407a7 7 0 0 1 1.481-1.19c.462-.267.993-.478 1.51-.478q.075 0 .15.011q.098-.002.2.007a3.18 3.18 0 0 1 2.567 1.756q.033.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.144 18.404l1.209-3.626l1.596 1.538l-.907 2.72a2 2 0 0 1-.648.93l-2.27 1.815a1 1 0 1 1-1.249-1.562z"/></g></svg>
React
import type { SVGProps } from "react";
export function HealthiconsWalkingOutline24px(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-.51 2.18l2.622 2.541l1.073 3.757a1 1 0 0 1-1.923.55l-.926-3.243l-4.648-4.505a1 1 0 0 1-.404-.876l.196-2.736c-.694.783-1.38 1.906-1.795 3.36a1 1 0 0 1-1.923-.55c.546-1.911 1.492-3.392 2.471-4.407a7 7 0 0 1 1.481-1.19c.462-.267.993-.478 1.51-.478q.075 0 .15.011q.098-.002.2.007a3.18 3.18 0 0 1 2.567 1.756q.033.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.144 18.404l1.209-3.626l1.596 1.538l-.907 2.72a2 2 0 0 1-.648.93l-2.27 1.815a1 1 0 1 1-1.249-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-.51 2.18l2.622 2.541l1.073 3.757a1 1 0 0 1-1.923.55l-.926-3.243l-4.648-4.505a1 1 0 0 1-.404-.876l.196-2.736c-.694.783-1.38 1.906-1.795 3.36a1 1 0 0 1-1.923-.55c.546-1.911 1.492-3.392 2.471-4.407a7 7 0 0 1 1.481-1.19c.462-.267.993-.478 1.51-.478q.075 0 .15.011q.098-.002.2.007a3.18 3.18 0 0 1 2.567 1.756q.033.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.144 18.404l1.209-3.626l1.596 1.538l-.907 2.72a2 2 0 0 1-.648.93l-2.27 1.815a1 1 0 1 1-1.249-1.562z"/></g></svg> </template>
CSS
.icon-walking-outline-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-.51%202.18l2.622%202.541l1.073%203.757a1%201%200%200%201-1.923.55l-.926-3.243l-4.648-4.505a1%201%200%200%201-.404-.876l.196-2.736c-.694.783-1.38%201.906-1.795%203.36a1%201%200%200%201-1.923-.55c.546-1.911%201.492-3.392%202.471-4.407a7%207%200%200%201%201.481-1.19c.462-.267.993-.478%201.51-.478q.075%200%20.15.011q.098-.002.2.007a3.18%203.18%200%200%201%202.567%201.756q.033.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.144%2018.404l1.209-3.626l1.596%201.538l-.907%202.72a2%202%200%200%201-.648.93l-2.27%201.815a1%201%200%201%201-1.249-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-.51%202.18l2.622%202.541l1.073%203.757a1%201%200%200%201-1.923.55l-.926-3.243l-4.648-4.505a1%201%200%200%201-.404-.876l.196-2.736c-.694.783-1.38%201.906-1.795%203.36a1%201%200%200%201-1.923-.55c.546-1.911%201.492-3.392%202.471-4.407a7%207%200%200%201%201.481-1.19c.462-.267.993-.478%201.51-.478q.075%200%20.15.011q.098-.002.2.007a3.18%203.18%200%200%201%202.567%201.756q.033.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.144%2018.404l1.209-3.626l1.596%201.538l-.907%202.72a2%202%200%200%201-.648.93l-2.27%201.815a1%201%200%201%201-1.249-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-outline-24px.svg?color=%231a73e8&size=48