foot icon
foot from Health Icons by Resolve to Save Lives · Filled · Body · MIT Free for personal and commercial use.
- Name
- foot
- Set
- Health Icons
- Style
- Filled
- Category
- Body
- Viewbox
- 48×48
- License
- MIT
3 other variants in Health Icons
The same icon in other sets
More body icons from Health Icons
Use the foot icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" fill-rule="evenodd" d="M40.451 10a1 1 0 0 0-1-1H28.235a1 1 0 0 0-1 1v2.027l-.997 10.654c-.917 1.756-2.619 3.295-4.61 4.578c-2.035 1.313-4.279 2.298-6.046 2.94c-1.353.49-2.687 1.157-3.856 2.108l-.67.545H7.335a1 1 0 0 0-.939.654c-.287.78-.56 2.04-.274 3.182c.15.597.465 1.202 1.047 1.65S8.498 39 9.373 39c2.563 0 3.927-.17 4.763-.436c.435-.138.725-.3.958-.464a2 2 0 0 1 .192.124c.134.094.36.25.633.369c.662.288 1.628.407 3.65.407c1.965 0 3.256-.237 4.227-.612q.461-.18.868-.348c.945-.387 1.716-.702 2.584-.754a35 35 0 0 1 2.498-.07c.849.014 1.456.08 1.737.175c.304.104.571.235.859.392l.264.148c.216.122.462.261.702.38c.774.387 1.69.689 3.084.689c1.156 0 2.771-.288 4.13-1.21C41.935 36.833 43 35.23 43 32.816c0-1.722-.528-3.465-1.127-4.875c-.795-1.872-1.422-3.701-1.422-5.545zM36.5 25a1 1 0 0 0-2-.005v.012l-.003.067a5.4 5.4 0 0 1-.258 1.297c-.264.792-.771 1.682-1.754 2.271a1 1 0 0 0 1.03 1.716c1.517-.911 2.26-2.271 2.621-3.354a7.4 7.4 0 0 0 .357-1.815l.006-.128v-.039l.001-.013zh-1z" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function HealthiconsFoot(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" fillRule="evenodd" d="M40.451 10a1 1 0 0 0-1-1H28.235a1 1 0 0 0-1 1v2.027l-.997 10.654c-.917 1.756-2.619 3.295-4.61 4.578c-2.035 1.313-4.279 2.298-6.046 2.94c-1.353.49-2.687 1.157-3.856 2.108l-.67.545H7.335a1 1 0 0 0-.939.654c-.287.78-.56 2.04-.274 3.182c.15.597.465 1.202 1.047 1.65S8.498 39 9.373 39c2.563 0 3.927-.17 4.763-.436c.435-.138.725-.3.958-.464a2 2 0 0 1 .192.124c.134.094.36.25.633.369c.662.288 1.628.407 3.65.407c1.965 0 3.256-.237 4.227-.612q.461-.18.868-.348c.945-.387 1.716-.702 2.584-.754a35 35 0 0 1 2.498-.07c.849.014 1.456.08 1.737.175c.304.104.571.235.859.392l.264.148c.216.122.462.261.702.38c.774.387 1.69.689 3.084.689c1.156 0 2.771-.288 4.13-1.21C41.935 36.833 43 35.23 43 32.816c0-1.722-.528-3.465-1.127-4.875c-.795-1.872-1.422-3.701-1.422-5.545zM36.5 25a1 1 0 0 0-2-.005v.012l-.003.067a5.4 5.4 0 0 1-.258 1.297c-.264.792-.771 1.682-1.754 2.271a1 1 0 0 0 1.03 1.716c1.517-.911 2.26-2.271 2.621-3.354a7.4 7.4 0 0 0 .357-1.815l.006-.128v-.039l.001-.013zh-1z" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" fill-rule="evenodd" d="M40.451 10a1 1 0 0 0-1-1H28.235a1 1 0 0 0-1 1v2.027l-.997 10.654c-.917 1.756-2.619 3.295-4.61 4.578c-2.035 1.313-4.279 2.298-6.046 2.94c-1.353.49-2.687 1.157-3.856 2.108l-.67.545H7.335a1 1 0 0 0-.939.654c-.287.78-.56 2.04-.274 3.182c.15.597.465 1.202 1.047 1.65S8.498 39 9.373 39c2.563 0 3.927-.17 4.763-.436c.435-.138.725-.3.958-.464a2 2 0 0 1 .192.124c.134.094.36.25.633.369c.662.288 1.628.407 3.65.407c1.965 0 3.256-.237 4.227-.612q.461-.18.868-.348c.945-.387 1.716-.702 2.584-.754a35 35 0 0 1 2.498-.07c.849.014 1.456.08 1.737.175c.304.104.571.235.859.392l.264.148c.216.122.462.261.702.38c.774.387 1.69.689 3.084.689c1.156 0 2.771-.288 4.13-1.21C41.935 36.833 43 35.23 43 32.816c0-1.722-.528-3.465-1.127-4.875c-.795-1.872-1.422-3.701-1.422-5.545zM36.5 25a1 1 0 0 0-2-.005v.012l-.003.067a5.4 5.4 0 0 1-.258 1.297c-.264.792-.771 1.682-1.754 2.271a1 1 0 0 0 1.03 1.716c1.517-.911 2.26-2.271 2.621-3.354a7.4 7.4 0 0 0 .357-1.815l.006-.128v-.039l.001-.013zh-1z" clip-rule="evenodd"/></svg> </template>
CSS
.icon-foot {
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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M40.451%2010a1%201%200%200%200-1-1H28.235a1%201%200%200%200-1%201v2.027l-.997%2010.654c-.917%201.756-2.619%203.295-4.61%204.578c-2.035%201.313-4.279%202.298-6.046%202.94c-1.353.49-2.687%201.157-3.856%202.108l-.67.545H7.335a1%201%200%200%200-.939.654c-.287.78-.56%202.04-.274%203.182c.15.597.465%201.202%201.047%201.65S8.498%2039%209.373%2039c2.563%200%203.927-.17%204.763-.436c.435-.138.725-.3.958-.464a2%202%200%200%201%20.192.124c.134.094.36.25.633.369c.662.288%201.628.407%203.65.407c1.965%200%203.256-.237%204.227-.612q.461-.18.868-.348c.945-.387%201.716-.702%202.584-.754a35%2035%200%200%201%202.498-.07c.849.014%201.456.08%201.737.175c.304.104.571.235.859.392l.264.148c.216.122.462.261.702.38c.774.387%201.69.689%203.084.689c1.156%200%202.771-.288%204.13-1.21C41.935%2036.833%2043%2035.23%2043%2032.816c0-1.722-.528-3.465-1.127-4.875c-.795-1.872-1.422-3.701-1.422-5.545zM36.5%2025a1%201%200%200%200-2-.005v.012l-.003.067a5.4%205.4%200%200%201-.258%201.297c-.264.792-.771%201.682-1.754%202.271a1%201%200%200%200%201.03%201.716c1.517-.911%202.26-2.271%202.621-3.354a7.4%207.4%200%200%200%20.357-1.815l.006-.128v-.039l.001-.013zh-1z%22%20clip-rule%3D%22evenodd%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M40.451%2010a1%201%200%200%200-1-1H28.235a1%201%200%200%200-1%201v2.027l-.997%2010.654c-.917%201.756-2.619%203.295-4.61%204.578c-2.035%201.313-4.279%202.298-6.046%202.94c-1.353.49-2.687%201.157-3.856%202.108l-.67.545H7.335a1%201%200%200%200-.939.654c-.287.78-.56%202.04-.274%203.182c.15.597.465%201.202%201.047%201.65S8.498%2039%209.373%2039c2.563%200%203.927-.17%204.763-.436c.435-.138.725-.3.958-.464a2%202%200%200%201%20.192.124c.134.094.36.25.633.369c.662.288%201.628.407%203.65.407c1.965%200%203.256-.237%204.227-.612q.461-.18.868-.348c.945-.387%201.716-.702%202.584-.754a35%2035%200%200%201%202.498-.07c.849.014%201.456.08%201.737.175c.304.104.571.235.859.392l.264.148c.216.122.462.261.702.38c.774.387%201.69.689%203.084.689c1.156%200%202.771-.288%204.13-1.21C41.935%2036.833%2043%2035.23%2043%2032.816c0-1.722-.528-3.465-1.127-4.875c-.795-1.872-1.422-3.701-1.422-5.545zM36.5%2025a1%201%200%200%200-2-.005v.012l-.003.067a5.4%205.4%200%200%201-.258%201.297c-.264.792-.771%201.682-1.754%202.271a1%201%200%200%200%201.03%201.716c1.517-.911%202.26-2.271%202.621-3.354a7.4%207.4%200%200%200%20.357-1.815l.006-.128v-.039l.001-.013zh-1z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/healthicons/foot.svg?color=%231a73e8&size=48