scale icon
scale-line-duotone from Solar by 480 Design · Line Duotone · Devices · CC-BY-4.0 Attribution required.
- Name
- scale-line-duotone
- Set
- Solar
- Style
- Line Duotone
- Category
- Devices
- Viewbox
- 24×24
- License
- CC BY 4.0
- Aliases
- weigher-line-duotone
5 other variants in Solar
The same icon in other sets
More devices icons from Solar
airbuds-boldairbuds-case-boldairbuds-case-charge-boldairbuds-case-minimalistic-boldairbuds-case-open-boldairbuds-charge-boldairbuds-check-boldairbuds-left-boldairbuds-remove-boldairbuds-right-boldbinoculars-boldbluetooth-boldbluetooth-circle-boldbluetooth-square-boldbluetooth-wave-boldboombox-boldbot-boldcassette-2-boldcassette-boldcloud-storage-boldcpu-boldcpu-bolt-bolddevices-bolddiskette-bold
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-width="1.5"><path d="M3 10C3 6.22876 3 4.34315 4.17157 3.17157C5.34315 2 7.22876 2 11 2H13C16.7712 2 18.6569 2 19.8284 3.17157C21 4.34315 21 6.22876 21 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 14V10Z" opacity=".5"/><path stroke-linecap="round" d="M8 18H16"/><path stroke-linecap="round" d="M16.4115 9.97078L17.0771 8.30671C17.5513 7.12125 16.8084 5.80104 15.549 5.59114L15.1235 5.52023C13.0554 5.17555 10.9445 5.17555 8.87638 5.52023L8.45095 5.59114C7.19154 5.80104 6.44861 7.12125 6.92279 8.30671L7.58842 9.97078C7.82419 10.5602 8.45912 10.8848 9.07499 10.7309C10.9954 10.2508 13.0045 10.2508 14.9249 10.7309C15.5408 10.8848 16.1757 10.5602 16.4115 9.97078Z"/><path stroke-linecap="round" d="M10.1796 9.92856L9.50464 8.0459"/></g></svg>
React
import type { SVGProps } from "react";
export function SolarScaleLineDuotone(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" strokeWidth="1.5"><path d="M3 10C3 6.22876 3 4.34315 4.17157 3.17157C5.34315 2 7.22876 2 11 2H13C16.7712 2 18.6569 2 19.8284 3.17157C21 4.34315 21 6.22876 21 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 14V10Z" opacity=".5"/><path strokeLinecap="round" d="M8 18H16"/><path strokeLinecap="round" d="M16.4115 9.97078L17.0771 8.30671C17.5513 7.12125 16.8084 5.80104 15.549 5.59114L15.1235 5.52023C13.0554 5.17555 10.9445 5.17555 8.87638 5.52023L8.45095 5.59114C7.19154 5.80104 6.44861 7.12125 6.92279 8.30671L7.58842 9.97078C7.82419 10.5602 8.45912 10.8848 9.07499 10.7309C10.9954 10.2508 13.0045 10.2508 14.9249 10.7309C15.5408 10.8848 16.1757 10.5602 16.4115 9.97078Z"/><path strokeLinecap="round" 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-width="1.5"><path d="M3 10C3 6.22876 3 4.34315 4.17157 3.17157C5.34315 2 7.22876 2 11 2H13C16.7712 2 18.6569 2 19.8284 3.17157C21 4.34315 21 6.22876 21 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 14V10Z" opacity=".5"/><path stroke-linecap="round" d="M8 18H16"/><path stroke-linecap="round" d="M16.4115 9.97078L17.0771 8.30671C17.5513 7.12125 16.8084 5.80104 15.549 5.59114L15.1235 5.52023C13.0554 5.17555 10.9445 5.17555 8.87638 5.52023L8.45095 5.59114C7.19154 5.80104 6.44861 7.12125 6.92279 8.30671L7.58842 9.97078C7.82419 10.5602 8.45912 10.8848 9.07499 10.7309C10.9954 10.2508 13.0045 10.2508 14.9249 10.7309C15.5408 10.8848 16.1757 10.5602 16.4115 9.97078Z"/><path stroke-linecap="round" d="M10.1796 9.92856L9.50464 8.0459"/></g></svg> </template>
CSS
.icon-scale-line-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%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M3%2010C3%206.22876%203%204.34315%204.17157%203.17157C5.34315%202%207.22876%202%2011%202H13C16.7712%202%2018.6569%202%2019.8284%203.17157C21%204.34315%2021%206.22876%2021%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%2014V10Z%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M8%2018H16%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M16.4115%209.97078L17.0771%208.30671C17.5513%207.12125%2016.8084%205.80104%2015.549%205.59114L15.1235%205.52023C13.0554%205.17555%2010.9445%205.17555%208.87638%205.52023L8.45095%205.59114C7.19154%205.80104%206.44861%207.12125%206.92279%208.30671L7.58842%209.97078C7.82419%2010.5602%208.45912%2010.8848%209.07499%2010.7309C10.9954%2010.2508%2013.0045%2010.2508%2014.9249%2010.7309C15.5408%2010.8848%2016.1757%2010.5602%2016.4115%209.97078Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%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-width%3D%221.5%22%3E%3Cpath%20d%3D%22M3%2010C3%206.22876%203%204.34315%204.17157%203.17157C5.34315%202%207.22876%202%2011%202H13C16.7712%202%2018.6569%202%2019.8284%203.17157C21%204.34315%2021%206.22876%2021%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%2014V10Z%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M8%2018H16%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M16.4115%209.97078L17.0771%208.30671C17.5513%207.12125%2016.8084%205.80104%2015.549%205.59114L15.1235%205.52023C13.0554%205.17555%2010.9445%205.17555%208.87638%205.52023L8.45095%205.59114C7.19154%205.80104%206.44861%207.12125%206.92279%208.30671L7.58842%209.97078C7.82419%2010.5602%208.45912%2010.8848%209.07499%2010.7309C10.9954%2010.2508%2013.0045%2010.2508%2014.9249%2010.7309C15.5408%2010.8848%2016.1757%2010.5602%2016.4115%209.97078Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%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-line-duotone.svg?color=%231a73e8&size=48