footprints emoji
footprints from Fluent Emoji High Contrast by Microsoft Corporation · Default · People & Body · MIT Free for personal and commercial use.
- Name
- footprints
- Set
- Fluent Emoji High Contrast
- Style
- Default
- Category
- People & Body
- Viewbox
- 32×32
- License
- MIT
The same emoji in other sets
More people & body icons from Fluent Emoji High Contrast
anatomical-heartartistastronautbabybaby-angelbackhand-index-pointing-downbackhand-index-pointing-leftbackhand-index-pointing-upbiting-lipboneboybrainbreast-feedingbust-in-silhouettebusts-in-silhouettecall-me-handchildclapping-handsconstruction-workercookcrossed-fingersdetectiveearear-with-hearing-aid
Use the footprints emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="M10.496 2.01a1.25 1.25 0 0 1 1.099 1.384l-.072.625a1.25 1.25 0 1 1-2.484-.285l.072-.626a1.25 1.25 0 0 1 1.384-1.099m4.94 2.111a1.72 1.72 0 0 0-1.356-2.015a1.716 1.716 0 0 0-2.011 1.36l-.165.845a1.717 1.717 0 0 0 1.356 2.016c.93.18 1.83-.429 2.011-1.361z"/><path d="M13.66 8.92c0-3-2.46-3.42-5.5-3.42s-5.43.38-5.49 3.31v11.11a4.5 4.5 0 1 0 8.18-2.58a3.59 3.59 0 0 1 .81-4.16a5.49 5.49 0 0 0 2-4.26M8.67 3.43a1.13 1.13 0 0 0-2.26 0V4a1.13 1.13 0 1 0 2.26 0zm-3.798-.57a1.03 1.03 0 0 1 1.136.907l.06.517a1.03 1.03 0 0 1-.902 1.14a1.03 1.03 0 0 1-1.135-.907l-.06-.516a1.03 1.03 0 0 1 .901-1.14"/><path d="m2.67 4.092l-.009.002a.87.87 0 0 0-.64 1.051l.107.437a.87.87 0 0 0 1.051.64l.01-.003a.87.87 0 0 0 .64-1.05l-.107-.438a.87.87 0 0 0-1.051-.64m19.239 5.923a1.25 1.25 0 0 1-1.384-1.1l-.072-.625a1.25 1.25 0 1 1 2.484-.286l.071.626a1.25 1.25 0 0 1-1.099 1.385m-5.122-.146A1.72 1.72 0 0 0 18.8 11.23a1.72 1.72 0 0 0 1.355-2.015l-.164-.844a1.72 1.72 0 0 0-2.011-1.362a1.717 1.717 0 0 0-1.356 2.016z"/><path d="M18.39 13.82c0-3 2.47-3.42 5.5-3.42s5.44.38 5.5 3.31v11.12a4.5 4.5 0 1 1-9 0c0-.926.29-1.828.83-2.58a3.6 3.6 0 0 0-.81-4.16a5.5 5.5 0 0 1-2.02-4.27m5-4.91a1.13 1.13 0 1 0 2.26 0v-.57a1.13 1.13 0 0 0-2.26 0zm3.495 1.402a1.03 1.03 0 0 1-.901-1.14l.06-.517c.064-.565.573-.97 1.135-.906s.966.575.9 1.14l-.059.516a1.027 1.027 0 0 1-1.135.907m1.981.797l.01.002a.87.87 0 0 0 1.051-.64l.107-.437a.87.87 0 0 0-.64-1.05l-.01-.003a.87.87 0 0 0-1.05.64l-.107.437a.87.87 0 0 0 .64 1.05"/></g></svg>
React
import type { SVGProps } from "react";
export function FluentEmojiHighContrastFootprints(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="M10.496 2.01a1.25 1.25 0 0 1 1.099 1.384l-.072.625a1.25 1.25 0 1 1-2.484-.285l.072-.626a1.25 1.25 0 0 1 1.384-1.099m4.94 2.111a1.72 1.72 0 0 0-1.356-2.015a1.716 1.716 0 0 0-2.011 1.36l-.165.845a1.717 1.717 0 0 0 1.356 2.016c.93.18 1.83-.429 2.011-1.361z"/><path d="M13.66 8.92c0-3-2.46-3.42-5.5-3.42s-5.43.38-5.49 3.31v11.11a4.5 4.5 0 1 0 8.18-2.58a3.59 3.59 0 0 1 .81-4.16a5.49 5.49 0 0 0 2-4.26M8.67 3.43a1.13 1.13 0 0 0-2.26 0V4a1.13 1.13 0 1 0 2.26 0zm-3.798-.57a1.03 1.03 0 0 1 1.136.907l.06.517a1.03 1.03 0 0 1-.902 1.14a1.03 1.03 0 0 1-1.135-.907l-.06-.516a1.03 1.03 0 0 1 .901-1.14"/><path d="m2.67 4.092l-.009.002a.87.87 0 0 0-.64 1.051l.107.437a.87.87 0 0 0 1.051.64l.01-.003a.87.87 0 0 0 .64-1.05l-.107-.438a.87.87 0 0 0-1.051-.64m19.239 5.923a1.25 1.25 0 0 1-1.384-1.1l-.072-.625a1.25 1.25 0 1 1 2.484-.286l.071.626a1.25 1.25 0 0 1-1.099 1.385m-5.122-.146A1.72 1.72 0 0 0 18.8 11.23a1.72 1.72 0 0 0 1.355-2.015l-.164-.844a1.72 1.72 0 0 0-2.011-1.362a1.717 1.717 0 0 0-1.356 2.016z"/><path d="M18.39 13.82c0-3 2.47-3.42 5.5-3.42s5.44.38 5.5 3.31v11.12a4.5 4.5 0 1 1-9 0c0-.926.29-1.828.83-2.58a3.6 3.6 0 0 0-.81-4.16a5.5 5.5 0 0 1-2.02-4.27m5-4.91a1.13 1.13 0 1 0 2.26 0v-.57a1.13 1.13 0 0 0-2.26 0zm3.495 1.402a1.03 1.03 0 0 1-.901-1.14l.06-.517c.064-.565.573-.97 1.135-.906s.966.575.9 1.14l-.059.516a1.027 1.027 0 0 1-1.135.907m1.981.797l.01.002a.87.87 0 0 0 1.051-.64l.107-.437a.87.87 0 0 0-.64-1.05l-.01-.003a.87.87 0 0 0-1.05.64l-.107.437a.87.87 0 0 0 .64 1.05"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="M10.496 2.01a1.25 1.25 0 0 1 1.099 1.384l-.072.625a1.25 1.25 0 1 1-2.484-.285l.072-.626a1.25 1.25 0 0 1 1.384-1.099m4.94 2.111a1.72 1.72 0 0 0-1.356-2.015a1.716 1.716 0 0 0-2.011 1.36l-.165.845a1.717 1.717 0 0 0 1.356 2.016c.93.18 1.83-.429 2.011-1.361z"/><path d="M13.66 8.92c0-3-2.46-3.42-5.5-3.42s-5.43.38-5.49 3.31v11.11a4.5 4.5 0 1 0 8.18-2.58a3.59 3.59 0 0 1 .81-4.16a5.49 5.49 0 0 0 2-4.26M8.67 3.43a1.13 1.13 0 0 0-2.26 0V4a1.13 1.13 0 1 0 2.26 0zm-3.798-.57a1.03 1.03 0 0 1 1.136.907l.06.517a1.03 1.03 0 0 1-.902 1.14a1.03 1.03 0 0 1-1.135-.907l-.06-.516a1.03 1.03 0 0 1 .901-1.14"/><path d="m2.67 4.092l-.009.002a.87.87 0 0 0-.64 1.051l.107.437a.87.87 0 0 0 1.051.64l.01-.003a.87.87 0 0 0 .64-1.05l-.107-.438a.87.87 0 0 0-1.051-.64m19.239 5.923a1.25 1.25 0 0 1-1.384-1.1l-.072-.625a1.25 1.25 0 1 1 2.484-.286l.071.626a1.25 1.25 0 0 1-1.099 1.385m-5.122-.146A1.72 1.72 0 0 0 18.8 11.23a1.72 1.72 0 0 0 1.355-2.015l-.164-.844a1.72 1.72 0 0 0-2.011-1.362a1.717 1.717 0 0 0-1.356 2.016z"/><path d="M18.39 13.82c0-3 2.47-3.42 5.5-3.42s5.44.38 5.5 3.31v11.12a4.5 4.5 0 1 1-9 0c0-.926.29-1.828.83-2.58a3.6 3.6 0 0 0-.81-4.16a5.5 5.5 0 0 1-2.02-4.27m5-4.91a1.13 1.13 0 1 0 2.26 0v-.57a1.13 1.13 0 0 0-2.26 0zm3.495 1.402a1.03 1.03 0 0 1-.901-1.14l.06-.517c.064-.565.573-.97 1.135-.906s.966.575.9 1.14l-.059.516a1.027 1.027 0 0 1-1.135.907m1.981.797l.01.002a.87.87 0 0 0 1.051-.64l.107-.437a.87.87 0 0 0-.64-1.05l-.01-.003a.87.87 0 0 0-1.05.64l-.107.437a.87.87 0 0 0 .64 1.05"/></g></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%2032%2032%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M10.496%202.01a1.25%201.25%200%200%201%201.099%201.384l-.072.625a1.25%201.25%200%201%201-2.484-.285l.072-.626a1.25%201.25%200%200%201%201.384-1.099m4.94%202.111a1.72%201.72%200%200%200-1.356-2.015a1.716%201.716%200%200%200-2.011%201.36l-.165.845a1.717%201.717%200%200%200%201.356%202.016c.93.18%201.83-.429%202.011-1.361z%22%2F%3E%3Cpath%20d%3D%22M13.66%208.92c0-3-2.46-3.42-5.5-3.42s-5.43.38-5.49%203.31v11.11a4.5%204.5%200%201%200%208.18-2.58a3.59%203.59%200%200%201%20.81-4.16a5.49%205.49%200%200%200%202-4.26M8.67%203.43a1.13%201.13%200%200%200-2.26%200V4a1.13%201.13%200%201%200%202.26%200zm-3.798-.57a1.03%201.03%200%200%201%201.136.907l.06.517a1.03%201.03%200%200%201-.902%201.14a1.03%201.03%200%200%201-1.135-.907l-.06-.516a1.03%201.03%200%200%201%20.901-1.14%22%2F%3E%3Cpath%20d%3D%22m2.67%204.092l-.009.002a.87.87%200%200%200-.64%201.051l.107.437a.87.87%200%200%200%201.051.64l.01-.003a.87.87%200%200%200%20.64-1.05l-.107-.438a.87.87%200%200%200-1.051-.64m19.239%205.923a1.25%201.25%200%200%201-1.384-1.1l-.072-.625a1.25%201.25%200%201%201%202.484-.286l.071.626a1.25%201.25%200%200%201-1.099%201.385m-5.122-.146A1.72%201.72%200%200%200%2018.8%2011.23a1.72%201.72%200%200%200%201.355-2.015l-.164-.844a1.72%201.72%200%200%200-2.011-1.362a1.717%201.717%200%200%200-1.356%202.016z%22%2F%3E%3Cpath%20d%3D%22M18.39%2013.82c0-3%202.47-3.42%205.5-3.42s5.44.38%205.5%203.31v11.12a4.5%204.5%200%201%201-9%200c0-.926.29-1.828.83-2.58a3.6%203.6%200%200%200-.81-4.16a5.5%205.5%200%200%201-2.02-4.27m5-4.91a1.13%201.13%200%201%200%202.26%200v-.57a1.13%201.13%200%200%200-2.26%200zm3.495%201.402a1.03%201.03%200%200%201-.901-1.14l.06-.517c.064-.565.573-.97%201.135-.906s.966.575.9%201.14l-.059.516a1.027%201.027%200%200%201-1.135.907m1.981.797l.01.002a.87.87%200%200%200%201.051-.64l.107-.437a.87.87%200%200%200-.64-1.05l-.01-.003a.87.87%200%200%200-1.05.64l-.107.437a.87.87%200%200%200%20.64%201.05%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%2032%2032%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M10.496%202.01a1.25%201.25%200%200%201%201.099%201.384l-.072.625a1.25%201.25%200%201%201-2.484-.285l.072-.626a1.25%201.25%200%200%201%201.384-1.099m4.94%202.111a1.72%201.72%200%200%200-1.356-2.015a1.716%201.716%200%200%200-2.011%201.36l-.165.845a1.717%201.717%200%200%200%201.356%202.016c.93.18%201.83-.429%202.011-1.361z%22%2F%3E%3Cpath%20d%3D%22M13.66%208.92c0-3-2.46-3.42-5.5-3.42s-5.43.38-5.49%203.31v11.11a4.5%204.5%200%201%200%208.18-2.58a3.59%203.59%200%200%201%20.81-4.16a5.49%205.49%200%200%200%202-4.26M8.67%203.43a1.13%201.13%200%200%200-2.26%200V4a1.13%201.13%200%201%200%202.26%200zm-3.798-.57a1.03%201.03%200%200%201%201.136.907l.06.517a1.03%201.03%200%200%201-.902%201.14a1.03%201.03%200%200%201-1.135-.907l-.06-.516a1.03%201.03%200%200%201%20.901-1.14%22%2F%3E%3Cpath%20d%3D%22m2.67%204.092l-.009.002a.87.87%200%200%200-.64%201.051l.107.437a.87.87%200%200%200%201.051.64l.01-.003a.87.87%200%200%200%20.64-1.05l-.107-.438a.87.87%200%200%200-1.051-.64m19.239%205.923a1.25%201.25%200%200%201-1.384-1.1l-.072-.625a1.25%201.25%200%201%201%202.484-.286l.071.626a1.25%201.25%200%200%201-1.099%201.385m-5.122-.146A1.72%201.72%200%200%200%2018.8%2011.23a1.72%201.72%200%200%200%201.355-2.015l-.164-.844a1.72%201.72%200%200%200-2.011-1.362a1.717%201.717%200%200%200-1.356%202.016z%22%2F%3E%3Cpath%20d%3D%22M18.39%2013.82c0-3%202.47-3.42%205.5-3.42s5.44.38%205.5%203.31v11.12a4.5%204.5%200%201%201-9%200c0-.926.29-1.828.83-2.58a3.6%203.6%200%200%200-.81-4.16a5.5%205.5%200%200%201-2.02-4.27m5-4.91a1.13%201.13%200%201%200%202.26%200v-.57a1.13%201.13%200%200%200-2.26%200zm3.495%201.402a1.03%201.03%200%200%201-.901-1.14l.06-.517c.064-.565.573-.97%201.135-.906s.966.575.9%201.14l-.059.516a1.027%201.027%200%200%201-1.135.907m1.981.797l.01.002a.87.87%200%200%200%201.051-.64l.107-.437a.87.87%200%200%200-.64-1.05l-.01-.003a.87.87%200%200%200-1.05.64l-.107.437a.87.87%200%200%200%20.64%201.05%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent-emoji-high-contrast/footprints.svg?color=%231a73e8&size=48