leg icon
leg-outline from Health Icons by Resolve to Save Lives · Outline · Body · MIT Free for personal and commercial use.
- Name
- leg-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 leg icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M22.748 4H21.5a1 1 0 0 0-.975.78l-3.353 14.847A7 7 0 0 0 17 21.17v2.322a7 7 0 0 0 .385 2.29l3.854 11.133L15.814 39H13a1 1 0 0 0-1 1v1a3 3 0 0 0 3 3h3.32a3 3 0 0 0 .536-.048l4.011-.73a3 3 0 0 1 1.878.269l.061.03a3.934 3.934 0 0 0 4.747-6.08l-1.536-1.791l.369-8.115a9 9 0 0 0-1.359-5.178l-.779-1.247a54 54 0 0 0 3.699-4.727c2.143-3.09 4.511-7.254 5.044-11.25A1 1 0 0 0 34 4h-.667l-.529 2c-.717 3.181-2.62 6.531-4.5 9.242a52 52 0 0 1-3.704 4.712l-.31.34l-.014.017l-.004.003c-.311.331-.36.83-.12 1.216l1.18 1.886a7 7 0 0 1 1.056 4.028L26 35.954a1 1 0 0 0 .24.697l1.793 2.092a1.934 1.934 0 0 1-2.333 2.99l-.061-.031a5 5 0 0 0-3.13-.447l-4.012.729q-.088.015-.178.016H15a1 1 0 0 1-1-1h2a1 1 0 0 0 .359-.067l6.5-2.5a1 1 0 0 0 .586-1.26l-4.17-12.047A5 5 0 0 1 19 23.491v-2.322a5 5 0 0 1 .123-1.101z"/></svg>
React
import type { SVGProps } from "react";
export function HealthiconsLegOutline(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M22.748 4H21.5a1 1 0 0 0-.975.78l-3.353 14.847A7 7 0 0 0 17 21.17v2.322a7 7 0 0 0 .385 2.29l3.854 11.133L15.814 39H13a1 1 0 0 0-1 1v1a3 3 0 0 0 3 3h3.32a3 3 0 0 0 .536-.048l4.011-.73a3 3 0 0 1 1.878.269l.061.03a3.934 3.934 0 0 0 4.747-6.08l-1.536-1.791l.369-8.115a9 9 0 0 0-1.359-5.178l-.779-1.247a54 54 0 0 0 3.699-4.727c2.143-3.09 4.511-7.254 5.044-11.25A1 1 0 0 0 34 4h-.667l-.529 2c-.717 3.181-2.62 6.531-4.5 9.242a52 52 0 0 1-3.704 4.712l-.31.34l-.014.017l-.004.003c-.311.331-.36.83-.12 1.216l1.18 1.886a7 7 0 0 1 1.056 4.028L26 35.954a1 1 0 0 0 .24.697l1.793 2.092a1.934 1.934 0 0 1-2.333 2.99l-.061-.031a5 5 0 0 0-3.13-.447l-4.012.729q-.088.015-.178.016H15a1 1 0 0 1-1-1h2a1 1 0 0 0 .359-.067l6.5-2.5a1 1 0 0 0 .586-1.26l-4.17-12.047A5 5 0 0 1 19 23.491v-2.322a5 5 0 0 1 .123-1.101z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M22.748 4H21.5a1 1 0 0 0-.975.78l-3.353 14.847A7 7 0 0 0 17 21.17v2.322a7 7 0 0 0 .385 2.29l3.854 11.133L15.814 39H13a1 1 0 0 0-1 1v1a3 3 0 0 0 3 3h3.32a3 3 0 0 0 .536-.048l4.011-.73a3 3 0 0 1 1.878.269l.061.03a3.934 3.934 0 0 0 4.747-6.08l-1.536-1.791l.369-8.115a9 9 0 0 0-1.359-5.178l-.779-1.247a54 54 0 0 0 3.699-4.727c2.143-3.09 4.511-7.254 5.044-11.25A1 1 0 0 0 34 4h-.667l-.529 2c-.717 3.181-2.62 6.531-4.5 9.242a52 52 0 0 1-3.704 4.712l-.31.34l-.014.017l-.004.003c-.311.331-.36.83-.12 1.216l1.18 1.886a7 7 0 0 1 1.056 4.028L26 35.954a1 1 0 0 0 .24.697l1.793 2.092a1.934 1.934 0 0 1-2.333 2.99l-.061-.031a5 5 0 0 0-3.13-.447l-4.012.729q-.088.015-.178.016H15a1 1 0 0 1-1-1h2a1 1 0 0 0 .359-.067l6.5-2.5a1 1 0 0 0 .586-1.26l-4.17-12.047A5 5 0 0 1 19 23.491v-2.322a5 5 0 0 1 .123-1.101z"/></svg> </template>
CSS
.icon-leg-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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M22.748%204H21.5a1%201%200%200%200-.975.78l-3.353%2014.847A7%207%200%200%200%2017%2021.17v2.322a7%207%200%200%200%20.385%202.29l3.854%2011.133L15.814%2039H13a1%201%200%200%200-1%201v1a3%203%200%200%200%203%203h3.32a3%203%200%200%200%20.536-.048l4.011-.73a3%203%200%200%201%201.878.269l.061.03a3.934%203.934%200%200%200%204.747-6.08l-1.536-1.791l.369-8.115a9%209%200%200%200-1.359-5.178l-.779-1.247a54%2054%200%200%200%203.699-4.727c2.143-3.09%204.511-7.254%205.044-11.25A1%201%200%200%200%2034%204h-.667l-.529%202c-.717%203.181-2.62%206.531-4.5%209.242a52%2052%200%200%201-3.704%204.712l-.31.34l-.014.017l-.004.003c-.311.331-.36.83-.12%201.216l1.18%201.886a7%207%200%200%201%201.056%204.028L26%2035.954a1%201%200%200%200%20.24.697l1.793%202.092a1.934%201.934%200%200%201-2.333%202.99l-.061-.031a5%205%200%200%200-3.13-.447l-4.012.729q-.088.015-.178.016H15a1%201%200%200%201-1-1h2a1%201%200%200%200%20.359-.067l6.5-2.5a1%201%200%200%200%20.586-1.26l-4.17-12.047A5%205%200%200%201%2019%2023.491v-2.322a5%205%200%200%201%20.123-1.101z%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M22.748%204H21.5a1%201%200%200%200-.975.78l-3.353%2014.847A7%207%200%200%200%2017%2021.17v2.322a7%207%200%200%200%20.385%202.29l3.854%2011.133L15.814%2039H13a1%201%200%200%200-1%201v1a3%203%200%200%200%203%203h3.32a3%203%200%200%200%20.536-.048l4.011-.73a3%203%200%200%201%201.878.269l.061.03a3.934%203.934%200%200%200%204.747-6.08l-1.536-1.791l.369-8.115a9%209%200%200%200-1.359-5.178l-.779-1.247a54%2054%200%200%200%203.699-4.727c2.143-3.09%204.511-7.254%205.044-11.25A1%201%200%200%200%2034%204h-.667l-.529%202c-.717%203.181-2.62%206.531-4.5%209.242a52%2052%200%200%201-3.704%204.712l-.31.34l-.014.017l-.004.003c-.311.331-.36.83-.12%201.216l1.18%201.886a7%207%200%200%201%201.056%204.028L26%2035.954a1%201%200%200%200%20.24.697l1.793%202.092a1.934%201.934%200%200%201-2.333%202.99l-.061-.031a5%205%200%200%200-3.13-.447l-4.012.729q-.088.015-.178.016H15a1%201%200%200%201-1-1h2a1%201%200%200%200%20.359-.067l6.5-2.5a1%201%200%200%200%20.586-1.26l-4.17-12.047A5%205%200%200%201%2019%2023.491v-2.322a5%205%200%200%201%20.123-1.101z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/healthicons/leg-outline.svg?color=%231a73e8&size=48