scale icon
scale-sharp from IonIcons by Ben Sperry · Sharp · MIT Free for personal and commercial use.
- Name
- scale-sharp
- Set
- IonIcons
- Style
- Sharp
- 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="M432 32H80a48.05 48.05 0 0 0-48 48v352a48.05 48.05 0 0 0 48 48h352a48.05 48.05 0 0 0 48-48V80a48.05 48.05 0 0 0-48-48m-16.71 165l-52.46 61.73a27.83 27.83 0 0 1-37.65 4.62c-13-9.29-39.27-24.89-69.18-24.89s-56.18 15.6-69.18 24.89a27.84 27.84 0 0 1-37.65-4.62L96.71 197a32.12 32.12 0 0 1 .42-42c18.93-21.31 72.3-70.87 158.87-70.87S395.94 133.72 414.87 155a32.12 32.12 0 0 1 .42 42"/></svg>
React
import type { SVGProps } from "react";
export function IonScaleSharp(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="M432 32H80a48.05 48.05 0 0 0-48 48v352a48.05 48.05 0 0 0 48 48h352a48.05 48.05 0 0 0 48-48V80a48.05 48.05 0 0 0-48-48m-16.71 165l-52.46 61.73a27.83 27.83 0 0 1-37.65 4.62c-13-9.29-39.27-24.89-69.18-24.89s-56.18 15.6-69.18 24.89a27.84 27.84 0 0 1-37.65-4.62L96.71 197a32.12 32.12 0 0 1 .42-42c18.93-21.31 72.3-70.87 158.87-70.87S395.94 133.72 414.87 155a32.12 32.12 0 0 1 .42 42"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M432 32H80a48.05 48.05 0 0 0-48 48v352a48.05 48.05 0 0 0 48 48h352a48.05 48.05 0 0 0 48-48V80a48.05 48.05 0 0 0-48-48m-16.71 165l-52.46 61.73a27.83 27.83 0 0 1-37.65 4.62c-13-9.29-39.27-24.89-69.18-24.89s-56.18 15.6-69.18 24.89a27.84 27.84 0 0 1-37.65-4.62L96.71 197a32.12 32.12 0 0 1 .42-42c18.93-21.31 72.3-70.87 158.87-70.87S395.94 133.72 414.87 155a32.12 32.12 0 0 1 .42 42"/></svg> </template>
CSS
.icon-scale-sharp {
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%22M432%2032H80a48.05%2048.05%200%200%200-48%2048v352a48.05%2048.05%200%200%200%2048%2048h352a48.05%2048.05%200%200%200%2048-48V80a48.05%2048.05%200%200%200-48-48m-16.71%20165l-52.46%2061.73a27.83%2027.83%200%200%201-37.65%204.62c-13-9.29-39.27-24.89-69.18-24.89s-56.18%2015.6-69.18%2024.89a27.84%2027.84%200%200%201-37.65-4.62L96.71%20197a32.12%2032.12%200%200%201%20.42-42c18.93-21.31%2072.3-70.87%20158.87-70.87S395.94%20133.72%20414.87%20155a32.12%2032.12%200%200%201%20.42%2042%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%22M432%2032H80a48.05%2048.05%200%200%200-48%2048v352a48.05%2048.05%200%200%200%2048%2048h352a48.05%2048.05%200%200%200%2048-48V80a48.05%2048.05%200%200%200-48-48m-16.71%20165l-52.46%2061.73a27.83%2027.83%200%200%201-37.65%204.62c-13-9.29-39.27-24.89-69.18-24.89s-56.18%2015.6-69.18%2024.89a27.84%2027.84%200%200%201-37.65-4.62L96.71%20197a32.12%2032.12%200%200%201%20.42-42c18.93-21.31%2072.3-70.87%20158.87-70.87S395.94%20133.72%20414.87%20155a32.12%2032.12%200%200%201%20.42%2042%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ion/scale-sharp.svg?color=%231a73e8&size=48