scale icon

scale-bold-duotone from Solar by 480 Design · Bold Duotone · Devices · CC-BY-4.0 Attribution required.

Name
scale-bold-duotone
Set
Solar
Style
Bold Duotone
Category
Devices
Viewbox
24×24
License
CC BY 4.0

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="currentColor"><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 d="M7.25 18C7.25 17.5858 7.58579 17.25 8 17.25H16C16.4142 17.25 16.75 17.5858 16.75 18C16.75 18.4142 16.4142 18.75 16 18.75H8C7.58579 18.75 7.25 18.4142 7.25 18Z"/><path d="M8.64474 6.30984C10.8663 5.89672 13.1338 5.89672 15.3553 6.30984L15.8311 6.39831C16.7114 6.562 17.2307 7.59158 16.8992 8.51607L16.1548 10.5925C16.047 10.8934 15.7564 11.0592 15.4746 10.9806C13.9267 10.5488 12.3304 10.41 10.7514 10.5641L9.99892 8.22236C9.84259 7.73584 9.36237 7.48283 8.92632 7.65725C8.49027 7.83168 8.26351 8.36748 8.41984 8.854L9.05918 10.8437C8.88073 10.8855 8.70281 10.9311 8.52553 10.9806C8.2437 11.0592 7.95314 10.8934 7.84525 10.5925L7.10085 8.51607C6.76942 7.59158 7.2887 6.562 8.16897 6.39831L8.64474 6.30984Z"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarScaleBoldDuotone(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><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 d="M7.25 18C7.25 17.5858 7.58579 17.25 8 17.25H16C16.4142 17.25 16.75 17.5858 16.75 18C16.75 18.4142 16.4142 18.75 16 18.75H8C7.58579 18.75 7.25 18.4142 7.25 18Z"/><path d="M8.64474 6.30984C10.8663 5.89672 13.1338 5.89672 15.3553 6.30984L15.8311 6.39831C16.7114 6.562 17.2307 7.59158 16.8992 8.51607L16.1548 10.5925C16.047 10.8934 15.7564 11.0592 15.4746 10.9806C13.9267 10.5488 12.3304 10.41 10.7514 10.5641L9.99892 8.22236C9.84259 7.73584 9.36237 7.48283 8.92632 7.65725C8.49027 7.83168 8.26351 8.36748 8.41984 8.854L9.05918 10.8437C8.88073 10.8855 8.70281 10.9311 8.52553 10.9806C8.2437 11.0592 7.95314 10.8934 7.84525 10.5925L7.10085 8.51607C6.76942 7.59158 7.2887 6.562 8.16897 6.39831L8.64474 6.30984Z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><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 d="M7.25 18C7.25 17.5858 7.58579 17.25 8 17.25H16C16.4142 17.25 16.75 17.5858 16.75 18C16.75 18.4142 16.4142 18.75 16 18.75H8C7.58579 18.75 7.25 18.4142 7.25 18Z"/><path d="M8.64474 6.30984C10.8663 5.89672 13.1338 5.89672 15.3553 6.30984L15.8311 6.39831C16.7114 6.562 17.2307 7.59158 16.8992 8.51607L16.1548 10.5925C16.047 10.8934 15.7564 11.0592 15.4746 10.9806C13.9267 10.5488 12.3304 10.41 10.7514 10.5641L9.99892 8.22236C9.84259 7.73584 9.36237 7.48283 8.92632 7.65725C8.49027 7.83168 8.26351 8.36748 8.41984 8.854L9.05918 10.8437C8.88073 10.8855 8.70281 10.9311 8.52553 10.9806C8.2437 11.0592 7.95314 10.8934 7.84525 10.5925L7.10085 8.51607C6.76942 7.59158 7.2887 6.562 8.16897 6.39831L8.64474 6.30984Z"/></g></svg>
</template>

CSS

.icon-scale-bold-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%22currentColor%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%20d%3D%22M7.25%2018C7.25%2017.5858%207.58579%2017.25%208%2017.25H16C16.4142%2017.25%2016.75%2017.5858%2016.75%2018C16.75%2018.4142%2016.4142%2018.75%2016%2018.75H8C7.58579%2018.75%207.25%2018.4142%207.25%2018Z%22%2F%3E%3Cpath%20d%3D%22M8.64474%206.30984C10.8663%205.89672%2013.1338%205.89672%2015.3553%206.30984L15.8311%206.39831C16.7114%206.562%2017.2307%207.59158%2016.8992%208.51607L16.1548%2010.5925C16.047%2010.8934%2015.7564%2011.0592%2015.4746%2010.9806C13.9267%2010.5488%2012.3304%2010.41%2010.7514%2010.5641L9.99892%208.22236C9.84259%207.73584%209.36237%207.48283%208.92632%207.65725C8.49027%207.83168%208.26351%208.36748%208.41984%208.854L9.05918%2010.8437C8.88073%2010.8855%208.70281%2010.9311%208.52553%2010.9806C8.2437%2011.0592%207.95314%2010.8934%207.84525%2010.5925L7.10085%208.51607C6.76942%207.59158%207.2887%206.562%208.16897%206.39831L8.64474%206.30984Z%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%22currentColor%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%20d%3D%22M7.25%2018C7.25%2017.5858%207.58579%2017.25%208%2017.25H16C16.4142%2017.25%2016.75%2017.5858%2016.75%2018C16.75%2018.4142%2016.4142%2018.75%2016%2018.75H8C7.58579%2018.75%207.25%2018.4142%207.25%2018Z%22%2F%3E%3Cpath%20d%3D%22M8.64474%206.30984C10.8663%205.89672%2013.1338%205.89672%2015.3553%206.30984L15.8311%206.39831C16.7114%206.562%2017.2307%207.59158%2016.8992%208.51607L16.1548%2010.5925C16.047%2010.8934%2015.7564%2011.0592%2015.4746%2010.9806C13.9267%2010.5488%2012.3304%2010.41%2010.7514%2010.5641L9.99892%208.22236C9.84259%207.73584%209.36237%207.48283%208.92632%207.65725C8.49027%207.83168%208.26351%208.36748%208.41984%208.854L9.05918%2010.8437C8.88073%2010.8855%208.70281%2010.9311%208.52553%2010.9806C8.2437%2011.0592%207.95314%2010.8934%207.84525%2010.5925L7.10085%208.51607C6.76942%207.59158%207.2887%206.562%208.16897%206.39831L8.64474%206.30984Z%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-bold-duotone.svg?color=%231a73e8&size=48