foot emoji
foot-light-skin-tone from Twitter Emoji by Twitter · Light skin tone · People & Body · CC-BY-4.0 Attribution required.
- Name
- foot-light-skin-tone
- Set
- Twitter Emoji
- Style
- Light skin tone
- Category
- People & Body
- Viewbox
- 36×36
- License
- CC BY 4.0
5 other variants in Twitter Emoji
The same emoji in other sets
More people & body icons from Twitter Emoji
anatomical-heartartistastronautbabybaby-angelbackhand-index-pointing-downbackhand-index-pointing-leftbackhand-index-pointing-rightbackhand-index-pointing-upballet-dancerbiting-lipboneboybrainbreast-feedingbust-in-silhouettebusts-in-silhouettecall-me-handchildclapping-handsconstruction-workercookcouple-with-heartcouple-with-heart-man-man
Use the foot emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#f7dece" d="M34.624 11.009c.322-2.495-10.793-4.379-10.996-2.002s-.247 4.06-1.02 6.958C21.358 20.65 15.954 23 10.583 23H8.895a1.5 1.5 0 0 0-1.411 1.012c-1.024 0-1.646.58-1.646 1.262c-.531 0-1.713.508-1.713 1.725c0 0-2.5-.106-2.5 2.5l.002.015c-2.145.606-1.53 4.091.93 4.419c2.334.311 2.428-.369 4.428-.369c1.968 0 2.255.435 4.64.435c4.913 0 4.79-.968 9.447-1.681c5.138-.787 6.406 1.124 9.406 1.124s5.207-2.339 5.207-5.412c0-5-2.059-5.03-2.059-9.03s.676-5.497.998-7.991"/><path fill="#e0aa94" d="M27.894 23.077a.5.5 0 0 1-.033-.999c.991-.066 1.563-.676 1.869-1.177c.514-.842.655-2.045.329-2.799a.501.501 0 0 1 .918-.398c.458 1.059.296 2.587-.394 3.718c-.605.992-1.549 1.579-2.656 1.653q-.016.003-.033.002M6.766 28H4.069c-.825 0-1.927.476-1.927 1.301c0 .005.627-.249 1.886-.249l2.738.001a.526.526 0 0 0 0-1.053m.897-1.839H5.858c-.544 0-1.006.352-1.18.839h2.985a.42.42 0 0 0 0-.839m.884-1.445H7.133a.84.84 0 0 0-.785.558h2.199a.28.28 0 0 0 .279-.279a.28.28 0 0 0-.279-.279m.732-1.034h-.797a.5.5 0 0 0-.465.33h1.262a.165.165 0 0 0 0-.33"/></svg>
React
import type { SVGProps } from "react";
export function TwemojiFootLightSkinTone(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#f7dece" d="M34.624 11.009c.322-2.495-10.793-4.379-10.996-2.002s-.247 4.06-1.02 6.958C21.358 20.65 15.954 23 10.583 23H8.895a1.5 1.5 0 0 0-1.411 1.012c-1.024 0-1.646.58-1.646 1.262c-.531 0-1.713.508-1.713 1.725c0 0-2.5-.106-2.5 2.5l.002.015c-2.145.606-1.53 4.091.93 4.419c2.334.311 2.428-.369 4.428-.369c1.968 0 2.255.435 4.64.435c4.913 0 4.79-.968 9.447-1.681c5.138-.787 6.406 1.124 9.406 1.124s5.207-2.339 5.207-5.412c0-5-2.059-5.03-2.059-9.03s.676-5.497.998-7.991"/><path fill="#e0aa94" d="M27.894 23.077a.5.5 0 0 1-.033-.999c.991-.066 1.563-.676 1.869-1.177c.514-.842.655-2.045.329-2.799a.501.501 0 0 1 .918-.398c.458 1.059.296 2.587-.394 3.718c-.605.992-1.549 1.579-2.656 1.653q-.016.003-.033.002M6.766 28H4.069c-.825 0-1.927.476-1.927 1.301c0 .005.627-.249 1.886-.249l2.738.001a.526.526 0 0 0 0-1.053m.897-1.839H5.858c-.544 0-1.006.352-1.18.839h2.985a.42.42 0 0 0 0-.839m.884-1.445H7.133a.84.84 0 0 0-.785.558h2.199a.28.28 0 0 0 .279-.279a.28.28 0 0 0-.279-.279m.732-1.034h-.797a.5.5 0 0 0-.465.33h1.262a.165.165 0 0 0 0-.33"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#f7dece" d="M34.624 11.009c.322-2.495-10.793-4.379-10.996-2.002s-.247 4.06-1.02 6.958C21.358 20.65 15.954 23 10.583 23H8.895a1.5 1.5 0 0 0-1.411 1.012c-1.024 0-1.646.58-1.646 1.262c-.531 0-1.713.508-1.713 1.725c0 0-2.5-.106-2.5 2.5l.002.015c-2.145.606-1.53 4.091.93 4.419c2.334.311 2.428-.369 4.428-.369c1.968 0 2.255.435 4.64.435c4.913 0 4.79-.968 9.447-1.681c5.138-.787 6.406 1.124 9.406 1.124s5.207-2.339 5.207-5.412c0-5-2.059-5.03-2.059-9.03s.676-5.497.998-7.991"/><path fill="#e0aa94" d="M27.894 23.077a.5.5 0 0 1-.033-.999c.991-.066 1.563-.676 1.869-1.177c.514-.842.655-2.045.329-2.799a.501.501 0 0 1 .918-.398c.458 1.059.296 2.587-.394 3.718c-.605.992-1.549 1.579-2.656 1.653q-.016.003-.033.002M6.766 28H4.069c-.825 0-1.927.476-1.927 1.301c0 .005.627-.249 1.886-.249l2.738.001a.526.526 0 0 0 0-1.053m.897-1.839H5.858c-.544 0-1.006.352-1.18.839h2.985a.42.42 0 0 0 0-.839m.884-1.445H7.133a.84.84 0 0 0-.785.558h2.199a.28.28 0 0 0 .279-.279a.28.28 0 0 0-.279-.279m.732-1.034h-.797a.5.5 0 0 0-.465.33h1.262a.165.165 0 0 0 0-.33"/></svg> </template>
CSS
.icon-foot-light-skin-tone {
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%2036%2036%22%3E%3Cpath%20fill%3D%22%23f7dece%22%20d%3D%22M34.624%2011.009c.322-2.495-10.793-4.379-10.996-2.002s-.247%204.06-1.02%206.958C21.358%2020.65%2015.954%2023%2010.583%2023H8.895a1.5%201.5%200%200%200-1.411%201.012c-1.024%200-1.646.58-1.646%201.262c-.531%200-1.713.508-1.713%201.725c0%200-2.5-.106-2.5%202.5l.002.015c-2.145.606-1.53%204.091.93%204.419c2.334.311%202.428-.369%204.428-.369c1.968%200%202.255.435%204.64.435c4.913%200%204.79-.968%209.447-1.681c5.138-.787%206.406%201.124%209.406%201.124s5.207-2.339%205.207-5.412c0-5-2.059-5.03-2.059-9.03s.676-5.497.998-7.991%22%2F%3E%3Cpath%20fill%3D%22%23e0aa94%22%20d%3D%22M27.894%2023.077a.5.5%200%200%201-.033-.999c.991-.066%201.563-.676%201.869-1.177c.514-.842.655-2.045.329-2.799a.501.501%200%200%201%20.918-.398c.458%201.059.296%202.587-.394%203.718c-.605.992-1.549%201.579-2.656%201.653q-.016.003-.033.002M6.766%2028H4.069c-.825%200-1.927.476-1.927%201.301c0%20.005.627-.249%201.886-.249l2.738.001a.526.526%200%200%200%200-1.053m.897-1.839H5.858c-.544%200-1.006.352-1.18.839h2.985a.42.42%200%200%200%200-.839m.884-1.445H7.133a.84.84%200%200%200-.785.558h2.199a.28.28%200%200%200%20.279-.279a.28.28%200%200%200-.279-.279m.732-1.034h-.797a.5.5%200%200%200-.465.33h1.262a.165.165%200%200%200%200-.33%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%2036%2036%22%3E%3Cpath%20fill%3D%22%23f7dece%22%20d%3D%22M34.624%2011.009c.322-2.495-10.793-4.379-10.996-2.002s-.247%204.06-1.02%206.958C21.358%2020.65%2015.954%2023%2010.583%2023H8.895a1.5%201.5%200%200%200-1.411%201.012c-1.024%200-1.646.58-1.646%201.262c-.531%200-1.713.508-1.713%201.725c0%200-2.5-.106-2.5%202.5l.002.015c-2.145.606-1.53%204.091.93%204.419c2.334.311%202.428-.369%204.428-.369c1.968%200%202.255.435%204.64.435c4.913%200%204.79-.968%209.447-1.681c5.138-.787%206.406%201.124%209.406%201.124s5.207-2.339%205.207-5.412c0-5-2.059-5.03-2.059-9.03s.676-5.497.998-7.991%22%2F%3E%3Cpath%20fill%3D%22%23e0aa94%22%20d%3D%22M27.894%2023.077a.5.5%200%200%201-.033-.999c.991-.066%201.563-.676%201.869-1.177c.514-.842.655-2.045.329-2.799a.501.501%200%200%201%20.918-.398c.458%201.059.296%202.587-.394%203.718c-.605.992-1.549%201.579-2.656%201.653q-.016.003-.033.002M6.766%2028H4.069c-.825%200-1.927.476-1.927%201.301c0%20.005.627-.249%201.886-.249l2.738.001a.526.526%200%200%200%200-1.053m.897-1.839H5.858c-.544%200-1.006.352-1.18.839h2.985a.42.42%200%200%200%200-.839m.884-1.445H7.133a.84.84%200%200%200-.785.558h2.199a.28.28%200%200%200%20.279-.279a.28.28%200%200%200-.279-.279m.732-1.034h-.797a.5.5%200%200%200-.465.33h1.262a.165.165%200%200%200%200-.33%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/twemoji/foot-light-skin-tone.svg?color=%231a73e8&size=48