scale-16-solid from HeroIcons by Refactoring UI Inc · Solid 16x16 · MIT Free for personal and commercial use.

Name
scale-16-solid
Set
HeroIcons
Style
Solid 16x16
Viewbox
16×16
License
MIT

3 other variants in HeroIcons

The same icon in other sets

Use the scale icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" fill-rule="evenodd" d="M8.75 2.5a.75.75 0 0 0-1.5 0v.508a33 33 0 0 0-4.624.434a.75.75 0 0 0 .246 1.48l.13-.021l-1.188 4.75a.75.75 0 0 0 .33.817A3.5 3.5 0 0 0 4 11a3.5 3.5 0 0 0 1.856-.532a.75.75 0 0 0 .33-.818l-1.25-5a31 31 0 0 1 2.314-.141v7.503q-1.324.042-2.607.226a.75.75 0 0 0 .213 1.485a22.2 22.2 0 0 1 6.288 0a.75.75 0 1 0 .213-1.485a24 24 0 0 0-2.607-.226V4.509q1.168.028 2.314.14L9.814 9.65a.75.75 0 0 0 .329.818a3.5 3.5 0 0 0 1.856.532a3.5 3.5 0 0 0 1.856-.532a.75.75 0 0 0 .33-.818L12.997 4.9l.13.022a.75.75 0 1 0 .247-1.48a33 33 0 0 0-4.624-.434zM3.42 9.415a2 2 0 0 0 1.16 0L4 7.092zM12 9.5a2 2 0 0 1-.582-.085L12 7.092l.58 2.323A2 2 0 0 1 12 9.5" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function HeroiconsScale16Solid(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" fillRule="evenodd" d="M8.75 2.5a.75.75 0 0 0-1.5 0v.508a33 33 0 0 0-4.624.434a.75.75 0 0 0 .246 1.48l.13-.021l-1.188 4.75a.75.75 0 0 0 .33.817A3.5 3.5 0 0 0 4 11a3.5 3.5 0 0 0 1.856-.532a.75.75 0 0 0 .33-.818l-1.25-5a31 31 0 0 1 2.314-.141v7.503q-1.324.042-2.607.226a.75.75 0 0 0 .213 1.485a22.2 22.2 0 0 1 6.288 0a.75.75 0 1 0 .213-1.485a24 24 0 0 0-2.607-.226V4.509q1.168.028 2.314.14L9.814 9.65a.75.75 0 0 0 .329.818a3.5 3.5 0 0 0 1.856.532a3.5 3.5 0 0 0 1.856-.532a.75.75 0 0 0 .33-.818L12.997 4.9l.13.022a.75.75 0 1 0 .247-1.48a33 33 0 0 0-4.624-.434zM3.42 9.415a2 2 0 0 0 1.16 0L4 7.092zM12 9.5a2 2 0 0 1-.582-.085L12 7.092l.58 2.323A2 2 0 0 1 12 9.5" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" fill-rule="evenodd" d="M8.75 2.5a.75.75 0 0 0-1.5 0v.508a33 33 0 0 0-4.624.434a.75.75 0 0 0 .246 1.48l.13-.021l-1.188 4.75a.75.75 0 0 0 .33.817A3.5 3.5 0 0 0 4 11a3.5 3.5 0 0 0 1.856-.532a.75.75 0 0 0 .33-.818l-1.25-5a31 31 0 0 1 2.314-.141v7.503q-1.324.042-2.607.226a.75.75 0 0 0 .213 1.485a22.2 22.2 0 0 1 6.288 0a.75.75 0 1 0 .213-1.485a24 24 0 0 0-2.607-.226V4.509q1.168.028 2.314.14L9.814 9.65a.75.75 0 0 0 .329.818a3.5 3.5 0 0 0 1.856.532a3.5 3.5 0 0 0 1.856-.532a.75.75 0 0 0 .33-.818L12.997 4.9l.13.022a.75.75 0 1 0 .247-1.48a33 33 0 0 0-4.624-.434zM3.42 9.415a2 2 0 0 0 1.16 0L4 7.092zM12 9.5a2 2 0 0 1-.582-.085L12 7.092l.58 2.323A2 2 0 0 1 12 9.5" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-scale-16-solid {
  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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M8.75%202.5a.75.75%200%200%200-1.5%200v.508a33%2033%200%200%200-4.624.434a.75.75%200%200%200%20.246%201.48l.13-.021l-1.188%204.75a.75.75%200%200%200%20.33.817A3.5%203.5%200%200%200%204%2011a3.5%203.5%200%200%200%201.856-.532a.75.75%200%200%200%20.33-.818l-1.25-5a31%2031%200%200%201%202.314-.141v7.503q-1.324.042-2.607.226a.75.75%200%200%200%20.213%201.485a22.2%2022.2%200%200%201%206.288%200a.75.75%200%201%200%20.213-1.485a24%2024%200%200%200-2.607-.226V4.509q1.168.028%202.314.14L9.814%209.65a.75.75%200%200%200%20.329.818a3.5%203.5%200%200%200%201.856.532a3.5%203.5%200%200%200%201.856-.532a.75.75%200%200%200%20.33-.818L12.997%204.9l.13.022a.75.75%200%201%200%20.247-1.48a33%2033%200%200%200-4.624-.434zM3.42%209.415a2%202%200%200%200%201.16%200L4%207.092zM12%209.5a2%202%200%200%201-.582-.085L12%207.092l.58%202.323A2%202%200%200%201%2012%209.5%22%20clip-rule%3D%22evenodd%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M8.75%202.5a.75.75%200%200%200-1.5%200v.508a33%2033%200%200%200-4.624.434a.75.75%200%200%200%20.246%201.48l.13-.021l-1.188%204.75a.75.75%200%200%200%20.33.817A3.5%203.5%200%200%200%204%2011a3.5%203.5%200%200%200%201.856-.532a.75.75%200%200%200%20.33-.818l-1.25-5a31%2031%200%200%201%202.314-.141v7.503q-1.324.042-2.607.226a.75.75%200%200%200%20.213%201.485a22.2%2022.2%200%200%201%206.288%200a.75.75%200%201%200%20.213-1.485a24%2024%200%200%200-2.607-.226V4.509q1.168.028%202.314.14L9.814%209.65a.75.75%200%200%200%20.329.818a3.5%203.5%200%200%200%201.856.532a3.5%203.5%200%200%200%201.856-.532a.75.75%200%200%200%20.33-.818L12.997%204.9l.13.022a.75.75%200%201%200%20.247-1.48a33%2033%200%200%200-4.624-.434zM3.42%209.415a2%202%200%200%200%201.16%200L4%207.092zM12%209.5a2%202%200%200%201-.582-.085L12%207.092l.58%202.323A2%202%200%200%201%2012%209.5%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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