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

Name
footprint-outline
Set
Material Symbols
Style
Outline
Category
Social
Viewbox
24×24
License
Apache 2.0
Aliases
footprint-outline-rounded, footprint-outline-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 3Q5.375 3 4.688 4.25T4 7q0 1.575.438 2.788T5.25 11.6L8 11.05q.325-.8.663-1.825T9 7q0-1.5-.687-2.75T6.5 3m1.375 13q.475 0 .8-.35T9 14.675q0-.425-.2-.875t-.4-.8l-2.4.5q0 1 .438 1.75t1.437.75M17.5 8q-1.125 0-1.812 1.25T15 12q0 1.2.338 2.213T16 16.05l2.75.55q.375-.6.813-1.8T20 12q0-1.5-.687-2.75T17.5 8m-1.375 13q1 0 1.438-.75T18 18.5l-2.4-.5q-.2.35-.4.8t-.2.875q0 .5.313.913t.812.412m-8.25-3Q5.95 18 4.95 16.575t-.95-3.2l-.45-.675q-.275-.425-.913-1.925T2 7q0-2.575 1.275-4.288T6.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-.888 2.375T7.876 18m8.25 5q-1.35 0-2.238-.95T13 19.675q0-.825.35-1.588t.55-1.112l.2-.325q-.3-.75-.7-1.975T13 12q0-2.225 1.188-4.112T17.5 6q1.95 0 3.225 1.713T22 12q0 2.275-.638 3.763t-.912 1.912l-.45.7q.025 1.775-.962 3.2T16.125 23"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsFootprintOutline(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 3Q5.375 3 4.688 4.25T4 7q0 1.575.438 2.788T5.25 11.6L8 11.05q.325-.8.663-1.825T9 7q0-1.5-.687-2.75T6.5 3m1.375 13q.475 0 .8-.35T9 14.675q0-.425-.2-.875t-.4-.8l-2.4.5q0 1 .438 1.75t1.437.75M17.5 8q-1.125 0-1.812 1.25T15 12q0 1.2.338 2.213T16 16.05l2.75.55q.375-.6.813-1.8T20 12q0-1.5-.687-2.75T17.5 8m-1.375 13q1 0 1.438-.75T18 18.5l-2.4-.5q-.2.35-.4.8t-.2.875q0 .5.313.913t.812.412m-8.25-3Q5.95 18 4.95 16.575t-.95-3.2l-.45-.675q-.275-.425-.913-1.925T2 7q0-2.575 1.275-4.288T6.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-.888 2.375T7.876 18m8.25 5q-1.35 0-2.238-.95T13 19.675q0-.825.35-1.588t.55-1.112l.2-.325q-.3-.75-.7-1.975T13 12q0-2.225 1.188-4.112T17.5 6q1.95 0 3.225 1.713T22 12q0 2.275-.638 3.763t-.912 1.912l-.45.7q.025 1.775-.962 3.2T16.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 3Q5.375 3 4.688 4.25T4 7q0 1.575.438 2.788T5.25 11.6L8 11.05q.325-.8.663-1.825T9 7q0-1.5-.687-2.75T6.5 3m1.375 13q.475 0 .8-.35T9 14.675q0-.425-.2-.875t-.4-.8l-2.4.5q0 1 .438 1.75t1.437.75M17.5 8q-1.125 0-1.812 1.25T15 12q0 1.2.338 2.213T16 16.05l2.75.55q.375-.6.813-1.8T20 12q0-1.5-.687-2.75T17.5 8m-1.375 13q1 0 1.438-.75T18 18.5l-2.4-.5q-.2.35-.4.8t-.2.875q0 .5.313.913t.812.412m-8.25-3Q5.95 18 4.95 16.575t-.95-3.2l-.45-.675q-.275-.425-.913-1.925T2 7q0-2.575 1.275-4.288T6.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-.888 2.375T7.876 18m8.25 5q-1.35 0-2.238-.95T13 19.675q0-.825.35-1.588t.55-1.112l.2-.325q-.3-.75-.7-1.975T13 12q0-2.225 1.188-4.112T17.5 6q1.95 0 3.225 1.713T22 12q0 2.275-.638 3.763t-.912 1.912l-.45.7q.025 1.775-.962 3.2T16.125 23"/></svg>
</template>

CSS

.icon-footprint-outline {
  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%203Q5.375%203%204.688%204.25T4%207q0%201.575.438%202.788T5.25%2011.6L8%2011.05q.325-.8.663-1.825T9%207q0-1.5-.687-2.75T6.5%203m1.375%2013q.475%200%20.8-.35T9%2014.675q0-.425-.2-.875t-.4-.8l-2.4.5q0%201%20.438%201.75t1.437.75M17.5%208q-1.125%200-1.812%201.25T15%2012q0%201.2.338%202.213T16%2016.05l2.75.55q.375-.6.813-1.8T20%2012q0-1.5-.687-2.75T17.5%208m-1.375%2013q1%200%201.438-.75T18%2018.5l-2.4-.5q-.2.35-.4.8t-.2.875q0%20.5.313.913t.812.412m-8.25-3Q5.95%2018%204.95%2016.575t-.95-3.2l-.45-.675q-.275-.425-.913-1.925T2%207q0-2.575%201.275-4.288T6.5%201q2.125%200%203.313%201.888T11%207q0%201.45-.4%202.675t-.7%201.975l.2.325q.2.35.55%201.113t.35%201.587q0%201.425-.888%202.375T7.876%2018m8.25%205q-1.35%200-2.238-.95T13%2019.675q0-.825.35-1.588t.55-1.112l.2-.325q-.3-.75-.7-1.975T13%2012q0-2.225%201.188-4.112T17.5%206q1.95%200%203.225%201.713T22%2012q0%202.275-.638%203.763t-.912%201.912l-.45.7q.025%201.775-.962%203.2T16.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%203Q5.375%203%204.688%204.25T4%207q0%201.575.438%202.788T5.25%2011.6L8%2011.05q.325-.8.663-1.825T9%207q0-1.5-.687-2.75T6.5%203m1.375%2013q.475%200%20.8-.35T9%2014.675q0-.425-.2-.875t-.4-.8l-2.4.5q0%201%20.438%201.75t1.437.75M17.5%208q-1.125%200-1.812%201.25T15%2012q0%201.2.338%202.213T16%2016.05l2.75.55q.375-.6.813-1.8T20%2012q0-1.5-.687-2.75T17.5%208m-1.375%2013q1%200%201.438-.75T18%2018.5l-2.4-.5q-.2.35-.4.8t-.2.875q0%20.5.313.913t.812.412m-8.25-3Q5.95%2018%204.95%2016.575t-.95-3.2l-.45-.675q-.275-.425-.913-1.925T2%207q0-2.575%201.275-4.288T6.5%201q2.125%200%203.313%201.888T11%207q0%201.45-.4%202.675t-.7%201.975l.2.325q.2.35.55%201.113t.35%201.587q0%201.425-.888%202.375T7.876%2018m8.25%205q-1.35%200-2.238-.95T13%2019.675q0-.825.35-1.588t.55-1.112l.2-.325q-.3-.75-.7-1.975T13%2012q0-2.225%201.188-4.112T17.5%206q1.95%200%203.225%201.713T22%2012q0%202.275-.638%203.763t-.912%201.912l-.45.7q.025%201.775-.962%203.2T16.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-outline.svg?color=%231a73e8&size=48