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

Name
scales-48-regular
Set
Fluent UI System Icons
Style
48 Regular
Viewbox
48×48
License
MIT

11 other variants in Fluent UI System Icons

The same icon in other sets

Use the scales icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M40.75 6a1.25 1.25 0 1 1 0 2.5h-3.469l5.62 13.263c.066.154.099.32.099.487a7.5 7.5 0 0 1-15 0c0-.167.033-.333.099-.487L33.719 8.5h-8.446l.456 25.5H35a4 4 0 0 1 0 8H13a4 4 0 0 1 0-8h10.228L22.77 8.5h-8.49l5.62 13.263c.066.154.099.32.099.487a7.5 7.5 0 0 1-15 0c0-.167.033-.333.099-.487L10.719 8.5H7.25a1.25 1.25 0 1 1 0-2.5zM13 36.5a1.5 1.5 0 0 0 0 3h22a1.5 1.5 0 0 0 0-3zm-5.343-13a5.002 5.002 0 0 0 9.686 0zm23 0a5.002 5.002 0 0 0 9.686 0zM8.137 21h8.725L12.5 10.704zm23 0h8.725L35.5 10.704z"/></svg>

React

import type { SVGProps } from "react";

export function FluentScales48Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M40.75 6a1.25 1.25 0 1 1 0 2.5h-3.469l5.62 13.263c.066.154.099.32.099.487a7.5 7.5 0 0 1-15 0c0-.167.033-.333.099-.487L33.719 8.5h-8.446l.456 25.5H35a4 4 0 0 1 0 8H13a4 4 0 0 1 0-8h10.228L22.77 8.5h-8.49l5.62 13.263c.066.154.099.32.099.487a7.5 7.5 0 0 1-15 0c0-.167.033-.333.099-.487L10.719 8.5H7.25a1.25 1.25 0 1 1 0-2.5zM13 36.5a1.5 1.5 0 0 0 0 3h22a1.5 1.5 0 0 0 0-3zm-5.343-13a5.002 5.002 0 0 0 9.686 0zm23 0a5.002 5.002 0 0 0 9.686 0zM8.137 21h8.725L12.5 10.704zm23 0h8.725L35.5 10.704z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M40.75 6a1.25 1.25 0 1 1 0 2.5h-3.469l5.62 13.263c.066.154.099.32.099.487a7.5 7.5 0 0 1-15 0c0-.167.033-.333.099-.487L33.719 8.5h-8.446l.456 25.5H35a4 4 0 0 1 0 8H13a4 4 0 0 1 0-8h10.228L22.77 8.5h-8.49l5.62 13.263c.066.154.099.32.099.487a7.5 7.5 0 0 1-15 0c0-.167.033-.333.099-.487L10.719 8.5H7.25a1.25 1.25 0 1 1 0-2.5zM13 36.5a1.5 1.5 0 0 0 0 3h22a1.5 1.5 0 0 0 0-3zm-5.343-13a5.002 5.002 0 0 0 9.686 0zm23 0a5.002 5.002 0 0 0 9.686 0zM8.137 21h8.725L12.5 10.704zm23 0h8.725L35.5 10.704z"/></svg>
</template>

CSS

.icon-scales-48-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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M40.75%206a1.25%201.25%200%201%201%200%202.5h-3.469l5.62%2013.263c.066.154.099.32.099.487a7.5%207.5%200%200%201-15%200c0-.167.033-.333.099-.487L33.719%208.5h-8.446l.456%2025.5H35a4%204%200%200%201%200%208H13a4%204%200%200%201%200-8h10.228L22.77%208.5h-8.49l5.62%2013.263c.066.154.099.32.099.487a7.5%207.5%200%200%201-15%200c0-.167.033-.333.099-.487L10.719%208.5H7.25a1.25%201.25%200%201%201%200-2.5zM13%2036.5a1.5%201.5%200%200%200%200%203h22a1.5%201.5%200%200%200%200-3zm-5.343-13a5.002%205.002%200%200%200%209.686%200zm23%200a5.002%205.002%200%200%200%209.686%200zM8.137%2021h8.725L12.5%2010.704zm23%200h8.725L35.5%2010.704z%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M40.75%206a1.25%201.25%200%201%201%200%202.5h-3.469l5.62%2013.263c.066.154.099.32.099.487a7.5%207.5%200%200%201-15%200c0-.167.033-.333.099-.487L33.719%208.5h-8.446l.456%2025.5H35a4%204%200%200%201%200%208H13a4%204%200%200%201%200-8h10.228L22.77%208.5h-8.49l5.62%2013.263c.066.154.099.32.099.487a7.5%207.5%200%200%201-15%200c0-.167.033-.333.099-.487L10.719%208.5H7.25a1.25%201.25%200%201%201%200-2.5zM13%2036.5a1.5%201.5%200%200%200%200%203h22a1.5%201.5%200%200%200%200-3zm-5.343-13a5.002%205.002%200%200%200%209.686%200zm23%200a5.002%205.002%200%200%200%209.686%200zM8.137%2021h8.725L12.5%2010.704zm23%200h8.725L35.5%2010.704z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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