footprint icon
footprint from Material Symbols Light by Google · Regular · Social · Apache-2.0 Free for personal and commercial use.
- Name
- footprint
- Set
- Material Symbols Light
- Style
- Regular
- Category
- Social
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- footprint-rounded, footprint-sharp
1 other variant in Material Symbols Light
The same icon in other sets
More social icons from Material Symbols Light
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 2q1.529 0 2.515 1.484Q10 4.967 10 7q0 1.16-.337 2.344q-.338 1.185-.71 2.025L4.58 12.43q-.721-1.167-1.15-2.493T3 7q0-2.152.996-3.576T6.5 2m1.375 15q-1.313 0-2.09-1.035Q5.01 14.929 5 13.342l4.162-.992q.296.502.567 1.107T10 14.675q0 1.002-.599 1.664T7.875 17M17.5 7q1.508 0 2.504 1.424T21 12q0 1.667-.467 3.013t-1.227 2.57l-4.298-1.29q-.352-.841-.68-1.997Q14 13.141 14 12q0-2.033.986-3.516Q15.97 7 17.5 7m-1.375 15q-.927 0-1.526-.662T14 19.676q0-.633.29-1.257t.587-1.145l4.117 1.262q-.048 1.47-.821 2.468Q17.4 22 16.125 22"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightFootprint(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 2q1.529 0 2.515 1.484Q10 4.967 10 7q0 1.16-.337 2.344q-.338 1.185-.71 2.025L4.58 12.43q-.721-1.167-1.15-2.493T3 7q0-2.152.996-3.576T6.5 2m1.375 15q-1.313 0-2.09-1.035Q5.01 14.929 5 13.342l4.162-.992q.296.502.567 1.107T10 14.675q0 1.002-.599 1.664T7.875 17M17.5 7q1.508 0 2.504 1.424T21 12q0 1.667-.467 3.013t-1.227 2.57l-4.298-1.29q-.352-.841-.68-1.997Q14 13.141 14 12q0-2.033.986-3.516Q15.97 7 17.5 7m-1.375 15q-.927 0-1.526-.662T14 19.676q0-.633.29-1.257t.587-1.145l4.117 1.262q-.048 1.47-.821 2.468Q17.4 22 16.125 22"/></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 2q1.529 0 2.515 1.484Q10 4.967 10 7q0 1.16-.337 2.344q-.338 1.185-.71 2.025L4.58 12.43q-.721-1.167-1.15-2.493T3 7q0-2.152.996-3.576T6.5 2m1.375 15q-1.313 0-2.09-1.035Q5.01 14.929 5 13.342l4.162-.992q.296.502.567 1.107T10 14.675q0 1.002-.599 1.664T7.875 17M17.5 7q1.508 0 2.504 1.424T21 12q0 1.667-.467 3.013t-1.227 2.57l-4.298-1.29q-.352-.841-.68-1.997Q14 13.141 14 12q0-2.033.986-3.516Q15.97 7 17.5 7m-1.375 15q-.927 0-1.526-.662T14 19.676q0-.633.29-1.257t.587-1.145l4.117 1.262q-.048 1.47-.821 2.468Q17.4 22 16.125 22"/></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%202q1.529%200%202.515%201.484Q10%204.967%2010%207q0%201.16-.337%202.344q-.338%201.185-.71%202.025L4.58%2012.43q-.721-1.167-1.15-2.493T3%207q0-2.152.996-3.576T6.5%202m1.375%2015q-1.313%200-2.09-1.035Q5.01%2014.929%205%2013.342l4.162-.992q.296.502.567%201.107T10%2014.675q0%201.002-.599%201.664T7.875%2017M17.5%207q1.508%200%202.504%201.424T21%2012q0%201.667-.467%203.013t-1.227%202.57l-4.298-1.29q-.352-.841-.68-1.997Q14%2013.141%2014%2012q0-2.033.986-3.516Q15.97%207%2017.5%207m-1.375%2015q-.927%200-1.526-.662T14%2019.676q0-.633.29-1.257t.587-1.145l4.117%201.262q-.048%201.47-.821%202.468Q17.4%2022%2016.125%2022%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%202q1.529%200%202.515%201.484Q10%204.967%2010%207q0%201.16-.337%202.344q-.338%201.185-.71%202.025L4.58%2012.43q-.721-1.167-1.15-2.493T3%207q0-2.152.996-3.576T6.5%202m1.375%2015q-1.313%200-2.09-1.035Q5.01%2014.929%205%2013.342l4.162-.992q.296.502.567%201.107T10%2014.675q0%201.002-.599%201.664T7.875%2017M17.5%207q1.508%200%202.504%201.424T21%2012q0%201.667-.467%203.013t-1.227%202.57l-4.298-1.29q-.352-.841-.68-1.997Q14%2013.141%2014%2012q0-2.033.986-3.516Q15.97%207%2017.5%207m-1.375%2015q-.927%200-1.526-.662T14%2019.676q0-.633.29-1.257t.587-1.145l4.117%201.262q-.048%201.47-.821%202.468Q17.4%2022%2016.125%2022%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/footprint.svg?color=%231a73e8&size=48