body-fill from MingCute Icon by MingCute Design · Fill · Apache-2.0 Free for personal and commercial use.

Name
body-fill
Set
MingCute Icon
Style
Fill
Viewbox
24×24
License
Apache 2.0

1 other variant in MingCute Icon

The same icon in other sets

Use the body icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.823 2c1.26 0 2.116 1.11 2.043 2.237c-.158 2.416.468 4.922 1.55 7.357c1.428 3.213.387 6.365-.509 8.176c-.755 1.528-2.346 2.23-3.86 2.23h-6.09c-1.516 0-3.105-.702-3.861-2.23c-.895-1.811-1.938-4.963-.51-8.176c1.082-2.435 1.708-4.941 1.551-7.357C6.064 3.111 6.92 2 8.18 2zM5.95 14.008c-.27 1.85.315 3.617.937 4.876C7.226 19.568 8.003 20 8.956 20h2.012a10 10 0 0 0-.081-.657c-.153-.977-.493-2.2-1.219-3.288c-.497-.746-1.393-1.275-2.282-1.623a9 9 0 0 0-1.435-.424m11.772.072c-.286.07-.68.184-1.108.352c-.89.347-1.785.877-2.283 1.623c-.726 1.089-1.066 2.311-1.22 3.288q-.055.36-.08.657h2.014c.954 0 1.73-.432 2.069-1.116c.622-1.259 1.207-3.026.936-4.877a7 7 0 0 0-.328.073M12 9a1 1 0 1 0 0 2a1 1 0 0 0 0-2"/></svg>

React

import type { SVGProps } from "react";

export function MingcuteBodyFill(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.823 2c1.26 0 2.116 1.11 2.043 2.237c-.158 2.416.468 4.922 1.55 7.357c1.428 3.213.387 6.365-.509 8.176c-.755 1.528-2.346 2.23-3.86 2.23h-6.09c-1.516 0-3.105-.702-3.861-2.23c-.895-1.811-1.938-4.963-.51-8.176c1.082-2.435 1.708-4.941 1.551-7.357C6.064 3.111 6.92 2 8.18 2zM5.95 14.008c-.27 1.85.315 3.617.937 4.876C7.226 19.568 8.003 20 8.956 20h2.012a10 10 0 0 0-.081-.657c-.153-.977-.493-2.2-1.219-3.288c-.497-.746-1.393-1.275-2.282-1.623a9 9 0 0 0-1.435-.424m11.772.072c-.286.07-.68.184-1.108.352c-.89.347-1.785.877-2.283 1.623c-.726 1.089-1.066 2.311-1.22 3.288q-.055.36-.08.657h2.014c.954 0 1.73-.432 2.069-1.116c.622-1.259 1.207-3.026.936-4.877a7 7 0 0 0-.328.073M12 9a1 1 0 1 0 0 2a1 1 0 0 0 0-2"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.823 2c1.26 0 2.116 1.11 2.043 2.237c-.158 2.416.468 4.922 1.55 7.357c1.428 3.213.387 6.365-.509 8.176c-.755 1.528-2.346 2.23-3.86 2.23h-6.09c-1.516 0-3.105-.702-3.861-2.23c-.895-1.811-1.938-4.963-.51-8.176c1.082-2.435 1.708-4.941 1.551-7.357C6.064 3.111 6.92 2 8.18 2zM5.95 14.008c-.27 1.85.315 3.617.937 4.876C7.226 19.568 8.003 20 8.956 20h2.012a10 10 0 0 0-.081-.657c-.153-.977-.493-2.2-1.219-3.288c-.497-.746-1.393-1.275-2.282-1.623a9 9 0 0 0-1.435-.424m11.772.072c-.286.07-.68.184-1.108.352c-.89.347-1.785.877-2.283 1.623c-.726 1.089-1.066 2.311-1.22 3.288q-.055.36-.08.657h2.014c.954 0 1.73-.432 2.069-1.116c.622-1.259 1.207-3.026.936-4.877a7 7 0 0 0-.328.073M12 9a1 1 0 1 0 0 2a1 1 0 0 0 0-2"/></svg>
</template>

CSS

.icon-body-fill {
  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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15.823%202c1.26%200%202.116%201.11%202.043%202.237c-.158%202.416.468%204.922%201.55%207.357c1.428%203.213.387%206.365-.509%208.176c-.755%201.528-2.346%202.23-3.86%202.23h-6.09c-1.516%200-3.105-.702-3.861-2.23c-.895-1.811-1.938-4.963-.51-8.176c1.082-2.435%201.708-4.941%201.551-7.357C6.064%203.111%206.92%202%208.18%202zM5.95%2014.008c-.27%201.85.315%203.617.937%204.876C7.226%2019.568%208.003%2020%208.956%2020h2.012a10%2010%200%200%200-.081-.657c-.153-.977-.493-2.2-1.219-3.288c-.497-.746-1.393-1.275-2.282-1.623a9%209%200%200%200-1.435-.424m11.772.072c-.286.07-.68.184-1.108.352c-.89.347-1.785.877-2.283%201.623c-.726%201.089-1.066%202.311-1.22%203.288q-.055.36-.08.657h2.014c.954%200%201.73-.432%202.069-1.116c.622-1.259%201.207-3.026.936-4.877a7%207%200%200%200-.328.073M12%209a1%201%200%201%200%200%202a1%201%200%200%200%200-2%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15.823%202c1.26%200%202.116%201.11%202.043%202.237c-.158%202.416.468%204.922%201.55%207.357c1.428%203.213.387%206.365-.509%208.176c-.755%201.528-2.346%202.23-3.86%202.23h-6.09c-1.516%200-3.105-.702-3.861-2.23c-.895-1.811-1.938-4.963-.51-8.176c1.082-2.435%201.708-4.941%201.551-7.357C6.064%203.111%206.92%202%208.18%202zM5.95%2014.008c-.27%201.85.315%203.617.937%204.876C7.226%2019.568%208.003%2020%208.956%2020h2.012a10%2010%200%200%200-.081-.657c-.153-.977-.493-2.2-1.219-3.288c-.497-.746-1.393-1.275-2.282-1.623a9%209%200%200%200-1.435-.424m11.772.072c-.286.07-.68.184-1.108.352c-.89.347-1.785.877-2.283%201.623c-.726%201.089-1.066%202.311-1.22%203.288q-.055.36-.08.657h2.014c.954%200%201.73-.432%202.069-1.116c.622-1.259%201.207-3.026.936-4.877a7%207%200%200%200-.328.073M12%209a1%201%200%201%200%200%202a1%201%200%200%200%200-2%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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