body icon
body-outline from Health Icons by Resolve to Save Lives · Outline · Body · MIT Free for personal and commercial use.
- Name
- body-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 body 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="M24 12a3 3 0 1 0 0-6a3 3 0 0 0 0 6m0 2a5 5 0 1 0 0-10a5 5 0 0 0 0 10"/><path d="M17.374 18.314A2 2 0 0 1 19 20.28V41a1 1 0 0 0 1 1h.087a1 1 0 0 0 .996-.91L22 31a2 2 0 0 1 4 0l.917 10.09a1 1 0 0 0 .996.91H28a1 1 0 0 0 1-1V20.317a2 2 0 0 1 1.626-1.965c1.756-.334 3.613-.797 5.654-1.392a1 1 0 1 0-.56-1.92c-4.634 1.35-8.19 1.976-11.716 1.96c-3.53-.016-7.09-.674-11.737-1.963a1 1 0 1 0-.534 1.927c2.033.564 3.886 1.016 5.641 1.35m5.604 23.489A3 3 0 0 1 20.087 44H20a3 3 0 0 1-3-3V20.28c-1.826-.348-3.735-.816-5.802-1.39a3 3 0 1 1 1.604-5.78c4.57 1.267 7.935 1.875 11.211 1.89c3.266.014 6.618-.56 11.148-1.88a3 3 0 1 1 1.678 5.76c-2.084.608-4.004 1.088-5.839 1.437V41a3 3 0 0 1-3 3h-.087a3 3 0 0 1-2.988-2.728l-.917-10.09a2 2 0 0 1-.008-.177q0 .088-.008.176l-.918 10.09a3 3 0 0 1-.096.532"/></g></svg>
React
import type { SVGProps } from "react";
export function HealthiconsBodyOutline(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="M24 12a3 3 0 1 0 0-6a3 3 0 0 0 0 6m0 2a5 5 0 1 0 0-10a5 5 0 0 0 0 10"/><path d="M17.374 18.314A2 2 0 0 1 19 20.28V41a1 1 0 0 0 1 1h.087a1 1 0 0 0 .996-.91L22 31a2 2 0 0 1 4 0l.917 10.09a1 1 0 0 0 .996.91H28a1 1 0 0 0 1-1V20.317a2 2 0 0 1 1.626-1.965c1.756-.334 3.613-.797 5.654-1.392a1 1 0 1 0-.56-1.92c-4.634 1.35-8.19 1.976-11.716 1.96c-3.53-.016-7.09-.674-11.737-1.963a1 1 0 1 0-.534 1.927c2.033.564 3.886 1.016 5.641 1.35m5.604 23.489A3 3 0 0 1 20.087 44H20a3 3 0 0 1-3-3V20.28c-1.826-.348-3.735-.816-5.802-1.39a3 3 0 1 1 1.604-5.78c4.57 1.267 7.935 1.875 11.211 1.89c3.266.014 6.618-.56 11.148-1.88a3 3 0 1 1 1.678 5.76c-2.084.608-4.004 1.088-5.839 1.437V41a3 3 0 0 1-3 3h-.087a3 3 0 0 1-2.988-2.728l-.917-10.09a2 2 0 0 1-.008-.177q0 .088-.008.176l-.918 10.09a3 3 0 0 1-.096.532"/></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="M24 12a3 3 0 1 0 0-6a3 3 0 0 0 0 6m0 2a5 5 0 1 0 0-10a5 5 0 0 0 0 10"/><path d="M17.374 18.314A2 2 0 0 1 19 20.28V41a1 1 0 0 0 1 1h.087a1 1 0 0 0 .996-.91L22 31a2 2 0 0 1 4 0l.917 10.09a1 1 0 0 0 .996.91H28a1 1 0 0 0 1-1V20.317a2 2 0 0 1 1.626-1.965c1.756-.334 3.613-.797 5.654-1.392a1 1 0 1 0-.56-1.92c-4.634 1.35-8.19 1.976-11.716 1.96c-3.53-.016-7.09-.674-11.737-1.963a1 1 0 1 0-.534 1.927c2.033.564 3.886 1.016 5.641 1.35m5.604 23.489A3 3 0 0 1 20.087 44H20a3 3 0 0 1-3-3V20.28c-1.826-.348-3.735-.816-5.802-1.39a3 3 0 1 1 1.604-5.78c4.57 1.267 7.935 1.875 11.211 1.89c3.266.014 6.618-.56 11.148-1.88a3 3 0 1 1 1.678 5.76c-2.084.608-4.004 1.088-5.839 1.437V41a3 3 0 0 1-3 3h-.087a3 3 0 0 1-2.988-2.728l-.917-10.09a2 2 0 0 1-.008-.177q0 .088-.008.176l-.918 10.09a3 3 0 0 1-.096.532"/></g></svg> </template>
CSS
.icon-body-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%22M24%2012a3%203%200%201%200%200-6a3%203%200%200%200%200%206m0%202a5%205%200%201%200%200-10a5%205%200%200%200%200%2010%22%2F%3E%3Cpath%20d%3D%22M17.374%2018.314A2%202%200%200%201%2019%2020.28V41a1%201%200%200%200%201%201h.087a1%201%200%200%200%20.996-.91L22%2031a2%202%200%200%201%204%200l.917%2010.09a1%201%200%200%200%20.996.91H28a1%201%200%200%200%201-1V20.317a2%202%200%200%201%201.626-1.965c1.756-.334%203.613-.797%205.654-1.392a1%201%200%201%200-.56-1.92c-4.634%201.35-8.19%201.976-11.716%201.96c-3.53-.016-7.09-.674-11.737-1.963a1%201%200%201%200-.534%201.927c2.033.564%203.886%201.016%205.641%201.35m5.604%2023.489A3%203%200%200%201%2020.087%2044H20a3%203%200%200%201-3-3V20.28c-1.826-.348-3.735-.816-5.802-1.39a3%203%200%201%201%201.604-5.78c4.57%201.267%207.935%201.875%2011.211%201.89c3.266.014%206.618-.56%2011.148-1.88a3%203%200%201%201%201.678%205.76c-2.084.608-4.004%201.088-5.839%201.437V41a3%203%200%200%201-3%203h-.087a3%203%200%200%201-2.988-2.728l-.917-10.09a2%202%200%200%201-.008-.177q0%20.088-.008.176l-.918%2010.09a3%203%200%200%201-.096.532%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%22M24%2012a3%203%200%201%200%200-6a3%203%200%200%200%200%206m0%202a5%205%200%201%200%200-10a5%205%200%200%200%200%2010%22%2F%3E%3Cpath%20d%3D%22M17.374%2018.314A2%202%200%200%201%2019%2020.28V41a1%201%200%200%200%201%201h.087a1%201%200%200%200%20.996-.91L22%2031a2%202%200%200%201%204%200l.917%2010.09a1%201%200%200%200%20.996.91H28a1%201%200%200%200%201-1V20.317a2%202%200%200%201%201.626-1.965c1.756-.334%203.613-.797%205.654-1.392a1%201%200%201%200-.56-1.92c-4.634%201.35-8.19%201.976-11.716%201.96c-3.53-.016-7.09-.674-11.737-1.963a1%201%200%201%200-.534%201.927c2.033.564%203.886%201.016%205.641%201.35m5.604%2023.489A3%203%200%200%201%2020.087%2044H20a3%203%200%200%201-3-3V20.28c-1.826-.348-3.735-.816-5.802-1.39a3%203%200%201%201%201.604-5.78c4.57%201.267%207.935%201.875%2011.211%201.89c3.266.014%206.618-.56%2011.148-1.88a3%203%200%201%201%201.678%205.76c-2.084.608-4.004%201.088-5.839%201.437V41a3%203%200%200%201-3%203h-.087a3%203%200%200%201-2.988-2.728l-.917-10.09a2%202%200%200%201-.008-.177q0%20.088-.008.176l-.918%2010.09a3%203%200%200%201-.096.532%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/body-outline.svg?color=%231a73e8&size=48