foot-outline from Health Icons by Resolve to Save Lives · Outline · Body · MIT Free for personal and commercial use.

Name
foot-outline
Set
Health Icons
Style
Outline
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"><g fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"><path d="M37.5 21.795V10h2v11.795c0 1.87.647 3.718 1.451 5.625c.563 1.336 1.05 2.965 1.05 4.58c-.001 2.349-1.055 3.905-2.446 4.832C38.219 37.722 36.633 38 35.5 38c-1.367 0-2.267-.292-3.028-.665c-.235-.115-.477-.25-.689-.367q-.14-.078-.259-.142a5 5 0 0 0-.84-.377c-.274-.092-.867-.156-1.696-.169c-.788-.012-1.67.022-2.444.067c-.847.049-1.599.35-2.52.72q-.42.17-.9.352c-.95.356-2.213.581-4.124.581c-1.983 0-2.93-.114-3.581-.393a3.7 3.7 0 0 1-.625-.357a4 4 0 0 0-.183-.117a3.4 3.4 0 0 1-.938.447c-.82.256-2.159.42-4.673.42c-.858 0-1.594-.206-2.168-.64c-.576-.437-.89-1.028-1.038-1.613c-.285-1.115-.014-2.341.27-3.098A1 1 0 0 1 7 32h3.65l.627-.502c1.165-.932 2.49-1.584 3.833-2.064c1.733-.62 3.928-1.57 5.918-2.833c1.944-1.234 3.6-2.71 4.495-4.388l.982-10.308l1.99.19l-1 10.5a1 1 0 0 1-.1.352c-1.108 2.215-3.158 3.986-5.295 5.343c-2.153 1.367-4.494 2.375-6.317 3.027c-1.2.43-2.312.987-3.257 1.742l-.627.503a2 2 0 0 1-1.25.438H7.751c-.088.434-.112.892-.02 1.253c.064.248.17.407.308.512c.142.108.42.235.961.235c2.486 0 3.564-.17 4.077-.33c.226-.07.332-.137.412-.192l.032-.024c.086-.066.318-.242.532-.348a1 1 0 0 1 .763-.055c.47.157.765.323 1.004.479l.168.111c.101.068.138.093.218.127c.224.096.777.232 2.794.232c1.762 0 2.767-.209 3.422-.454c.215-.08.443-.173.682-.27c.966-.39 2.117-.856 3.324-.926a37 37 0 0 1 2.591-.07c.816.013 1.696.07 2.297.271c.453.151.828.337 1.157.514l.342.188c.185.103.347.193.538.287c.514.252 1.114.46 2.147.46c.867 0 2.03-.222 2.945-.832C39.305 34.595 40 33.65 40 32c0-1.244-.383-2.594-.892-3.803c-.815-1.934-1.608-4.102-1.608-6.402"/><path d="M34 23a1 1 0 0 1 1 1h-1h1v.022l-.001.04q0 .047-.006.127a7.4 7.4 0 0 1-.357 1.814c-.36 1.084-1.104 2.444-2.622 3.355a1 1 0 0 1-1.029-1.716c.983-.589 1.49-1.479 1.754-2.27a5.4 5.4 0 0 0 .258-1.297l.003-.068v-.012A1 1 0 0 1 34 23"/></g></svg>

React

import type { SVGProps } from "react";

