body weight icon

body-weight from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
body-weight
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

Related icons in Huge Icons

Use the body weight icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M12.002 14.003v-1.64m0 1.64q2.5 0 5-.546a26 26 0 0 0 3.823-1.158c.39-.15.832-.285 1.04-.677c.137-.256.137-.565.137-1.183c0-1.233 0-2.851-.301-3.173c-.57-.61-1.657-.048-2.289.157q-7.41 2.403-14.82 0c-.633-.205-1.72-.766-2.29-.157c-.3.322-.3 1.94-.3 3.173c0 .445-.053.966.237 1.34c.175.225.43.324.94.52q1.912.74 3.824 1.158q2.5.546 4.999.546m-4.999-.546l-.001-1.642m10 1.642v-1.642m2 7.195q-7 2.004-14 0"/><path d="M19.191 2.998c-.577 1.311-1.107 3.56-1.107 4.59M4.815 2.998c.577 1.311 1.108 3.56 1.108 4.59m-.524 7.923c-.439 1.38-1.598 4.11-1.395 5.492m14.61-5.492c.44 1.38 1.599 4.11 1.395 5.492"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsBodyWeight(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"><path d="M12.002 14.003v-1.64m0 1.64q2.5 0 5-.546a26 26 0 0 0 3.823-1.158c.39-.15.832-.285 1.04-.677c.137-.256.137-.565.137-1.183c0-1.233 0-2.851-.301-3.173c-.57-.61-1.657-.048-2.289.157q-7.41 2.403-14.82 0c-.633-.205-1.72-.766-2.29-.157c-.3.322-.3 1.94-.3 3.173c0 .445-.053.966.237 1.34c.175.225.43.324.94.52q1.912.74 3.824 1.158q2.5.546 4.999.546m-4.999-.546l-.001-1.642m10 1.642v-1.642m2 7.195q-7 2.004-14 0"/><path d="M19.191 2.998c-.577 1.311-1.107 3.56-1.107 4.59M4.815 2.998c.577 1.311 1.108 3.56 1.108 4.59m-.524 7.923c-.439 1.38-1.598 4.11-1.395 5.492m14.61-5.492c.44 1.38 1.599 4.11 1.395 5.492"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M12.002 14.003v-1.64m0 1.64q2.5 0 5-.546a26 26 0 0 0 3.823-1.158c.39-.15.832-.285 1.04-.677c.137-.256.137-.565.137-1.183c0-1.233 0-2.851-.301-3.173c-.57-.61-1.657-.048-2.289.157q-7.41 2.403-14.82 0c-.633-.205-1.72-.766-2.29-.157c-.3.322-.3 1.94-.3 3.173c0 .445-.053.966.237 1.34c.175.225.43.324.94.52q1.912.74 3.824 1.158q2.5.546 4.999.546m-4.999-.546l-.001-1.642m10 1.642v-1.642m2 7.195q-7 2.004-14 0"/><path d="M19.191 2.998c-.577 1.311-1.107 3.56-1.107 4.59M4.815 2.998c.577 1.311 1.108 3.56 1.108 4.59m-.524 7.923c-.439 1.38-1.598 4.11-1.395 5.492m14.61-5.492c.44 1.38 1.599 4.11 1.395 5.492"/></g></svg>
</template>

CSS

.icon-body-weight {
  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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M12.002%2014.003v-1.64m0%201.64q2.5%200%205-.546a26%2026%200%200%200%203.823-1.158c.39-.15.832-.285%201.04-.677c.137-.256.137-.565.137-1.183c0-1.233%200-2.851-.301-3.173c-.57-.61-1.657-.048-2.289.157q-7.41%202.403-14.82%200c-.633-.205-1.72-.766-2.29-.157c-.3.322-.3%201.94-.3%203.173c0%20.445-.053.966.237%201.34c.175.225.43.324.94.52q1.912.74%203.824%201.158q2.5.546%204.999.546m-4.999-.546l-.001-1.642m10%201.642v-1.642m2%207.195q-7%202.004-14%200%22%2F%3E%3Cpath%20d%3D%22M19.191%202.998c-.577%201.311-1.107%203.56-1.107%204.59M4.815%202.998c.577%201.311%201.108%203.56%201.108%204.59m-.524%207.923c-.439%201.38-1.598%204.11-1.395%205.492m14.61-5.492c.44%201.38%201.599%204.11%201.395%205.492%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M12.002%2014.003v-1.64m0%201.64q2.5%200%205-.546a26%2026%200%200%200%203.823-1.158c.39-.15.832-.285%201.04-.677c.137-.256.137-.565.137-1.183c0-1.233%200-2.851-.301-3.173c-.57-.61-1.657-.048-2.289.157q-7.41%202.403-14.82%200c-.633-.205-1.72-.766-2.29-.157c-.3.322-.3%201.94-.3%203.173c0%20.445-.053.966.237%201.34c.175.225.43.324.94.52q1.912.74%203.824%201.158q2.5.546%204.999.546m-4.999-.546l-.001-1.642m10%201.642v-1.642m2%207.195q-7%202.004-14%200%22%2F%3E%3Cpath%20d%3D%22M19.191%202.998c-.577%201.311-1.107%203.56-1.107%204.59M4.815%202.998c.577%201.311%201.108%203.56%201.108%204.59m-.524%207.923c-.439%201.38-1.598%204.11-1.395%205.492m14.61-5.492c.44%201.38%201.599%204.11%201.395%205.492%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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