scale icon
scale from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.
- Name
- scale
- Set
- IonIcons
- Style
- Regular
- Viewbox
- 512×512
- License
- MIT
2 other variants in IonIcons
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 512 512"><path fill="currentColor" d="M368 32H144A112.12 112.12 0 0 0 32 144v224a112.12 112.12 0 0 0 112 112h224a112.12 112.12 0 0 0 112-112V144A112.12 112.12 0 0 0 368 32m36.21 178l-33.32 39.21A41.76 41.76 0 0 1 339 264.05a42.3 42.3 0 0 1-22.29-6.38c-14.22-8.78-36.3-19.25-60.69-19.25s-46.47 10.47-60.69 19.25a41.86 41.86 0 0 1-54.2-8.46L107.79 210a50.48 50.48 0 0 1 4.49-70.27c27.84-25.35 75.37-55.57 143.72-55.57s115.88 30.22 143.72 55.57a50.48 50.48 0 0 1 4.49 70.27"/></svg>
React
import type { SVGProps } from "react";
export function IonScale(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M368 32H144A112.12 112.12 0 0 0 32 144v224a112.12 112.12 0 0 0 112 112h224a112.12 112.12 0 0 0 112-112V144A112.12 112.12 0 0 0 368 32m36.21 178l-33.32 39.21A41.76 41.76 0 0 1 339 264.05a42.3 42.3 0 0 1-22.29-6.38c-14.22-8.78-36.3-19.25-60.69-19.25s-46.47 10.47-60.69 19.25a41.86 41.86 0 0 1-54.2-8.46L107.79 210a50.48 50.48 0 0 1 4.49-70.27c27.84-25.35 75.37-55.57 143.72-55.57s115.88 30.22 143.72 55.57a50.48 50.48 0 0 1 4.49 70.27"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M368 32H144A112.12 112.12 0 0 0 32 144v224a112.12 112.12 0 0 0 112 112h224a112.12 112.12 0 0 0 112-112V144A112.12 112.12 0 0 0 368 32m36.21 178l-33.32 39.21A41.76 41.76 0 0 1 339 264.05a42.3 42.3 0 0 1-22.29-6.38c-14.22-8.78-36.3-19.25-60.69-19.25s-46.47 10.47-60.69 19.25a41.86 41.86 0 0 1-54.2-8.46L107.79 210a50.48 50.48 0 0 1 4.49-70.27c27.84-25.35 75.37-55.57 143.72-55.57s115.88 30.22 143.72 55.57a50.48 50.48 0 0 1 4.49 70.27"/></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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M368%2032H144A112.12%20112.12%200%200%200%2032%20144v224a112.12%20112.12%200%200%200%20112%20112h224a112.12%20112.12%200%200%200%20112-112V144A112.12%20112.12%200%200%200%20368%2032m36.21%20178l-33.32%2039.21A41.76%2041.76%200%200%201%20339%20264.05a42.3%2042.3%200%200%201-22.29-6.38c-14.22-8.78-36.3-19.25-60.69-19.25s-46.47%2010.47-60.69%2019.25a41.86%2041.86%200%200%201-54.2-8.46L107.79%20210a50.48%2050.48%200%200%201%204.49-70.27c27.84-25.35%2075.37-55.57%20143.72-55.57s115.88%2030.22%20143.72%2055.57a50.48%2050.48%200%200%201%204.49%2070.27%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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M368%2032H144A112.12%20112.12%200%200%200%2032%20144v224a112.12%20112.12%200%200%200%20112%20112h224a112.12%20112.12%200%200%200%20112-112V144A112.12%20112.12%200%200%200%20368%2032m36.21%20178l-33.32%2039.21A41.76%2041.76%200%200%201%20339%20264.05a42.3%2042.3%200%200%201-22.29-6.38c-14.22-8.78-36.3-19.25-60.69-19.25s-46.47%2010.47-60.69%2019.25a41.86%2041.86%200%200%201-54.2-8.46L107.79%20210a50.48%2050.48%200%200%201%204.49-70.27c27.84-25.35%2075.37-55.57%20143.72-55.57s115.88%2030.22%20143.72%2055.57a50.48%2050.48%200%200%201%204.49%2070.27%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ion/scale.svg?color=%231a73e8&size=48