export function HealthiconsFootOutline(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor" fillRule="evenodd" clipRule="evenodd"><path d="M37.5 21.795V10h2v11.795c0 1.87.647 3.718 1.451 5.625c.563 1.336 1.05 2.965 1.05 4.58c-.001 2.349-1.055 3.905-2.446 4.832C38.219 37.722 36.633 38 35.5 38c-1.367 0-2.267-.292-3.028-.665c-.235-.115-.477-.25-.689-.367q-.14-.078-.259-.142a5 5 0 0 0-.84-.377c-.274-.092-.867-.156-1.696-.169c-.788-.012-1.67.022-2.444.067c-.847.049-1.599.35-2.52.72q-.42.17-.9.352c-.95.356-2.213.581-4.124.581c-1.983 0-2.93-.114-3.581-.393a3.7 3.7 0 0 1-.625-.357a4 4 0 0 0-.183-.117a3.4 3.4 0 0 1-.938.447c-.82.256-2.159.42-4.673.42c-.858 0-1.594-.206-2.168-.64c-.576-.437-.89-1.028-1.038-1.613c-.285-1.115-.014-2.341.27-3.098A1 1 0 0 1 7 32h3.65l.627-.502c1.165-.932 2.49-1.584 3.833-2.064c1.733-.62 3.928-1.57 5.918-2.833c1.944-1.234 3.6-2.71 4.495-4.388l.982-10.308l1.99.19l-1 10.5a1 1 0 0 1-.1.352c-1.108 2.215-3.158 3.986-5.295 5.343c-2.153 1.367-4.494 2.375-6.317 3.027c-1.2.43-2.312.987-3.257 1.742l-.627.503a2 2 0 0 1-1.25.438H7.751c-.088.434-.112.892-.02 1.253c.064.248.17.407.308.512c.142.108.42.235.961.235c2.486 0 3.564-.17 4.077-.33c.226-.07.332-.137.412-.192l.032-.024c.086-.066.318-.242.532-.348a1 1 0 0 1 .763-.055c.47.157.765.323 1.004.479l.168.111c.101.068.138.093.218.127c.224.096.777.232 2.794.232c1.762 0 2.767-.209 3.422-.454c.215-.08.443-.173.682-.27c.966-.39 2.117-.856 3.324-.926a37 37 0 0 1 2.591-.07c.816.013 1.696.07 2.297.271c.453.151.828.337 1.157.514l.342.188c.185.103.347.193.538.287c.514.252 1.114.46 2.147.46c.867 0 2.03-.222 2.945-.832C39.305 34.595 40 33.65 40 32c0-1.244-.383-2.594-.892-3.803c-.815-1.934-1.608-4.102-1.608-6.402"/><path d="M34 23a1 1 0 0 1 1 1h-1h1v.022l-.001.04q0 .047-.006.127a7.4 7.4 0 0 1-.357 1.814c-.36 1.084-1.104 2.444-2.622 3.355a1 1 0 0 1-1.029-1.716c.983-.589 1.49-1.479 1.754-2.27a5.4 5.4 0 0 0 .258-1.297l.003-.068v-.012A1 1 0 0 1 34 23"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"><path d="M37.5 21.795V10h2v11.795c0 1.87.647 3.718 1.451 5.625c.563 1.336 1.05 2.965 1.05 4.58c-.001 2.349-1.055 3.905-2.446 4.832C38.219 37.722 36.633 38 35.5 38c-1.367 0-2.267-.292-3.028-.665c-.235-.115-.477-.25-.689-.367q-.14-.078-.259-.142a5 5 0 0 0-.84-.377c-.274-.092-.867-.156-1.696-.169c-.788-.012-1.67.022-2.444.067c-.847.049-1.599.35-2.52.72q-.42.17-.9.352c-.95.356-2.213.581-4.124.581c-1.983 0-2.93-.114-3.581-.393a3.7 3.7 0 0 1-.625-.357a4 4 0 0 0-.183-.117a3.4 3.4 0 0 1-.938.447c-.82.256-2.159.42-4.673.42c-.858 0-1.594-.206-2.168-.64c-.576-.437-.89-1.028-1.038-1.613c-.285-1.115-.014-2.341.27-3.098A1 1 0 0 1 7 32h3.65l.627-.502c1.165-.932 2.49-1.584 3.833-2.064c1.733-.62 3.928-1.57 5.918-2.833c1.944-1.234 3.6-2.71 4.495-4.388l.982-10.308l1.99.19l-1 10.5a1 1 0 0 1-.1.352c-1.108 2.215-3.158 3.986-5.295 5.343c-2.153 1.367-4.494 2.375-6.317 3.027c-1.2.43-2.312.987-3.257 1.742l-.627.503a2 2 0 0 1-1.25.438H7.751c-.088.434-.112.892-.02 1.253c.064.248.17.407.308.512c.142.108.42.235.961.235c2.486 0 3.564-.17 4.077-.33c.226-.07.332-.137.412-.192l.032-.024c.086-.066.318-.242.532-.348a1 1 0 0 1 .763-.055c.47.157.765.323 1.004.479l.168.111c.101.068.138.093.218.127c.224.096.777.232 2.794.232c1.762 0 2.767-.209 3.422-.454c.215-.08.443-.173.682-.27c.966-.39 2.117-.856 3.324-.926a37 37 0 0 1 2.591-.07c.816.013 1.696.07 2.297.271c.453.151.828.337 1.157.514l.342.188c.185.103.347.193.538.287c.514.252 1.114.46 2.147.46c.867 0 2.03-.222 2.945-.832C39.305 34.595 40 33.65 40 32c0-1.244-.383-2.594-.892-3.803c-.815-1.934-1.608-4.102-1.608-6.402"/><path d="M34 23a1 1 0 0 1 1 1h-1h1v.022l-.001.04q0 .047-.006.127a7.4 7.4 0 0 1-.357 1.814c-.36 1.084-1.104 2.444-2.622 3.355a1 1 0 0 1-1.029-1.716c.983-.589 1.49-1.479 1.754-2.27a5.4 5.4 0 0 0 .258-1.297l.003-.068v-.012A1 1 0 0 1 34 23"/></g></svg>
</template>

CSS

.icon-foot-outline {
  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%3Cg%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M37.5%2021.795V10h2v11.795c0%201.87.647%203.718%201.451%205.625c.563%201.336%201.05%202.965%201.05%204.58c-.001%202.349-1.055%203.905-2.446%204.832C38.219%2037.722%2036.633%2038%2035.5%2038c-1.367%200-2.267-.292-3.028-.665c-.235-.115-.477-.25-.689-.367q-.14-.078-.259-.142a5%205%200%200%200-.84-.377c-.274-.092-.867-.156-1.696-.169c-.788-.012-1.67.022-2.444.067c-.847.049-1.599.35-2.52.72q-.42.17-.9.352c-.95.356-2.213.581-4.124.581c-1.983%200-2.93-.114-3.581-.393a3.7%203.7%200%200%201-.625-.357a4%204%200%200%200-.183-.117a3.4%203.4%200%200%201-.938.447c-.82.256-2.159.42-4.673.42c-.858%200-1.594-.206-2.168-.64c-.576-.437-.89-1.028-1.038-1.613c-.285-1.115-.014-2.341.27-3.098A1%201%200%200%201%207%2032h3.65l.627-.502c1.165-.932%202.49-1.584%203.833-2.064c1.733-.62%203.928-1.57%205.918-2.833c1.944-1.234%203.6-2.71%204.495-4.388l.982-10.308l1.99.19l-1%2010.5a1%201%200%200%201-.1.352c-1.108%202.215-3.158%203.986-5.295%205.343c-2.153%201.367-4.494%202.375-6.317%203.027c-1.2.43-2.312.987-3.257%201.742l-.627.503a2%202%200%200%201-1.25.438H7.751c-.088.434-.112.892-.02%201.253c.064.248.17.407.308.512c.142.108.42.235.961.235c2.486%200%203.564-.17%204.077-.33c.226-.07.332-.137.412-.192l.032-.024c.086-.066.318-.242.532-.348a1%201%200%200%201%20.763-.055c.47.157.765.323%201.004.479l.168.111c.101.068.138.093.218.127c.224.096.777.232%202.794.232c1.762%200%202.767-.209%203.422-.454c.215-.08.443-.173.682-.27c.966-.39%202.117-.856%203.324-.926a37%2037%200%200%201%202.591-.07c.816.013%201.696.07%202.297.271c.453.151.828.337%201.157.514l.342.188c.185.103.347.193.538.287c.514.252%201.114.46%202.147.46c.867%200%202.03-.222%202.945-.832C39.305%2034.595%2040%2033.65%2040%2032c0-1.244-.383-2.594-.892-3.803c-.815-1.934-1.608-4.102-1.608-6.402%22%2F%3E%3Cpath%20d%3D%22M34%2023a1%201%200%200%201%201%201h-1h1v.022l-.001.04q0%20.047-.006.127a7.4%207.4%200%200%201-.357%201.814c-.36%201.084-1.104%202.444-2.622%203.355a1%201%200%200%201-1.029-1.716c.983-.589%201.49-1.479%201.754-2.27a5.4%205.4%200%200%200%20.258-1.297l.003-.068v-.012A1%201%200%200%201%2034%2023%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M37.5%2021.795V10h2v11.795c0%201.87.647%203.718%201.451%205.625c.563%201.336%201.05%202.965%201.05%204.58c-.001%202.349-1.055%203.905-2.446%204.832C38.219%2037.722%2036.633%2038%2035.5%2038c-1.367%200-2.267-.292-3.028-.665c-.235-.115-.477-.25-.689-.367q-.14-.078-.259-.142a5%205%200%200%200-.84-.377c-.274-.092-.867-.156-1.696-.169c-.788-.012-1.67.022-2.444.067c-.847.049-1.599.35-2.52.72q-.42.17-.9.352c-.95.356-2.213.581-4.124.581c-1.983%200-2.93-.114-3.581-.393a3.7%203.7%200%200%201-.625-.357a4%204%200%200%200-.183-.117a3.4%203.4%200%200%201-.938.447c-.82.256-2.159.42-4.673.42c-.858%200-1.594-.206-2.168-.64c-.576-.437-.89-1.028-1.038-1.613c-.285-1.115-.014-2.341.27-3.098A1%201%200%200%201%207%2032h3.65l.627-.502c1.165-.932%202.49-1.584%203.833-2.064c1.733-.62%203.928-1.57%205.918-2.833c1.944-1.234%203.6-2.71%204.495-4.388l.982-10.308l1.99.19l-1%2010.5a1%201%200%200%201-.1.352c-1.108%202.215-3.158%203.986-5.295%205.343c-2.153%201.367-4.494%202.375-6.317%203.027c-1.2.43-2.312.987-3.257%201.742l-.627.503a2%202%200%200%201-1.25.438H7.751c-.088.434-.112.892-.02%201.253c.064.248.17.407.308.512c.142.108.42.235.961.235c2.486%200%203.564-.17%204.077-.33c.226-.07.332-.137.412-.192l.032-.024c.086-.066.318-.242.532-.348a1%201%200%200%201%20.763-.055c.47.157.765.323%201.004.479l.168.111c.101.068.138.093.218.127c.224.096.777.232%202.794.232c1.762%200%202.767-.209%203.422-.454c.215-.08.443-.173.682-.27c.966-.39%202.117-.856%203.324-.926a37%2037%200%200%201%202.591-.07c.816.013%201.696.07%202.297.271c.453.151.828.337%201.157.514l.342.188c.185.103.347.193.538.287c.514.252%201.114.46%202.147.46c.867%200%202.03-.222%202.945-.832C39.305%2034.595%2040%2033.65%2040%2032c0-1.244-.383-2.594-.892-3.803c-.815-1.934-1.608-4.102-1.608-6.402%22%2F%3E%3Cpath%20d%3D%22M34%2023a1%201%200%200%201%201%201h-1h1v.022l-.001.04q0%20.047-.006.127a7.4%207.4%200%200%201-.357%201.814c-.36%201.084-1.104%202.444-2.622%203.355a1%201%200%200%201-1.029-1.716c.983-.589%201.49-1.479%201.754-2.27a5.4%205.4%200%200%200%20.258-1.297l.003-.068v-.012A1%201%200%200%201%2034%2023%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/healthicons/foot-outline.svg?color=%231a73e8&size=48