foot print icon
foot-print from Material Design Icons by Pictogrammers · Filled · Apache-2.0 Free for personal and commercial use.
- Name
- foot-print
- Set
- Material Design Icons
- Style
- Filled
- Viewbox
- 24×24
- License
- Apache 2.0
Use the foot print icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16 2a2 2 0 1 1-2 2a2 2 0 0 1 2-2m-3.96 1a1.5 1.5 0 1 1-1.5 1.5a1.5 1.5 0 0 1 1.5-1.5M9.09 4.5a1 1 0 1 1-1 1a1 1 0 0 1 1-1M7.04 6a1 1 0 1 1-1 1a1 1 0 0 1 1-1m7.49 6A2.5 2.5 0 0 0 17 9.24A2.6 2.6 0 0 0 14.39 7h-2.48a6 6 0 0 0-5.79 4.4a2 2 0 0 0 .11 1.4a6.8 6.8 0 0 1 .68 2.96a6.9 6.9 0 0 1-.69 2.79a1.92 1.92 0 0 0 .08 1.76a3.62 3.62 0 0 0 3.89 1.6a3.5 3.5 0 0 0 2.17-5.28a2.8 2.8 0 0 1-.45-1.63s-.23-3 2.62-3"/></svg>
React
import type { SVGProps } from "react";
export function MdiFootPrint(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="M16 2a2 2 0 1 1-2 2a2 2 0 0 1 2-2m-3.96 1a1.5 1.5 0 1 1-1.5 1.5a1.5 1.5 0 0 1 1.5-1.5M9.09 4.5a1 1 0 1 1-1 1a1 1 0 0 1 1-1M7.04 6a1 1 0 1 1-1 1a1 1 0 0 1 1-1m7.49 6A2.5 2.5 0 0 0 17 9.24A2.6 2.6 0 0 0 14.39 7h-2.48a6 6 0 0 0-5.79 4.4a2 2 0 0 0 .11 1.4a6.8 6.8 0 0 1 .68 2.96a6.9 6.9 0 0 1-.69 2.79a1.92 1.92 0 0 0 .08 1.76a3.62 3.62 0 0 0 3.89 1.6a3.5 3.5 0 0 0 2.17-5.28a2.8 2.8 0 0 1-.45-1.63s-.23-3 2.62-3"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16 2a2 2 0 1 1-2 2a2 2 0 0 1 2-2m-3.96 1a1.5 1.5 0 1 1-1.5 1.5a1.5 1.5 0 0 1 1.5-1.5M9.09 4.5a1 1 0 1 1-1 1a1 1 0 0 1 1-1M7.04 6a1 1 0 1 1-1 1a1 1 0 0 1 1-1m7.49 6A2.5 2.5 0 0 0 17 9.24A2.6 2.6 0 0 0 14.39 7h-2.48a6 6 0 0 0-5.79 4.4a2 2 0 0 0 .11 1.4a6.8 6.8 0 0 1 .68 2.96a6.9 6.9 0 0 1-.69 2.79a1.92 1.92 0 0 0 .08 1.76a3.62 3.62 0 0 0 3.89 1.6a3.5 3.5 0 0 0 2.17-5.28a2.8 2.8 0 0 1-.45-1.63s-.23-3 2.62-3"/></svg> </template>
CSS
.icon-foot-print {
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%22M16%202a2%202%200%201%201-2%202a2%202%200%200%201%202-2m-3.96%201a1.5%201.5%200%201%201-1.5%201.5a1.5%201.5%200%200%201%201.5-1.5M9.09%204.5a1%201%200%201%201-1%201a1%201%200%200%201%201-1M7.04%206a1%201%200%201%201-1%201a1%201%200%200%201%201-1m7.49%206A2.5%202.5%200%200%200%2017%209.24A2.6%202.6%200%200%200%2014.39%207h-2.48a6%206%200%200%200-5.79%204.4a2%202%200%200%200%20.11%201.4a6.8%206.8%200%200%201%20.68%202.96a6.9%206.9%200%200%201-.69%202.79a1.92%201.92%200%200%200%20.08%201.76a3.62%203.62%200%200%200%203.89%201.6a3.5%203.5%200%200%200%202.17-5.28a2.8%202.8%200%200%201-.45-1.63s-.23-3%202.62-3%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%22M16%202a2%202%200%201%201-2%202a2%202%200%200%201%202-2m-3.96%201a1.5%201.5%200%201%201-1.5%201.5a1.5%201.5%200%200%201%201.5-1.5M9.09%204.5a1%201%200%201%201-1%201a1%201%200%200%201%201-1M7.04%206a1%201%200%201%201-1%201a1%201%200%200%201%201-1m7.49%206A2.5%202.5%200%200%200%2017%209.24A2.6%202.6%200%200%200%2014.39%207h-2.48a6%206%200%200%200-5.79%204.4a2%202%200%200%200%20.11%201.4a6.8%206.8%200%200%201%20.68%202.96a6.9%206.9%200%200%201-.69%202.79a1.92%201.92%200%200%200%20.08%201.76a3.62%203.62%200%200%200%203.89%201.6a3.5%203.5%200%200%200%202.17-5.28a2.8%202.8%200%200%201-.45-1.63s-.23-3%202.62-3%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/foot-print.svg?color=%231a73e8&size=48