foot from Fluent Emoji High Contrast by Microsoft Corporation · Default · People & Body · MIT Free for personal and commercial use.

Name
foot
Set
Fluent Emoji High Contrast
Style
Default
Category
People & Body
Viewbox
32×32
License
MIT

The same emoji in other sets

More people & body icons from Fluent Emoji High Contrast

Use the foot emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="M23.313 23c-1.75 0-2.24-1.875-2.344-3c0-.437-.269-1.031-.969-1.031s-.953.484-.953.922c0 1.593.797 4.109 4.265 4.109c1.61 0 2.579-.828 2.75-1.812c-.296.296-1 .812-2.75.812"/><path d="M17.64 10.668c1.357-1.202 3.025-1.605 4.422-1.605c1.485 0 2.706.324 3.692.934s1.666 1.461 2.137 2.402c.916 1.832 1.083 4.111 1.186 5.903c.098 1.723.34 2.525.612 3.212q.09.227.196.473c.261.617.576 1.36.838 2.516c.362 1.601.102 3.203-.777 4.428c-.893 1.243-2.35 1.993-4.149 1.993H4.92c-1.257 0-2.253-.457-2.927-1.2c-.656-.724-.945-1.65-.945-2.505c0-.83.261-1.813.851-2.613a3.52 3.52 0 0 1 2.906-1.465c.464-.007.826.126 1.04.204l.003.001c.243.09.269.091.294.091c.198 0 .586-.095 1.126-.295c.391-.145.776-.31 1.125-.461l.306-.132l.616-.257c2.465-1.021 5.387-2.233 5.923-5.729c.111-2.772 1.038-4.684 2.404-5.895m1.328 1.497c-.883.783-1.649 2.15-1.734 4.527l-.002.055l-.008.054c-.69 4.725-4.748 6.37-7.128 7.336a42 42 0 0 0-.882.367a26 26 0 0 1-1.252.514c-.433.16-.963.334-1.462.396v1.07a1 1 0 0 1-1 1H3.066c.048.333.186.652.407.896c.262.289.702.544 1.446.544h20.879c1.211 0 2.039-.485 2.523-1.16c.497-.692.707-1.69.451-2.82c-.219-.967-.454-1.523-.705-2.118a27 27 0 0 1-.238-.576c-.357-.903-.64-1.917-.75-3.834c-.105-1.846-.273-3.715-.977-5.122c-.34-.678-.79-1.219-1.4-1.596c-.611-.378-1.452-.636-2.64-.636c-1.04 0-2.192.303-3.094 1.103M3.165 26.485H5.5V25.34a4 4 0 0 1-.298-.101l-.043-.016c-.197-.072-.26-.085-.328-.084h-.018c-.614 0-1.02.267-1.305.653a2.4 2.4 0 0 0-.344.691"/></g></svg>

React

import type { SVGProps } from "react";

