justice scale 01 icon

justice-scale-01 from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
justice-scale-01
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

Related icons in Huge Icons

Use the justice scale 01 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="M12 5v17m0 0H9m3 0h3m6-9l-2.5-5l-2.5 5m-8 0L5.5 8L3 13"/><path stroke-linecap="round" stroke-linejoin="round" d="M4 8h1.048c1.264 0 2.49-.529 3.476-1.5c2.032-2 4.92-2 6.952 0c.986.971 2.212 1.5 3.476 1.5H20"/><path d="M18.5 17c1.355 0 2.534-.834 3.147-2.065c.331-.665.496-.997.195-1.466C21.54 13 21.04 13 20.04 13h-3.082c-.999 0-1.499 0-1.8.469c-.302.469-.137.801.194 1.466C15.966 16.166 17.145 17 18.5 17Zm-13 0c1.355 0 2.534-.834 3.147-2.065c.331-.665.496-.997.195-1.466C8.54 13 8.04 13 7.04 13H3.959c-.999 0-1.499 0-1.8.469c-.302.469-.137.801.194 1.466C2.966 16.166 4.145 17 5.5 17Zm8-13.5a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0Z"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsJusticeScale01(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="M12 5v17m0 0H9m3 0h3m6-9l-2.5-5l-2.5 5m-8 0L5.5 8L3 13"/><path strokeLinecap="round" strokeLinejoin="round" d="M4 8h1.048c1.264 0 2.49-.529 3.476-1.5c2.032-2 4.92-2 6.952 0c.986.971 2.212 1.5 3.476 1.5H20"/><path d="M18.5 17c1.355 0 2.534-.834 3.147-2.065c.331-.665.496-.997.195-1.466C21.54 13 21.04 13 20.04 13h-3.082c-.999 0-1.499 0-1.8.469c-.302.469-.137.801.194 1.466C15.966 16.166 17.145 17 18.5 17Zm-13 0c1.355 0 2.534-.834 3.147-2.065c.331-.665.496-.997.195-1.466C8.54 13 8.04 13 7.04 13H3.959c-.999 0-1.499 0-1.8.469c-.302.469-.137.801.194 1.466C2.966 16.166 4.145 17 5.5 17Zm8-13.5a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 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="M12 5v17m0 0H9m3 0h3m6-9l-2.5-5l-2.5 5m-8 0L5.5 8L3 13"/><path stroke-linecap="round" stroke-linejoin="round" d="M4 8h1.048c1.264 0 2.49-.529 3.476-1.5c2.032-2 4.92-2 6.952 0c.986.971 2.212 1.5 3.476 1.5H20"/><path d="M18.5 17c1.355 0 2.534-.834 3.147-2.065c.331-.665.496-.997.195-1.466C21.54 13 21.04 13 20.04 13h-3.082c-.999 0-1.499 0-1.8.469c-.302.469-.137.801.194 1.466C15.966 16.166 17.145 17 18.5 17Zm-13 0c1.355 0 2.534-.834 3.147-2.065c.331-.665.496-.997.195-1.466C8.54 13 8.04 13 7.04 13H3.959c-.999 0-1.499 0-1.8.469c-.302.469-.137.801.194 1.466C2.966 16.166 4.145 17 5.5 17Zm8-13.5a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0Z"/></g></svg>
</template>

CSS

.icon-justice-scale-01 {
  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%22M12%205v17m0%200H9m3%200h3m6-9l-2.5-5l-2.5%205m-8%200L5.5%208L3%2013%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M4%208h1.048c1.264%200%202.49-.529%203.476-1.5c2.032-2%204.92-2%206.952%200c.986.971%202.212%201.5%203.476%201.5H20%22%2F%3E%3Cpath%20d%3D%22M18.5%2017c1.355%200%202.534-.834%203.147-2.065c.331-.665.496-.997.195-1.466C21.54%2013%2021.04%2013%2020.04%2013h-3.082c-.999%200-1.499%200-1.8.469c-.302.469-.137.801.194%201.466C15.966%2016.166%2017.145%2017%2018.5%2017Zm-13%200c1.355%200%202.534-.834%203.147-2.065c.331-.665.496-.997.195-1.466C8.54%2013%208.04%2013%207.04%2013H3.959c-.999%200-1.499%200-1.8.469c-.302.469-.137.801.194%201.466C2.966%2016.166%204.145%2017%205.5%2017Zm8-13.5a1.5%201.5%200%201%201-3%200a1.5%201.5%200%200%201%203%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%22M12%205v17m0%200H9m3%200h3m6-9l-2.5-5l-2.5%205m-8%200L5.5%208L3%2013%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M4%208h1.048c1.264%200%202.49-.529%203.476-1.5c2.032-2%204.92-2%206.952%200c.986.971%202.212%201.5%203.476%201.5H20%22%2F%3E%3Cpath%20d%3D%22M18.5%2017c1.355%200%202.534-.834%203.147-2.065c.331-.665.496-.997.195-1.466C21.54%2013%2021.04%2013%2020.04%2013h-3.082c-.999%200-1.499%200-1.8.469c-.302.469-.137.801.194%201.466C15.966%2016.166%2017.145%2017%2018.5%2017Zm-13%200c1.355%200%202.534-.834%203.147-2.065c.331-.665.496-.997.195-1.466C8.54%2013%208.04%2013%207.04%2013H3.959c-.999%200-1.499%200-1.8.469c-.302.469-.137.801.194%201.466C2.966%2016.166%204.145%2017%205.5%2017Zm8-13.5a1.5%201.5%200%201%201-3%200a1.5%201.5%200%200%201%203%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-01.svg?color=%231a73e8&size=48