scales-light from Phosphor by Phosphor Icons · Light · MIT Free for personal and commercial use.

Name
scales-light
Set
Phosphor
Style
Light
Viewbox
256×256
License
MIT

5 other variants in Phosphor

The same icon in other sets

Use the scales icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="m237.57 133.77l-32-80a6 6 0 0 0-6.86-3.63L134 64.52V40a6 6 0 0 0-12 0v27.19l-67.3 15a6 6 0 0 0-4.27 3.63l-32 80A6.1 6.1 0 0 0 18 168c0 21.86 23.31 30 38 30s38-8.14 38-30a6.1 6.1 0 0 0-.43-2.23L64.19 92.33L122 79.48V210h-18a6 6 0 0 0 0 12h48a6 6 0 0 0 0-12h-18V76.81l56.21-12.49l-27.78 69.45A6.1 6.1 0 0 0 162 136c0 21.86 23.31 30 38 30s38-8.14 38-30a6.1 6.1 0 0 0-.43-2.23M56 186a36.9 36.9 0 0 1-17.48-4.56c-5.37-3.13-8.15-7.18-8.49-12.37l26-64.91l26 64.91C81.06 182.85 62.58 186 56 186m144-32a36.9 36.9 0 0 1-17.48-4.56c-5.37-3.13-8.15-7.18-8.49-12.37l26-64.91l26 64.91C225.06 150.85 206.58 154 200 154"/></svg>

React

import type { SVGProps } from "react";

export function PhScalesLight(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="m237.57 133.77l-32-80a6 6 0 0 0-6.86-3.63L134 64.52V40a6 6 0 0 0-12 0v27.19l-67.3 15a6 6 0 0 0-4.27 3.63l-32 80A6.1 6.1 0 0 0 18 168c0 21.86 23.31 30 38 30s38-8.14 38-30a6.1 6.1 0 0 0-.43-2.23L64.19 92.33L122 79.48V210h-18a6 6 0 0 0 0 12h48a6 6 0 0 0 0-12h-18V76.81l56.21-12.49l-27.78 69.45A6.1 6.1 0 0 0 162 136c0 21.86 23.31 30 38 30s38-8.14 38-30a6.1 6.1 0 0 0-.43-2.23M56 186a36.9 36.9 0 0 1-17.48-4.56c-5.37-3.13-8.15-7.18-8.49-12.37l26-64.91l26 64.91C81.06 182.85 62.58 186 56 186m144-32a36.9 36.9 0 0 1-17.48-4.56c-5.37-3.13-8.15-7.18-8.49-12.37l26-64.91l26 64.91C225.06 150.85 206.58 154 200 154"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="m237.57 133.77l-32-80a6 6 0 0 0-6.86-3.63L134 64.52V40a6 6 0 0 0-12 0v27.19l-67.3 15a6 6 0 0 0-4.27 3.63l-32 80A6.1 6.1 0 0 0 18 168c0 21.86 23.31 30 38 30s38-8.14 38-30a6.1 6.1 0 0 0-.43-2.23L64.19 92.33L122 79.48V210h-18a6 6 0 0 0 0 12h48a6 6 0 0 0 0-12h-18V76.81l56.21-12.49l-27.78 69.45A6.1 6.1 0 0 0 162 136c0 21.86 23.31 30 38 30s38-8.14 38-30a6.1 6.1 0 0 0-.43-2.23M56 186a36.9 36.9 0 0 1-17.48-4.56c-5.37-3.13-8.15-7.18-8.49-12.37l26-64.91l26 64.91C81.06 182.85 62.58 186 56 186m144-32a36.9 36.9 0 0 1-17.48-4.56c-5.37-3.13-8.15-7.18-8.49-12.37l26-64.91l26 64.91C225.06 150.85 206.58 154 200 154"/></svg>
</template>

CSS

.icon-scales-light {
  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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m237.57%20133.77l-32-80a6%206%200%200%200-6.86-3.63L134%2064.52V40a6%206%200%200%200-12%200v27.19l-67.3%2015a6%206%200%200%200-4.27%203.63l-32%2080A6.1%206.1%200%200%200%2018%20168c0%2021.86%2023.31%2030%2038%2030s38-8.14%2038-30a6.1%206.1%200%200%200-.43-2.23L64.19%2092.33L122%2079.48V210h-18a6%206%200%200%200%200%2012h48a6%206%200%200%200%200-12h-18V76.81l56.21-12.49l-27.78%2069.45A6.1%206.1%200%200%200%20162%20136c0%2021.86%2023.31%2030%2038%2030s38-8.14%2038-30a6.1%206.1%200%200%200-.43-2.23M56%20186a36.9%2036.9%200%200%201-17.48-4.56c-5.37-3.13-8.15-7.18-8.49-12.37l26-64.91l26%2064.91C81.06%20182.85%2062.58%20186%2056%20186m144-32a36.9%2036.9%200%200%201-17.48-4.56c-5.37-3.13-8.15-7.18-8.49-12.37l26-64.91l26%2064.91C225.06%20150.85%20206.58%20154%20200%20154%22%2F%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m237.57%20133.77l-32-80a6%206%200%200%200-6.86-3.63L134%2064.52V40a6%206%200%200%200-12%200v27.19l-67.3%2015a6%206%200%200%200-4.27%203.63l-32%2080A6.1%206.1%200%200%200%2018%20168c0%2021.86%2023.31%2030%2038%2030s38-8.14%2038-30a6.1%206.1%200%200%200-.43-2.23L64.19%2092.33L122%2079.48V210h-18a6%206%200%200%200%200%2012h48a6%206%200%200%200%200-12h-18V76.81l56.21-12.49l-27.78%2069.45A6.1%206.1%200%200%200%20162%20136c0%2021.86%2023.31%2030%2038%2030s38-8.14%2038-30a6.1%206.1%200%200%200-.43-2.23M56%20186a36.9%2036.9%200%200%201-17.48-4.56c-5.37-3.13-8.15-7.18-8.49-12.37l26-64.91l26%2064.91C81.06%20182.85%2062.58%20186%2056%20186m144-32a36.9%2036.9%200%200%201-17.48-4.56c-5.37-3.13-8.15-7.18-8.49-12.37l26-64.91l26%2064.91C225.06%20150.85%20206.58%20154%20200%20154%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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