scale icon
scale-fill from MingCute Icon by MingCute Design · Fill · Apache-2.0 Free for personal and commercial use.
- Name
- scale-fill
- Set
- MingCute Icon
- Style
- Fill
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in MingCute Icon
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 24 24"><path fill="currentColor" d="M13.174 3a2.99 2.99 0 0 0 .587 2.996l-1.765 1.765A3 3 0 0 0 7 10v3.749A3.25 3.25 0 0 0 10.25 17H14a3 3 0 0 0 2.24-4.996l1.764-1.765a2.99 2.99 0 0 0 2.996.586V19a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2zm6.576 0c.69 0 1.25.56 1.25 1.25V8a1 1 0 1 1-2 0V6.414L12.414 13H14a1 1 0 1 1 0 2h-3.75C9.56 15 9 14.44 9 13.75V10a1 1 0 0 1 2 0v1.586L17.586 5H16a1 1 0 1 1 0-2z"/></svg>
React
import type { SVGProps } from "react";
export function MingcuteScaleFill(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.174 3a2.99 2.99 0 0 0 .587 2.996l-1.765 1.765A3 3 0 0 0 7 10v3.749A3.25 3.25 0 0 0 10.25 17H14a3 3 0 0 0 2.24-4.996l1.764-1.765a2.99 2.99 0 0 0 2.996.586V19a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2zm6.576 0c.69 0 1.25.56 1.25 1.25V8a1 1 0 1 1-2 0V6.414L12.414 13H14a1 1 0 1 1 0 2h-3.75C9.56 15 9 14.44 9 13.75V10a1 1 0 0 1 2 0v1.586L17.586 5H16a1 1 0 1 1 0-2z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.174 3a2.99 2.99 0 0 0 .587 2.996l-1.765 1.765A3 3 0 0 0 7 10v3.749A3.25 3.25 0 0 0 10.25 17H14a3 3 0 0 0 2.24-4.996l1.764-1.765a2.99 2.99 0 0 0 2.996.586V19a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2zm6.576 0c.69 0 1.25.56 1.25 1.25V8a1 1 0 1 1-2 0V6.414L12.414 13H14a1 1 0 1 1 0 2h-3.75C9.56 15 9 14.44 9 13.75V10a1 1 0 0 1 2 0v1.586L17.586 5H16a1 1 0 1 1 0-2z"/></svg> </template>
CSS
.icon-scale-fill {
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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.174%203a2.99%202.99%200%200%200%20.587%202.996l-1.765%201.765A3%203%200%200%200%207%2010v3.749A3.25%203.25%200%200%200%2010.25%2017H14a3%203%200%200%200%202.24-4.996l1.764-1.765a2.99%202.99%200%200%200%202.996.586V19a2%202%200%200%201-2%202H5a2%202%200%200%201-2-2V5a2%202%200%200%201%202-2zm6.576%200c.69%200%201.25.56%201.25%201.25V8a1%201%200%201%201-2%200V6.414L12.414%2013H14a1%201%200%201%201%200%202h-3.75C9.56%2015%209%2014.44%209%2013.75V10a1%201%200%200%201%202%200v1.586L17.586%205H16a1%201%200%201%201%200-2z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.174%203a2.99%202.99%200%200%200%20.587%202.996l-1.765%201.765A3%203%200%200%200%207%2010v3.749A3.25%203.25%200%200%200%2010.25%2017H14a3%203%200%200%200%202.24-4.996l1.764-1.765a2.99%202.99%200%200%200%202.996.586V19a2%202%200%200%201-2%202H5a2%202%200%200%201-2-2V5a2%202%200%200%201%202-2zm6.576%200c.69%200%201.25.56%201.25%201.25V8a1%201%200%201%201-2%200V6.414L12.414%2013H14a1%201%200%201%201%200%202h-3.75C9.56%2015%209%2014.44%209%2013.75V10a1%201%200%200%201%202%200v1.586L17.586%205H16a1%201%200%201%201%200-2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mingcute/scale-fill.svg?color=%231a73e8&size=48