export function FluentEmojiHighContrastFoot(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="M23.313 23c-1.75 0-2.24-1.875-2.344-3c0-.437-.269-1.031-.969-1.031s-.953.484-.953.922c0 1.593.797 4.109 4.265 4.109c1.61 0 2.579-.828 2.75-1.812c-.296.296-1 .812-2.75.812"/><path d="M17.64 10.668c1.357-1.202 3.025-1.605 4.422-1.605c1.485 0 2.706.324 3.692.934s1.666 1.461 2.137 2.402c.916 1.832 1.083 4.111 1.186 5.903c.098 1.723.34 2.525.612 3.212q.09.227.196.473c.261.617.576 1.36.838 2.516c.362 1.601.102 3.203-.777 4.428c-.893 1.243-2.35 1.993-4.149 1.993H4.92c-1.257 0-2.253-.457-2.927-1.2c-.656-.724-.945-1.65-.945-2.505c0-.83.261-1.813.851-2.613a3.52 3.52 0 0 1 2.906-1.465c.464-.007.826.126 1.04.204l.003.001c.243.09.269.091.294.091c.198 0 .586-.095 1.126-.295c.391-.145.776-.31 1.125-.461l.306-.132l.616-.257c2.465-1.021 5.387-2.233 5.923-5.729c.111-2.772 1.038-4.684 2.404-5.895m1.328 1.497c-.883.783-1.649 2.15-1.734 4.527l-.002.055l-.008.054c-.69 4.725-4.748 6.37-7.128 7.336a42 42 0 0 0-.882.367a26 26 0 0 1-1.252.514c-.433.16-.963.334-1.462.396v1.07a1 1 0 0 1-1 1H3.066c.048.333.186.652.407.896c.262.289.702.544 1.446.544h20.879c1.211 0 2.039-.485 2.523-1.16c.497-.692.707-1.69.451-2.82c-.219-.967-.454-1.523-.705-2.118a27 27 0 0 1-.238-.576c-.357-.903-.64-1.917-.75-3.834c-.105-1.846-.273-3.715-.977-5.122c-.34-.678-.79-1.219-1.4-1.596c-.611-.378-1.452-.636-2.64-.636c-1.04 0-2.192.303-3.094 1.103M3.165 26.485H5.5V25.34a4 4 0 0 1-.298-.101l-.043-.016c-.197-.072-.26-.085-.328-.084h-.018c-.614 0-1.02.267-1.305.653a2.4 2.4 0 0 0-.344.691"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="M23.313 23c-1.75 0-2.24-1.875-2.344-3c0-.437-.269-1.031-.969-1.031s-.953.484-.953.922c0 1.593.797 4.109 4.265 4.109c1.61 0 2.579-.828 2.75-1.812c-.296.296-1 .812-2.75.812"/><path d="M17.64 10.668c1.357-1.202 3.025-1.605 4.422-1.605c1.485 0 2.706.324 3.692.934s1.666 1.461 2.137 2.402c.916 1.832 1.083 4.111 1.186 5.903c.098 1.723.34 2.525.612 3.212q.09.227.196.473c.261.617.576 1.36.838 2.516c.362 1.601.102 3.203-.777 4.428c-.893 1.243-2.35 1.993-4.149 1.993H4.92c-1.257 0-2.253-.457-2.927-1.2c-.656-.724-.945-1.65-.945-2.505c0-.83.261-1.813.851-2.613a3.52 3.52 0 0 1 2.906-1.465c.464-.007.826.126 1.04.204l.003.001c.243.09.269.091.294.091c.198 0 .586-.095 1.126-.295c.391-.145.776-.31 1.125-.461l.306-.132l.616-.257c2.465-1.021 5.387-2.233 5.923-5.729c.111-2.772 1.038-4.684 2.404-5.895m1.328 1.497c-.883.783-1.649 2.15-1.734 4.527l-.002.055l-.008.054c-.69 4.725-4.748 6.37-7.128 7.336a42 42 0 0 0-.882.367a26 26 0 0 1-1.252.514c-.433.16-.963.334-1.462.396v1.07a1 1 0 0 1-1 1H3.066c.048.333.186.652.407.896c.262.289.702.544 1.446.544h20.879c1.211 0 2.039-.485 2.523-1.16c.497-.692.707-1.69.451-2.82c-.219-.967-.454-1.523-.705-2.118a27 27 0 0 1-.238-.576c-.357-.903-.64-1.917-.75-3.834c-.105-1.846-.273-3.715-.977-5.122c-.34-.678-.79-1.219-1.4-1.596c-.611-.378-1.452-.636-2.64-.636c-1.04 0-2.192.303-3.094 1.103M3.165 26.485H5.5V25.34a4 4 0 0 1-.298-.101l-.043-.016c-.197-.072-.26-.085-.328-.084h-.018c-.614 0-1.02.267-1.305.653a2.4 2.4 0 0 0-.344.691"/></g></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%2032%2032%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M23.313%2023c-1.75%200-2.24-1.875-2.344-3c0-.437-.269-1.031-.969-1.031s-.953.484-.953.922c0%201.593.797%204.109%204.265%204.109c1.61%200%202.579-.828%202.75-1.812c-.296.296-1%20.812-2.75.812%22%2F%3E%3Cpath%20d%3D%22M17.64%2010.668c1.357-1.202%203.025-1.605%204.422-1.605c1.485%200%202.706.324%203.692.934s1.666%201.461%202.137%202.402c.916%201.832%201.083%204.111%201.186%205.903c.098%201.723.34%202.525.612%203.212q.09.227.196.473c.261.617.576%201.36.838%202.516c.362%201.601.102%203.203-.777%204.428c-.893%201.243-2.35%201.993-4.149%201.993H4.92c-1.257%200-2.253-.457-2.927-1.2c-.656-.724-.945-1.65-.945-2.505c0-.83.261-1.813.851-2.613a3.52%203.52%200%200%201%202.906-1.465c.464-.007.826.126%201.04.204l.003.001c.243.09.269.091.294.091c.198%200%20.586-.095%201.126-.295c.391-.145.776-.31%201.125-.461l.306-.132l.616-.257c2.465-1.021%205.387-2.233%205.923-5.729c.111-2.772%201.038-4.684%202.404-5.895m1.328%201.497c-.883.783-1.649%202.15-1.734%204.527l-.002.055l-.008.054c-.69%204.725-4.748%206.37-7.128%207.336a42%2042%200%200%200-.882.367a26%2026%200%200%201-1.252.514c-.433.16-.963.334-1.462.396v1.07a1%201%200%200%201-1%201H3.066c.048.333.186.652.407.896c.262.289.702.544%201.446.544h20.879c1.211%200%202.039-.485%202.523-1.16c.497-.692.707-1.69.451-2.82c-.219-.967-.454-1.523-.705-2.118a27%2027%200%200%201-.238-.576c-.357-.903-.64-1.917-.75-3.834c-.105-1.846-.273-3.715-.977-5.122c-.34-.678-.79-1.219-1.4-1.596c-.611-.378-1.452-.636-2.64-.636c-1.04%200-2.192.303-3.094%201.103M3.165%2026.485H5.5V25.34a4%204%200%200%201-.298-.101l-.043-.016c-.197-.072-.26-.085-.328-.084h-.018c-.614%200-1.02.267-1.305.653a2.4%202.4%200%200%200-.344.691%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%2032%2032%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M23.313%2023c-1.75%200-2.24-1.875-2.344-3c0-.437-.269-1.031-.969-1.031s-.953.484-.953.922c0%201.593.797%204.109%204.265%204.109c1.61%200%202.579-.828%202.75-1.812c-.296.296-1%20.812-2.75.812%22%2F%3E%3Cpath%20d%3D%22M17.64%2010.668c1.357-1.202%203.025-1.605%204.422-1.605c1.485%200%202.706.324%203.692.934s1.666%201.461%202.137%202.402c.916%201.832%201.083%204.111%201.186%205.903c.098%201.723.34%202.525.612%203.212q.09.227.196.473c.261.617.576%201.36.838%202.516c.362%201.601.102%203.203-.777%204.428c-.893%201.243-2.35%201.993-4.149%201.993H4.92c-1.257%200-2.253-.457-2.927-1.2c-.656-.724-.945-1.65-.945-2.505c0-.83.261-1.813.851-2.613a3.52%203.52%200%200%201%202.906-1.465c.464-.007.826.126%201.04.204l.003.001c.243.09.269.091.294.091c.198%200%20.586-.095%201.126-.295c.391-.145.776-.31%201.125-.461l.306-.132l.616-.257c2.465-1.021%205.387-2.233%205.923-5.729c.111-2.772%201.038-4.684%202.404-5.895m1.328%201.497c-.883.783-1.649%202.15-1.734%204.527l-.002.055l-.008.054c-.69%204.725-4.748%206.37-7.128%207.336a42%2042%200%200%200-.882.367a26%2026%200%200%201-1.252.514c-.433.16-.963.334-1.462.396v1.07a1%201%200%200%201-1%201H3.066c.048.333.186.652.407.896c.262.289.702.544%201.446.544h20.879c1.211%200%202.039-.485%202.523-1.16c.497-.692.707-1.69.451-2.82c-.219-.967-.454-1.523-.705-2.118a27%2027%200%200%201-.238-.576c-.357-.903-.64-1.917-.75-3.834c-.105-1.846-.273-3.715-.977-5.122c-.34-.678-.79-1.219-1.4-1.596c-.611-.378-1.452-.636-2.64-.636c-1.04%200-2.192.303-3.094%201.103M3.165%2026.485H5.5V25.34a4%204%200%200%201-.298-.101l-.043-.016c-.197-.072-.26-.085-.328-.084h-.018c-.614%200-1.02.267-1.305.653a2.4%202.4%200%200%200-.344.691%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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