balance scale icon
balance-scale from Line Awesome by Icons8 · Line · Political · Apache-2.0 Free for personal and commercial use.
- Name
- balance-scale
- Set
- Line Awesome
- Style
- Line
- Category
- Political
- Viewbox
- 32×32
- License
- Apache 2.0
- Aliases
- balance-scale-solid
The same icon in other sets
More political icons from Line Awesome
Use the balance scale icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 5c-1.293 0-2.395.844-2.813 2H6v2h1.406l-.281.5l-4 7l-.125.25V17c0 2.75 2.25 5 5 5s5-2.25 5-5v-.25l-.125-.25l-4-7l-.281-.5h4.594A3.02 3.02 0 0 0 15 10.813V24h-4v2h10v-2h-4V10.812A3.04 3.04 0 0 0 18.813 9h4.593l-.281.5l-4 7l-.125.25V17c0 2.75 2.25 5 5 5s5-2.25 5-5v-.25l-.125-.25l-4-7l-.281-.5H26V7h-7.188C18.395 5.844 17.294 5 16 5m0 2c.563 0 1 .438 1 1s-.438 1-1 1s-1-.438-1-1s.438-1 1-1m-8 5.031L10.281 16H5.72zm16 0L26.281 16H21.72zM5.25 18h5.5c-.402 1.16-1.445 2-2.75 2s-2.348-.84-2.75-2m16 0h5.5c-.402 1.16-1.445 2-2.75 2s-2.348-.84-2.75-2"/></svg>
React
import type { SVGProps } from "react";
export function LaBalanceScale(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="M16 5c-1.293 0-2.395.844-2.813 2H6v2h1.406l-.281.5l-4 7l-.125.25V17c0 2.75 2.25 5 5 5s5-2.25 5-5v-.25l-.125-.25l-4-7l-.281-.5h4.594A3.02 3.02 0 0 0 15 10.813V24h-4v2h10v-2h-4V10.812A3.04 3.04 0 0 0 18.813 9h4.593l-.281.5l-4 7l-.125.25V17c0 2.75 2.25 5 5 5s5-2.25 5-5v-.25l-.125-.25l-4-7l-.281-.5H26V7h-7.188C18.395 5.844 17.294 5 16 5m0 2c.563 0 1 .438 1 1s-.438 1-1 1s-1-.438-1-1s.438-1 1-1m-8 5.031L10.281 16H5.72zm16 0L26.281 16H21.72zM5.25 18h5.5c-.402 1.16-1.445 2-2.75 2s-2.348-.84-2.75-2m16 0h5.5c-.402 1.16-1.445 2-2.75 2s-2.348-.84-2.75-2"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 5c-1.293 0-2.395.844-2.813 2H6v2h1.406l-.281.5l-4 7l-.125.25V17c0 2.75 2.25 5 5 5s5-2.25 5-5v-.25l-.125-.25l-4-7l-.281-.5h4.594A3.02 3.02 0 0 0 15 10.813V24h-4v2h10v-2h-4V10.812A3.04 3.04 0 0 0 18.813 9h4.593l-.281.5l-4 7l-.125.25V17c0 2.75 2.25 5 5 5s5-2.25 5-5v-.25l-.125-.25l-4-7l-.281-.5H26V7h-7.188C18.395 5.844 17.294 5 16 5m0 2c.563 0 1 .438 1 1s-.438 1-1 1s-1-.438-1-1s.438-1 1-1m-8 5.031L10.281 16H5.72zm16 0L26.281 16H21.72zM5.25 18h5.5c-.402 1.16-1.445 2-2.75 2s-2.348-.84-2.75-2m16 0h5.5c-.402 1.16-1.445 2-2.75 2s-2.348-.84-2.75-2"/></svg> </template>
CSS
.icon-balance-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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%205c-1.293%200-2.395.844-2.813%202H6v2h1.406l-.281.5l-4%207l-.125.25V17c0%202.75%202.25%205%205%205s5-2.25%205-5v-.25l-.125-.25l-4-7l-.281-.5h4.594A3.02%203.02%200%200%200%2015%2010.813V24h-4v2h10v-2h-4V10.812A3.04%203.04%200%200%200%2018.813%209h4.593l-.281.5l-4%207l-.125.25V17c0%202.75%202.25%205%205%205s5-2.25%205-5v-.25l-.125-.25l-4-7l-.281-.5H26V7h-7.188C18.395%205.844%2017.294%205%2016%205m0%202c.563%200%201%20.438%201%201s-.438%201-1%201s-1-.438-1-1s.438-1%201-1m-8%205.031L10.281%2016H5.72zm16%200L26.281%2016H21.72zM5.25%2018h5.5c-.402%201.16-1.445%202-2.75%202s-2.348-.84-2.75-2m16%200h5.5c-.402%201.16-1.445%202-2.75%202s-2.348-.84-2.75-2%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%22M16%205c-1.293%200-2.395.844-2.813%202H6v2h1.406l-.281.5l-4%207l-.125.25V17c0%202.75%202.25%205%205%205s5-2.25%205-5v-.25l-.125-.25l-4-7l-.281-.5h4.594A3.02%203.02%200%200%200%2015%2010.813V24h-4v2h10v-2h-4V10.812A3.04%203.04%200%200%200%2018.813%209h4.593l-.281.5l-4%207l-.125.25V17c0%202.75%202.25%205%205%205s5-2.25%205-5v-.25l-.125-.25l-4-7l-.281-.5H26V7h-7.188C18.395%205.844%2017.294%205%2016%205m0%202c.563%200%201%20.438%201%201s-.438%201-1%201s-1-.438-1-1s.438-1%201-1m-8%205.031L10.281%2016H5.72zm16%200L26.281%2016H21.72zM5.25%2018h5.5c-.402%201.16-1.445%202-2.75%202s-2.348-.84-2.75-2m16%200h5.5c-.402%201.16-1.445%202-2.75%202s-2.348-.84-2.75-2%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/la/balance-scale.svg?color=%231a73e8&size=48