justice scale 02 icon
justice-scale-02 from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- justice-scale-02
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Related icons in Huge Icons
Use the justice scale 02 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" stroke-linejoin="round" d="m21 17l-3-7l-3 7m-6 0l-3-7l-3 7m1-7h1.048c1.264 0 2.49-.705 3.476-2c2.032-2.667 4.92-2.667 6.952 0c.986 1.295 2.212 2 3.476 2H20"/><path d="M18 22c1.56 0 2.918-1.052 3.618-2.603c.353-.78.529-1.171.23-1.784S21.052 17 20.06 17h-4.122c-.992 0-1.487 0-1.787.613s-.123 1.003.23 1.784C15.082 20.948 16.44 22 18 22ZM6 22c1.56 0 2.918-1.052 3.618-2.603c.353-.78.529-1.171.23-1.784S9.053 17 8.06 17H3.939c-.992 0-1.487 0-1.787.613s-.123 1.003.23 1.784C3.082 20.948 4.44 22 6 22Zm8-18a2 2 0 1 1-4 0a2 2 0 0 1 4 0Z"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsJusticeScale02(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeWidth="1.5"><path strokeLinecap="round" strokeLinejoin="round" d="m21 17l-3-7l-3 7m-6 0l-3-7l-3 7m1-7h1.048c1.264 0 2.49-.705 3.476-2c2.032-2.667 4.92-2.667 6.952 0c.986 1.295 2.212 2 3.476 2H20"/><path d="M18 22c1.56 0 2.918-1.052 3.618-2.603c.353-.78.529-1.171.23-1.784S21.052 17 20.06 17h-4.122c-.992 0-1.487 0-1.787.613s-.123 1.003.23 1.784C15.082 20.948 16.44 22 18 22ZM6 22c1.56 0 2.918-1.052 3.618-2.603c.353-.78.529-1.171.23-1.784S9.053 17 8.06 17H3.939c-.992 0-1.487 0-1.787.613s-.123 1.003.23 1.784C3.082 20.948 4.44 22 6 22Zm8-18a2 2 0 1 1-4 0a2 2 0 0 1 4 0Z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" stroke-linejoin="round" d="m21 17l-3-7l-3 7m-6 0l-3-7l-3 7m1-7h1.048c1.264 0 2.49-.705 3.476-2c2.032-2.667 4.92-2.667 6.952 0c.986 1.295 2.212 2 3.476 2H20"/><path d="M18 22c1.56 0 2.918-1.052 3.618-2.603c.353-.78.529-1.171.23-1.784S21.052 17 20.06 17h-4.122c-.992 0-1.487 0-1.787.613s-.123 1.003.23 1.784C15.082 20.948 16.44 22 18 22ZM6 22c1.56 0 2.918-1.052 3.618-2.603c.353-.78.529-1.171.23-1.784S9.053 17 8.06 17H3.939c-.992 0-1.487 0-1.787.613s-.123 1.003.23 1.784C3.082 20.948 4.44 22 6 22Zm8-18a2 2 0 1 1-4 0a2 2 0 0 1 4 0Z"/></g></svg> </template>
CSS
.icon-justice-scale-02 {
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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22m21%2017l-3-7l-3%207m-6%200l-3-7l-3%207m1-7h1.048c1.264%200%202.49-.705%203.476-2c2.032-2.667%204.92-2.667%206.952%200c.986%201.295%202.212%202%203.476%202H20%22%2F%3E%3Cpath%20d%3D%22M18%2022c1.56%200%202.918-1.052%203.618-2.603c.353-.78.529-1.171.23-1.784S21.052%2017%2020.06%2017h-4.122c-.992%200-1.487%200-1.787.613s-.123%201.003.23%201.784C15.082%2020.948%2016.44%2022%2018%2022ZM6%2022c1.56%200%202.918-1.052%203.618-2.603c.353-.78.529-1.171.23-1.784S9.053%2017%208.06%2017H3.939c-.992%200-1.487%200-1.787.613s-.123%201.003.23%201.784C3.082%2020.948%204.44%2022%206%2022Zm8-18a2%202%200%201%201-4%200a2%202%200%200%201%204%200Z%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22m21%2017l-3-7l-3%207m-6%200l-3-7l-3%207m1-7h1.048c1.264%200%202.49-.705%203.476-2c2.032-2.667%204.92-2.667%206.952%200c.986%201.295%202.212%202%203.476%202H20%22%2F%3E%3Cpath%20d%3D%22M18%2022c1.56%200%202.918-1.052%203.618-2.603c.353-.78.529-1.171.23-1.784S21.052%2017%2020.06%2017h-4.122c-.992%200-1.487%200-1.787.613s-.123%201.003.23%201.784C15.082%2020.948%2016.44%2022%2018%2022ZM6%2022c1.56%200%202.918-1.052%203.618-2.603c.353-.78.529-1.171.23-1.784S9.053%2017%208.06%2017H3.939c-.992%200-1.487%200-1.787.613s-.123%201.003.23%201.784C3.082%2020.948%204.44%2022%206%2022Zm8-18a2%202%200%201%201-4%200a2%202%200%200%201%204%200Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/justice-scale-02.svg?color=%231a73e8&size=48