foot icon
foot-outline-24px from Health Icons by Resolve to Save Lives · Outline 24px · Body · MIT Free for personal and commercial use.
- Name
- foot-outline-24px
- Set
- Health Icons
- Style
- Outline 24px
- Category
- Body
- Viewbox
- 24×24
- 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 24 24"><path fill="currentColor" fill-rule="evenodd" d="m14.495 4.089l-.912 8.252c-.23 1.492-3.985 3.433-6.156 4.226c-.192.07-.37.124-.536.17c-.404.113-.826.306-1.254.501c-.703.32-1.424.65-2.11.65H2.353a.35.35 0 0 0-.352.351A1.76 1.76 0 0 0 3.76 20h1.063a2 2 0 0 0 .827-.179l.338-.153a.2.2 0 0 1 .165 0l.337.153a2 2 0 0 0 .827.179H9.45a3 3 0 0 0 1.313-.302l.928-.452a3 3 0 0 1 1.313-.302h1.264c.322 0 .643.052.948.153l2.402.8c.204.068.42.104.634.1c4.123-.097 4.723-2.063 2.4-6.118a2.1 2.1 0 0 1-.284-1.039V4.1a.1.1 0 0 0-.1-.1h-5.673a.1.1 0 0 0-.099.089m4.217 9.933a.75.75 0 1 0-1.5.019c.007.506.005.839-.104 1.108c-.079.196-.245.432-.804.604a.75.75 0 0 0 .44 1.434c.923-.284 1.482-.8 1.755-1.477c.23-.57.22-1.189.214-1.616z" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function HealthiconsFootOutline24px(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" fillRule="evenodd" d="m14.495 4.089l-.912 8.252c-.23 1.492-3.985 3.433-6.156 4.226c-.192.07-.37.124-.536.17c-.404.113-.826.306-1.254.501c-.703.32-1.424.65-2.11.65H2.353a.35.35 0 0 0-.352.351A1.76 1.76 0 0 0 3.76 20h1.063a2 2 0 0 0 .827-.179l.338-.153a.2.2 0 0 1 .165 0l.337.153a2 2 0 0 0 .827.179H9.45a3 3 0 0 0 1.313-.302l.928-.452a3 3 0 0 1 1.313-.302h1.264c.322 0 .643.052.948.153l2.402.8c.204.068.42.104.634.1c4.123-.097 4.723-2.063 2.4-6.118a2.1 2.1 0 0 1-.284-1.039V4.1a.1.1 0 0 0-.1-.1h-5.673a.1.1 0 0 0-.099.089m4.217 9.933a.75.75 0 1 0-1.5.019c.007.506.005.839-.104 1.108c-.079.196-.245.432-.804.604a.75.75 0 0 0 .44 1.434c.923-.284 1.482-.8 1.755-1.477c.23-.57.22-1.189.214-1.616z" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="m14.495 4.089l-.912 8.252c-.23 1.492-3.985 3.433-6.156 4.226c-.192.07-.37.124-.536.17c-.404.113-.826.306-1.254.501c-.703.32-1.424.65-2.11.65H2.353a.35.35 0 0 0-.352.351A1.76 1.76 0 0 0 3.76 20h1.063a2 2 0 0 0 .827-.179l.338-.153a.2.2 0 0 1 .165 0l.337.153a2 2 0 0 0 .827.179H9.45a3 3 0 0 0 1.313-.302l.928-.452a3 3 0 0 1 1.313-.302h1.264c.322 0 .643.052.948.153l2.402.8c.204.068.42.104.634.1c4.123-.097 4.723-2.063 2.4-6.118a2.1 2.1 0 0 1-.284-1.039V4.1a.1.1 0 0 0-.1-.1h-5.673a.1.1 0 0 0-.099.089m4.217 9.933a.75.75 0 1 0-1.5.019c.007.506.005.839-.104 1.108c-.079.196-.245.432-.804.604a.75.75 0 0 0 .44 1.434c.923-.284 1.482-.8 1.755-1.477c.23-.57.22-1.189.214-1.616z" clip-rule="evenodd"/></svg> </template>
CSS
.icon-foot-outline-24px {
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%20fill-rule%3D%22evenodd%22%20d%3D%22m14.495%204.089l-.912%208.252c-.23%201.492-3.985%203.433-6.156%204.226c-.192.07-.37.124-.536.17c-.404.113-.826.306-1.254.501c-.703.32-1.424.65-2.11.65H2.353a.35.35%200%200%200-.352.351A1.76%201.76%200%200%200%203.76%2020h1.063a2%202%200%200%200%20.827-.179l.338-.153a.2.2%200%200%201%20.165%200l.337.153a2%202%200%200%200%20.827.179H9.45a3%203%200%200%200%201.313-.302l.928-.452a3%203%200%200%201%201.313-.302h1.264c.322%200%20.643.052.948.153l2.402.8c.204.068.42.104.634.1c4.123-.097%204.723-2.063%202.4-6.118a2.1%202.1%200%200%201-.284-1.039V4.1a.1.1%200%200%200-.1-.1h-5.673a.1.1%200%200%200-.099.089m4.217%209.933a.75.75%200%201%200-1.5.019c.007.506.005.839-.104%201.108c-.079.196-.245.432-.804.604a.75.75%200%200%200%20.44%201.434c.923-.284%201.482-.8%201.755-1.477c.23-.57.22-1.189.214-1.616z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22m14.495%204.089l-.912%208.252c-.23%201.492-3.985%203.433-6.156%204.226c-.192.07-.37.124-.536.17c-.404.113-.826.306-1.254.501c-.703.32-1.424.65-2.11.65H2.353a.35.35%200%200%200-.352.351A1.76%201.76%200%200%200%203.76%2020h1.063a2%202%200%200%200%20.827-.179l.338-.153a.2.2%200%200%201%20.165%200l.337.153a2%202%200%200%200%20.827.179H9.45a3%203%200%200%200%201.313-.302l.928-.452a3%203%200%200%201%201.313-.302h1.264c.322%200%20.643.052.948.153l2.402.8c.204.068.42.104.634.1c4.123-.097%204.723-2.063%202.4-6.118a2.1%202.1%200%200%201-.284-1.039V4.1a.1.1%200%200%200-.1-.1h-5.673a.1.1%200%200%200-.099.089m4.217%209.933a.75.75%200%201%200-1.5.019c.007.506.005.839-.104%201.108c-.079.196-.245.432-.804.604a.75.75%200%200%200%20.44%201.434c.923-.284%201.482-.8%201.755-1.477c.23-.57.22-1.189.214-1.616z%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-outline-24px.svg?color=%231a73e8&size=48