shoe prints icon
shoe-prints from Line Awesome by Icons8 · Line · Maps · Apache-2.0 Free for personal and commercial use.
- Name
- shoe-prints
- Set
- Line Awesome
- Style
- Line
- Category
- Maps
- Viewbox
- 32×32
- License
- Apache 2.0
- Aliases
- shoe-prints-solid
The same icon in other sets
More maps icons from Line Awesome
Use the shoe prints icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M10 3C7.805 3 6.203 4.605 5.281 6.5C4.36 8.395 3.961 10.68 4 12.688c.047 2.332 1.063 4.687 1.063 4.687l.28.625h8.407l.219-.75s.789-2.941 1-5.75c.082-1.105.047-3.027-.563-4.844c-.304-.91-.746-1.8-1.469-2.5C12.216 3.457 11.188 3 10 3m12 0c-1.188 0-2.215.457-2.938 1.156c-.722.7-1.164 1.59-1.468 2.5c-.61 1.817-.645 3.739-.563 4.844c.211 2.809 1 5.75 1 5.75l.219.75h8.406l.282-.625S27.953 15.02 28 12.687c.04-2.007-.36-4.292-1.281-6.187C25.797 4.605 24.195 3 22 3M10 5c.703 0 1.129.203 1.531.594c.403.39.762 1.011 1 1.718c.473 1.415.531 3.215.469 4.063c-.164 2.176-.684 3.996-.844 4.625H6.72c-.242-.684-.692-2.016-.719-3.344c-.035-1.695.355-3.761 1.094-5.281C7.832 5.855 8.77 5 10 5m12 0c1.23 0 2.168.855 2.906 2.375c.739 1.52 1.125 3.586 1.094 5.281c-.027 1.328-.477 2.66-.719 3.344h-5.437c-.16-.629-.68-2.45-.844-4.625c-.063-.848-.004-2.648.469-4.063c.238-.707.597-1.328 1-1.718C20.87 5.204 21.297 5 22 5M5 21v1c-.012 1.379.121 2.988.813 4.406C6.502 27.824 7.957 29 10 29c2.262 0 3.98-2.215 4-5c.004-.645-.023-1.402-.25-2.25l-.188-.75zm13.438 0l-.188.75c-.227.848-.254 1.605-.25 2.25c.02 2.785 1.738 5 4 5c2.043 0 3.496-1.176 4.188-2.594c.69-1.418.824-3.027.812-4.406v-1zM7.155 23h4.75c.035.328.098.664.094 1c-.016 2.023-1.07 3-2 3c-1.379 0-1.95-.535-2.406-1.469c-.328-.668-.367-1.629-.438-2.531m12.938 0h4.75c-.07.902-.11 1.863-.438 2.531C23.95 26.465 23.38 27 22 27c-.93 0-1.984-.977-2-3c-.004-.336.059-.672.094-1z"/></svg>
React
import type { SVGProps } from "react";
export function LaShoePrints(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M10 3C7.805 3 6.203 4.605 5.281 6.5C4.36 8.395 3.961 10.68 4 12.688c.047 2.332 1.063 4.687 1.063 4.687l.28.625h8.407l.219-.75s.789-2.941 1-5.75c.082-1.105.047-3.027-.563-4.844c-.304-.91-.746-1.8-1.469-2.5C12.216 3.457 11.188 3 10 3m12 0c-1.188 0-2.215.457-2.938 1.156c-.722.7-1.164 1.59-1.468 2.5c-.61 1.817-.645 3.739-.563 4.844c.211 2.809 1 5.75 1 5.75l.219.75h8.406l.282-.625S27.953 15.02 28 12.687c.04-2.007-.36-4.292-1.281-6.187C25.797 4.605 24.195 3 22 3M10 5c.703 0 1.129.203 1.531.594c.403.39.762 1.011 1 1.718c.473 1.415.531 3.215.469 4.063c-.164 2.176-.684 3.996-.844 4.625H6.72c-.242-.684-.692-2.016-.719-3.344c-.035-1.695.355-3.761 1.094-5.281C7.832 5.855 8.77 5 10 5m12 0c1.23 0 2.168.855 2.906 2.375c.739 1.52 1.125 3.586 1.094 5.281c-.027 1.328-.477 2.66-.719 3.344h-5.437c-.16-.629-.68-2.45-.844-4.625c-.063-.848-.004-2.648.469-4.063c.238-.707.597-1.328 1-1.718C20.87 5.204 21.297 5 22 5M5 21v1c-.012 1.379.121 2.988.813 4.406C6.502 27.824 7.957 29 10 29c2.262 0 3.98-2.215 4-5c.004-.645-.023-1.402-.25-2.25l-.188-.75zm13.438 0l-.188.75c-.227.848-.254 1.605-.25 2.25c.02 2.785 1.738 5 4 5c2.043 0 3.496-1.176 4.188-2.594c.69-1.418.824-3.027.812-4.406v-1zM7.155 23h4.75c.035.328.098.664.094 1c-.016 2.023-1.07 3-2 3c-1.379 0-1.95-.535-2.406-1.469c-.328-.668-.367-1.629-.438-2.531m12.938 0h4.75c-.07.902-.11 1.863-.438 2.531C23.95 26.465 23.38 27 22 27c-.93 0-1.984-.977-2-3c-.004-.336.059-.672.094-1z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M10 3C7.805 3 6.203 4.605 5.281 6.5C4.36 8.395 3.961 10.68 4 12.688c.047 2.332 1.063 4.687 1.063 4.687l.28.625h8.407l.219-.75s.789-2.941 1-5.75c.082-1.105.047-3.027-.563-4.844c-.304-.91-.746-1.8-1.469-2.5C12.216 3.457 11.188 3 10 3m12 0c-1.188 0-2.215.457-2.938 1.156c-.722.7-1.164 1.59-1.468 2.5c-.61 1.817-.645 3.739-.563 4.844c.211 2.809 1 5.75 1 5.75l.219.75h8.406l.282-.625S27.953 15.02 28 12.687c.04-2.007-.36-4.292-1.281-6.187C25.797 4.605 24.195 3 22 3M10 5c.703 0 1.129.203 1.531.594c.403.39.762 1.011 1 1.718c.473 1.415.531 3.215.469 4.063c-.164 2.176-.684 3.996-.844 4.625H6.72c-.242-.684-.692-2.016-.719-3.344c-.035-1.695.355-3.761 1.094-5.281C7.832 5.855 8.77 5 10 5m12 0c1.23 0 2.168.855 2.906 2.375c.739 1.52 1.125 3.586 1.094 5.281c-.027 1.328-.477 2.66-.719 3.344h-5.437c-.16-.629-.68-2.45-.844-4.625c-.063-.848-.004-2.648.469-4.063c.238-.707.597-1.328 1-1.718C20.87 5.204 21.297 5 22 5M5 21v1c-.012 1.379.121 2.988.813 4.406C6.502 27.824 7.957 29 10 29c2.262 0 3.98-2.215 4-5c.004-.645-.023-1.402-.25-2.25l-.188-.75zm13.438 0l-.188.75c-.227.848-.254 1.605-.25 2.25c.02 2.785 1.738 5 4 5c2.043 0 3.496-1.176 4.188-2.594c.69-1.418.824-3.027.812-4.406v-1zM7.155 23h4.75c.035.328.098.664.094 1c-.016 2.023-1.07 3-2 3c-1.379 0-1.95-.535-2.406-1.469c-.328-.668-.367-1.629-.438-2.531m12.938 0h4.75c-.07.902-.11 1.863-.438 2.531C23.95 26.465 23.38 27 22 27c-.93 0-1.984-.977-2-3c-.004-.336.059-.672.094-1z"/></svg> </template>
CSS
.icon-shoe-prints {
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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10%203C7.805%203%206.203%204.605%205.281%206.5C4.36%208.395%203.961%2010.68%204%2012.688c.047%202.332%201.063%204.687%201.063%204.687l.28.625h8.407l.219-.75s.789-2.941%201-5.75c.082-1.105.047-3.027-.563-4.844c-.304-.91-.746-1.8-1.469-2.5C12.216%203.457%2011.188%203%2010%203m12%200c-1.188%200-2.215.457-2.938%201.156c-.722.7-1.164%201.59-1.468%202.5c-.61%201.817-.645%203.739-.563%204.844c.211%202.809%201%205.75%201%205.75l.219.75h8.406l.282-.625S27.953%2015.02%2028%2012.687c.04-2.007-.36-4.292-1.281-6.187C25.797%204.605%2024.195%203%2022%203M10%205c.703%200%201.129.203%201.531.594c.403.39.762%201.011%201%201.718c.473%201.415.531%203.215.469%204.063c-.164%202.176-.684%203.996-.844%204.625H6.72c-.242-.684-.692-2.016-.719-3.344c-.035-1.695.355-3.761%201.094-5.281C7.832%205.855%208.77%205%2010%205m12%200c1.23%200%202.168.855%202.906%202.375c.739%201.52%201.125%203.586%201.094%205.281c-.027%201.328-.477%202.66-.719%203.344h-5.437c-.16-.629-.68-2.45-.844-4.625c-.063-.848-.004-2.648.469-4.063c.238-.707.597-1.328%201-1.718C20.87%205.204%2021.297%205%2022%205M5%2021v1c-.012%201.379.121%202.988.813%204.406C6.502%2027.824%207.957%2029%2010%2029c2.262%200%203.98-2.215%204-5c.004-.645-.023-1.402-.25-2.25l-.188-.75zm13.438%200l-.188.75c-.227.848-.254%201.605-.25%202.25c.02%202.785%201.738%205%204%205c2.043%200%203.496-1.176%204.188-2.594c.69-1.418.824-3.027.812-4.406v-1zM7.155%2023h4.75c.035.328.098.664.094%201c-.016%202.023-1.07%203-2%203c-1.379%200-1.95-.535-2.406-1.469c-.328-.668-.367-1.629-.438-2.531m12.938%200h4.75c-.07.902-.11%201.863-.438%202.531C23.95%2026.465%2023.38%2027%2022%2027c-.93%200-1.984-.977-2-3c-.004-.336.059-.672.094-1z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10%203C7.805%203%206.203%204.605%205.281%206.5C4.36%208.395%203.961%2010.68%204%2012.688c.047%202.332%201.063%204.687%201.063%204.687l.28.625h8.407l.219-.75s.789-2.941%201-5.75c.082-1.105.047-3.027-.563-4.844c-.304-.91-.746-1.8-1.469-2.5C12.216%203.457%2011.188%203%2010%203m12%200c-1.188%200-2.215.457-2.938%201.156c-.722.7-1.164%201.59-1.468%202.5c-.61%201.817-.645%203.739-.563%204.844c.211%202.809%201%205.75%201%205.75l.219.75h8.406l.282-.625S27.953%2015.02%2028%2012.687c.04-2.007-.36-4.292-1.281-6.187C25.797%204.605%2024.195%203%2022%203M10%205c.703%200%201.129.203%201.531.594c.403.39.762%201.011%201%201.718c.473%201.415.531%203.215.469%204.063c-.164%202.176-.684%203.996-.844%204.625H6.72c-.242-.684-.692-2.016-.719-3.344c-.035-1.695.355-3.761%201.094-5.281C7.832%205.855%208.77%205%2010%205m12%200c1.23%200%202.168.855%202.906%202.375c.739%201.52%201.125%203.586%201.094%205.281c-.027%201.328-.477%202.66-.719%203.344h-5.437c-.16-.629-.68-2.45-.844-4.625c-.063-.848-.004-2.648.469-4.063c.238-.707.597-1.328%201-1.718C20.87%205.204%2021.297%205%2022%205M5%2021v1c-.012%201.379.121%202.988.813%204.406C6.502%2027.824%207.957%2029%2010%2029c2.262%200%203.98-2.215%204-5c.004-.645-.023-1.402-.25-2.25l-.188-.75zm13.438%200l-.188.75c-.227.848-.254%201.605-.25%202.25c.02%202.785%201.738%205%204%205c2.043%200%203.496-1.176%204.188-2.594c.69-1.418.824-3.027.812-4.406v-1zM7.155%2023h4.75c.035.328.098.664.094%201c-.016%202.023-1.07%203-2%203c-1.379%200-1.95-.535-2.406-1.469c-.328-.668-.367-1.629-.438-2.531m12.938%200h4.75c-.07.902-.11%201.863-.438%202.531C23.95%2026.465%2023.38%2027%2022%2027c-.93%200-1.984-.977-2-3c-.004-.336.059-.672.094-1z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/la/shoe-prints.svg?color=%231a73e8&size=48