scale icon
scale-solid from Myna UI Icons by Praveen Juge · Solid · MIT Free for personal and commercial use.
- Name
- scale-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
Related icons in Myna UI Icons
Use the scale icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m12.114 2.259l6.011.93l.088.019c.2.056.37.194.466.382l.004.009l.007.015l.01.02l.023.044l.119.242a46 46 0 0 1 1.617 3.73c.417 1.098.816 2.303 1.057 3.42c.233 1.084.347 2.21.076 3.084c-.527 1.697-2.11 2.489-3.582 2.489s-3.056-.793-3.582-2.489c-.271-.873-.158-2 .076-3.085c.24-1.116.64-2.321 1.056-3.42a46 46 0 0 1 1.29-3.037l.045-.096l-4.145-.642v15.885c1.801.036 3.6.204 5.384.502a.75.75 0 0 1-.247 1.48a35.7 35.7 0 0 0-11.774 0a.75.75 0 0 1-.247-1.48a37 37 0 0 1 5.384-.502V3.874l-4.147.642l.134.283c.34.736.784 1.749 1.202 2.85c.418 1.099.817 2.304 1.057 3.42c.233 1.084.347 2.212.076 3.085c-.526 1.696-2.11 2.488-3.582 2.489s-3.055-.793-3.582-2.489c-.271-.873-.157-2 .076-3.085c.24-1.116.64-2.321 1.057-3.42A46 46 0 0 1 5.3 3.633l.01-.019l.005-.011a.78.78 0 0 1 .56-.415l6.01-.93L12 2.25q.057 0 .114.009"/></svg>
React
import type { SVGProps } from "react";
export function MynauiScaleSolid(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.114 2.259l6.011.93l.088.019c.2.056.37.194.466.382l.004.009l.007.015l.01.02l.023.044l.119.242a46 46 0 0 1 1.617 3.73c.417 1.098.816 2.303 1.057 3.42c.233 1.084.347 2.21.076 3.084c-.527 1.697-2.11 2.489-3.582 2.489s-3.056-.793-3.582-2.489c-.271-.873-.158-2 .076-3.085c.24-1.116.64-2.321 1.056-3.42a46 46 0 0 1 1.29-3.037l.045-.096l-4.145-.642v15.885c1.801.036 3.6.204 5.384.502a.75.75 0 0 1-.247 1.48a35.7 35.7 0 0 0-11.774 0a.75.75 0 0 1-.247-1.48a37 37 0 0 1 5.384-.502V3.874l-4.147.642l.134.283c.34.736.784 1.749 1.202 2.85c.418 1.099.817 2.304 1.057 3.42c.233 1.084.347 2.212.076 3.085c-.526 1.696-2.11 2.488-3.582 2.489s-3.055-.793-3.582-2.489c-.271-.873-.157-2 .076-3.085c.24-1.116.64-2.321 1.057-3.42A46 46 0 0 1 5.3 3.633l.01-.019l.005-.011a.78.78 0 0 1 .56-.415l6.01-.93L12 2.25q.057 0 .114.009"/></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.114 2.259l6.011.93l.088.019c.2.056.37.194.466.382l.004.009l.007.015l.01.02l.023.044l.119.242a46 46 0 0 1 1.617 3.73c.417 1.098.816 2.303 1.057 3.42c.233 1.084.347 2.21.076 3.084c-.527 1.697-2.11 2.489-3.582 2.489s-3.056-.793-3.582-2.489c-.271-.873-.158-2 .076-3.085c.24-1.116.64-2.321 1.056-3.42a46 46 0 0 1 1.29-3.037l.045-.096l-4.145-.642v15.885c1.801.036 3.6.204 5.384.502a.75.75 0 0 1-.247 1.48a35.7 35.7 0 0 0-11.774 0a.75.75 0 0 1-.247-1.48a37 37 0 0 1 5.384-.502V3.874l-4.147.642l.134.283c.34.736.784 1.749 1.202 2.85c.418 1.099.817 2.304 1.057 3.42c.233 1.084.347 2.212.076 3.085c-.526 1.696-2.11 2.488-3.582 2.489s-3.055-.793-3.582-2.489c-.271-.873-.157-2 .076-3.085c.24-1.116.64-2.321 1.057-3.42A46 46 0 0 1 5.3 3.633l.01-.019l.005-.011a.78.78 0 0 1 .56-.415l6.01-.93L12 2.25q.057 0 .114.009"/></svg> </template>
CSS
.icon-scale-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.114%202.259l6.011.93l.088.019c.2.056.37.194.466.382l.004.009l.007.015l.01.02l.023.044l.119.242a46%2046%200%200%201%201.617%203.73c.417%201.098.816%202.303%201.057%203.42c.233%201.084.347%202.21.076%203.084c-.527%201.697-2.11%202.489-3.582%202.489s-3.056-.793-3.582-2.489c-.271-.873-.158-2%20.076-3.085c.24-1.116.64-2.321%201.056-3.42a46%2046%200%200%201%201.29-3.037l.045-.096l-4.145-.642v15.885c1.801.036%203.6.204%205.384.502a.75.75%200%200%201-.247%201.48a35.7%2035.7%200%200%200-11.774%200a.75.75%200%200%201-.247-1.48a37%2037%200%200%201%205.384-.502V3.874l-4.147.642l.134.283c.34.736.784%201.749%201.202%202.85c.418%201.099.817%202.304%201.057%203.42c.233%201.084.347%202.212.076%203.085c-.526%201.696-2.11%202.488-3.582%202.489s-3.055-.793-3.582-2.489c-.271-.873-.157-2%20.076-3.085c.24-1.116.64-2.321%201.057-3.42A46%2046%200%200%201%205.3%203.633l.01-.019l.005-.011a.78.78%200%200%201%20.56-.415l6.01-.93L12%202.25q.057%200%20.114.009%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.114%202.259l6.011.93l.088.019c.2.056.37.194.466.382l.004.009l.007.015l.01.02l.023.044l.119.242a46%2046%200%200%201%201.617%203.73c.417%201.098.816%202.303%201.057%203.42c.233%201.084.347%202.21.076%203.084c-.527%201.697-2.11%202.489-3.582%202.489s-3.056-.793-3.582-2.489c-.271-.873-.158-2%20.076-3.085c.24-1.116.64-2.321%201.056-3.42a46%2046%200%200%201%201.29-3.037l.045-.096l-4.145-.642v15.885c1.801.036%203.6.204%205.384.502a.75.75%200%200%201-.247%201.48a35.7%2035.7%200%200%200-11.774%200a.75.75%200%200%201-.247-1.48a37%2037%200%200%201%205.384-.502V3.874l-4.147.642l.134.283c.34.736.784%201.749%201.202%202.85c.418%201.099.817%202.304%201.057%203.42c.233%201.084.347%202.212.076%203.085c-.526%201.696-2.11%202.488-3.582%202.489s-3.055-.793-3.582-2.489c-.271-.873-.157-2%20.076-3.085c.24-1.116.64-2.321%201.057-3.42A46%2046%200%200%201%205.3%203.633l.01-.019l.005-.011a.78.78%200%200%201%20.56-.415l6.01-.93L12%202.25q.057%200%20.114.009%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mynaui/scale-solid.svg?color=%231a73e8&size=48