scale-fill-20-regular from Fluent UI System Icons by Microsoft Corporation · 20 Regular · MIT Free for personal and commercial use.

Name
scale-fill-20-regular
Set
Fluent UI System Icons
Style
20 Regular
Viewbox
20×20
License
MIT

3 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the scale fill icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M6 6.5a.5.5 0 0 1 .144-.351l.005-.005A.5.5 0 0 1 6.5 6h2a.5.5 0 0 1 0 1h-.793l1.147 1.146a.5.5 0 1 1-.708.708L7 7.707V8.5a.5.5 0 0 1-1 0zm.038 7.191A.5.5 0 0 1 6 13.5v-2a.5.5 0 0 1 1 0v.793l1.146-1.147a.5.5 0 0 1 .708.708L7.707 13H8.5a.5.5 0 0 1 0 1H6.497a.5.5 0 0 1-.46-.309m7.653-7.653q.088.036.16.106l.005.005A.5.5 0 0 1 14 6.5v2a.5.5 0 0 1-1 0v-.793l-1.146 1.147a.5.5 0 0 1-.708-.708L12.293 7H11.5a.5.5 0 0 1 0-1h2a.5.5 0 0 1 .191.038m.16 7.818A.5.5 0 0 1 13.5 14h-2a.5.5 0 0 1 0-1h.793l-1.147-1.146a.5.5 0 0 1 .708-.708L13 12.293V11.5a.5.5 0 0 1 1 0v2a.5.5 0 0 1-.144.351zM3 5a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2zm2-1a1 1 0 0 0-1 1v10a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V5a1 1 0 0 0-1-1z"/></svg>

React

import type { SVGProps } from "react";

export function FluentScaleFill20Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M6 6.5a.5.5 0 0 1 .144-.351l.005-.005A.5.5 0 0 1 6.5 6h2a.5.5 0 0 1 0 1h-.793l1.147 1.146a.5.5 0 1 1-.708.708L7 7.707V8.5a.5.5 0 0 1-1 0zm.038 7.191A.5.5 0 0 1 6 13.5v-2a.5.5 0 0 1 1 0v.793l1.146-1.147a.5.5 0 0 1 .708.708L7.707 13H8.5a.5.5 0 0 1 0 1H6.497a.5.5 0 0 1-.46-.309m7.653-7.653q.088.036.16.106l.005.005A.5.5 0 0 1 14 6.5v2a.5.5 0 0 1-1 0v-.793l-1.146 1.147a.5.5 0 0 1-.708-.708L12.293 7H11.5a.5.5 0 0 1 0-1h2a.5.5 0 0 1 .191.038m.16 7.818A.5.5 0 0 1 13.5 14h-2a.5.5 0 0 1 0-1h.793l-1.147-1.146a.5.5 0 0 1 .708-.708L13 12.293V11.5a.5.5 0 0 1 1 0v2a.5.5 0 0 1-.144.351zM3 5a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2zm2-1a1 1 0 0 0-1 1v10a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V5a1 1 0 0 0-1-1z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M6 6.5a.5.5 0 0 1 .144-.351l.005-.005A.5.5 0 0 1 6.5 6h2a.5.5 0 0 1 0 1h-.793l1.147 1.146a.5.5 0 1 1-.708.708L7 7.707V8.5a.5.5 0 0 1-1 0zm.038 7.191A.5.5 0 0 1 6 13.5v-2a.5.5 0 0 1 1 0v.793l1.146-1.147a.5.5 0 0 1 .708.708L7.707 13H8.5a.5.5 0 0 1 0 1H6.497a.5.5 0 0 1-.46-.309m7.653-7.653q.088.036.16.106l.005.005A.5.5 0 0 1 14 6.5v2a.5.5 0 0 1-1 0v-.793l-1.146 1.147a.5.5 0 0 1-.708-.708L12.293 7H11.5a.5.5 0 0 1 0-1h2a.5.5 0 0 1 .191.038m.16 7.818A.5.5 0 0 1 13.5 14h-2a.5.5 0 0 1 0-1h.793l-1.147-1.146a.5.5 0 0 1 .708-.708L13 12.293V11.5a.5.5 0 0 1 1 0v2a.5.5 0 0 1-.144.351zM3 5a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2zm2-1a1 1 0 0 0-1 1v10a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V5a1 1 0 0 0-1-1z"/></svg>
</template>

CSS

.icon-scale-fill-20-regular {
  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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6%206.5a.5.5%200%200%201%20.144-.351l.005-.005A.5.5%200%200%201%206.5%206h2a.5.5%200%200%201%200%201h-.793l1.147%201.146a.5.5%200%201%201-.708.708L7%207.707V8.5a.5.5%200%200%201-1%200zm.038%207.191A.5.5%200%200%201%206%2013.5v-2a.5.5%200%200%201%201%200v.793l1.146-1.147a.5.5%200%200%201%20.708.708L7.707%2013H8.5a.5.5%200%200%201%200%201H6.497a.5.5%200%200%201-.46-.309m7.653-7.653q.088.036.16.106l.005.005A.5.5%200%200%201%2014%206.5v2a.5.5%200%200%201-1%200v-.793l-1.146%201.147a.5.5%200%200%201-.708-.708L12.293%207H11.5a.5.5%200%200%201%200-1h2a.5.5%200%200%201%20.191.038m.16%207.818A.5.5%200%200%201%2013.5%2014h-2a.5.5%200%200%201%200-1h.793l-1.147-1.146a.5.5%200%200%201%20.708-.708L13%2012.293V11.5a.5.5%200%200%201%201%200v2a.5.5%200%200%201-.144.351zM3%205a2%202%200%200%201%202-2h10a2%202%200%200%201%202%202v10a2%202%200%200%201-2%202H5a2%202%200%200%201-2-2zm2-1a1%201%200%200%200-1%201v10a1%201%200%200%200%201%201h10a1%201%200%200%200%201-1V5a1%201%200%200%200-1-1z%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6%206.5a.5.5%200%200%201%20.144-.351l.005-.005A.5.5%200%200%201%206.5%206h2a.5.5%200%200%201%200%201h-.793l1.147%201.146a.5.5%200%201%201-.708.708L7%207.707V8.5a.5.5%200%200%201-1%200zm.038%207.191A.5.5%200%200%201%206%2013.5v-2a.5.5%200%200%201%201%200v.793l1.146-1.147a.5.5%200%200%201%20.708.708L7.707%2013H8.5a.5.5%200%200%201%200%201H6.497a.5.5%200%200%201-.46-.309m7.653-7.653q.088.036.16.106l.005.005A.5.5%200%200%201%2014%206.5v2a.5.5%200%200%201-1%200v-.793l-1.146%201.147a.5.5%200%200%201-.708-.708L12.293%207H11.5a.5.5%200%200%201%200-1h2a.5.5%200%200%201%20.191.038m.16%207.818A.5.5%200%200%201%2013.5%2014h-2a.5.5%200%200%201%200-1h.793l-1.147-1.146a.5.5%200%200%201%20.708-.708L13%2012.293V11.5a.5.5%200%200%201%201%200v2a.5.5%200%200%201-.144.351zM3%205a2%202%200%200%201%202-2h10a2%202%200%200%201%202%202v10a2%202%200%200%201-2%202H5a2%202%200%200%201-2-2zm2-1a1%201%200%200%200-1%201v10a1%201%200%200%200%201%201h10a1%201%200%200%200%201-1V5a1%201%200%200%200-1-1z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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