scale icon
scale-filled from Tabler Icons by Paweł Kuna · Filled · MIT Free for personal and commercial use.
- Name
- scale-filled
- Set
- Tabler Icons
- Style
- Filled
- Viewbox
- 24×24
- License
- MIT
1 other variant in Tabler Icons
The same icon in other sets
Related icons in Tabler Icons
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="M12 2a1 1 0 0 1 1 1v1.152l5.159.86a.98.98 0 0 1 .636.38l.041.059l.058.102l3.024 6.05l.035.094l.025.096l.016.1l.005.12l-.003.061A3.996 3.996 0 0 1 18 16a4 4 0 0 1-4-4a1 1 0 0 1 .106-.447l2.393-4.79L13 6.18V19h4a1 1 0 0 1 0 2H7a1 1 0 0 1 0-2h4V6.18l-3.5.583l2.418 4.84l.035.094l.025.096l.016.1l.005.12l-.003.061A3.996 3.996 0 0 1 6 16a4 4 0 0 1-4-4a1 1 0 0 1 .106-.447L5.14 5.488l.039-.061l.025-.034a.98.98 0 0 1 .636-.38L11 4.151V3a1 1 0 0 1 1-1"/></svg>
React
import type { SVGProps } from "react";
export function TablerScaleFilled(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="M12 2a1 1 0 0 1 1 1v1.152l5.159.86a.98.98 0 0 1 .636.38l.041.059l.058.102l3.024 6.05l.035.094l.025.096l.016.1l.005.12l-.003.061A3.996 3.996 0 0 1 18 16a4 4 0 0 1-4-4a1 1 0 0 1 .106-.447l2.393-4.79L13 6.18V19h4a1 1 0 0 1 0 2H7a1 1 0 0 1 0-2h4V6.18l-3.5.583l2.418 4.84l.035.094l.025.096l.016.1l.005.12l-.003.061A3.996 3.996 0 0 1 6 16a4 4 0 0 1-4-4a1 1 0 0 1 .106-.447L5.14 5.488l.039-.061l.025-.034a.98.98 0 0 1 .636-.38L11 4.151V3a1 1 0 0 1 1-1"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 2a1 1 0 0 1 1 1v1.152l5.159.86a.98.98 0 0 1 .636.38l.041.059l.058.102l3.024 6.05l.035.094l.025.096l.016.1l.005.12l-.003.061A3.996 3.996 0 0 1 18 16a4 4 0 0 1-4-4a1 1 0 0 1 .106-.447l2.393-4.79L13 6.18V19h4a1 1 0 0 1 0 2H7a1 1 0 0 1 0-2h4V6.18l-3.5.583l2.418 4.84l.035.094l.025.096l.016.1l.005.12l-.003.061A3.996 3.996 0 0 1 6 16a4 4 0 0 1-4-4a1 1 0 0 1 .106-.447L5.14 5.488l.039-.061l.025-.034a.98.98 0 0 1 .636-.38L11 4.151V3a1 1 0 0 1 1-1"/></svg> </template>
CSS
.icon-scale-filled {
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%22M12%202a1%201%200%200%201%201%201v1.152l5.159.86a.98.98%200%200%201%20.636.38l.041.059l.058.102l3.024%206.05l.035.094l.025.096l.016.1l.005.12l-.003.061A3.996%203.996%200%200%201%2018%2016a4%204%200%200%201-4-4a1%201%200%200%201%20.106-.447l2.393-4.79L13%206.18V19h4a1%201%200%200%201%200%202H7a1%201%200%200%201%200-2h4V6.18l-3.5.583l2.418%204.84l.035.094l.025.096l.016.1l.005.12l-.003.061A3.996%203.996%200%200%201%206%2016a4%204%200%200%201-4-4a1%201%200%200%201%20.106-.447L5.14%205.488l.039-.061l.025-.034a.98.98%200%200%201%20.636-.38L11%204.151V3a1%201%200%200%201%201-1%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%22M12%202a1%201%200%200%201%201%201v1.152l5.159.86a.98.98%200%200%201%20.636.38l.041.059l.058.102l3.024%206.05l.035.094l.025.096l.016.1l.005.12l-.003.061A3.996%203.996%200%200%201%2018%2016a4%204%200%200%201-4-4a1%201%200%200%201%20.106-.447l2.393-4.79L13%206.18V19h4a1%201%200%200%201%200%202H7a1%201%200%200%201%200-2h4V6.18l-3.5.583l2.418%204.84l.035.094l.025.096l.016.1l.005.12l-.003.061A3.996%203.996%200%200%201%206%2016a4%204%200%200%201-4-4a1%201%200%200%201%20.106-.447L5.14%205.488l.039-.061l.025-.034a.98.98%200%200%201%20.636-.38L11%204.151V3a1%201%200%200%201%201-1%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/tabler/scale-filled.svg?color=%231a73e8&size=48