body-filled from Reicon by REICON · Filled · UI · MIT Free for personal and commercial use.

Name
body-filled
Set
Reicon
Style
Filled
Category
UI
Viewbox
24×24
License
MIT

2 other variants in Reicon

The same icon in other sets

All body icons →

More ui icons from Reicon

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="M12.062 22h-.124c-.76 0-1.139 0-1.469-.15c-.33-.149-.567-.428-1.041-.986l-2.382-2.803c-.465-.547-.697-.82-.818-1.145c-.12-.324-.12-.675-.12-1.376v-5.263c0-.685 0-1.027-.148-1.328c-.147-.301-.423-.524-.975-.97l-.208-.167C3.595 6.858 3.004 6.38 3 5.69s.52-1.124 1.568-1.99q.24-.2.468-.364c.573-.41 1.402-.863 1.986-1.166a1.58 1.58 0 0 1 1.394-.016l.264.124q.106.05.171.142c1.498 2.116 4.8 2.116 6.298 0a.44.44 0 0 1 .171-.142l.264-.124a1.58 1.58 0 0 1 1.394.016c.584.303 1.413.756 1.986 1.166q.23.166.468.363C20.48 4.566 21.004 5 21 5.69s-.596 1.168-1.777 2.122l-.208.167c-.552.446-.828.669-.975.97s-.147.643-.147 1.328v5.263c0 .701 0 1.052-.121 1.376c-.12.324-.353.598-.818 1.145l-2.382 2.803c-.474.558-.711.837-1.041.987c-.33.149-.71.149-1.469.149"/></svg>

React

import type { SVGProps } from "react";

export function ReiconBodyFilled(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="M12.062 22h-.124c-.76 0-1.139 0-1.469-.15c-.33-.149-.567-.428-1.041-.986l-2.382-2.803c-.465-.547-.697-.82-.818-1.145c-.12-.324-.12-.675-.12-1.376v-5.263c0-.685 0-1.027-.148-1.328c-.147-.301-.423-.524-.975-.97l-.208-.167C3.595 6.858 3.004 6.38 3 5.69s.52-1.124 1.568-1.99q.24-.2.468-.364c.573-.41 1.402-.863 1.986-1.166a1.58 1.58 0 0 1 1.394-.016l.264.124q.106.05.171.142c1.498 2.116 4.8 2.116 6.298 0a.44.44 0 0 1 .171-.142l.264-.124a1.58 1.58 0 0 1 1.394.016c.584.303 1.413.756 1.986 1.166q.23.166.468.363C20.48 4.566 21.004 5 21 5.69s-.596 1.168-1.777 2.122l-.208.167c-.552.446-.828.669-.975.97s-.147.643-.147 1.328v5.263c0 .701 0 1.052-.121 1.376c-.12.324-.353.598-.818 1.145l-2.382 2.803c-.474.558-.711.837-1.041.987c-.33.149-.71.149-1.469.149"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.062 22h-.124c-.76 0-1.139 0-1.469-.15c-.33-.149-.567-.428-1.041-.986l-2.382-2.803c-.465-.547-.697-.82-.818-1.145c-.12-.324-.12-.675-.12-1.376v-5.263c0-.685 0-1.027-.148-1.328c-.147-.301-.423-.524-.975-.97l-.208-.167C3.595 6.858 3.004 6.38 3 5.69s.52-1.124 1.568-1.99q.24-.2.468-.364c.573-.41 1.402-.863 1.986-1.166a1.58 1.58 0 0 1 1.394-.016l.264.124q.106.05.171.142c1.498 2.116 4.8 2.116 6.298 0a.44.44 0 0 1 .171-.142l.264-.124a1.58 1.58 0 0 1 1.394.016c.584.303 1.413.756 1.986 1.166q.23.166.468.363C20.48 4.566 21.004 5 21 5.69s-.596 1.168-1.777 2.122l-.208.167c-.552.446-.828.669-.975.97s-.147.643-.147 1.328v5.263c0 .701 0 1.052-.121 1.376c-.12.324-.353.598-.818 1.145l-2.382 2.803c-.474.558-.711.837-1.041.987c-.33.149-.71.149-1.469.149"/></svg>
</template>

CSS

.icon-body-filled {
  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%22M12.062%2022h-.124c-.76%200-1.139%200-1.469-.15c-.33-.149-.567-.428-1.041-.986l-2.382-2.803c-.465-.547-.697-.82-.818-1.145c-.12-.324-.12-.675-.12-1.376v-5.263c0-.685%200-1.027-.148-1.328c-.147-.301-.423-.524-.975-.97l-.208-.167C3.595%206.858%203.004%206.38%203%205.69s.52-1.124%201.568-1.99q.24-.2.468-.364c.573-.41%201.402-.863%201.986-1.166a1.58%201.58%200%200%201%201.394-.016l.264.124q.106.05.171.142c1.498%202.116%204.8%202.116%206.298%200a.44.44%200%200%201%20.171-.142l.264-.124a1.58%201.58%200%200%201%201.394.016c.584.303%201.413.756%201.986%201.166q.23.166.468.363C20.48%204.566%2021.004%205%2021%205.69s-.596%201.168-1.777%202.122l-.208.167c-.552.446-.828.669-.975.97s-.147.643-.147%201.328v5.263c0%20.701%200%201.052-.121%201.376c-.12.324-.353.598-.818%201.145l-2.382%202.803c-.474.558-.711.837-1.041.987c-.33.149-.71.149-1.469.149%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%22M12.062%2022h-.124c-.76%200-1.139%200-1.469-.15c-.33-.149-.567-.428-1.041-.986l-2.382-2.803c-.465-.547-.697-.82-.818-1.145c-.12-.324-.12-.675-.12-1.376v-5.263c0-.685%200-1.027-.148-1.328c-.147-.301-.423-.524-.975-.97l-.208-.167C3.595%206.858%203.004%206.38%203%205.69s.52-1.124%201.568-1.99q.24-.2.468-.364c.573-.41%201.402-.863%201.986-1.166a1.58%201.58%200%200%201%201.394-.016l.264.124q.106.05.171.142c1.498%202.116%204.8%202.116%206.298%200a.44.44%200%200%201%20.171-.142l.264-.124a1.58%201.58%200%200%201%201.394.016c.584.303%201.413.756%201.986%201.166q.23.166.468.363C20.48%204.566%2021.004%205%2021%205.69s-.596%201.168-1.777%202.122l-.208.167c-.552.446-.828.669-.975.97s-.147.643-.147%201.328v5.263c0%20.701%200%201.052-.121%201.376c-.12.324-.353.598-.818%201.145l-2.382%202.803c-.474.558-.711.837-1.041.987c-.33.149-.71.149-1.469.149%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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