body from Reicon by REICON · Outline · UI · MIT Free for personal and commercial use.

Name
body
Set
Reicon
Style
Outline
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" fill-rule="evenodd" d="M6.677 1.504a2.33 2.33 0 0 1 2.059-.029l.263.124c.183.086.344.218.464.388c1.2 1.693 3.875 1.693 5.074 0l.612.433l.04.028m-.04-.028l-.612-.433c.12-.17.28-.302.463-.388l.264-.124a2.33 2.33 0 0 1 2.059.03c.586.303 1.458.777 2.078 1.222q.255.184.509.394l.044.037c.486.402.921.762 1.225 1.113c.34.395.575.845.571 1.424c-.004.6-.278 1.062-.643 1.463c-.335.367-.816.755-1.37 1.202l-.25.203c-.61.491-.717.6-.773.715c-.054.109-.071.243-.071 1v5.367c0 .598 0 1.079-.168 1.533c-.168.45-.483.82-.88 1.287l-.07.082l-2.381 2.803l-.078.09c-.396.469-.739.873-1.226 1.094c-.481.218-1.018.217-1.654.216h-.372c-.636.001-1.173.002-1.654-.216c-.487-.22-.83-.625-1.227-1.093l-.077-.091l-2.381-2.803l-.07-.082c-.397-.467-.712-.837-.88-1.287c-.169-.454-.168-.935-.168-1.533v-5.368c0-.756-.017-.89-.07-1c-.057-.115-.165-.223-.773-.714l-.208-.168l-.043-.035c-.554-.446-1.035-.835-1.37-1.202c-.365-.4-.64-.863-.643-1.463c-.004-.579.23-1.029.571-1.424c.304-.351.739-.71 1.225-1.113l.044-.037c.169-.139.34-.273.509-.394c.62-.445 1.492-.92 2.078-1.223m1.42 1.328a.83.83 0 0 0-.73.004c-.582.302-1.37.733-1.894 1.11a8 8 0 0 0-.427.331c-.544.45-.878.73-1.089.974c-.182.211-.208.323-.207.435c0 .09.024.212.251.461c.249.272.637.589 1.247 1.081l.208.168l.095.076c.457.368.86.693 1.083 1.148c.225.46.224.973.223 1.54v5.38c0 .755.011.946.074 1.114c.064.172.187.333.687.922l2.381 2.802c.519.61.638.725.78.79c.147.066.33.082 1.159.082h.124c.828 0 1.012-.016 1.16-.083c.141-.064.26-.179.779-.789l2.381-2.802c.5-.59.623-.75.687-.922c.063-.168.074-.36.074-1.114v-5.38c-.001-.566-.002-1.078.223-1.54c.222-.454.626-.78 1.083-1.147l.095-.076l.207-.168c.61-.492 1-.809 1.248-1.08c.227-.25.25-.371.251-.462c0-.112-.025-.224-.207-.435c-.21-.244-.545-.523-1.09-.974a8 8 0 0 0-.426-.331c-.525-.377-1.312-.808-1.894-1.11a.83.83 0 0 0-.73-.004l-.192.09c-1.802 2.446-5.62 2.446-7.422 0z" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function ReiconBody(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" fillRule="evenodd" d="M6.677 1.504a2.33 2.33 0 0 1 2.059-.029l.263.124c.183.086.344.218.464.388c1.2 1.693 3.875 1.693 5.074 0l.612.433l.04.028m-.04-.028l-.612-.433c.12-.17.28-.302.463-.388l.264-.124a2.33 2.33 0 0 1 2.059.03c.586.303 1.458.777 2.078 1.222q.255.184.509.394l.044.037c.486.402.921.762 1.225 1.113c.34.395.575.845.571 1.424c-.004.6-.278 1.062-.643 1.463c-.335.367-.816.755-1.37 1.202l-.25.203c-.61.491-.717.6-.773.715c-.054.109-.071.243-.071 1v5.367c0 .598 0 1.079-.168 1.533c-.168.45-.483.82-.88 1.287l-.07.082l-2.381 2.803l-.078.09c-.396.469-.739.873-1.226 1.094c-.481.218-1.018.217-1.654.216h-.372c-.636.001-1.173.002-1.654-.216c-.487-.22-.83-.625-1.227-1.093l-.077-.091l-2.381-2.803l-.07-.082c-.397-.467-.712-.837-.88-1.287c-.169-.454-.168-.935-.168-1.533v-5.368c0-.756-.017-.89-.07-1c-.057-.115-.165-.223-.773-.714l-.208-.168l-.043-.035c-.554-.446-1.035-.835-1.37-1.202c-.365-.4-.64-.863-.643-1.463c-.004-.579.23-1.029.571-1.424c.304-.351.739-.71 1.225-1.113l.044-.037c.169-.139.34-.273.509-.394c.62-.445 1.492-.92 2.078-1.223m1.42 1.328a.83.83 0 0 0-.73.004c-.582.302-1.37.733-1.894 1.11a8 8 0 0 0-.427.331c-.544.45-.878.73-1.089.974c-.182.211-.208.323-.207.435c0 .09.024.212.251.461c.249.272.637.589 1.247 1.081l.208.168l.095.076c.457.368.86.693 1.083 1.148c.225.46.224.973.223 1.54v5.38c0 .755.011.946.074 1.114c.064.172.187.333.687.922l2.381 2.802c.519.61.638.725.78.79c.147.066.33.082 1.159.082h.124c.828 0 1.012-.016 1.16-.083c.141-.064.26-.179.779-.789l2.381-2.802c.5-.59.623-.75.687-.922c.063-.168.074-.36.074-1.114v-5.38c-.001-.566-.002-1.078.223-1.54c.222-.454.626-.78 1.083-1.147l.095-.076l.207-.168c.61-.492 1-.809 1.248-1.08c.227-.25.25-.371.251-.462c0-.112-.025-.224-.207-.435c-.21-.244-.545-.523-1.09-.974a8 8 0 0 0-.426-.331c-.525-.377-1.312-.808-1.894-1.11a.83.83 0 0 0-.73-.004l-.192.09c-1.802 2.446-5.62 2.446-7.422 0z" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M6.677 1.504a2.33 2.33 0 0 1 2.059-.029l.263.124c.183.086.344.218.464.388c1.2 1.693 3.875 1.693 5.074 0l.612.433l.04.028m-.04-.028l-.612-.433c.12-.17.28-.302.463-.388l.264-.124a2.33 2.33 0 0 1 2.059.03c.586.303 1.458.777 2.078 1.222q.255.184.509.394l.044.037c.486.402.921.762 1.225 1.113c.34.395.575.845.571 1.424c-.004.6-.278 1.062-.643 1.463c-.335.367-.816.755-1.37 1.202l-.25.203c-.61.491-.717.6-.773.715c-.054.109-.071.243-.071 1v5.367c0 .598 0 1.079-.168 1.533c-.168.45-.483.82-.88 1.287l-.07.082l-2.381 2.803l-.078.09c-.396.469-.739.873-1.226 1.094c-.481.218-1.018.217-1.654.216h-.372c-.636.001-1.173.002-1.654-.216c-.487-.22-.83-.625-1.227-1.093l-.077-.091l-2.381-2.803l-.07-.082c-.397-.467-.712-.837-.88-1.287c-.169-.454-.168-.935-.168-1.533v-5.368c0-.756-.017-.89-.07-1c-.057-.115-.165-.223-.773-.714l-.208-.168l-.043-.035c-.554-.446-1.035-.835-1.37-1.202c-.365-.4-.64-.863-.643-1.463c-.004-.579.23-1.029.571-1.424c.304-.351.739-.71 1.225-1.113l.044-.037c.169-.139.34-.273.509-.394c.62-.445 1.492-.92 2.078-1.223m1.42 1.328a.83.83 0 0 0-.73.004c-.582.302-1.37.733-1.894 1.11a8 8 0 0 0-.427.331c-.544.45-.878.73-1.089.974c-.182.211-.208.323-.207.435c0 .09.024.212.251.461c.249.272.637.589 1.247 1.081l.208.168l.095.076c.457.368.86.693 1.083 1.148c.225.46.224.973.223 1.54v5.38c0 .755.011.946.074 1.114c.064.172.187.333.687.922l2.381 2.802c.519.61.638.725.78.79c.147.066.33.082 1.159.082h.124c.828 0 1.012-.016 1.16-.083c.141-.064.26-.179.779-.789l2.381-2.802c.5-.59.623-.75.687-.922c.063-.168.074-.36.074-1.114v-5.38c-.001-.566-.002-1.078.223-1.54c.222-.454.626-.78 1.083-1.147l.095-.076l.207-.168c.61-.492 1-.809 1.248-1.08c.227-.25.25-.371.251-.462c0-.112-.025-.224-.207-.435c-.21-.244-.545-.523-1.09-.974a8 8 0 0 0-.426-.331c-.525-.377-1.312-.808-1.894-1.11a.83.83 0 0 0-.73-.004l-.192.09c-1.802 2.446-5.62 2.446-7.422 0z" 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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M6.677%201.504a2.33%202.33%200%200%201%202.059-.029l.263.124c.183.086.344.218.464.388c1.2%201.693%203.875%201.693%205.074%200l.612.433l.04.028m-.04-.028l-.612-.433c.12-.17.28-.302.463-.388l.264-.124a2.33%202.33%200%200%201%202.059.03c.586.303%201.458.777%202.078%201.222q.255.184.509.394l.044.037c.486.402.921.762%201.225%201.113c.34.395.575.845.571%201.424c-.004.6-.278%201.062-.643%201.463c-.335.367-.816.755-1.37%201.202l-.25.203c-.61.491-.717.6-.773.715c-.054.109-.071.243-.071%201v5.367c0%20.598%200%201.079-.168%201.533c-.168.45-.483.82-.88%201.287l-.07.082l-2.381%202.803l-.078.09c-.396.469-.739.873-1.226%201.094c-.481.218-1.018.217-1.654.216h-.372c-.636.001-1.173.002-1.654-.216c-.487-.22-.83-.625-1.227-1.093l-.077-.091l-2.381-2.803l-.07-.082c-.397-.467-.712-.837-.88-1.287c-.169-.454-.168-.935-.168-1.533v-5.368c0-.756-.017-.89-.07-1c-.057-.115-.165-.223-.773-.714l-.208-.168l-.043-.035c-.554-.446-1.035-.835-1.37-1.202c-.365-.4-.64-.863-.643-1.463c-.004-.579.23-1.029.571-1.424c.304-.351.739-.71%201.225-1.113l.044-.037c.169-.139.34-.273.509-.394c.62-.445%201.492-.92%202.078-1.223m1.42%201.328a.83.83%200%200%200-.73.004c-.582.302-1.37.733-1.894%201.11a8%208%200%200%200-.427.331c-.544.45-.878.73-1.089.974c-.182.211-.208.323-.207.435c0%20.09.024.212.251.461c.249.272.637.589%201.247%201.081l.208.168l.095.076c.457.368.86.693%201.083%201.148c.225.46.224.973.223%201.54v5.38c0%20.755.011.946.074%201.114c.064.172.187.333.687.922l2.381%202.802c.519.61.638.725.78.79c.147.066.33.082%201.159.082h.124c.828%200%201.012-.016%201.16-.083c.141-.064.26-.179.779-.789l2.381-2.802c.5-.59.623-.75.687-.922c.063-.168.074-.36.074-1.114v-5.38c-.001-.566-.002-1.078.223-1.54c.222-.454.626-.78%201.083-1.147l.095-.076l.207-.168c.61-.492%201-.809%201.248-1.08c.227-.25.25-.371.251-.462c0-.112-.025-.224-.207-.435c-.21-.244-.545-.523-1.09-.974a8%208%200%200%200-.426-.331c-.525-.377-1.312-.808-1.894-1.11a.83.83%200%200%200-.73-.004l-.192.09c-1.802%202.446-5.62%202.446-7.422%200z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M6.677%201.504a2.33%202.33%200%200%201%202.059-.029l.263.124c.183.086.344.218.464.388c1.2%201.693%203.875%201.693%205.074%200l.612.433l.04.028m-.04-.028l-.612-.433c.12-.17.28-.302.463-.388l.264-.124a2.33%202.33%200%200%201%202.059.03c.586.303%201.458.777%202.078%201.222q.255.184.509.394l.044.037c.486.402.921.762%201.225%201.113c.34.395.575.845.571%201.424c-.004.6-.278%201.062-.643%201.463c-.335.367-.816.755-1.37%201.202l-.25.203c-.61.491-.717.6-.773.715c-.054.109-.071.243-.071%201v5.367c0%20.598%200%201.079-.168%201.533c-.168.45-.483.82-.88%201.287l-.07.082l-2.381%202.803l-.078.09c-.396.469-.739.873-1.226%201.094c-.481.218-1.018.217-1.654.216h-.372c-.636.001-1.173.002-1.654-.216c-.487-.22-.83-.625-1.227-1.093l-.077-.091l-2.381-2.803l-.07-.082c-.397-.467-.712-.837-.88-1.287c-.169-.454-.168-.935-.168-1.533v-5.368c0-.756-.017-.89-.07-1c-.057-.115-.165-.223-.773-.714l-.208-.168l-.043-.035c-.554-.446-1.035-.835-1.37-1.202c-.365-.4-.64-.863-.643-1.463c-.004-.579.23-1.029.571-1.424c.304-.351.739-.71%201.225-1.113l.044-.037c.169-.139.34-.273.509-.394c.62-.445%201.492-.92%202.078-1.223m1.42%201.328a.83.83%200%200%200-.73.004c-.582.302-1.37.733-1.894%201.11a8%208%200%200%200-.427.331c-.544.45-.878.73-1.089.974c-.182.211-.208.323-.207.435c0%20.09.024.212.251.461c.249.272.637.589%201.247%201.081l.208.168l.095.076c.457.368.86.693%201.083%201.148c.225.46.224.973.223%201.54v5.38c0%20.755.011.946.074%201.114c.064.172.187.333.687.922l2.381%202.802c.519.61.638.725.78.79c.147.066.33.082%201.159.082h.124c.828%200%201.012-.016%201.16-.083c.141-.064.26-.179.779-.789l2.381-2.802c.5-.59.623-.75.687-.922c.063-.168.074-.36.074-1.114v-5.38c-.001-.566-.002-1.078.223-1.54c.222-.454.626-.78%201.083-1.147l.095-.076l.207-.168c.61-.492%201-.809%201.248-1.08c.227-.25.25-.371.251-.462c0-.112-.025-.224-.207-.435c-.21-.244-.545-.523-1.09-.974a8%208%200%200%200-.426-.331c-.525-.377-1.312-.808-1.894-1.11a.83.83%200%200%200-.73-.004l-.192.09c-1.802%202.446-5.62%202.446-7.422%200z%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/reicon/body.svg?color=%231a73e8&size=48