Footprint icon

Footprint is a Google Material Symbol from the Social category. It comes in outlined, rounded and sharp styles, filled or unfilled, at seven weights from 100 to 700. Download it as SVG or PNG, or copy code for HTML, React, Vue, Angular, Flutter and Android — it's free to use under the Apache License 2.0.

Outlined

SVG

Outlined, filled

SVG

Every style, fill and weight

Material Symbols are variable: each icon comes in three styles, with or without fill, at seven weights. Pick a combination to preview it, download it, or copy the code for your platform.

Outlined, unfilled, weight 400

footprint_outlined_fill0_wght400.svg

Footprint icon in HTML

Load the Material Symbols font from Google Fonts (this link loads just this icon), then use the icon's name as text.

<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,[email protected],100..700,0..1,-50..200&icon_names=footprint" />

<span class="material-symbols-outlined">footprint</span>

Footprint icon in React

// With the font from the HTML tab:
export function FootprintIcon() {
  return (
    <span className="material-symbols-outlined">
      footprint
    </span>
  );
}

// Or as an SVG component (Vite + vite-plugin-svgr) instead:
//   npm install @material-symbols/svg-400
//   import FootprintIcon from "@material-symbols/svg-400/outlined/footprint.svg?react";

Footprint icon in Vue

<!-- With the font from the HTML tab -->
<template>
  <span class="material-symbols-outlined">footprint</span>
</template>

<!-- Or as an SVG component (Vite + vite-svg-loader):
     npm install @material-symbols/svg-400
     import FootprintIcon from "@material-symbols/svg-400/outlined/footprint.svg?component"; -->

Footprint icon in Angular

With Angular Material and the font from the HTML tab:

<mat-icon fontSet="material-symbols-outlined">footprint</mat-icon>

Footprint icon in Flutter

Uses the community material_symbols_icons package.

flutter pub add material_symbols_icons

import 'package:material_symbols_icons/symbols.dart';

Icon(Symbols.footprint, fill: 0, weight: 400)

Footprint icon in Android

A vector drawable of the selected style, fill and weight:

<!-- res/drawable/footprint.xml -->
<vector xmlns:android="http://schemas.android.com/apk/res/android"
    android:width="24dp"
    android:height="24dp"
    android:viewportWidth="24"
    android:viewportHeight="24"
    android:tint="?attr/colorControlNormal">
        <path android:fillColor="@android:color/white" android:pathData="M6.5 2.5q-1.3 0-2.15 1.275t-.85 3.225q0 1.95 .575 3.288t.8 1.687l3.6-.75q.35-.95 .688-2.1t.337-2.125q0-1.675-.787-3.087T6.5 2.5Zm1.375 14q.7 0 1.163-.512T9.5 14.675q0-.5-.225-1.037T8.775 12.675l-3.275 .675q-.025 1.075 .538 2.113T7.875 16.5Zm9.625-9q-1.425 0-2.212 1.413T14.5 12q0 1 .35 2.138t.7 2.087l3.575 .725q.25-.375 .813-1.7T20.5 12q0-1.95-.85-3.225t-2.15-1.275Zm-1.375 14q1.275 0 1.825-1.05t.55-2.125l-3.275-.65q-.25 .425-.487 .963T14.5 19.675q0 .8 .463 1.313T16.125 21.5ZM7.875 18q-1.925 0-2.925-1.425t-.95-3.2l-.45-.675q-.275-.425-.912-1.925T2 7q0-2.575 1.275-4.287T6.5 1q2.125 0 3.313 1.888T11 7q0 1.45-.4 2.675t-.7 1.975l.2 .325q.2 .35 .55 1.113t.35 1.587q0 1.425-.887 2.375T7.875 18ZM16.125 23q-1.35 0-2.237-.95T13 19.675q0-.825 .35-1.587t.55-1.113l.2-.325q-.3-.75-.7-1.975t-.4-2.675q0-2.225 1.188-4.112T17.5 6q1.95 0 3.225 1.713T22 12q0 2.275-.637 3.763T20.45 17.675l-.45 .7q.025 1.775-.962 3.2T16.125 23Z" />
</vector>

Footprint icon in SVG

npm install @material-symbols/svg-400

import icon from "@material-symbols/svg-400/outlined/footprint.svg";

<!-- or load it from a CDN -->
<img src="https://cdn.jsdelivr.net/npm/@material-symbols/[email protected]/outlined/footprint.svg" width="24" height="24" alt="Footprint">

Footprint icon in Power Apps

Paste into an Image control's Image property. The Copy button copies the full formula with this icon's SVG.

"data:image/svg+xml;utf8, " & EncodeUrl("<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'>…</svg>")

Details

NameFootprint
Ligaturefootprint
Code pointU+F87D
CategorySocial
StylesOutlined, Rounded, Sharp — each unfilled or filled
Weights100, 200, 300, 400, 500, 600, 700
Files@material-symbols/svg-400/outlined/footprint.svg, footprint-fill.svg
FlutterSymbols.footprint
LicenseApache License 2.0 (© Google LLC)

Keywords

socialtravelprogressmovementjourneypathsignnatureexploretrackoutdoorstrailstep

Related icons