walk icon
walk-sharp from IonIcons by Ben Sperry · Sharp · MIT Free for personal and commercial use.
- Name
- walk-sharp
- Set
- IonIcons
- Style
- Sharp
- Viewbox
- 512×512
- License
- MIT
2 other variants in IonIcons
The same icon in other sets
Use the walk icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" stroke="currentColor" stroke-linecap="square" stroke-linejoin="round" stroke-width="32" d="m315.09 481.38l-56.95-115.12l-45-57.56a73.1 73.1 0 0 1-10.16-37.17V142h15.73A40.36 40.36 0 0 1 259 182.32v162.52"/><path fill="none" stroke="currentColor" stroke-linecap="square" stroke-linejoin="round" stroke-width="32" d="M128.18 291.5v-74.77l64.95-65.1"/><path fill="currentColor" d="m376.35 295.73l-83.95-56.38v-44.68l104.68 72.95zM175.13 498.58l-21.43-26.91l80.33-81.54l15.53 32.07z"/><circle cx="259.02" cy="67.21" r="37.38" fill="currentColor" stroke="currentColor" stroke-linecap="square" stroke-linejoin="round" stroke-width="16"/></svg>
React
import type { SVGProps } from "react";
export function IonWalkSharp(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" stroke="currentColor" strokeLinecap="square" strokeLinejoin="round" strokeWidth="32" d="m315.09 481.38l-56.95-115.12l-45-57.56a73.1 73.1 0 0 1-10.16-37.17V142h15.73A40.36 40.36 0 0 1 259 182.32v162.52"/><path fill="none" stroke="currentColor" strokeLinecap="square" strokeLinejoin="round" strokeWidth="32" d="M128.18 291.5v-74.77l64.95-65.1"/><path fill="currentColor" d="m376.35 295.73l-83.95-56.38v-44.68l104.68 72.95zM175.13 498.58l-21.43-26.91l80.33-81.54l15.53 32.07z"/><circle cx="259.02" cy="67.21" r="37.38" fill="currentColor" stroke="currentColor" strokeLinecap="square" strokeLinejoin="round" strokeWidth="16"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" stroke="currentColor" stroke-linecap="square" stroke-linejoin="round" stroke-width="32" d="m315.09 481.38l-56.95-115.12l-45-57.56a73.1 73.1 0 0 1-10.16-37.17V142h15.73A40.36 40.36 0 0 1 259 182.32v162.52"/><path fill="none" stroke="currentColor" stroke-linecap="square" stroke-linejoin="round" stroke-width="32" d="M128.18 291.5v-74.77l64.95-65.1"/><path fill="currentColor" d="m376.35 295.73l-83.95-56.38v-44.68l104.68 72.95zM175.13 498.58l-21.43-26.91l80.33-81.54l15.53 32.07z"/><circle cx="259.02" cy="67.21" r="37.38" fill="currentColor" stroke="currentColor" stroke-linecap="square" stroke-linejoin="round" stroke-width="16"/></svg> </template>
CSS
.icon-walk-sharp {
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%20fill%3D%22currentColor%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22square%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%2232%22%20d%3D%22m315.09%20481.38l-56.95-115.12l-45-57.56a73.1%2073.1%200%200%201-10.16-37.17V142h15.73A40.36%2040.36%200%200%201%20259%20182.32v162.52%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22square%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%2232%22%20d%3D%22M128.18%20291.5v-74.77l64.95-65.1%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m376.35%20295.73l-83.95-56.38v-44.68l104.68%2072.95zM175.13%20498.58l-21.43-26.91l80.33-81.54l15.53%2032.07z%22%2F%3E%3Ccircle%20cx%3D%22259.02%22%20cy%3D%2267.21%22%20r%3D%2237.38%22%20fill%3D%22currentColor%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22square%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%2216%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%20fill%3D%22currentColor%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22square%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%2232%22%20d%3D%22m315.09%20481.38l-56.95-115.12l-45-57.56a73.1%2073.1%200%200%201-10.16-37.17V142h15.73A40.36%2040.36%200%200%201%20259%20182.32v162.52%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22square%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%2232%22%20d%3D%22M128.18%20291.5v-74.77l64.95-65.1%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m376.35%20295.73l-83.95-56.38v-44.68l104.68%2072.95zM175.13%20498.58l-21.43-26.91l80.33-81.54l15.53%2032.07z%22%2F%3E%3Ccircle%20cx%3D%22259.02%22%20cy%3D%2267.21%22%20r%3D%2237.38%22%20fill%3D%22currentColor%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22square%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%2216%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ion/walk-sharp.svg?color=%231a73e8&size=48