footprints emoji

footprints from Twitter Emoji by Twitter · Default · People & Body · CC-BY-4.0 Attribution required.

Name
footprints
Set
Twitter Emoji
Style
Default
Category
People & Body
Viewbox
36×36
License
CC BY 4.0

The same emoji in other sets

More people & body icons from Twitter Emoji

Use the footprints emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#662113" d="M25.776 4.708c1.333 0 6.833 1.333 6.833 7.75s-6.261 15.73-8.625 15.959c-2.583.25-4.208-1.375-4.208-4s4.083-4.334 2.208-8.292s-2.333-11.417 3.792-11.417m7.081 2.232c-.432.733-.323 1.598.242 1.93c.565.333 1.374.007 1.805-.727c.432-.734.323-1.599-.242-1.931s-1.374-.006-1.805.728m-2.902-2.862c-.117.843.342 1.604 1.025 1.699c.684.095 1.334-.511 1.451-1.355c.117-.843-.342-1.604-1.025-1.699s-1.334.511-1.451 1.355m-3.221-1.37c0 .921.598 1.667 1.334 1.667s1.333-.746 1.333-1.667c0-.92-.597-1.667-1.333-1.667s-1.334.747-1.334 1.667m-3.791-.687c0 1.024.635 1.854 1.416 1.854c.783 0 1.417-.83 1.417-1.854S25.142.167 24.359.167c-.781 0-1.416.83-1.416 1.854m-5.307 2.156c.378 1.459 1.604 2.405 2.741 2.111s1.751-1.715 1.373-3.174s-1.604-2.404-2.74-2.11c-1.137.293-1.751 1.715-1.374 3.173m-7.719 7.531c-1.333 0-6.833 1.333-6.833 7.75s6.261 15.73 8.625 15.959c2.583.25 4.208-1.375 4.208-4s-4.083-4.334-2.208-8.292s2.333-11.417-3.792-11.417M2.836 13.94c.432.733.323 1.598-.242 1.93c-.566.333-1.375.007-1.805-.727c-.432-.734-.323-1.599.242-1.931c.566-.332 1.374-.006 1.805.728m2.902-2.862c.117.843-.342 1.604-1.025 1.699c-.684.095-1.334-.511-1.451-1.354s.342-1.604 1.025-1.699c.684-.096 1.334.51 1.451 1.354m3.22-1.37c0 .921-.597 1.667-1.333 1.667s-1.333-.746-1.333-1.667c0-.92.597-1.667 1.333-1.667c.737.001 1.333.747 1.333 1.667m3.792-.687c0 1.024-.634 1.854-1.417 1.854s-1.417-.83-1.417-1.854s.634-1.854 1.417-1.854s1.417.83 1.417 1.854m5.308 2.156c-.377 1.459-1.604 2.405-2.741 2.111s-1.752-1.715-1.374-3.174s1.604-2.404 2.74-2.11c1.137.293 1.752 1.715 1.375 3.173"/></svg>

React

import type { SVGProps } from "react";

