scale unbalanced icon

scale-unbalanced from Myna UI Icons by Praveen Juge · Regular · MIT Free for personal and commercial use.

Name
scale-unbalanced
Set
Myna UI Icons
Style
Regular
Viewbox
24×24
License
MIT

1 other variant in Myna UI Icons

The same icon in other sets

Use the scale unbalanced icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M18.01 21c-1.99-.331-4-.497-6.01-.497M5.99 21c1.99-.331 4-.497 6.01-.497M6 2s3.696 7.268 2.856 9.965c-.812 2.604-4.92 2.604-5.732 0C2.284 9.268 6 2 6 2m12 3l-6-2l-6-1m12 3s-3.696 7.257-2.855 9.954c.811 2.604 4.92 2.604 5.73 0C21.718 12.257 18 5 18 5m-6-2v17.503"/></svg>

React

import type { SVGProps } from "react";

export function MynauiScaleUnbalanced(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="M18.01 21c-1.99-.331-4-.497-6.01-.497M5.99 21c1.99-.331 4-.497 6.01-.497M6 2s3.696 7.268 2.856 9.965c-.812 2.604-4.92 2.604-5.732 0C2.284 9.268 6 2 6 2m12 3l-6-2l-6-1m12 3s-3.696 7.257-2.855 9.954c.811 2.604 4.92 2.604 5.73 0C21.718 12.257 18 5 18 5m-6-2v17.503"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M18.01 21c-1.99-.331-4-.497-6.01-.497M5.99 21c1.99-.331 4-.497 6.01-.497M6 2s3.696 7.268 2.856 9.965c-.812 2.604-4.92 2.604-5.732 0C2.284 9.268 6 2 6 2m12 3l-6-2l-6-1m12 3s-3.696 7.257-2.855 9.954c.811 2.604 4.92 2.604 5.73 0C21.718 12.257 18 5 18 5m-6-2v17.503"/></svg>
</template>

CSS

.icon-scale-unbalanced {
  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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M18.01%2021c-1.99-.331-4-.497-6.01-.497M5.99%2021c1.99-.331%204-.497%206.01-.497M6%202s3.696%207.268%202.856%209.965c-.812%202.604-4.92%202.604-5.732%200C2.284%209.268%206%202%206%202m12%203l-6-2l-6-1m12%203s-3.696%207.257-2.855%209.954c.811%202.604%204.92%202.604%205.73%200C21.718%2012.257%2018%205%2018%205m-6-2v17.503%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M18.01%2021c-1.99-.331-4-.497-6.01-.497M5.99%2021c1.99-.331%204-.497%206.01-.497M6%202s3.696%207.268%202.856%209.965c-.812%202.604-4.92%202.604-5.732%200C2.284%209.268%206%202%206%202m12%203l-6-2l-6-1m12%203s-3.696%207.257-2.855%209.954c.811%202.604%204.92%202.604%205.73%200C21.718%2012.257%2018%205%2018%205m-6-2v17.503%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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