scale unbalanced icon
scale-unbalanced-solid from Myna UI Icons by Praveen Juge · Solid · MIT Free for personal and commercial use.
- Name
- scale-unbalanced-solid
- Set
- Myna UI Icons
- Style
- Solid
- 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="currentColor" d="m12.123 2.26l3.993 1.321l2.1.7c.192.083.352.183.451.377c.215.388.395.8.581 1.202c.34.733.786 1.74 1.205 2.837c.42 1.093.82 2.293 1.061 3.405c.235 1.08.35 2.204.078 3.076c-.527 1.692-2.112 2.48-3.582 2.48s-3.055-.788-3.582-2.48c-.272-.872-.157-1.996.075-3.076c.24-1.111.637-2.311 1.053-3.404a46 46 0 0 1 1.198-2.837l.2-.42l-.415-.137l-.897-.3l-2.892-.963V19.76c1.801.036 3.6.203 5.383.5a.75.75 0 0 1-.246 1.48a35.9 35.9 0 0 0-11.774 0a.75.75 0 0 1-.246-1.48a37 37 0 0 1 5.383-.5V3.636l-3.954-.66c.331.723.751 1.685 1.148 2.728C8.86 6.798 9.258 8 9.497 9.112c.233 1.08.346 2.205.075 3.076c-.528 1.693-2.112 2.48-3.582 2.48s-3.054-.788-3.581-2.48c-.272-.872-.158-1.996.077-3.077c.241-1.113.642-2.314 1.06-3.408c.42-1.098.866-2.107 1.206-2.84q.129-.275.264-.546c.106-.214.212-.429.31-.646a.77.77 0 0 1 .797-.411z"/></svg>
React
import type { SVGProps } from "react";
export function MynauiScaleUnbalancedSolid(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="m12.123 2.26l3.993 1.321l2.1.7c.192.083.352.183.451.377c.215.388.395.8.581 1.202c.34.733.786 1.74 1.205 2.837c.42 1.093.82 2.293 1.061 3.405c.235 1.08.35 2.204.078 3.076c-.527 1.692-2.112 2.48-3.582 2.48s-3.055-.788-3.582-2.48c-.272-.872-.157-1.996.075-3.076c.24-1.111.637-2.311 1.053-3.404a46 46 0 0 1 1.198-2.837l.2-.42l-.415-.137l-.897-.3l-2.892-.963V19.76c1.801.036 3.6.203 5.383.5a.75.75 0 0 1-.246 1.48a35.9 35.9 0 0 0-11.774 0a.75.75 0 0 1-.246-1.48a37 37 0 0 1 5.383-.5V3.636l-3.954-.66c.331.723.751 1.685 1.148 2.728C8.86 6.798 9.258 8 9.497 9.112c.233 1.08.346 2.205.075 3.076c-.528 1.693-2.112 2.48-3.582 2.48s-3.054-.788-3.581-2.48c-.272-.872-.158-1.996.077-3.077c.241-1.113.642-2.314 1.06-3.408c.42-1.098.866-2.107 1.206-2.84q.129-.275.264-.546c.106-.214.212-.429.31-.646a.77.77 0 0 1 .797-.411z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m12.123 2.26l3.993 1.321l2.1.7c.192.083.352.183.451.377c.215.388.395.8.581 1.202c.34.733.786 1.74 1.205 2.837c.42 1.093.82 2.293 1.061 3.405c.235 1.08.35 2.204.078 3.076c-.527 1.692-2.112 2.48-3.582 2.48s-3.055-.788-3.582-2.48c-.272-.872-.157-1.996.075-3.076c.24-1.111.637-2.311 1.053-3.404a46 46 0 0 1 1.198-2.837l.2-.42l-.415-.137l-.897-.3l-2.892-.963V19.76c1.801.036 3.6.203 5.383.5a.75.75 0 0 1-.246 1.48a35.9 35.9 0 0 0-11.774 0a.75.75 0 0 1-.246-1.48a37 37 0 0 1 5.383-.5V3.636l-3.954-.66c.331.723.751 1.685 1.148 2.728C8.86 6.798 9.258 8 9.497 9.112c.233 1.08.346 2.205.075 3.076c-.528 1.693-2.112 2.48-3.582 2.48s-3.054-.788-3.581-2.48c-.272-.872-.158-1.996.077-3.077c.241-1.113.642-2.314 1.06-3.408c.42-1.098.866-2.107 1.206-2.84q.129-.275.264-.546c.106-.214.212-.429.31-.646a.77.77 0 0 1 .797-.411z"/></svg> </template>
CSS
.icon-scale-unbalanced-solid {
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%22m12.123%202.26l3.993%201.321l2.1.7c.192.083.352.183.451.377c.215.388.395.8.581%201.202c.34.733.786%201.74%201.205%202.837c.42%201.093.82%202.293%201.061%203.405c.235%201.08.35%202.204.078%203.076c-.527%201.692-2.112%202.48-3.582%202.48s-3.055-.788-3.582-2.48c-.272-.872-.157-1.996.075-3.076c.24-1.111.637-2.311%201.053-3.404a46%2046%200%200%201%201.198-2.837l.2-.42l-.415-.137l-.897-.3l-2.892-.963V19.76c1.801.036%203.6.203%205.383.5a.75.75%200%200%201-.246%201.48a35.9%2035.9%200%200%200-11.774%200a.75.75%200%200%201-.246-1.48a37%2037%200%200%201%205.383-.5V3.636l-3.954-.66c.331.723.751%201.685%201.148%202.728C8.86%206.798%209.258%208%209.497%209.112c.233%201.08.346%202.205.075%203.076c-.528%201.693-2.112%202.48-3.582%202.48s-3.054-.788-3.581-2.48c-.272-.872-.158-1.996.077-3.077c.241-1.113.642-2.314%201.06-3.408c.42-1.098.866-2.107%201.206-2.84q.129-.275.264-.546c.106-.214.212-.429.31-.646a.77.77%200%200%201%20.797-.411z%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%22m12.123%202.26l3.993%201.321l2.1.7c.192.083.352.183.451.377c.215.388.395.8.581%201.202c.34.733.786%201.74%201.205%202.837c.42%201.093.82%202.293%201.061%203.405c.235%201.08.35%202.204.078%203.076c-.527%201.692-2.112%202.48-3.582%202.48s-3.055-.788-3.582-2.48c-.272-.872-.157-1.996.075-3.076c.24-1.111.637-2.311%201.053-3.404a46%2046%200%200%201%201.198-2.837l.2-.42l-.415-.137l-.897-.3l-2.892-.963V19.76c1.801.036%203.6.203%205.383.5a.75.75%200%200%201-.246%201.48a35.9%2035.9%200%200%200-11.774%200a.75.75%200%200%201-.246-1.48a37%2037%200%200%201%205.383-.5V3.636l-3.954-.66c.331.723.751%201.685%201.148%202.728C8.86%206.798%209.258%208%209.497%209.112c.233%201.08.346%202.205.075%203.076c-.528%201.693-2.112%202.48-3.582%202.48s-3.054-.788-3.581-2.48c-.272-.872-.158-1.996.077-3.077c.241-1.113.642-2.314%201.06-3.408c.42-1.098.866-2.107%201.206-2.84q.129-.275.264-.546c.106-.214.212-.429.31-.646a.77.77%200%200%201%20.797-.411z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mynaui/scale-unbalanced-solid.svg?color=%231a73e8&size=48