body shape icon
body-shape-duotone from Reicon by REICON · Duotone · Sports · MIT Free for personal and commercial use.
- Name
- body-shape-duotone
- Set
- Reicon
- Style
- Duotone
- 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"><g fill="currentColor"><path d="M21.836 17.462c-.443-1.047-1.022-2-1.536-2.844c-.184-.304-.36-.593-.518-.868H4.218c-.158.275-.334.564-.518.867c-.514.846-1.093 1.798-1.536 2.845A11.4 11.4 0 0 0 1.25 22a.75.75 0 0 0 1.5 0c0-1.49.29-2.696.709-3.744c5.394.147 7.46 2.871 7.83 3.981a.75.75 0 0 0 1.422 0c.37-1.11 2.436-3.834 7.83-3.98A9.9 9.9 0 0 1 21.25 22a.75.75 0 0 0 1.5 0c0-1.816-.38-3.28-.914-4.538"/><path d="M4.69 1.706a.75.75 0 1 0-1.38.589l.001.001l.004.009l.015.036l.06.148a32 32 0 0 1 .892 2.557c.493 1.633.968 3.694.968 5.526a4.9 4.9 0 0 1-.308 1.678h14.116a4.9 4.9 0 0 1-.308-1.678c0-1.832.476-3.893.968-5.526a32 32 0 0 1 .892-2.557l.06-.148l.016-.036l.003-.009l.001-.002a.75.75 0 1 0-1.38-.587L20 2l-.69-.293l-.002.004l-.005.012l-.018.043l-.067.163a34 34 0 0 0-.936 2.684c-.48 1.595-.977 3.678-1.028 5.637H6.746c-.05-1.96-.547-4.042-1.028-5.637a34 34 0 0 0-.936-2.684l-.067-.163l-.018-.043l-.005-.012l-.001-.003z" opacity=".5"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconBodyShapeDuotone(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M21.836 17.462c-.443-1.047-1.022-2-1.536-2.844c-.184-.304-.36-.593-.518-.868H4.218c-.158.275-.334.564-.518.867c-.514.846-1.093 1.798-1.536 2.845A11.4 11.4 0 0 0 1.25 22a.75.75 0 0 0 1.5 0c0-1.49.29-2.696.709-3.744c5.394.147 7.46 2.871 7.83 3.981a.75.75 0 0 0 1.422 0c.37-1.11 2.436-3.834 7.83-3.98A9.9 9.9 0 0 1 21.25 22a.75.75 0 0 0 1.5 0c0-1.816-.38-3.28-.914-4.538"/><path d="M4.69 1.706a.75.75 0 1 0-1.38.589l.001.001l.004.009l.015.036l.06.148a32 32 0 0 1 .892 2.557c.493 1.633.968 3.694.968 5.526a4.9 4.9 0 0 1-.308 1.678h14.116a4.9 4.9 0 0 1-.308-1.678c0-1.832.476-3.893.968-5.526a32 32 0 0 1 .892-2.557l.06-.148l.016-.036l.003-.009l.001-.002a.75.75 0 1 0-1.38-.587L20 2l-.69-.293l-.002.004l-.005.012l-.018.043l-.067.163a34 34 0 0 0-.936 2.684c-.48 1.595-.977 3.678-1.028 5.637H6.746c-.05-1.96-.547-4.042-1.028-5.637a34 34 0 0 0-.936-2.684l-.067-.163l-.018-.043l-.005-.012l-.001-.003z" opacity=".5"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M21.836 17.462c-.443-1.047-1.022-2-1.536-2.844c-.184-.304-.36-.593-.518-.868H4.218c-.158.275-.334.564-.518.867c-.514.846-1.093 1.798-1.536 2.845A11.4 11.4 0 0 0 1.25 22a.75.75 0 0 0 1.5 0c0-1.49.29-2.696.709-3.744c5.394.147 7.46 2.871 7.83 3.981a.75.75 0 0 0 1.422 0c.37-1.11 2.436-3.834 7.83-3.98A9.9 9.9 0 0 1 21.25 22a.75.75 0 0 0 1.5 0c0-1.816-.38-3.28-.914-4.538"/><path d="M4.69 1.706a.75.75 0 1 0-1.38.589l.001.001l.004.009l.015.036l.06.148a32 32 0 0 1 .892 2.557c.493 1.633.968 3.694.968 5.526a4.9 4.9 0 0 1-.308 1.678h14.116a4.9 4.9 0 0 1-.308-1.678c0-1.832.476-3.893.968-5.526a32 32 0 0 1 .892-2.557l.06-.148l.016-.036l.003-.009l.001-.002a.75.75 0 1 0-1.38-.587L20 2l-.69-.293l-.002.004l-.005.012l-.018.043l-.067.163a34 34 0 0 0-.936 2.684c-.48 1.595-.977 3.678-1.028 5.637H6.746c-.05-1.96-.547-4.042-1.028-5.637a34 34 0 0 0-.936-2.684l-.067-.163l-.018-.043l-.005-.012l-.001-.003z" opacity=".5"/></g></svg> </template>
CSS
.icon-body-shape-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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M21.836%2017.462c-.443-1.047-1.022-2-1.536-2.844c-.184-.304-.36-.593-.518-.868H4.218c-.158.275-.334.564-.518.867c-.514.846-1.093%201.798-1.536%202.845A11.4%2011.4%200%200%200%201.25%2022a.75.75%200%200%200%201.5%200c0-1.49.29-2.696.709-3.744c5.394.147%207.46%202.871%207.83%203.981a.75.75%200%200%200%201.422%200c.37-1.11%202.436-3.834%207.83-3.98A9.9%209.9%200%200%201%2021.25%2022a.75.75%200%200%200%201.5%200c0-1.816-.38-3.28-.914-4.538%22%2F%3E%3Cpath%20d%3D%22M4.69%201.706a.75.75%200%201%200-1.38.589l.001.001l.004.009l.015.036l.06.148a32%2032%200%200%201%20.892%202.557c.493%201.633.968%203.694.968%205.526a4.9%204.9%200%200%201-.308%201.678h14.116a4.9%204.9%200%200%201-.308-1.678c0-1.832.476-3.893.968-5.526a32%2032%200%200%201%20.892-2.557l.06-.148l.016-.036l.003-.009l.001-.002a.75.75%200%201%200-1.38-.587L20%202l-.69-.293l-.002.004l-.005.012l-.018.043l-.067.163a34%2034%200%200%200-.936%202.684c-.48%201.595-.977%203.678-1.028%205.637H6.746c-.05-1.96-.547-4.042-1.028-5.637a34%2034%200%200%200-.936-2.684l-.067-.163l-.018-.043l-.005-.012l-.001-.003z%22%20opacity%3D%22.5%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M21.836%2017.462c-.443-1.047-1.022-2-1.536-2.844c-.184-.304-.36-.593-.518-.868H4.218c-.158.275-.334.564-.518.867c-.514.846-1.093%201.798-1.536%202.845A11.4%2011.4%200%200%200%201.25%2022a.75.75%200%200%200%201.5%200c0-1.49.29-2.696.709-3.744c5.394.147%207.46%202.871%207.83%203.981a.75.75%200%200%200%201.422%200c.37-1.11%202.436-3.834%207.83-3.98A9.9%209.9%200%200%201%2021.25%2022a.75.75%200%200%200%201.5%200c0-1.816-.38-3.28-.914-4.538%22%2F%3E%3Cpath%20d%3D%22M4.69%201.706a.75.75%200%201%200-1.38.589l.001.001l.004.009l.015.036l.06.148a32%2032%200%200%201%20.892%202.557c.493%201.633.968%203.694.968%205.526a4.9%204.9%200%200%201-.308%201.678h14.116a4.9%204.9%200%200%201-.308-1.678c0-1.832.476-3.893.968-5.526a32%2032%200%200%201%20.892-2.557l.06-.148l.016-.036l.003-.009l.001-.002a.75.75%200%201%200-1.38-.587L20%202l-.69-.293l-.002.004l-.005.012l-.018.043l-.067.163a34%2034%200%200%200-.936%202.684c-.48%201.595-.977%203.678-1.028%205.637H6.746c-.05-1.96-.547-4.042-1.028-5.637a34%2034%200%200%200-.936-2.684l-.067-.163l-.018-.043l-.005-.012l-.001-.003z%22%20opacity%3D%22.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/body-shape-duotone.svg?color=%231a73e8&size=48