footprint from Material Symbols by Google · Regular · Social · Apache-2.0 Free for personal and commercial use.

Name
footprint
Set
Material Symbols
Style
Regular
Category
Social
Viewbox
24×24
License
Apache 2.0
Aliases
footprint-rounded, footprint-sharp

1 other variant in Material Symbols

The same icon in other sets

More social icons from Material Symbols

Use the footprint icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.5 1q2.125 0 3.313 1.888T11 7q0 1.025-.213 1.95T10.3 10.6l-7.125 1.425Q2.8 11.3 2.4 10.013T2 7q0-2.575 1.275-4.288T6.5 1m1.375 17Q6.1 18 5.113 16.763T4 13.9l6.45-1.3q.2.425.375.963T11 14.675q0 1.425-.888 2.375T7.876 18M17.5 6q1.95 0 3.225 1.713T22 12q0 1.725-.4 3.013t-.775 2.012L13.7 15.6q-.275-.725-.487-1.65T13 12q0-2.225 1.188-4.112T17.5 6m-1.375 17q-1.35 0-2.238-.95T13 19.675q0-.575.175-1.112t.375-.963l6.425 1.3q-.125 1.625-1.1 2.863T16.125 23"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsFootprint(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.5 1q2.125 0 3.313 1.888T11 7q0 1.025-.213 1.95T10.3 10.6l-7.125 1.425Q2.8 11.3 2.4 10.013T2 7q0-2.575 1.275-4.288T6.5 1m1.375 17Q6.1 18 5.113 16.763T4 13.9l6.45-1.3q.2.425.375.963T11 14.675q0 1.425-.888 2.375T7.876 18M17.5 6q1.95 0 3.225 1.713T22 12q0 1.725-.4 3.013t-.775 2.012L13.7 15.6q-.275-.725-.487-1.65T13 12q0-2.225 1.188-4.112T17.5 6m-1.375 17q-1.35 0-2.238-.95T13 19.675q0-.575.175-1.112t.375-.963l6.425 1.3q-.125 1.625-1.1 2.863T16.125 23"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.5 1q2.125 0 3.313 1.888T11 7q0 1.025-.213 1.95T10.3 10.6l-7.125 1.425Q2.8 11.3 2.4 10.013T2 7q0-2.575 1.275-4.288T6.5 1m1.375 17Q6.1 18 5.113 16.763T4 13.9l6.45-1.3q.2.425.375.963T11 14.675q0 1.425-.888 2.375T7.876 18M17.5 6q1.95 0 3.225 1.713T22 12q0 1.725-.4 3.013t-.775 2.012L13.7 15.6q-.275-.725-.487-1.65T13 12q0-2.225 1.188-4.112T17.5 6m-1.375 17q-1.35 0-2.238-.95T13 19.675q0-.575.175-1.112t.375-.963l6.425 1.3q-.125 1.625-1.1 2.863T16.125 23"/></svg>
</template>

CSS

.icon-footprint {
  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%22currentColor%22%20d%3D%22M6.5%201q2.125%200%203.313%201.888T11%207q0%201.025-.213%201.95T10.3%2010.6l-7.125%201.425Q2.8%2011.3%202.4%2010.013T2%207q0-2.575%201.275-4.288T6.5%201m1.375%2017Q6.1%2018%205.113%2016.763T4%2013.9l6.45-1.3q.2.425.375.963T11%2014.675q0%201.425-.888%202.375T7.876%2018M17.5%206q1.95%200%203.225%201.713T22%2012q0%201.725-.4%203.013t-.775%202.012L13.7%2015.6q-.275-.725-.487-1.65T13%2012q0-2.225%201.188-4.112T17.5%206m-1.375%2017q-1.35%200-2.238-.95T13%2019.675q0-.575.175-1.112t.375-.963l6.425%201.3q-.125%201.625-1.1%202.863T16.125%2023%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%22currentColor%22%20d%3D%22M6.5%201q2.125%200%203.313%201.888T11%207q0%201.025-.213%201.95T10.3%2010.6l-7.125%201.425Q2.8%2011.3%202.4%2010.013T2%207q0-2.575%201.275-4.288T6.5%201m1.375%2017Q6.1%2018%205.113%2016.763T4%2013.9l6.45-1.3q.2.425.375.963T11%2014.675q0%201.425-.888%202.375T7.876%2018M17.5%206q1.95%200%203.225%201.713T22%2012q0%201.725-.4%203.013t-.775%202.012L13.7%2015.6q-.275-.725-.487-1.65T13%2012q0-2.225%201.188-4.112T17.5%206m-1.375%2017q-1.35%200-2.238-.95T13%2019.675q0-.575.175-1.112t.375-.963l6.425%201.3q-.125%201.625-1.1%202.863T16.125%2023%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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

Footprint icon — Material Symbols · IconsDB