footsteps from Tabler Icons by Paweł Kuna · Outline · MIT Free for personal and commercial use.

Name
footsteps
Set
Tabler Icons
Style
Outline
Viewbox
24×24
License
MIT
Aliases
foodsteps

The same icon in other sets

Use the footsteps icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 16.5a2.5 2.5 0 0 0 5 0A1.5 1.5 0 0 0 7.5 15h-2A1.5 1.5 0 0 0 4 16.5m11 2a2.5 2.5 0 0 0 5 0a1.5 1.5 0 0 0-1.5-1.5h-2a1.5 1.5 0 0 0-1.5 1.5M8.52 12H4.48c-.348 0-.678-.179-.823-.496C2.331 8.6 2.883 3 6.5 3s4.17 5.6 2.843 8.504c-.145.317-.475.496-.824.496m11.001 2h-4.04c-.348 0-.678-.179-.823-.496C13.331 10.6 13.883 5 17.5 5s4.17 5.6 2.843 8.504c-.145.317-.475.496-.824.496"/></svg>

React

import type { SVGProps } from "react";

export function TablerFootsteps(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M4 16.5a2.5 2.5 0 0 0 5 0A1.5 1.5 0 0 0 7.5 15h-2A1.5 1.5 0 0 0 4 16.5m11 2a2.5 2.5 0 0 0 5 0a1.5 1.5 0 0 0-1.5-1.5h-2a1.5 1.5 0 0 0-1.5 1.5M8.52 12H4.48c-.348 0-.678-.179-.823-.496C2.331 8.6 2.883 3 6.5 3s4.17 5.6 2.843 8.504c-.145.317-.475.496-.824.496m11.001 2h-4.04c-.348 0-.678-.179-.823-.496C13.331 10.6 13.883 5 17.5 5s4.17 5.6 2.843 8.504c-.145.317-.475.496-.824.496"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 16.5a2.5 2.5 0 0 0 5 0A1.5 1.5 0 0 0 7.5 15h-2A1.5 1.5 0 0 0 4 16.5m11 2a2.5 2.5 0 0 0 5 0a1.5 1.5 0 0 0-1.5-1.5h-2a1.5 1.5 0 0 0-1.5 1.5M8.52 12H4.48c-.348 0-.678-.179-.823-.496C2.331 8.6 2.883 3 6.5 3s4.17 5.6 2.843 8.504c-.145.317-.475.496-.824.496m11.001 2h-4.04c-.348 0-.678-.179-.823-.496C13.331 10.6 13.883 5 17.5 5s4.17 5.6 2.843 8.504c-.145.317-.475.496-.824.496"/></svg>
</template>

CSS

.icon-footsteps {
  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%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M4%2016.5a2.5%202.5%200%200%200%205%200A1.5%201.5%200%200%200%207.5%2015h-2A1.5%201.5%200%200%200%204%2016.5m11%202a2.5%202.5%200%200%200%205%200a1.5%201.5%200%200%200-1.5-1.5h-2a1.5%201.5%200%200%200-1.5%201.5M8.52%2012H4.48c-.348%200-.678-.179-.823-.496C2.331%208.6%202.883%203%206.5%203s4.17%205.6%202.843%208.504c-.145.317-.475.496-.824.496m11.001%202h-4.04c-.348%200-.678-.179-.823-.496C13.331%2010.6%2013.883%205%2017.5%205s4.17%205.6%202.843%208.504c-.145.317-.475.496-.824.496%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%2024%2024%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M4%2016.5a2.5%202.5%200%200%200%205%200A1.5%201.5%200%200%200%207.5%2015h-2A1.5%201.5%200%200%200%204%2016.5m11%202a2.5%202.5%200%200%200%205%200a1.5%201.5%200%200%200-1.5-1.5h-2a1.5%201.5%200%200%200-1.5%201.5M8.52%2012H4.48c-.348%200-.678-.179-.823-.496C2.331%208.6%202.883%203%206.5%203s4.17%205.6%202.843%208.504c-.145.317-.475.496-.824.496m11.001%202h-4.04c-.348%200-.678-.179-.823-.496C13.331%2010.6%2013.883%205%2017.5%205s4.17%205.6%202.843%208.504c-.145.317-.475.496-.824.496%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/tabler/footsteps.svg?color=%231a73e8&size=48