foot icon
foot-fill from MingCute Icon by MingCute Design · Fill · Apache-2.0 Free for personal and commercial use.
- Name
- foot-fill
- Set
- MingCute Icon
- Style
- Fill
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in MingCute Icon
The same icon in other sets
Use the foot icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11 3.5a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0m5 0a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0m2.5 3a1 1 0 1 0 0-2a1 1 0 0 0 0 2M7 5.5a2 2 0 1 1-4 0a2 2 0 0 1 4 0m6.208.638c-1.896-.392-3.851.072-5.248 1.12c-1.42 1.062-2.313 2.787-1.828 4.792c.316 1.31 1.142 1.96 1.84 2.421q.151.098.308.195c.66.411 1.35.84 1.261 1.706c-.033.32-.092.636-.15.949c-.153.832-.304 1.649.022 2.496c.717 1.857 3.003 2.599 4.763 1.873c2.942-1.214 4.876-4.966 4.823-8.013c-.066-3.749-2.028-6.76-5.79-7.54"/></svg>
React
import type { SVGProps } from "react";
export function MingcuteFootFill(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="M11 3.5a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0m5 0a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0m2.5 3a1 1 0 1 0 0-2a1 1 0 0 0 0 2M7 5.5a2 2 0 1 1-4 0a2 2 0 0 1 4 0m6.208.638c-1.896-.392-3.851.072-5.248 1.12c-1.42 1.062-2.313 2.787-1.828 4.792c.316 1.31 1.142 1.96 1.84 2.421q.151.098.308.195c.66.411 1.35.84 1.261 1.706c-.033.32-.092.636-.15.949c-.153.832-.304 1.649.022 2.496c.717 1.857 3.003 2.599 4.763 1.873c2.942-1.214 4.876-4.966 4.823-8.013c-.066-3.749-2.028-6.76-5.79-7.54"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11 3.5a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0m5 0a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0m2.5 3a1 1 0 1 0 0-2a1 1 0 0 0 0 2M7 5.5a2 2 0 1 1-4 0a2 2 0 0 1 4 0m6.208.638c-1.896-.392-3.851.072-5.248 1.12c-1.42 1.062-2.313 2.787-1.828 4.792c.316 1.31 1.142 1.96 1.84 2.421q.151.098.308.195c.66.411 1.35.84 1.261 1.706c-.033.32-.092.636-.15.949c-.153.832-.304 1.649.022 2.496c.717 1.857 3.003 2.599 4.763 1.873c2.942-1.214 4.876-4.966 4.823-8.013c-.066-3.749-2.028-6.76-5.79-7.54"/></svg> </template>
CSS
.icon-foot-fill {
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%22M11%203.5a1.5%201.5%200%201%201-3%200a1.5%201.5%200%200%201%203%200m5%200a1.5%201.5%200%201%201-3%200a1.5%201.5%200%200%201%203%200m2.5%203a1%201%200%201%200%200-2a1%201%200%200%200%200%202M7%205.5a2%202%200%201%201-4%200a2%202%200%200%201%204%200m6.208.638c-1.896-.392-3.851.072-5.248%201.12c-1.42%201.062-2.313%202.787-1.828%204.792c.316%201.31%201.142%201.96%201.84%202.421q.151.098.308.195c.66.411%201.35.84%201.261%201.706c-.033.32-.092.636-.15.949c-.153.832-.304%201.649.022%202.496c.717%201.857%203.003%202.599%204.763%201.873c2.942-1.214%204.876-4.966%204.823-8.013c-.066-3.749-2.028-6.76-5.79-7.54%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%22M11%203.5a1.5%201.5%200%201%201-3%200a1.5%201.5%200%200%201%203%200m5%200a1.5%201.5%200%201%201-3%200a1.5%201.5%200%200%201%203%200m2.5%203a1%201%200%201%200%200-2a1%201%200%200%200%200%202M7%205.5a2%202%200%201%201-4%200a2%202%200%200%201%204%200m6.208.638c-1.896-.392-3.851.072-5.248%201.12c-1.42%201.062-2.313%202.787-1.828%204.792c.316%201.31%201.142%201.96%201.84%202.421q.151.098.308.195c.66.411%201.35.84%201.261%201.706c-.033.32-.092.636-.15.949c-.153.832-.304%201.649.022%202.496c.717%201.857%203.003%202.599%204.763%201.873c2.942-1.214%204.876-4.966%204.823-8.013c-.066-3.749-2.028-6.76-5.79-7.54%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mingcute/foot-fill.svg?color=%231a73e8&size=48