body shape2 icon

body-shape2-duotone from Reicon by REICON · Duotone · Sports · MIT Free for personal and commercial use.

Name
body-shape2-duotone
Set
Reicon
Style
Duotone
Category
Sports
Viewbox
24×24
License
MIT

2 other variants in Reicon

More sports icons from Reicon

Use the body shape2 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.706 1.31a.75.75 0 0 1 .984.396v.002l.002.003l.005.012l.018.043l.067.163a34 34 0 0 1 .936 2.684c.507 1.682 1.032 3.908 1.032 5.959c0 .6-.087 1.156-.233 1.678h10.966a6.2 6.2 0 0 1-.233-1.678c0-2.051.525-4.277 1.032-5.959a34 34 0 0 1 .936-2.684l.067-.163l.018-.043l.005-.012l.001-.003v-.001a.75.75 0 0 1 1.38.587v.002l-.003.009l-.016.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-.985"/></svg>

React

import type { SVGProps } from "react";

export function ReiconBodyShape2Duotone(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="M3.706 1.31a.75.75 0 0 1 .984.396v.002l.002.003l.005.012l.018.043l.067.163a34 34 0 0 1 .936 2.684c.507 1.682 1.032 3.908 1.032 5.959c0 .6-.087 1.156-.233 1.678h10.966a6.2 6.2 0 0 1-.233-1.678c0-2.051.525-4.277 1.032-5.959a34 34 0 0 1 .936-2.684l.067-.163l.018-.043l.005-.012l.001-.003v-.001a.75.75 0 0 1 1.38.587v.002l-.003.009l-.016.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-.985"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.706 1.31a.75.75 0 0 1 .984.396v.002l.002.003l.005.012l.018.043l.067.163a34 34 0 0 1 .936 2.684c.507 1.682 1.032 3.908 1.032 5.959c0 .6-.087 1.156-.233 1.678h10.966a6.2 6.2 0 0 1-.233-1.678c0-2.051.525-4.277 1.032-5.959a34 34 0 0 1 .936-2.684l.067-.163l.018-.043l.005-.012l.001-.003v-.001a.75.75 0 0 1 1.38.587v.002l-.003.009l-.016.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-.985"/></svg>
</template>

CSS

.icon-body-shape2-duotone {
  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%22M3.706%201.31a.75.75%200%200%201%20.984.396v.002l.002.003l.005.012l.018.043l.067.163a34%2034%200%200%201%20.936%202.684c.507%201.682%201.032%203.908%201.032%205.959c0%20.6-.087%201.156-.233%201.678h10.966a6.2%206.2%200%200%201-.233-1.678c0-2.051.525-4.277%201.032-5.959a34%2034%200%200%201%20.936-2.684l.067-.163l.018-.043l.005-.012l.001-.003v-.001a.75.75%200%200%201%201.38.587v.002l-.003.009l-.016.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-.985%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%22M3.706%201.31a.75.75%200%200%201%20.984.396v.002l.002.003l.005.012l.018.043l.067.163a34%2034%200%200%201%20.936%202.684c.507%201.682%201.032%203.908%201.032%205.959c0%20.6-.087%201.156-.233%201.678h10.966a6.2%206.2%200%200%201-.233-1.678c0-2.051.525-4.277%201.032-5.959a34%2034%200%200%201%20.936-2.684l.067-.163l.018-.043l.005-.012l.001-.003v-.001a.75.75%200%200%201%201.38.587v.002l-.003.009l-.016.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-.985%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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