leg medium light emoji
leg-medium-light from Fluent Emoji Flat by Microsoft Corporation · Default · People & Body · MIT Free for personal and commercial use.
- Name
- leg-medium-light
- Set
- Fluent Emoji Flat
- Style
- Default
- Category
- People & Body
- Viewbox
- 32×32
- License
- MIT
The same emoji in other sets
More people & body icons from Fluent Emoji Flat
anatomical-heartartistartist-darkartist-lightartist-mediumartist-medium-darkartist-medium-lightastronautastronaut-darkastronaut-lightastronaut-mediumastronaut-medium-darkastronaut-medium-lightbabybaby-angelbaby-angel-darkbaby-angel-lightbaby-angel-mediumbaby-angel-medium-darkbaby-angel-medium-lightbaby-darkbaby-lightbaby-mediumbaby-medium-dark
Use the leg medium light emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#eebfaa" d="M23.438 11.813s-8.672-7.547-10.079-8.797c-1.406-1.25-5.215-1.804-6.765 1.171s.245 5.285 1.437 6c3.164 1.899 9.888 5.2 10.438 5.626c.894.69-1.021 1.298-1.367 4.132c-.336 2.751.578 4.118.578 6.532c0 .65-.453 1.632-.453 2.085c0 .945.595 1.422 1.757 1.422h5.977c.555 0 .977-.336.977-.984s-.573-.956-.907-.977c-.62 0-1.566-.341-2.406-.796c-.934-.506-1.722-1.172-1.469-2.07c.604-2.147 2.007-6.963 2.782-9.063c.843-2.375.145-3.667-.5-4.282"/><path fill="#d6a089" d="M19.5 29.984c-1.462-.413-1.781-1.562-.922-1.984c.52-.255.672-.625.672-.625s-1.172-.266-.516-1.36c.366-.61.173-1.71-.036-2.907c-.167-.948-.343-1.956-.26-2.827c.083-.878.589-1.573 1.259-2.493c.184-.253.38-.523.584-.82c1.14-1.655-.433-2.911-1-3.218a83 83 0 0 0-1.105-.583c-1.7-.888-4.297-2.246-7.051-4.042c-3.45-2.25-3.48-5.187-2.813-6.562l-.545.233a4 4 0 0 0-1.173 1.391c-1.55 2.975.245 5.285 1.437 6c1.82 1.093 4.818 2.649 7.141 3.855c1.716.89 3.063 1.59 3.297 1.77c.428.332.211.643-.168 1.19c-.413.595-1.02 1.467-1.2 2.943c-.193 1.585.028 2.71.25 3.841c.164.832.329 1.667.329 2.69c0 .355-.135.809-.258 1.221c-.102.344-.195.66-.195.866c0 .944.595 1.421 1.757 1.421z"/></g></svg>
React
import type { SVGProps } from "react";
export function FluentEmojiFlatLegMediumLight(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#eebfaa" d="M23.438 11.813s-8.672-7.547-10.079-8.797c-1.406-1.25-5.215-1.804-6.765 1.171s.245 5.285 1.437 6c3.164 1.899 9.888 5.2 10.438 5.626c.894.69-1.021 1.298-1.367 4.132c-.336 2.751.578 4.118.578 6.532c0 .65-.453 1.632-.453 2.085c0 .945.595 1.422 1.757 1.422h5.977c.555 0 .977-.336.977-.984s-.573-.956-.907-.977c-.62 0-1.566-.341-2.406-.796c-.934-.506-1.722-1.172-1.469-2.07c.604-2.147 2.007-6.963 2.782-9.063c.843-2.375.145-3.667-.5-4.282"/><path fill="#d6a089" d="M19.5 29.984c-1.462-.413-1.781-1.562-.922-1.984c.52-.255.672-.625.672-.625s-1.172-.266-.516-1.36c.366-.61.173-1.71-.036-2.907c-.167-.948-.343-1.956-.26-2.827c.083-.878.589-1.573 1.259-2.493c.184-.253.38-.523.584-.82c1.14-1.655-.433-2.911-1-3.218a83 83 0 0 0-1.105-.583c-1.7-.888-4.297-2.246-7.051-4.042c-3.45-2.25-3.48-5.187-2.813-6.562l-.545.233a4 4 0 0 0-1.173 1.391c-1.55 2.975.245 5.285 1.437 6c1.82 1.093 4.818 2.649 7.141 3.855c1.716.89 3.063 1.59 3.297 1.77c.428.332.211.643-.168 1.19c-.413.595-1.02 1.467-1.2 2.943c-.193 1.585.028 2.71.25 3.841c.164.832.329 1.667.329 2.69c0 .355-.135.809-.258 1.221c-.102.344-.195.66-.195.866c0 .944.595 1.421 1.757 1.421z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#eebfaa" d="M23.438 11.813s-8.672-7.547-10.079-8.797c-1.406-1.25-5.215-1.804-6.765 1.171s.245 5.285 1.437 6c3.164 1.899 9.888 5.2 10.438 5.626c.894.69-1.021 1.298-1.367 4.132c-.336 2.751.578 4.118.578 6.532c0 .65-.453 1.632-.453 2.085c0 .945.595 1.422 1.757 1.422h5.977c.555 0 .977-.336.977-.984s-.573-.956-.907-.977c-.62 0-1.566-.341-2.406-.796c-.934-.506-1.722-1.172-1.469-2.07c.604-2.147 2.007-6.963 2.782-9.063c.843-2.375.145-3.667-.5-4.282"/><path fill="#d6a089" d="M19.5 29.984c-1.462-.413-1.781-1.562-.922-1.984c.52-.255.672-.625.672-.625s-1.172-.266-.516-1.36c.366-.61.173-1.71-.036-2.907c-.167-.948-.343-1.956-.26-2.827c.083-.878.589-1.573 1.259-2.493c.184-.253.38-.523.584-.82c1.14-1.655-.433-2.911-1-3.218a83 83 0 0 0-1.105-.583c-1.7-.888-4.297-2.246-7.051-4.042c-3.45-2.25-3.48-5.187-2.813-6.562l-.545.233a4 4 0 0 0-1.173 1.391c-1.55 2.975.245 5.285 1.437 6c1.82 1.093 4.818 2.649 7.141 3.855c1.716.89 3.063 1.59 3.297 1.77c.428.332.211.643-.168 1.19c-.413.595-1.02 1.467-1.2 2.943c-.193 1.585.028 2.71.25 3.841c.164.832.329 1.667.329 2.69c0 .355-.135.809-.258 1.221c-.102.344-.195.66-.195.866c0 .944.595 1.421 1.757 1.421z"/></g></svg> </template>
CSS
.icon-leg-medium-light {
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%22none%22%3E%3Cpath%20fill%3D%22%23eebfaa%22%20d%3D%22M23.438%2011.813s-8.672-7.547-10.079-8.797c-1.406-1.25-5.215-1.804-6.765%201.171s.245%205.285%201.437%206c3.164%201.899%209.888%205.2%2010.438%205.626c.894.69-1.021%201.298-1.367%204.132c-.336%202.751.578%204.118.578%206.532c0%20.65-.453%201.632-.453%202.085c0%20.945.595%201.422%201.757%201.422h5.977c.555%200%20.977-.336.977-.984s-.573-.956-.907-.977c-.62%200-1.566-.341-2.406-.796c-.934-.506-1.722-1.172-1.469-2.07c.604-2.147%202.007-6.963%202.782-9.063c.843-2.375.145-3.667-.5-4.282%22%2F%3E%3Cpath%20fill%3D%22%23d6a089%22%20d%3D%22M19.5%2029.984c-1.462-.413-1.781-1.562-.922-1.984c.52-.255.672-.625.672-.625s-1.172-.266-.516-1.36c.366-.61.173-1.71-.036-2.907c-.167-.948-.343-1.956-.26-2.827c.083-.878.589-1.573%201.259-2.493c.184-.253.38-.523.584-.82c1.14-1.655-.433-2.911-1-3.218a83%2083%200%200%200-1.105-.583c-1.7-.888-4.297-2.246-7.051-4.042c-3.45-2.25-3.48-5.187-2.813-6.562l-.545.233a4%204%200%200%200-1.173%201.391c-1.55%202.975.245%205.285%201.437%206c1.82%201.093%204.818%202.649%207.141%203.855c1.716.89%203.063%201.59%203.297%201.77c.428.332.211.643-.168%201.19c-.413.595-1.02%201.467-1.2%202.943c-.193%201.585.028%202.71.25%203.841c.164.832.329%201.667.329%202.69c0%20.355-.135.809-.258%201.221c-.102.344-.195.66-.195.866c0%20.944.595%201.421%201.757%201.421z%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%22none%22%3E%3Cpath%20fill%3D%22%23eebfaa%22%20d%3D%22M23.438%2011.813s-8.672-7.547-10.079-8.797c-1.406-1.25-5.215-1.804-6.765%201.171s.245%205.285%201.437%206c3.164%201.899%209.888%205.2%2010.438%205.626c.894.69-1.021%201.298-1.367%204.132c-.336%202.751.578%204.118.578%206.532c0%20.65-.453%201.632-.453%202.085c0%20.945.595%201.422%201.757%201.422h5.977c.555%200%20.977-.336.977-.984s-.573-.956-.907-.977c-.62%200-1.566-.341-2.406-.796c-.934-.506-1.722-1.172-1.469-2.07c.604-2.147%202.007-6.963%202.782-9.063c.843-2.375.145-3.667-.5-4.282%22%2F%3E%3Cpath%20fill%3D%22%23d6a089%22%20d%3D%22M19.5%2029.984c-1.462-.413-1.781-1.562-.922-1.984c.52-.255.672-.625.672-.625s-1.172-.266-.516-1.36c.366-.61.173-1.71-.036-2.907c-.167-.948-.343-1.956-.26-2.827c.083-.878.589-1.573%201.259-2.493c.184-.253.38-.523.584-.82c1.14-1.655-.433-2.911-1-3.218a83%2083%200%200%200-1.105-.583c-1.7-.888-4.297-2.246-7.051-4.042c-3.45-2.25-3.48-5.187-2.813-6.562l-.545.233a4%204%200%200%200-1.173%201.391c-1.55%202.975.245%205.285%201.437%206c1.82%201.093%204.818%202.649%207.141%203.855c1.716.89%203.063%201.59%203.297%201.77c.428.332.211.643-.168%201.19c-.413.595-1.02%201.467-1.2%202.943c-.193%201.585.028%202.71.25%203.841c.164.832.329%201.667.329%202.69c0%20.355-.135.809-.258%201.221c-.102.344-.195.66-.195.866c0%20.944.595%201.421%201.757%201.421z%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-flat/leg-medium-light.svg?color=%231a73e8&size=48