body from Health Icons by Resolve to Save Lives · Filled · Body · MIT Free for personal and commercial use.

Name
body
Set
Health Icons
Style
Filled
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"><path fill="currentColor" fill-rule="evenodd" d="M24 13a4.5 4.5 0 1 0 0-9a4.5 4.5 0 0 0 0 9m13.92 2.44a2 2 0 0 1-1.36 2.48c-2.376.692-4.522 1.214-6.56 1.561V42a2 2 0 0 1-3.992.181l-1-11A2 2 0 0 1 25 31h-2a2 2 0 0 1-.008.181l-1 11A2 2 0 0 1 18 42V19.444c-2.033-.35-4.171-.861-6.535-1.517a2 2 0 1 1 1.07-3.854c4.608 1.278 8.07 1.912 11.474 1.927c3.396.015 6.85-.585 11.431-1.92a2 2 0 0 1 2.48 1.36" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function HealthiconsBody(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" fillRule="evenodd" d="M24 13a4.5 4.5 0 1 0 0-9a4.5 4.5 0 0 0 0 9m13.92 2.44a2 2 0 0 1-1.36 2.48c-2.376.692-4.522 1.214-6.56 1.561V42a2 2 0 0 1-3.992.181l-1-11A2 2 0 0 1 25 31h-2a2 2 0 0 1-.008.181l-1 11A2 2 0 0 1 18 42V19.444c-2.033-.35-4.171-.861-6.535-1.517a2 2 0 1 1 1.07-3.854c4.608 1.278 8.07 1.912 11.474 1.927c3.396.015 6.85-.585 11.431-1.92a2 2 0 0 1 2.48 1.36" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" fill-rule="evenodd" d="M24 13a4.5 4.5 0 1 0 0-9a4.5 4.5 0 0 0 0 9m13.92 2.44a2 2 0 0 1-1.36 2.48c-2.376.692-4.522 1.214-6.56 1.561V42a2 2 0 0 1-3.992.181l-1-11A2 2 0 0 1 25 31h-2a2 2 0 0 1-.008.181l-1 11A2 2 0 0 1 18 42V19.444c-2.033-.35-4.171-.861-6.535-1.517a2 2 0 1 1 1.07-3.854c4.608 1.278 8.07 1.912 11.474 1.927c3.396.015 6.85-.585 11.431-1.92a2 2 0 0 1 2.48 1.36" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-body {
  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%20fill-rule%3D%22evenodd%22%20d%3D%22M24%2013a4.5%204.5%200%201%200%200-9a4.5%204.5%200%200%200%200%209m13.92%202.44a2%202%200%200%201-1.36%202.48c-2.376.692-4.522%201.214-6.56%201.561V42a2%202%200%200%201-3.992.181l-1-11A2%202%200%200%201%2025%2031h-2a2%202%200%200%201-.008.181l-1%2011A2%202%200%200%201%2018%2042V19.444c-2.033-.35-4.171-.861-6.535-1.517a2%202%200%201%201%201.07-3.854c4.608%201.278%208.07%201.912%2011.474%201.927c3.396.015%206.85-.585%2011.431-1.92a2%202%200%200%201%202.48%201.36%22%20clip-rule%3D%22evenodd%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%20fill-rule%3D%22evenodd%22%20d%3D%22M24%2013a4.5%204.5%200%201%200%200-9a4.5%204.5%200%200%200%200%209m13.92%202.44a2%202%200%200%201-1.36%202.48c-2.376.692-4.522%201.214-6.56%201.561V42a2%202%200%200%201-3.992.181l-1-11A2%202%200%200%201%2025%2031h-2a2%202%200%200%201-.008.181l-1%2011A2%202%200%200%201%2018%2042V19.444c-2.033-.35-4.171-.861-6.535-1.517a2%202%200%201%201%201.07-3.854c4.608%201.278%208.07%201.912%2011.474%201.927c3.396.015%206.85-.585%2011.431-1.92a2%202%200%200%201%202.48%201.36%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/healthicons/body.svg?color=%231a73e8&size=48