export function TwemojiFootprints(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#662113" d="M25.776 4.708c1.333 0 6.833 1.333 6.833 7.75s-6.261 15.73-8.625 15.959c-2.583.25-4.208-1.375-4.208-4s4.083-4.334 2.208-8.292s-2.333-11.417 3.792-11.417m7.081 2.232c-.432.733-.323 1.598.242 1.93c.565.333 1.374.007 1.805-.727c.432-.734.323-1.599-.242-1.931s-1.374-.006-1.805.728m-2.902-2.862c-.117.843.342 1.604 1.025 1.699c.684.095 1.334-.511 1.451-1.355c.117-.843-.342-1.604-1.025-1.699s-1.334.511-1.451 1.355m-3.221-1.37c0 .921.598 1.667 1.334 1.667s1.333-.746 1.333-1.667c0-.92-.597-1.667-1.333-1.667s-1.334.747-1.334 1.667m-3.791-.687c0 1.024.635 1.854 1.416 1.854c.783 0 1.417-.83 1.417-1.854S25.142.167 24.359.167c-.781 0-1.416.83-1.416 1.854m-5.307 2.156c.378 1.459 1.604 2.405 2.741 2.111s1.751-1.715 1.373-3.174s-1.604-2.404-2.74-2.11c-1.137.293-1.751 1.715-1.374 3.173m-7.719 7.531c-1.333 0-6.833 1.333-6.833 7.75s6.261 15.73 8.625 15.959c2.583.25 4.208-1.375 4.208-4s-4.083-4.334-2.208-8.292s2.333-11.417-3.792-11.417M2.836 13.94c.432.733.323 1.598-.242 1.93c-.566.333-1.375.007-1.805-.727c-.432-.734-.323-1.599.242-1.931c.566-.332 1.374-.006 1.805.728m2.902-2.862c.117.843-.342 1.604-1.025 1.699c-.684.095-1.334-.511-1.451-1.354s.342-1.604 1.025-1.699c.684-.096 1.334.51 1.451 1.354m3.22-1.37c0 .921-.597 1.667-1.333 1.667s-1.333-.746-1.333-1.667c0-.92.597-1.667 1.333-1.667c.737.001 1.333.747 1.333 1.667m3.792-.687c0 1.024-.634 1.854-1.417 1.854s-1.417-.83-1.417-1.854s.634-1.854 1.417-1.854s1.417.83 1.417 1.854m5.308 2.156c-.377 1.459-1.604 2.405-2.741 2.111s-1.752-1.715-1.374-3.174s1.604-2.404 2.74-2.11c1.137.293 1.752 1.715 1.375 3.173"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#662113" d="M25.776 4.708c1.333 0 6.833 1.333 6.833 7.75s-6.261 15.73-8.625 15.959c-2.583.25-4.208-1.375-4.208-4s4.083-4.334 2.208-8.292s-2.333-11.417 3.792-11.417m7.081 2.232c-.432.733-.323 1.598.242 1.93c.565.333 1.374.007 1.805-.727c.432-.734.323-1.599-.242-1.931s-1.374-.006-1.805.728m-2.902-2.862c-.117.843.342 1.604 1.025 1.699c.684.095 1.334-.511 1.451-1.355c.117-.843-.342-1.604-1.025-1.699s-1.334.511-1.451 1.355m-3.221-1.37c0 .921.598 1.667 1.334 1.667s1.333-.746 1.333-1.667c0-.92-.597-1.667-1.333-1.667s-1.334.747-1.334 1.667m-3.791-.687c0 1.024.635 1.854 1.416 1.854c.783 0 1.417-.83 1.417-1.854S25.142.167 24.359.167c-.781 0-1.416.83-1.416 1.854m-5.307 2.156c.378 1.459 1.604 2.405 2.741 2.111s1.751-1.715 1.373-3.174s-1.604-2.404-2.74-2.11c-1.137.293-1.751 1.715-1.374 3.173m-7.719 7.531c-1.333 0-6.833 1.333-6.833 7.75s6.261 15.73 8.625 15.959c2.583.25 4.208-1.375 4.208-4s-4.083-4.334-2.208-8.292s2.333-11.417-3.792-11.417M2.836 13.94c.432.733.323 1.598-.242 1.93c-.566.333-1.375.007-1.805-.727c-.432-.734-.323-1.599.242-1.931c.566-.332 1.374-.006 1.805.728m2.902-2.862c.117.843-.342 1.604-1.025 1.699c-.684.095-1.334-.511-1.451-1.354s.342-1.604 1.025-1.699c.684-.096 1.334.51 1.451 1.354m3.22-1.37c0 .921-.597 1.667-1.333 1.667s-1.333-.746-1.333-1.667c0-.92.597-1.667 1.333-1.667c.737.001 1.333.747 1.333 1.667m3.792-.687c0 1.024-.634 1.854-1.417 1.854s-1.417-.83-1.417-1.854s.634-1.854 1.417-1.854s1.417.83 1.417 1.854m5.308 2.156c-.377 1.459-1.604 2.405-2.741 2.111s-1.752-1.715-1.374-3.174s1.604-2.404 2.74-2.11c1.137.293 1.752 1.715 1.375 3.173"/></svg>
</template>

CSS

.icon-footprints {
  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%2036%2036%22%3E%3Cpath%20fill%3D%22%23662113%22%20d%3D%22M25.776%204.708c1.333%200%206.833%201.333%206.833%207.75s-6.261%2015.73-8.625%2015.959c-2.583.25-4.208-1.375-4.208-4s4.083-4.334%202.208-8.292s-2.333-11.417%203.792-11.417m7.081%202.232c-.432.733-.323%201.598.242%201.93c.565.333%201.374.007%201.805-.727c.432-.734.323-1.599-.242-1.931s-1.374-.006-1.805.728m-2.902-2.862c-.117.843.342%201.604%201.025%201.699c.684.095%201.334-.511%201.451-1.355c.117-.843-.342-1.604-1.025-1.699s-1.334.511-1.451%201.355m-3.221-1.37c0%20.921.598%201.667%201.334%201.667s1.333-.746%201.333-1.667c0-.92-.597-1.667-1.333-1.667s-1.334.747-1.334%201.667m-3.791-.687c0%201.024.635%201.854%201.416%201.854c.783%200%201.417-.83%201.417-1.854S25.142.167%2024.359.167c-.781%200-1.416.83-1.416%201.854m-5.307%202.156c.378%201.459%201.604%202.405%202.741%202.111s1.751-1.715%201.373-3.174s-1.604-2.404-2.74-2.11c-1.137.293-1.751%201.715-1.374%203.173m-7.719%207.531c-1.333%200-6.833%201.333-6.833%207.75s6.261%2015.73%208.625%2015.959c2.583.25%204.208-1.375%204.208-4s-4.083-4.334-2.208-8.292s2.333-11.417-3.792-11.417M2.836%2013.94c.432.733.323%201.598-.242%201.93c-.566.333-1.375.007-1.805-.727c-.432-.734-.323-1.599.242-1.931c.566-.332%201.374-.006%201.805.728m2.902-2.862c.117.843-.342%201.604-1.025%201.699c-.684.095-1.334-.511-1.451-1.354s.342-1.604%201.025-1.699c.684-.096%201.334.51%201.451%201.354m3.22-1.37c0%20.921-.597%201.667-1.333%201.667s-1.333-.746-1.333-1.667c0-.92.597-1.667%201.333-1.667c.737.001%201.333.747%201.333%201.667m3.792-.687c0%201.024-.634%201.854-1.417%201.854s-1.417-.83-1.417-1.854s.634-1.854%201.417-1.854s1.417.83%201.417%201.854m5.308%202.156c-.377%201.459-1.604%202.405-2.741%202.111s-1.752-1.715-1.374-3.174s1.604-2.404%202.74-2.11c1.137.293%201.752%201.715%201.375%203.173%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%2036%2036%22%3E%3Cpath%20fill%3D%22%23662113%22%20d%3D%22M25.776%204.708c1.333%200%206.833%201.333%206.833%207.75s-6.261%2015.73-8.625%2015.959c-2.583.25-4.208-1.375-4.208-4s4.083-4.334%202.208-8.292s-2.333-11.417%203.792-11.417m7.081%202.232c-.432.733-.323%201.598.242%201.93c.565.333%201.374.007%201.805-.727c.432-.734.323-1.599-.242-1.931s-1.374-.006-1.805.728m-2.902-2.862c-.117.843.342%201.604%201.025%201.699c.684.095%201.334-.511%201.451-1.355c.117-.843-.342-1.604-1.025-1.699s-1.334.511-1.451%201.355m-3.221-1.37c0%20.921.598%201.667%201.334%201.667s1.333-.746%201.333-1.667c0-.92-.597-1.667-1.333-1.667s-1.334.747-1.334%201.667m-3.791-.687c0%201.024.635%201.854%201.416%201.854c.783%200%201.417-.83%201.417-1.854S25.142.167%2024.359.167c-.781%200-1.416.83-1.416%201.854m-5.307%202.156c.378%201.459%201.604%202.405%202.741%202.111s1.751-1.715%201.373-3.174s-1.604-2.404-2.74-2.11c-1.137.293-1.751%201.715-1.374%203.173m-7.719%207.531c-1.333%200-6.833%201.333-6.833%207.75s6.261%2015.73%208.625%2015.959c2.583.25%204.208-1.375%204.208-4s-4.083-4.334-2.208-8.292s2.333-11.417-3.792-11.417M2.836%2013.94c.432.733.323%201.598-.242%201.93c-.566.333-1.375.007-1.805-.727c-.432-.734-.323-1.599.242-1.931c.566-.332%201.374-.006%201.805.728m2.902-2.862c.117.843-.342%201.604-1.025%201.699c-.684.095-1.334-.511-1.451-1.354s.342-1.604%201.025-1.699c.684-.096%201.334.51%201.451%201.354m3.22-1.37c0%20.921-.597%201.667-1.333%201.667s-1.333-.746-1.333-1.667c0-.92.597-1.667%201.333-1.667c.737.001%201.333.747%201.333%201.667m3.792-.687c0%201.024-.634%201.854-1.417%201.854s-1.417-.83-1.417-1.854s.634-1.854%201.417-1.854s1.417.83%201.417%201.854m5.308%202.156c-.377%201.459-1.604%202.405-2.741%202.111s-1.752-1.715-1.374-3.174s1.604-2.404%202.74-2.11c1.137.293%201.752%201.715%201.375%203.173%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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