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

Name
scale-rounded
Set
Material Symbols
Style
Rounded
Category
Hardware
Viewbox
24×24
License
Apache 2.0

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="M7 22H3.05q-.425 0-.712-.312t-.263-.738q.225-3.775 2.15-6.487T10 11V8q-.975-.125-2.2-.475t-2.363-.95t-2.012-1.437T2.3 3.225q-.125-.475.163-.85T3.25 2h17.5q.5 0 .788.375t.162.85q-.25 1.075-1.125 1.913t-2.012 1.437t-2.363.95T14 8v3q3.85.75 5.775 3.463t2.15 6.487q.025.425-.262.738T20.95 22H17q-.425 0-.712-.288T16 21t.288-.712T17 20h2.875q-.45-3.8-2.838-5.5T12 12.8t-5.038 1.7T4.125 20H7q.425 0 .713.288T8 21t-.288.713T7 22m5 0q-.825 0-1.412-.587T10 20q0-.425.163-.775t.437-.625q.3-.3.813-.612t1.212-.638l2.3-.925q.3-.125.538.113t.112.537l-.925 2.3q-.325.7-.638 1.213t-.612.812q-.275.275-.625.438T12 22"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsScaleRounded(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="M7 22H3.05q-.425 0-.712-.312t-.263-.738q.225-3.775 2.15-6.487T10 11V8q-.975-.125-2.2-.475t-2.363-.95t-2.012-1.437T2.3 3.225q-.125-.475.163-.85T3.25 2h17.5q.5 0 .788.375t.162.85q-.25 1.075-1.125 1.913t-2.012 1.437t-2.363.95T14 8v3q3.85.75 5.775 3.463t2.15 6.487q.025.425-.262.738T20.95 22H17q-.425 0-.712-.288T16 21t.288-.712T17 20h2.875q-.45-3.8-2.838-5.5T12 12.8t-5.038 1.7T4.125 20H7q.425 0 .713.288T8 21t-.288.713T7 22m5 0q-.825 0-1.412-.587T10 20q0-.425.163-.775t.437-.625q.3-.3.813-.612t1.212-.638l2.3-.925q.3-.125.538.113t.112.537l-.925 2.3q-.325.7-.638 1.213t-.612.812q-.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="M7 22H3.05q-.425 0-.712-.312t-.263-.738q.225-3.775 2.15-6.487T10 11V8q-.975-.125-2.2-.475t-2.363-.95t-2.012-1.437T2.3 3.225q-.125-.475.163-.85T3.25 2h17.5q.5 0 .788.375t.162.85q-.25 1.075-1.125 1.913t-2.012 1.437t-2.363.95T14 8v3q3.85.75 5.775 3.463t2.15 6.487q.025.425-.262.738T20.95 22H17q-.425 0-.712-.288T16 21t.288-.712T17 20h2.875q-.45-3.8-2.838-5.5T12 12.8t-5.038 1.7T4.125 20H7q.425 0 .713.288T8 21t-.288.713T7 22m5 0q-.825 0-1.412-.587T10 20q0-.425.163-.775t.437-.625q.3-.3.813-.612t1.212-.638l2.3-.925q.3-.125.538.113t.112.537l-.925 2.3q-.325.7-.638 1.213t-.612.812q-.275.275-.625.438T12 22"/></svg>
</template>

CSS

.icon-scale-rounded {
  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%22M7%2022H3.05q-.425%200-.712-.312t-.263-.738q.225-3.775%202.15-6.487T10%2011V8q-.975-.125-2.2-.475t-2.363-.95t-2.012-1.437T2.3%203.225q-.125-.475.163-.85T3.25%202h17.5q.5%200%20.788.375t.162.85q-.25%201.075-1.125%201.913t-2.012%201.437t-2.363.95T14%208v3q3.85.75%205.775%203.463t2.15%206.487q.025.425-.262.738T20.95%2022H17q-.425%200-.712-.288T16%2021t.288-.712T17%2020h2.875q-.45-3.8-2.838-5.5T12%2012.8t-5.038%201.7T4.125%2020H7q.425%200%20.713.288T8%2021t-.288.713T7%2022m5%200q-.825%200-1.412-.587T10%2020q0-.425.163-.775t.437-.625q.3-.3.813-.612t1.212-.638l2.3-.925q.3-.125.538.113t.112.537l-.925%202.3q-.325.7-.638%201.213t-.612.812q-.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%22M7%2022H3.05q-.425%200-.712-.312t-.263-.738q.225-3.775%202.15-6.487T10%2011V8q-.975-.125-2.2-.475t-2.363-.95t-2.012-1.437T2.3%203.225q-.125-.475.163-.85T3.25%202h17.5q.5%200%20.788.375t.162.85q-.25%201.075-1.125%201.913t-2.012%201.437t-2.363.95T14%208v3q3.85.75%205.775%203.463t2.15%206.487q.025.425-.262.738T20.95%2022H17q-.425%200-.712-.288T16%2021t.288-.712T17%2020h2.875q-.45-3.8-2.838-5.5T12%2012.8t-5.038%201.7T4.125%2020H7q.425%200%20.713.288T8%2021t-.288.713T7%2022m5%200q-.825%200-1.412-.587T10%2020q0-.425.163-.775t.437-.625q.3-.3.813-.612t1.212-.638l2.3-.925q.3-.125.538.113t.112.537l-.925%202.3q-.325.7-.638%201.213t-.612.812q-.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-rounded.svg?color=%231a73e8&size=48