scale icon

scale-broken from Solar by 480 Design · Broken · Devices · CC-BY-4.0 Attribution required.

Name
scale-broken
Set
Solar
Style
Broken
Category
Devices
Viewbox
24×24
License
CC BY 4.0
Aliases
weigher-broken

5 other variants in Solar

The same icon in other sets

More devices icons from Solar

Use the 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-linecap="round" stroke-width="1.5"><path d="M21 10V14C21 17.7712 21 19.6569 19.8284 20.8284C18.6569 22 16.7712 22 13 22H11C7.22876 22 5.34315 22 4.17157 20.8284C3 19.6569 3 17.7712 3 14V10C3 6.22876 3 4.34315 4.17157 3.17157C5.34315 2 7.22876 2 11 2H13C16.7712 2 18.6569 2 19.8284 3.17157C20.4816 3.82475 20.7706 4.69989 20.8985 6"/><path d="M8 18H16"/><path d="M15.1235 5.52027L15.549 5.59118C16.8084 5.80108 17.5513 7.12128 17.0771 8.30674L16.4115 9.97082C16.1757 10.5602 15.5408 10.8849 14.9249 10.7309C13.0045 10.2508 10.9954 10.2508 9.07499 10.7309C8.45912 10.8849 7.82419 10.5602 7.58842 9.97082L6.92279 8.30675C6.44861 7.12128 7.19154 5.80108 8.45095 5.59118L8.87638 5.52027C9.58042 5.40293 10.2894 5.32554 11 5.28809"/><path d="M10.1796 9.92856L9.50464 8.0459"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarScaleBroken(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" strokeWidth="1.5"><path d="M21 10V14C21 17.7712 21 19.6569 19.8284 20.8284C18.6569 22 16.7712 22 13 22H11C7.22876 22 5.34315 22 4.17157 20.8284C3 19.6569 3 17.7712 3 14V10C3 6.22876 3 4.34315 4.17157 3.17157C5.34315 2 7.22876 2 11 2H13C16.7712 2 18.6569 2 19.8284 3.17157C20.4816 3.82475 20.7706 4.69989 20.8985 6"/><path d="M8 18H16"/><path d="M15.1235 5.52027L15.549 5.59118C16.8084 5.80108 17.5513 7.12128 17.0771 8.30674L16.4115 9.97082C16.1757 10.5602 15.5408 10.8849 14.9249 10.7309C13.0045 10.2508 10.9954 10.2508 9.07499 10.7309C8.45912 10.8849 7.82419 10.5602 7.58842 9.97082L6.92279 8.30675C6.44861 7.12128 7.19154 5.80108 8.45095 5.59118L8.87638 5.52027C9.58042 5.40293 10.2894 5.32554 11 5.28809"/><path d="M10.1796 9.92856L9.50464 8.0459"/></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-width="1.5"><path d="M21 10V14C21 17.7712 21 19.6569 19.8284 20.8284C18.6569 22 16.7712 22 13 22H11C7.22876 22 5.34315 22 4.17157 20.8284C3 19.6569 3 17.7712 3 14V10C3 6.22876 3 4.34315 4.17157 3.17157C5.34315 2 7.22876 2 11 2H13C16.7712 2 18.6569 2 19.8284 3.17157C20.4816 3.82475 20.7706 4.69989 20.8985 6"/><path d="M8 18H16"/><path d="M15.1235 5.52027L15.549 5.59118C16.8084 5.80108 17.5513 7.12128 17.0771 8.30674L16.4115 9.97082C16.1757 10.5602 15.5408 10.8849 14.9249 10.7309C13.0045 10.2508 10.9954 10.2508 9.07499 10.7309C8.45912 10.8849 7.82419 10.5602 7.58842 9.97082L6.92279 8.30675C6.44861 7.12128 7.19154 5.80108 8.45095 5.59118L8.87638 5.52027C9.58042 5.40293 10.2894 5.32554 11 5.28809"/><path d="M10.1796 9.92856L9.50464 8.0459"/></g></svg>
</template>

CSS

.icon-scale-broken {
  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-width%3D%221.5%22%3E%3Cpath%20d%3D%22M21%2010V14C21%2017.7712%2021%2019.6569%2019.8284%2020.8284C18.6569%2022%2016.7712%2022%2013%2022H11C7.22876%2022%205.34315%2022%204.17157%2020.8284C3%2019.6569%203%2017.7712%203%2014V10C3%206.22876%203%204.34315%204.17157%203.17157C5.34315%202%207.22876%202%2011%202H13C16.7712%202%2018.6569%202%2019.8284%203.17157C20.4816%203.82475%2020.7706%204.69989%2020.8985%206%22%2F%3E%3Cpath%20d%3D%22M8%2018H16%22%2F%3E%3Cpath%20d%3D%22M15.1235%205.52027L15.549%205.59118C16.8084%205.80108%2017.5513%207.12128%2017.0771%208.30674L16.4115%209.97082C16.1757%2010.5602%2015.5408%2010.8849%2014.9249%2010.7309C13.0045%2010.2508%2010.9954%2010.2508%209.07499%2010.7309C8.45912%2010.8849%207.82419%2010.5602%207.58842%209.97082L6.92279%208.30675C6.44861%207.12128%207.19154%205.80108%208.45095%205.59118L8.87638%205.52027C9.58042%205.40293%2010.2894%205.32554%2011%205.28809%22%2F%3E%3Cpath%20d%3D%22M10.1796%209.92856L9.50464%208.0459%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-width%3D%221.5%22%3E%3Cpath%20d%3D%22M21%2010V14C21%2017.7712%2021%2019.6569%2019.8284%2020.8284C18.6569%2022%2016.7712%2022%2013%2022H11C7.22876%2022%205.34315%2022%204.17157%2020.8284C3%2019.6569%203%2017.7712%203%2014V10C3%206.22876%203%204.34315%204.17157%203.17157C5.34315%202%207.22876%202%2011%202H13C16.7712%202%2018.6569%202%2019.8284%203.17157C20.4816%203.82475%2020.7706%204.69989%2020.8985%206%22%2F%3E%3Cpath%20d%3D%22M8%2018H16%22%2F%3E%3Cpath%20d%3D%22M15.1235%205.52027L15.549%205.59118C16.8084%205.80108%2017.5513%207.12128%2017.0771%208.30674L16.4115%209.97082C16.1757%2010.5602%2015.5408%2010.8849%2014.9249%2010.7309C13.0045%2010.2508%2010.9954%2010.2508%209.07499%2010.7309C8.45912%2010.8849%207.82419%2010.5602%207.58842%209.97082L6.92279%208.30675C6.44861%207.12128%207.19154%205.80108%208.45095%205.59118L8.87638%205.52027C9.58042%205.40293%2010.2894%205.32554%2011%205.28809%22%2F%3E%3Cpath%20d%3D%22M10.1796%209.92856L9.50464%208.0459%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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