scale from Material Design Icons by Pictogrammers · Filled · Food / Drink · Apache-2.0 Free for personal and commercial use.

Name
scale
Set
Material Design Icons
Style
Filled
Category
Food / Drink
Viewbox
24×24
License
Apache 2.0

The same icon in other sets

More food / drink icons from Material Design 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="m8.46 15.06l-1.41 1.41l-1.37-1.37A7.94 7.94 0 0 0 4.06 19H6v2H2v-1c0-4.84 3.44-8.87 8-9.8v-2L2 5V3h20v2l-8 3.2v2c4.56.93 8 4.96 8 9.8v1h-4v-2h1.94a7.94 7.94 0 0 0-1.62-3.9l-1.37 1.37l-1.41-1.41l1.37-1.38A8 8 0 0 0 13 12.06V14h-2v-1.94c-1.46.18-2.8.76-3.91 1.62zM12 18a2 2 0 0 1 2 2a2 2 0 0 1-2 2c-.32 0-.62-.07-.88-.21L7.27 20l3.85-1.79c.26-.14.56-.21.88-.21"/></svg>

React

import type { SVGProps } from "react";

export function MdiScale(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="m8.46 15.06l-1.41 1.41l-1.37-1.37A7.94 7.94 0 0 0 4.06 19H6v2H2v-1c0-4.84 3.44-8.87 8-9.8v-2L2 5V3h20v2l-8 3.2v2c4.56.93 8 4.96 8 9.8v1h-4v-2h1.94a7.94 7.94 0 0 0-1.62-3.9l-1.37 1.37l-1.41-1.41l1.37-1.38A8 8 0 0 0 13 12.06V14h-2v-1.94c-1.46.18-2.8.76-3.91 1.62zM12 18a2 2 0 0 1 2 2a2 2 0 0 1-2 2c-.32 0-.62-.07-.88-.21L7.27 20l3.85-1.79c.26-.14.56-.21.88-.21"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m8.46 15.06l-1.41 1.41l-1.37-1.37A7.94 7.94 0 0 0 4.06 19H6v2H2v-1c0-4.84 3.44-8.87 8-9.8v-2L2 5V3h20v2l-8 3.2v2c4.56.93 8 4.96 8 9.8v1h-4v-2h1.94a7.94 7.94 0 0 0-1.62-3.9l-1.37 1.37l-1.41-1.41l1.37-1.38A8 8 0 0 0 13 12.06V14h-2v-1.94c-1.46.18-2.8.76-3.91 1.62zM12 18a2 2 0 0 1 2 2a2 2 0 0 1-2 2c-.32 0-.62-.07-.88-.21L7.27 20l3.85-1.79c.26-.14.56-.21.88-.21"/></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%22m8.46%2015.06l-1.41%201.41l-1.37-1.37A7.94%207.94%200%200%200%204.06%2019H6v2H2v-1c0-4.84%203.44-8.87%208-9.8v-2L2%205V3h20v2l-8%203.2v2c4.56.93%208%204.96%208%209.8v1h-4v-2h1.94a7.94%207.94%200%200%200-1.62-3.9l-1.37%201.37l-1.41-1.41l1.37-1.38A8%208%200%200%200%2013%2012.06V14h-2v-1.94c-1.46.18-2.8.76-3.91%201.62zM12%2018a2%202%200%200%201%202%202a2%202%200%200%201-2%202c-.32%200-.62-.07-.88-.21L7.27%2020l3.85-1.79c.26-.14.56-.21.88-.21%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%22m8.46%2015.06l-1.41%201.41l-1.37-1.37A7.94%207.94%200%200%200%204.06%2019H6v2H2v-1c0-4.84%203.44-8.87%208-9.8v-2L2%205V3h20v2l-8%203.2v2c4.56.93%208%204.96%208%209.8v1h-4v-2h1.94a7.94%207.94%200%200%200-1.62-3.9l-1.37%201.37l-1.41-1.41l1.37-1.38A8%208%200%200%200%2013%2012.06V14h-2v-1.94c-1.46.18-2.8.76-3.91%201.62zM12%2018a2%202%200%200%201%202%202a2%202%200%200%201-2%202c-.32%200-.62-.07-.88-.21L7.27%2020l3.85-1.79c.26-.14.56-.21.88-.21%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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