weight scale icon

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

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

The same icon in other sets

Related icons in Huge Icons

Use the weight scale 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-linejoin="round" stroke-width="1.5"><path d="M6.683 5c-1.365.062-2.208.254-2.804.851C3 6.731 3 8.148 3 10.981v5.009c0 2.833 0 4.25.879 5.13C4.757 22 6.172 22 9 22h6c2.828 0 4.243 0 5.121-.88S21 18.823 21 15.99v-5.01c0-2.833 0-4.25-.879-5.13c-.596-.597-1.44-.79-2.804-.851"/><path d="M7.025 6.54c-.48-1.88-.72-2.82-.33-3.51a2 2 0 0 1 .394-.492C7.678 2 8.669 2 10.65 2h2.7c1.981 0 2.972 0 3.561.538c.157.143.29.31.394.493c.39.69.15 1.63-.33 3.51c-.384 1.498-.575 2.247-1.087 2.74q-.21.203-.461.353c-.614.366-1.404.366-2.983.366h-.888c-1.58 0-2.37 0-2.983-.366a2.6 2.6 0 0 1-.46-.352C7.6 8.788 7.407 8.039 7.024 6.54Z"/><path stroke-linecap="round" d="M10 18h4m-2.5-8l1-3"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsWeightScale(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" strokeLinejoin="round" strokeWidth="1.5"><path d="M6.683 5c-1.365.062-2.208.254-2.804.851C3 6.731 3 8.148 3 10.981v5.009c0 2.833 0 4.25.879 5.13C4.757 22 6.172 22 9 22h6c2.828 0 4.243 0 5.121-.88S21 18.823 21 15.99v-5.01c0-2.833 0-4.25-.879-5.13c-.596-.597-1.44-.79-2.804-.851"/><path d="M7.025 6.54c-.48-1.88-.72-2.82-.33-3.51a2 2 0 0 1 .394-.492C7.678 2 8.669 2 10.65 2h2.7c1.981 0 2.972 0 3.561.538c.157.143.29.31.394.493c.39.69.15 1.63-.33 3.51c-.384 1.498-.575 2.247-1.087 2.74q-.21.203-.461.353c-.614.366-1.404.366-2.983.366h-.888c-1.58 0-2.37 0-2.983-.366a2.6 2.6 0 0 1-.46-.352C7.6 8.788 7.407 8.039 7.024 6.54Z"/><path strokeLinecap="round" d="M10 18h4m-2.5-8l1-3"/></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-linejoin="round" stroke-width="1.5"><path d="M6.683 5c-1.365.062-2.208.254-2.804.851C3 6.731 3 8.148 3 10.981v5.009c0 2.833 0 4.25.879 5.13C4.757 22 6.172 22 9 22h6c2.828 0 4.243 0 5.121-.88S21 18.823 21 15.99v-5.01c0-2.833 0-4.25-.879-5.13c-.596-.597-1.44-.79-2.804-.851"/><path d="M7.025 6.54c-.48-1.88-.72-2.82-.33-3.51a2 2 0 0 1 .394-.492C7.678 2 8.669 2 10.65 2h2.7c1.981 0 2.972 0 3.561.538c.157.143.29.31.394.493c.39.69.15 1.63-.33 3.51c-.384 1.498-.575 2.247-1.087 2.74q-.21.203-.461.353c-.614.366-1.404.366-2.983.366h-.888c-1.58 0-2.37 0-2.983-.366a2.6 2.6 0 0 1-.46-.352C7.6 8.788 7.407 8.039 7.024 6.54Z"/><path stroke-linecap="round" d="M10 18h4m-2.5-8l1-3"/></g></svg>
</template>

CSS

.icon-weight-scale {
  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-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M6.683%205c-1.365.062-2.208.254-2.804.851C3%206.731%203%208.148%203%2010.981v5.009c0%202.833%200%204.25.879%205.13C4.757%2022%206.172%2022%209%2022h6c2.828%200%204.243%200%205.121-.88S21%2018.823%2021%2015.99v-5.01c0-2.833%200-4.25-.879-5.13c-.596-.597-1.44-.79-2.804-.851%22%2F%3E%3Cpath%20d%3D%22M7.025%206.54c-.48-1.88-.72-2.82-.33-3.51a2%202%200%200%201%20.394-.492C7.678%202%208.669%202%2010.65%202h2.7c1.981%200%202.972%200%203.561.538c.157.143.29.31.394.493c.39.69.15%201.63-.33%203.51c-.384%201.498-.575%202.247-1.087%202.74q-.21.203-.461.353c-.614.366-1.404.366-2.983.366h-.888c-1.58%200-2.37%200-2.983-.366a2.6%202.6%200%200%201-.46-.352C7.6%208.788%207.407%208.039%207.024%206.54Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M10%2018h4m-2.5-8l1-3%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-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M6.683%205c-1.365.062-2.208.254-2.804.851C3%206.731%203%208.148%203%2010.981v5.009c0%202.833%200%204.25.879%205.13C4.757%2022%206.172%2022%209%2022h6c2.828%200%204.243%200%205.121-.88S21%2018.823%2021%2015.99v-5.01c0-2.833%200-4.25-.879-5.13c-.596-.597-1.44-.79-2.804-.851%22%2F%3E%3Cpath%20d%3D%22M7.025%206.54c-.48-1.88-.72-2.82-.33-3.51a2%202%200%200%201%20.394-.492C7.678%202%208.669%202%2010.65%202h2.7c1.981%200%202.972%200%203.561.538c.157.143.29.31.394.493c.39.69.15%201.63-.33%203.51c-.384%201.498-.575%202.247-1.087%202.74q-.21.203-.461.353c-.614.366-1.404.366-2.983.366h-.888c-1.58%200-2.37%200-2.983-.366a2.6%202.6%200%200%201-.46-.352C7.6%208.788%207.407%208.039%207.024%206.54Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M10%2018h4m-2.5-8l1-3%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/weight-scale.svg?color=%231a73e8&size=48