scale unbalanced icon

scale-unbalanced from Material Design Icons by Pictogrammers · Filled · Apache-2.0 Free for personal and commercial use.

Name
scale-unbalanced
Set
Material Design Icons
Style
Filled
Viewbox
24×24
License
Apache 2.0

The same icon in other sets

Related icons in Material Design Icons

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="currentColor" d="M13 20V8.8c.5-.2 1-.5 1.3-.9l3.5 1.3l-2.9 6.8c-.5 2 1 3 3.5 3s4.1-1 3.5-3l-2.6-6.3l.9.3l.7-1.9L15 6c0-1.2-.7-2.4-2-2.9c-1.2-.5-2.5 0-3.3.9L3.9 2l-.7 1.8l1.6.6L2.1 11c-.5 2 1 3 3.5 3s4.1-1 3.5-3L6.6 5.1L9 6c0 1.2.7 2.4 2 2.9V20H2v2h20v-2zm6.9-4h-3l1.5-3.8zM7.1 11h-3l1.5-3.8zm4-5.3c.2-.5.8-.8 1.3-.6s.8.8.6 1.3s-.8.8-1.3.6s-.8-.8-.6-1.3"/></svg>

React

import type { SVGProps } from "react";

export function MdiScaleUnbalanced(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="M13 20V8.8c.5-.2 1-.5 1.3-.9l3.5 1.3l-2.9 6.8c-.5 2 1 3 3.5 3s4.1-1 3.5-3l-2.6-6.3l.9.3l.7-1.9L15 6c0-1.2-.7-2.4-2-2.9c-1.2-.5-2.5 0-3.3.9L3.9 2l-.7 1.8l1.6.6L2.1 11c-.5 2 1 3 3.5 3s4.1-1 3.5-3L6.6 5.1L9 6c0 1.2.7 2.4 2 2.9V20H2v2h20v-2zm6.9-4h-3l1.5-3.8zM7.1 11h-3l1.5-3.8zm4-5.3c.2-.5.8-.8 1.3-.6s.8.8.6 1.3s-.8.8-1.3.6s-.8-.8-.6-1.3"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13 20V8.8c.5-.2 1-.5 1.3-.9l3.5 1.3l-2.9 6.8c-.5 2 1 3 3.5 3s4.1-1 3.5-3l-2.6-6.3l.9.3l.7-1.9L15 6c0-1.2-.7-2.4-2-2.9c-1.2-.5-2.5 0-3.3.9L3.9 2l-.7 1.8l1.6.6L2.1 11c-.5 2 1 3 3.5 3s4.1-1 3.5-3L6.6 5.1L9 6c0 1.2.7 2.4 2 2.9V20H2v2h20v-2zm6.9-4h-3l1.5-3.8zM7.1 11h-3l1.5-3.8zm4-5.3c.2-.5.8-.8 1.3-.6s.8.8.6 1.3s-.8.8-1.3.6s-.8-.8-.6-1.3"/></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%22currentColor%22%20d%3D%22M13%2020V8.8c.5-.2%201-.5%201.3-.9l3.5%201.3l-2.9%206.8c-.5%202%201%203%203.5%203s4.1-1%203.5-3l-2.6-6.3l.9.3l.7-1.9L15%206c0-1.2-.7-2.4-2-2.9c-1.2-.5-2.5%200-3.3.9L3.9%202l-.7%201.8l1.6.6L2.1%2011c-.5%202%201%203%203.5%203s4.1-1%203.5-3L6.6%205.1L9%206c0%201.2.7%202.4%202%202.9V20H2v2h20v-2zm6.9-4h-3l1.5-3.8zM7.1%2011h-3l1.5-3.8zm4-5.3c.2-.5.8-.8%201.3-.6s.8.8.6%201.3s-.8.8-1.3.6s-.8-.8-.6-1.3%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%22M13%2020V8.8c.5-.2%201-.5%201.3-.9l3.5%201.3l-2.9%206.8c-.5%202%201%203%203.5%203s4.1-1%203.5-3l-2.6-6.3l.9.3l.7-1.9L15%206c0-1.2-.7-2.4-2-2.9c-1.2-.5-2.5%200-3.3.9L3.9%202l-.7%201.8l1.6.6L2.1%2011c-.5%202%201%203%203.5%203s4.1-1%203.5-3L6.6%205.1L9%206c0%201.2.7%202.4%202%202.9V20H2v2h20v-2zm6.9-4h-3l1.5-3.8zM7.1%2011h-3l1.5-3.8zm4-5.3c.2-.5.8-.8%201.3-.6s.8.8.6%201.3s-.8.8-1.3.6s-.8-.8-.6-1.3%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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