scales-2-line from Remix Icon by Remix Design · Line · Others · Apache-2.0 Free for personal and commercial use.

Name
scales-2-line
Set
Remix Icon
Style
Line
Category
Others
Viewbox
24×24
License
Apache 2.0

1 other variant in Remix Icon

More others icons from Remix Icon

Use the scales 2 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.998 2c0 .513.49 1 1 1h10c.513 0 1-.49 1-1h2a3 3 0 0 1-3 3h-4l.001 2.062A8 8 0 0 1 19.998 15v6a1 1 0 0 1-1 1h-14a1 1 0 0 1-1-1v-6a8 8 0 0 1 7-7.938V5h-4c-1.66 0-3-1.34-3-3zm6 7c-3.238 0-6 2.76-6 6v5h12v-5c0-3.238-2.762-6-6-6m0 2c.742 0 1.437.202 2.032.554l-2.74 2.739a1 1 0 0 0 1.32 1.497l.095-.083l2.74-2.739A4 4 0 1 1 11.998 11"/></svg>

React

import type { SVGProps } from "react";

export function RiScales2Line(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.998 2c0 .513.49 1 1 1h10c.513 0 1-.49 1-1h2a3 3 0 0 1-3 3h-4l.001 2.062A8 8 0 0 1 19.998 15v6a1 1 0 0 1-1 1h-14a1 1 0 0 1-1-1v-6a8 8 0 0 1 7-7.938V5h-4c-1.66 0-3-1.34-3-3zm6 7c-3.238 0-6 2.76-6 6v5h12v-5c0-3.238-2.762-6-6-6m0 2c.742 0 1.437.202 2.032.554l-2.74 2.739a1 1 0 0 0 1.32 1.497l.095-.083l2.74-2.739A4 4 0 1 1 11.998 11"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.998 2c0 .513.49 1 1 1h10c.513 0 1-.49 1-1h2a3 3 0 0 1-3 3h-4l.001 2.062A8 8 0 0 1 19.998 15v6a1 1 0 0 1-1 1h-14a1 1 0 0 1-1-1v-6a8 8 0 0 1 7-7.938V5h-4c-1.66 0-3-1.34-3-3zm6 7c-3.238 0-6 2.76-6 6v5h12v-5c0-3.238-2.762-6-6-6m0 2c.742 0 1.437.202 2.032.554l-2.74 2.739a1 1 0 0 0 1.32 1.497l.095-.083l2.74-2.739A4 4 0 1 1 11.998 11"/></svg>
</template>

CSS

.icon-scales-2-line {
  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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5.998%202c0%20.513.49%201%201%201h10c.513%200%201-.49%201-1h2a3%203%200%200%201-3%203h-4l.001%202.062A8%208%200%200%201%2019.998%2015v6a1%201%200%200%201-1%201h-14a1%201%200%200%201-1-1v-6a8%208%200%200%201%207-7.938V5h-4c-1.66%200-3-1.34-3-3zm6%207c-3.238%200-6%202.76-6%206v5h12v-5c0-3.238-2.762-6-6-6m0%202c.742%200%201.437.202%202.032.554l-2.74%202.739a1%201%200%200%200%201.32%201.497l.095-.083l2.74-2.739A4%204%200%201%201%2011.998%2011%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5.998%202c0%20.513.49%201%201%201h10c.513%200%201-.49%201-1h2a3%203%200%200%201-3%203h-4l.001%202.062A8%208%200%200%201%2019.998%2015v6a1%201%200%200%201-1%201h-14a1%201%200%200%201-1-1v-6a8%208%200%200%201%207-7.938V5h-4c-1.66%200-3-1.34-3-3zm6%207c-3.238%200-6%202.76-6%206v5h12v-5c0-3.238-2.762-6-6-6m0%202c.742%200%201.437.202%202.032.554l-2.74%202.739a1%201%200%200%200%201.32%201.497l.095-.083l2.74-2.739A4%204%200%201%201%2011.998%2011%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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