scales icon
scales from Carbon by IBM · Outline · Tools · Apache-2.0 Free for personal and commercial use.
- Name
- scales
- Set
- Carbon
- Style
- Outline
- Category
- Tools
- Viewbox
- 32×32
- License
- Apache 2.0
The same icon in other sets
More tools icons from Carbon
Use the scales icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M20 16a5 5 0 0 0 10 0a1 1 0 0 0-.105-.447l-3.999-7.997a1 1 0 0 0-.045-.081A1 1 0 0 0 25 7h-6.178A3.02 3.02 0 0 0 17 5.184V2h-2v3.184A3.02 3.02 0 0 0 13.178 7H7a1 1 0 0 0-.894.553l-4 8A1 1 0 0 0 2 16a5 5 0 0 0 10 0a1 1 0 0 0-.105-.447L8.618 9h4.56A3.02 3.02 0 0 0 15 10.815V28H6v2h20v-2h-9V10.816A3.02 3.02 0 0 0 18.822 9h4.56l-3.277 6.553A1 1 0 0 0 20 16M7 19a3 3 0 0 1-2.815-2h5.63A3 3 0 0 1 7 19m2.382-4H4.618L7 10.236ZM16 9a1 1 0 1 1 1-1a1 1 0 0 1-1 1m9 10a3 3 0 0 1-2.815-2h5.63A3 3 0 0 1 25 19m0-8.764L27.382 15h-4.764Z"/></svg>
React
import type { SVGProps } from "react";
export function CarbonScales(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M20 16a5 5 0 0 0 10 0a1 1 0 0 0-.105-.447l-3.999-7.997a1 1 0 0 0-.045-.081A1 1 0 0 0 25 7h-6.178A3.02 3.02 0 0 0 17 5.184V2h-2v3.184A3.02 3.02 0 0 0 13.178 7H7a1 1 0 0 0-.894.553l-4 8A1 1 0 0 0 2 16a5 5 0 0 0 10 0a1 1 0 0 0-.105-.447L8.618 9h4.56A3.02 3.02 0 0 0 15 10.815V28H6v2h20v-2h-9V10.816A3.02 3.02 0 0 0 18.822 9h4.56l-3.277 6.553A1 1 0 0 0 20 16M7 19a3 3 0 0 1-2.815-2h5.63A3 3 0 0 1 7 19m2.382-4H4.618L7 10.236ZM16 9a1 1 0 1 1 1-1a1 1 0 0 1-1 1m9 10a3 3 0 0 1-2.815-2h5.63A3 3 0 0 1 25 19m0-8.764L27.382 15h-4.764Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M20 16a5 5 0 0 0 10 0a1 1 0 0 0-.105-.447l-3.999-7.997a1 1 0 0 0-.045-.081A1 1 0 0 0 25 7h-6.178A3.02 3.02 0 0 0 17 5.184V2h-2v3.184A3.02 3.02 0 0 0 13.178 7H7a1 1 0 0 0-.894.553l-4 8A1 1 0 0 0 2 16a5 5 0 0 0 10 0a1 1 0 0 0-.105-.447L8.618 9h4.56A3.02 3.02 0 0 0 15 10.815V28H6v2h20v-2h-9V10.816A3.02 3.02 0 0 0 18.822 9h4.56l-3.277 6.553A1 1 0 0 0 20 16M7 19a3 3 0 0 1-2.815-2h5.63A3 3 0 0 1 7 19m2.382-4H4.618L7 10.236ZM16 9a1 1 0 1 1 1-1a1 1 0 0 1-1 1m9 10a3 3 0 0 1-2.815-2h5.63A3 3 0 0 1 25 19m0-8.764L27.382 15h-4.764Z"/></svg> </template>
CSS
.icon-scales {
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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20%2016a5%205%200%200%200%2010%200a1%201%200%200%200-.105-.447l-3.999-7.997a1%201%200%200%200-.045-.081A1%201%200%200%200%2025%207h-6.178A3.02%203.02%200%200%200%2017%205.184V2h-2v3.184A3.02%203.02%200%200%200%2013.178%207H7a1%201%200%200%200-.894.553l-4%208A1%201%200%200%200%202%2016a5%205%200%200%200%2010%200a1%201%200%200%200-.105-.447L8.618%209h4.56A3.02%203.02%200%200%200%2015%2010.815V28H6v2h20v-2h-9V10.816A3.02%203.02%200%200%200%2018.822%209h4.56l-3.277%206.553A1%201%200%200%200%2020%2016M7%2019a3%203%200%200%201-2.815-2h5.63A3%203%200%200%201%207%2019m2.382-4H4.618L7%2010.236ZM16%209a1%201%200%201%201%201-1a1%201%200%200%201-1%201m9%2010a3%203%200%200%201-2.815-2h5.63A3%203%200%200%201%2025%2019m0-8.764L27.382%2015h-4.764Z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20%2016a5%205%200%200%200%2010%200a1%201%200%200%200-.105-.447l-3.999-7.997a1%201%200%200%200-.045-.081A1%201%200%200%200%2025%207h-6.178A3.02%203.02%200%200%200%2017%205.184V2h-2v3.184A3.02%203.02%200%200%200%2013.178%207H7a1%201%200%200%200-.894.553l-4%208A1%201%200%200%200%202%2016a5%205%200%200%200%2010%200a1%201%200%200%200-.105-.447L8.618%209h4.56A3.02%203.02%200%200%200%2015%2010.815V28H6v2h20v-2h-9V10.816A3.02%203.02%200%200%200%2018.822%209h4.56l-3.277%206.553A1%201%200%200%200%2020%2016M7%2019a3%203%200%200%201-2.815-2h5.63A3%203%200%200%201%207%2019m2.382-4H4.618L7%2010.236ZM16%209a1%201%200%201%201%201-1a1%201%200%200%201-1%201m9%2010a3%203%200%200%201-2.815-2h5.63A3%203%200%200%201%2025%2019m0-8.764L27.382%2015h-4.764Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/scales.svg?color=%231a73e8&size=48