scale from Material Symbols by Google · Regular · Hardware · Apache-2.0 Free for personal and commercial use.

Name
scale
Set
Material Symbols
Style
Regular
Category
Hardware
Viewbox
24×24
License
Apache 2.0
Aliases
scale-sharp

3 other variants in Material Symbols

The same icon in other sets

More hardware icons from Material Symbols

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="M2 22q0-2.775.738-4.737T4.624 14T7.2 11.987T10 11V8q-3.425-.425-5.712-2.113T2 2h20q0 2.2-2.287 3.888T14 8v3q1.375.275 2.8.988T19.375 14t1.888 3.263T22 22h-6v-2h3.875q-.45-3.8-2.838-5.5T12 12.8t-5.038 1.7T4.125 20H8v2zm10 0q-.825 0-1.412-.587T10 20q0-.425.163-.775t.437-.625q.6-.6 2.025-1.263T16 16q-.7 1.95-1.35 3.375T13.4 21.4q-.275.275-.625.438T12 22"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsScale(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="M2 22q0-2.775.738-4.737T4.624 14T7.2 11.987T10 11V8q-3.425-.425-5.712-2.113T2 2h20q0 2.2-2.287 3.888T14 8v3q1.375.275 2.8.988T19.375 14t1.888 3.263T22 22h-6v-2h3.875q-.45-3.8-2.838-5.5T12 12.8t-5.038 1.7T4.125 20H8v2zm10 0q-.825 0-1.412-.587T10 20q0-.425.163-.775t.437-.625q.6-.6 2.025-1.263T16 16q-.7 1.95-1.35 3.375T13.4 21.4q-.275.275-.625.438T12 22"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2 22q0-2.775.738-4.737T4.624 14T7.2 11.987T10 11V8q-3.425-.425-5.712-2.113T2 2h20q0 2.2-2.287 3.888T14 8v3q1.375.275 2.8.988T19.375 14t1.888 3.263T22 22h-6v-2h3.875q-.45-3.8-2.838-5.5T12 12.8t-5.038 1.7T4.125 20H8v2zm10 0q-.825 0-1.412-.587T10 20q0-.425.163-.775t.437-.625q.6-.6 2.025-1.263T16 16q-.7 1.95-1.35 3.375T13.4 21.4q-.275.275-.625.438T12 22"/></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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2%2022q0-2.775.738-4.737T4.624%2014T7.2%2011.987T10%2011V8q-3.425-.425-5.712-2.113T2%202h20q0%202.2-2.287%203.888T14%208v3q1.375.275%202.8.988T19.375%2014t1.888%203.263T22%2022h-6v-2h3.875q-.45-3.8-2.838-5.5T12%2012.8t-5.038%201.7T4.125%2020H8v2zm10%200q-.825%200-1.412-.587T10%2020q0-.425.163-.775t.437-.625q.6-.6%202.025-1.263T16%2016q-.7%201.95-1.35%203.375T13.4%2021.4q-.275.275-.625.438T12%2022%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%22M2%2022q0-2.775.738-4.737T4.624%2014T7.2%2011.987T10%2011V8q-3.425-.425-5.712-2.113T2%202h20q0%202.2-2.287%203.888T14%208v3q1.375.275%202.8.988T19.375%2014t1.888%203.263T22%2022h-6v-2h3.875q-.45-3.8-2.838-5.5T12%2012.8t-5.038%201.7T4.125%2020H8v2zm10%200q-.825%200-1.412-.587T10%2020q0-.425.163-.775t.437-.625q.6-.6%202.025-1.263T16%2016q-.7%201.95-1.35%203.375T13.4%2021.4q-.275.275-.625.438T12%2022%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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