scale icon
scale from Reicon by REICON · Outline · Arrows-action · MIT Free for personal and commercial use.
- Name
- scale
- Set
- Reicon
- Style
- Outline
- Category
- Arrows-action
- Viewbox
- 24×24
- License
- MIT
2 other variants in Reicon
The same icon in other sets
All scale icons →More arrows-action icons from Reicon
Use the scale icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M11.001 2.75A.75.75 0 0 0 11 1.25c-2.016.004-3.622.029-4.898.235c-1.3.21-2.338.62-3.167 1.449c-.895.894-1.3 2.034-1.494 3.48c-.19 1.41-.19 3.22-.19 5.528v.115c0 2.308 0 4.117.19 5.529c.194 1.445.6 2.585 1.494 3.48c.895.894 2.035 1.3 3.48 1.494c1.411.19 3.22.19 5.529.19h.114c2.309 0 4.118 0 5.53-.19c1.444-.195 2.584-.6 3.479-1.495c.828-.828 1.238-1.867 1.448-3.166c.207-1.277.232-2.883.235-4.898a.75.75 0 1 0-1.5-.003c-.003 2.04-.031 3.523-.216 4.661c-.18 1.116-.5 1.817-1.028 2.346c-.57.57-1.34.896-2.619 1.068c-1.3.175-3.008.176-5.386.176s-4.086-.001-5.386-.176c-1.279-.172-2.05-.499-2.62-1.068c-.569-.57-.896-1.34-1.068-2.62c-.174-1.3-.176-3.007-.176-5.386s.002-4.086.176-5.386c.172-1.278.5-2.05 1.069-2.619c.528-.528 1.23-.847 2.345-1.028c1.138-.184 2.621-.212 4.661-.216"/><path d="M15.906 2c0 .414.336.75.75.75h3.533l-7.439 7.44V8a.75.75 0 0 0-1.5 0v4c0 .414.336.75.75.75h4a.75.75 0 0 0 0-1.5h-2.19l7.44-7.44v3.534a.75.75 0 0 0 1.5 0V2a.75.75 0 0 0-.75-.75h-5.344a.75.75 0 0 0-.75.75"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconScale(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M11.001 2.75A.75.75 0 0 0 11 1.25c-2.016.004-3.622.029-4.898.235c-1.3.21-2.338.62-3.167 1.449c-.895.894-1.3 2.034-1.494 3.48c-.19 1.41-.19 3.22-.19 5.528v.115c0 2.308 0 4.117.19 5.529c.194 1.445.6 2.585 1.494 3.48c.895.894 2.035 1.3 3.48 1.494c1.411.19 3.22.19 5.529.19h.114c2.309 0 4.118 0 5.53-.19c1.444-.195 2.584-.6 3.479-1.495c.828-.828 1.238-1.867 1.448-3.166c.207-1.277.232-2.883.235-4.898a.75.75 0 1 0-1.5-.003c-.003 2.04-.031 3.523-.216 4.661c-.18 1.116-.5 1.817-1.028 2.346c-.57.57-1.34.896-2.619 1.068c-1.3.175-3.008.176-5.386.176s-4.086-.001-5.386-.176c-1.279-.172-2.05-.499-2.62-1.068c-.569-.57-.896-1.34-1.068-2.62c-.174-1.3-.176-3.007-.176-5.386s.002-4.086.176-5.386c.172-1.278.5-2.05 1.069-2.619c.528-.528 1.23-.847 2.345-1.028c1.138-.184 2.621-.212 4.661-.216"/><path d="M15.906 2c0 .414.336.75.75.75h3.533l-7.439 7.44V8a.75.75 0 0 0-1.5 0v4c0 .414.336.75.75.75h4a.75.75 0 0 0 0-1.5h-2.19l7.44-7.44v3.534a.75.75 0 0 0 1.5 0V2a.75.75 0 0 0-.75-.75h-5.344a.75.75 0 0 0-.75.75"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M11.001 2.75A.75.75 0 0 0 11 1.25c-2.016.004-3.622.029-4.898.235c-1.3.21-2.338.62-3.167 1.449c-.895.894-1.3 2.034-1.494 3.48c-.19 1.41-.19 3.22-.19 5.528v.115c0 2.308 0 4.117.19 5.529c.194 1.445.6 2.585 1.494 3.48c.895.894 2.035 1.3 3.48 1.494c1.411.19 3.22.19 5.529.19h.114c2.309 0 4.118 0 5.53-.19c1.444-.195 2.584-.6 3.479-1.495c.828-.828 1.238-1.867 1.448-3.166c.207-1.277.232-2.883.235-4.898a.75.75 0 1 0-1.5-.003c-.003 2.04-.031 3.523-.216 4.661c-.18 1.116-.5 1.817-1.028 2.346c-.57.57-1.34.896-2.619 1.068c-1.3.175-3.008.176-5.386.176s-4.086-.001-5.386-.176c-1.279-.172-2.05-.499-2.62-1.068c-.569-.57-.896-1.34-1.068-2.62c-.174-1.3-.176-3.007-.176-5.386s.002-4.086.176-5.386c.172-1.278.5-2.05 1.069-2.619c.528-.528 1.23-.847 2.345-1.028c1.138-.184 2.621-.212 4.661-.216"/><path d="M15.906 2c0 .414.336.75.75.75h3.533l-7.439 7.44V8a.75.75 0 0 0-1.5 0v4c0 .414.336.75.75.75h4a.75.75 0 0 0 0-1.5h-2.19l7.44-7.44v3.534a.75.75 0 0 0 1.5 0V2a.75.75 0 0 0-.75-.75h-5.344a.75.75 0 0 0-.75.75"/></g></svg> </template>
CSS
.icon-scale {
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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M11.001%202.75A.75.75%200%200%200%2011%201.25c-2.016.004-3.622.029-4.898.235c-1.3.21-2.338.62-3.167%201.449c-.895.894-1.3%202.034-1.494%203.48c-.19%201.41-.19%203.22-.19%205.528v.115c0%202.308%200%204.117.19%205.529c.194%201.445.6%202.585%201.494%203.48c.895.894%202.035%201.3%203.48%201.494c1.411.19%203.22.19%205.529.19h.114c2.309%200%204.118%200%205.53-.19c1.444-.195%202.584-.6%203.479-1.495c.828-.828%201.238-1.867%201.448-3.166c.207-1.277.232-2.883.235-4.898a.75.75%200%201%200-1.5-.003c-.003%202.04-.031%203.523-.216%204.661c-.18%201.116-.5%201.817-1.028%202.346c-.57.57-1.34.896-2.619%201.068c-1.3.175-3.008.176-5.386.176s-4.086-.001-5.386-.176c-1.279-.172-2.05-.499-2.62-1.068c-.569-.57-.896-1.34-1.068-2.62c-.174-1.3-.176-3.007-.176-5.386s.002-4.086.176-5.386c.172-1.278.5-2.05%201.069-2.619c.528-.528%201.23-.847%202.345-1.028c1.138-.184%202.621-.212%204.661-.216%22%2F%3E%3Cpath%20d%3D%22M15.906%202c0%20.414.336.75.75.75h3.533l-7.439%207.44V8a.75.75%200%200%200-1.5%200v4c0%20.414.336.75.75.75h4a.75.75%200%200%200%200-1.5h-2.19l7.44-7.44v3.534a.75.75%200%200%200%201.5%200V2a.75.75%200%200%200-.75-.75h-5.344a.75.75%200%200%200-.75.75%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M11.001%202.75A.75.75%200%200%200%2011%201.25c-2.016.004-3.622.029-4.898.235c-1.3.21-2.338.62-3.167%201.449c-.895.894-1.3%202.034-1.494%203.48c-.19%201.41-.19%203.22-.19%205.528v.115c0%202.308%200%204.117.19%205.529c.194%201.445.6%202.585%201.494%203.48c.895.894%202.035%201.3%203.48%201.494c1.411.19%203.22.19%205.529.19h.114c2.309%200%204.118%200%205.53-.19c1.444-.195%202.584-.6%203.479-1.495c.828-.828%201.238-1.867%201.448-3.166c.207-1.277.232-2.883.235-4.898a.75.75%200%201%200-1.5-.003c-.003%202.04-.031%203.523-.216%204.661c-.18%201.116-.5%201.817-1.028%202.346c-.57.57-1.34.896-2.619%201.068c-1.3.175-3.008.176-5.386.176s-4.086-.001-5.386-.176c-1.279-.172-2.05-.499-2.62-1.068c-.569-.57-.896-1.34-1.068-2.62c-.174-1.3-.176-3.007-.176-5.386s.002-4.086.176-5.386c.172-1.278.5-2.05%201.069-2.619c.528-.528%201.23-.847%202.345-1.028c1.138-.184%202.621-.212%204.661-.216%22%2F%3E%3Cpath%20d%3D%22M15.906%202c0%20.414.336.75.75.75h3.533l-7.439%207.44V8a.75.75%200%200%200-1.5%200v4c0%20.414.336.75.75.75h4a.75.75%200%200%200%200-1.5h-2.19l7.44-7.44v3.534a.75.75%200%200%200%201.5%200V2a.75.75%200%200%200-.75-.75h-5.344a.75.75%200%200%200-.75.75%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/scale.svg?color=%231a73e8&size=48