scale icon
scale-linear from Solar by 480 Design · Linear · Devices · CC-BY-4.0 Attribution required.
- Name
- scale-linear
- Set
- Solar
- Style
- Linear
- Category
- Devices
- Viewbox
- 24×24
- License
- CC BY 4.0
- Aliases
- weigher-linear
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"/><path stroke-linecap="round" d="M8 18H16"/><path stroke-linecap="round" d="M16.4117 9.97078L17.0774 8.30671C17.5516 7.12125 16.8086 5.80104 15.5492 5.59114L15.1238 5.52023C13.0557 5.17555 10.9447 5.17555 8.87663 5.52023L8.45119 5.59114C7.19178 5.80104 6.44885 7.12125 6.92303 8.30671L7.58866 9.97078C7.82443 10.5602 8.45936 10.8848 9.07523 10.7309C10.9957 10.2508 13.0047 10.2508 14.9252 10.7309C15.5411 10.8848 16.176 10.5602 16.4117 9.97078Z"/><path stroke-linecap="round" d="M10.1794 9.92856L9.50439 8.0459"/></g></svg>
React
import type { SVGProps } from "react";
export function SolarScaleLinear(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"/><path strokeLinecap="round" d="M8 18H16"/><path strokeLinecap="round" d="M16.4117 9.97078L17.0774 8.30671C17.5516 7.12125 16.8086 5.80104 15.5492 5.59114L15.1238 5.52023C13.0557 5.17555 10.9447 5.17555 8.87663 5.52023L8.45119 5.59114C7.19178 5.80104 6.44885 7.12125 6.92303 8.30671L7.58866 9.97078C7.82443 10.5602 8.45936 10.8848 9.07523 10.7309C10.9957 10.2508 13.0047 10.2508 14.9252 10.7309C15.5411 10.8848 16.176 10.5602 16.4117 9.97078Z"/><path strokeLinecap="round" d="M10.1794 9.92856L9.50439 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"/><path stroke-linecap="round" d="M8 18H16"/><path stroke-linecap="round" d="M16.4117 9.97078L17.0774 8.30671C17.5516 7.12125 16.8086 5.80104 15.5492 5.59114L15.1238 5.52023C13.0557 5.17555 10.9447 5.17555 8.87663 5.52023L8.45119 5.59114C7.19178 5.80104 6.44885 7.12125 6.92303 8.30671L7.58866 9.97078C7.82443 10.5602 8.45936 10.8848 9.07523 10.7309C10.9957 10.2508 13.0047 10.2508 14.9252 10.7309C15.5411 10.8848 16.176 10.5602 16.4117 9.97078Z"/><path stroke-linecap="round" d="M10.1794 9.92856L9.50439 8.0459"/></g></svg> </template>
CSS
.icon-scale-linear {
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%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M8%2018H16%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M16.4117%209.97078L17.0774%208.30671C17.5516%207.12125%2016.8086%205.80104%2015.5492%205.59114L15.1238%205.52023C13.0557%205.17555%2010.9447%205.17555%208.87663%205.52023L8.45119%205.59114C7.19178%205.80104%206.44885%207.12125%206.92303%208.30671L7.58866%209.97078C7.82443%2010.5602%208.45936%2010.8848%209.07523%2010.7309C10.9957%2010.2508%2013.0047%2010.2508%2014.9252%2010.7309C15.5411%2010.8848%2016.176%2010.5602%2016.4117%209.97078Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M10.1794%209.92856L9.50439%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%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M8%2018H16%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M16.4117%209.97078L17.0774%208.30671C17.5516%207.12125%2016.8086%205.80104%2015.5492%205.59114L15.1238%205.52023C13.0557%205.17555%2010.9447%205.17555%208.87663%205.52023L8.45119%205.59114C7.19178%205.80104%206.44885%207.12125%206.92303%208.30671L7.58866%209.97078C7.82443%2010.5602%208.45936%2010.8848%209.07523%2010.7309C10.9957%2010.2508%2013.0047%2010.2508%2014.9252%2010.7309C15.5411%2010.8848%2016.176%2010.5602%2016.4117%209.97078Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M10.1794%209.92856L9.50439%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-linear.svg?color=%231a73e8&size=48