body shape icon

body-shape from Reicon by REICON · Outline · Sports · MIT Free for personal and commercial use.

Name
body-shape
Set
Reicon
Style
Outline
Category
Sports
Viewbox
24×24
License
MIT

2 other variants in Reicon

The same icon in other sets

More sports icons from Reicon

Use the body shape 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="M3.706 1.31a.75.75 0 0 1 .984.396L4 2l.69-.294v.002l.002.003l.005.012l.018.043l.067.163a34 34 0 0 1 .936 2.684c.481 1.595.977 3.678 1.028 5.637h10.508c.05-1.96.547-4.042 1.028-5.637a34 34 0 0 1 .936-2.684l.067-.163l.018-.043l.005-.012l.001-.003v-.001S19.31 1.706 20 2l-.69-.293a.75.75 0 0 1 1.38.587v.002l-.005.009l-.015.036l-.06.148a32 32 0 0 0-.892 2.557c-.493 1.633-.968 3.694-.968 5.526c0 1.059.358 1.967.906 2.956c.189.34.41.704.644 1.09c.514.845 1.093 1.798 1.536 2.844c.534 1.259.914 2.723.914 4.538a.75.75 0 0 1-1.5 0c0-1.49-.29-2.695-.709-3.744c-5.394.147-7.46 2.871-7.83 3.981a.75.75 0 0 1-1.422 0c-.37-1.11-2.436-3.834-7.83-3.98A9.9 9.9 0 0 0 2.75 22a.75.75 0 0 1-1.5 0c0-1.815.38-3.28.914-4.538c.443-1.046 1.022-1.999 1.536-2.844c.234-.386.456-.75.644-1.09c.548-.989.906-1.898.906-2.956c0-1.832-.475-3.893-.968-5.526A32 32 0 0 0 3.39 2.49l-.06-.148l-.016-.036l-.003-.009v-.001a.75.75 0 0 1 .395-.985m.455 15.478c4.21.279 6.67 2.054 7.839 3.65c1.17-1.596 3.628-3.371 7.839-3.65c-.24-.435-.491-.846-.744-1.261a35 35 0 0 1-.751-1.272a14 14 0 0 1-.269-.509L18 13.75H6l-.075-.004a14 14 0 0 1-.269.509c-.246.444-.5.86-.75 1.271c-.254.416-.505.827-.745 1.262m2.356-4.538h10.966a7 7 0 0 1-.119-.5H6.636q-.05.255-.118.5" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function ReiconBodyShape(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="M3.706 1.31a.75.75 0 0 1 .984.396L4 2l.69-.294v.002l.002.003l.005.012l.018.043l.067.163a34 34 0 0 1 .936 2.684c.481 1.595.977 3.678 1.028 5.637h10.508c.05-1.96.547-4.042 1.028-5.637a34 34 0 0 1 .936-2.684l.067-.163l.018-.043l.005-.012l.001-.003v-.001S19.31 1.706 20 2l-.69-.293a.75.75 0 0 1 1.38.587v.002l-.005.009l-.015.036l-.06.148a32 32 0 0 0-.892 2.557c-.493 1.633-.968 3.694-.968 5.526c0 1.059.358 1.967.906 2.956c.189.34.41.704.644 1.09c.514.845 1.093 1.798 1.536 2.844c.534 1.259.914 2.723.914 4.538a.75.75 0 0 1-1.5 0c0-1.49-.29-2.695-.709-3.744c-5.394.147-7.46 2.871-7.83 3.981a.75.75 0 0 1-1.422 0c-.37-1.11-2.436-3.834-7.83-3.98A9.9 9.9 0 0 0 2.75 22a.75.75 0 0 1-1.5 0c0-1.815.38-3.28.914-4.538c.443-1.046 1.022-1.999 1.536-2.844c.234-.386.456-.75.644-1.09c.548-.989.906-1.898.906-2.956c0-1.832-.475-3.893-.968-5.526A32 32 0 0 0 3.39 2.49l-.06-.148l-.016-.036l-.003-.009v-.001a.75.75 0 0 1 .395-.985m.455 15.478c4.21.279 6.67 2.054 7.839 3.65c1.17-1.596 3.628-3.371 7.839-3.65c-.24-.435-.491-.846-.744-1.261a35 35 0 0 1-.751-1.272a14 14 0 0 1-.269-.509L18 13.75H6l-.075-.004a14 14 0 0 1-.269.509c-.246.444-.5.86-.75 1.271c-.254.416-.505.827-.745 1.262m2.356-4.538h10.966a7 7 0 0 1-.119-.5H6.636q-.05.255-.118.5" 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="M3.706 1.31a.75.75 0 0 1 .984.396L4 2l.69-.294v.002l.002.003l.005.012l.018.043l.067.163a34 34 0 0 1 .936 2.684c.481 1.595.977 3.678 1.028 5.637h10.508c.05-1.96.547-4.042 1.028-5.637a34 34 0 0 1 .936-2.684l.067-.163l.018-.043l.005-.012l.001-.003v-.001S19.31 1.706 20 2l-.69-.293a.75.75 0 0 1 1.38.587v.002l-.005.009l-.015.036l-.06.148a32 32 0 0 0-.892 2.557c-.493 1.633-.968 3.694-.968 5.526c0 1.059.358 1.967.906 2.956c.189.34.41.704.644 1.09c.514.845 1.093 1.798 1.536 2.844c.534 1.259.914 2.723.914 4.538a.75.75 0 0 1-1.5 0c0-1.49-.29-2.695-.709-3.744c-5.394.147-7.46 2.871-7.83 3.981a.75.75 0 0 1-1.422 0c-.37-1.11-2.436-3.834-7.83-3.98A9.9 9.9 0 0 0 2.75 22a.75.75 0 0 1-1.5 0c0-1.815.38-3.28.914-4.538c.443-1.046 1.022-1.999 1.536-2.844c.234-.386.456-.75.644-1.09c.548-.989.906-1.898.906-2.956c0-1.832-.475-3.893-.968-5.526A32 32 0 0 0 3.39 2.49l-.06-.148l-.016-.036l-.003-.009v-.001a.75.75 0 0 1 .395-.985m.455 15.478c4.21.279 6.67 2.054 7.839 3.65c1.17-1.596 3.628-3.371 7.839-3.65c-.24-.435-.491-.846-.744-1.261a35 35 0 0 1-.751-1.272a14 14 0 0 1-.269-.509L18 13.75H6l-.075-.004a14 14 0 0 1-.269.509c-.246.444-.5.86-.75 1.271c-.254.416-.505.827-.745 1.262m2.356-4.538h10.966a7 7 0 0 1-.119-.5H6.636q-.05.255-.118.5" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-body-shape {
  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%22M3.706%201.31a.75.75%200%200%201%20.984.396L4%202l.69-.294v.002l.002.003l.005.012l.018.043l.067.163a34%2034%200%200%201%20.936%202.684c.481%201.595.977%203.678%201.028%205.637h10.508c.05-1.96.547-4.042%201.028-5.637a34%2034%200%200%201%20.936-2.684l.067-.163l.018-.043l.005-.012l.001-.003v-.001S19.31%201.706%2020%202l-.69-.293a.75.75%200%200%201%201.38.587v.002l-.005.009l-.015.036l-.06.148a32%2032%200%200%200-.892%202.557c-.493%201.633-.968%203.694-.968%205.526c0%201.059.358%201.967.906%202.956c.189.34.41.704.644%201.09c.514.845%201.093%201.798%201.536%202.844c.534%201.259.914%202.723.914%204.538a.75.75%200%200%201-1.5%200c0-1.49-.29-2.695-.709-3.744c-5.394.147-7.46%202.871-7.83%203.981a.75.75%200%200%201-1.422%200c-.37-1.11-2.436-3.834-7.83-3.98A9.9%209.9%200%200%200%202.75%2022a.75.75%200%200%201-1.5%200c0-1.815.38-3.28.914-4.538c.443-1.046%201.022-1.999%201.536-2.844c.234-.386.456-.75.644-1.09c.548-.989.906-1.898.906-2.956c0-1.832-.475-3.893-.968-5.526A32%2032%200%200%200%203.39%202.49l-.06-.148l-.016-.036l-.003-.009v-.001a.75.75%200%200%201%20.395-.985m.455%2015.478c4.21.279%206.67%202.054%207.839%203.65c1.17-1.596%203.628-3.371%207.839-3.65c-.24-.435-.491-.846-.744-1.261a35%2035%200%200%201-.751-1.272a14%2014%200%200%201-.269-.509L18%2013.75H6l-.075-.004a14%2014%200%200%201-.269.509c-.246.444-.5.86-.75%201.271c-.254.416-.505.827-.745%201.262m2.356-4.538h10.966a7%207%200%200%201-.119-.5H6.636q-.05.255-.118.5%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%22M3.706%201.31a.75.75%200%200%201%20.984.396L4%202l.69-.294v.002l.002.003l.005.012l.018.043l.067.163a34%2034%200%200%201%20.936%202.684c.481%201.595.977%203.678%201.028%205.637h10.508c.05-1.96.547-4.042%201.028-5.637a34%2034%200%200%201%20.936-2.684l.067-.163l.018-.043l.005-.012l.001-.003v-.001S19.31%201.706%2020%202l-.69-.293a.75.75%200%200%201%201.38.587v.002l-.005.009l-.015.036l-.06.148a32%2032%200%200%200-.892%202.557c-.493%201.633-.968%203.694-.968%205.526c0%201.059.358%201.967.906%202.956c.189.34.41.704.644%201.09c.514.845%201.093%201.798%201.536%202.844c.534%201.259.914%202.723.914%204.538a.75.75%200%200%201-1.5%200c0-1.49-.29-2.695-.709-3.744c-5.394.147-7.46%202.871-7.83%203.981a.75.75%200%200%201-1.422%200c-.37-1.11-2.436-3.834-7.83-3.98A9.9%209.9%200%200%200%202.75%2022a.75.75%200%200%201-1.5%200c0-1.815.38-3.28.914-4.538c.443-1.046%201.022-1.999%201.536-2.844c.234-.386.456-.75.644-1.09c.548-.989.906-1.898.906-2.956c0-1.832-.475-3.893-.968-5.526A32%2032%200%200%200%203.39%202.49l-.06-.148l-.016-.036l-.003-.009v-.001a.75.75%200%200%201%20.395-.985m.455%2015.478c4.21.279%206.67%202.054%207.839%203.65c1.17-1.596%203.628-3.371%207.839-3.65c-.24-.435-.491-.846-.744-1.261a35%2035%200%200%201-.751-1.272a14%2014%200%200%201-.269-.509L18%2013.75H6l-.075-.004a14%2014%200%200%201-.269.509c-.246.444-.5.86-.75%201.271c-.254.416-.505.827-.745%201.262m2.356-4.538h10.966a7%207%200%200%201-.119-.5H6.636q-.05.255-.118.5%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-shape.svg?color=%231a73e8&size=48