scales icon
scales-thin from Phosphor by Phosphor Icons · Thin · MIT Free for personal and commercial use.
- Name
- scales-thin
- Set
- Phosphor
- Style
- Thin
- 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="m235.71 134.51l-32-80a4 4 0 0 0-4.57-2.41L132 67V40a4 4 0 0 0-8 0v28.79L55.13 84.1a4 4 0 0 0-2.84 2.41l-32 80A4 4 0 0 0 20 168c0 20.4 22.08 28 36 28s36-7.6 36-28a4 4 0 0 0-.29-1.49L61.46 90.88L124 77v135h-20a4 4 0 0 0 0 8h48a4 4 0 0 0 0-8h-20V75.21l61.47-13.66l-29.18 73A4 4 0 0 0 164 136c0 20.4 22.08 28 36 28s36-7.6 36-28a4 4 0 0 0-.29-1.49M56 188c-7.15 0-27.37-3.56-28-19.27l28-70l28 70C83.37 184.44 63.15 188 56 188m144-32c-7.15 0-27.37-3.56-28-19.27l28-70l28 70c-.63 15.71-20.85 19.27-28 19.27"/></svg>
React
import type { SVGProps } from "react";
export function PhScalesThin(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="m235.71 134.51l-32-80a4 4 0 0 0-4.57-2.41L132 67V40a4 4 0 0 0-8 0v28.79L55.13 84.1a4 4 0 0 0-2.84 2.41l-32 80A4 4 0 0 0 20 168c0 20.4 22.08 28 36 28s36-7.6 36-28a4 4 0 0 0-.29-1.49L61.46 90.88L124 77v135h-20a4 4 0 0 0 0 8h48a4 4 0 0 0 0-8h-20V75.21l61.47-13.66l-29.18 73A4 4 0 0 0 164 136c0 20.4 22.08 28 36 28s36-7.6 36-28a4 4 0 0 0-.29-1.49M56 188c-7.15 0-27.37-3.56-28-19.27l28-70l28 70C83.37 184.44 63.15 188 56 188m144-32c-7.15 0-27.37-3.56-28-19.27l28-70l28 70c-.63 15.71-20.85 19.27-28 19.27"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="m235.71 134.51l-32-80a4 4 0 0 0-4.57-2.41L132 67V40a4 4 0 0 0-8 0v28.79L55.13 84.1a4 4 0 0 0-2.84 2.41l-32 80A4 4 0 0 0 20 168c0 20.4 22.08 28 36 28s36-7.6 36-28a4 4 0 0 0-.29-1.49L61.46 90.88L124 77v135h-20a4 4 0 0 0 0 8h48a4 4 0 0 0 0-8h-20V75.21l61.47-13.66l-29.18 73A4 4 0 0 0 164 136c0 20.4 22.08 28 36 28s36-7.6 36-28a4 4 0 0 0-.29-1.49M56 188c-7.15 0-27.37-3.56-28-19.27l28-70l28 70C83.37 184.44 63.15 188 56 188m144-32c-7.15 0-27.37-3.56-28-19.27l28-70l28 70c-.63 15.71-20.85 19.27-28 19.27"/></svg> </template>
CSS
.icon-scales-thin {
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%22m235.71%20134.51l-32-80a4%204%200%200%200-4.57-2.41L132%2067V40a4%204%200%200%200-8%200v28.79L55.13%2084.1a4%204%200%200%200-2.84%202.41l-32%2080A4%204%200%200%200%2020%20168c0%2020.4%2022.08%2028%2036%2028s36-7.6%2036-28a4%204%200%200%200-.29-1.49L61.46%2090.88L124%2077v135h-20a4%204%200%200%200%200%208h48a4%204%200%200%200%200-8h-20V75.21l61.47-13.66l-29.18%2073A4%204%200%200%200%20164%20136c0%2020.4%2022.08%2028%2036%2028s36-7.6%2036-28a4%204%200%200%200-.29-1.49M56%20188c-7.15%200-27.37-3.56-28-19.27l28-70l28%2070C83.37%20184.44%2063.15%20188%2056%20188m144-32c-7.15%200-27.37-3.56-28-19.27l28-70l28%2070c-.63%2015.71-20.85%2019.27-28%2019.27%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%22m235.71%20134.51l-32-80a4%204%200%200%200-4.57-2.41L132%2067V40a4%204%200%200%200-8%200v28.79L55.13%2084.1a4%204%200%200%200-2.84%202.41l-32%2080A4%204%200%200%200%2020%20168c0%2020.4%2022.08%2028%2036%2028s36-7.6%2036-28a4%204%200%200%200-.29-1.49L61.46%2090.88L124%2077v135h-20a4%204%200%200%200%200%208h48a4%204%200%200%200%200-8h-20V75.21l61.47-13.66l-29.18%2073A4%204%200%200%200%20164%20136c0%2020.4%2022.08%2028%2036%2028s36-7.6%2036-28a4%204%200%200%200-.29-1.49M56%20188c-7.15%200-27.37-3.56-28-19.27l28-70l28%2070C83.37%20184.44%2063.15%20188%2056%20188m144-32c-7.15%200-27.37-3.56-28-19.27l28-70l28%2070c-.63%2015.71-20.85%2019.27-28%2019.27%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/scales-thin.svg?color=%231a73e8&size=48