justice from Health Icons by Resolve to Save Lives · Filled · Objects · MIT Free for personal and commercial use.

Name
justice
Set
Health Icons
Style
Filled
Category
Objects
Viewbox
48×48
License
MIT

3 other variants in Health Icons

More objects icons from Health Icons

Use the justice icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" fill-rule="evenodd" d="M25 6h-2v4.17a3 3 0 0 0-1.97 2.409l-7.29 1.955a1 1 0 0 0-.557.39l-5.855 8.294H6.12a8.5 8.5 0 0 0 .337 2.379c.95 3.256 3.797 5.62 7.163 5.62c3.495 0 6.431-2.55 7.264-6a8.5 8.5 0 0 0 .236-1.996v-.003h-.935l-4.6-7.108l5.842-1.567A3 3 0 0 0 23 15.829V38h-3v2h-6v2h20v-2h-6v-2h-3V15.83a3 3 0 0 0 2-2.783l5.14-1.378L28.473 17H27c0 .69.082 1.36.236 2c.833 3.45 3.77 6 7.264 6c3.365 0 6.213-2.364 7.163-5.621q.054-.187.1-.379A8.5 8.5 0 0 0 42 17.003V17h-1.946L35.36 9.49a1 1 0 0 0-1.12-.456l-7.88 2.114a3 3 0 0 0-1.36-.977zm5.901 11h6.795l-3.236-5.177zm-13.098 6.218l-3.839-5.933l-4.188 5.933z" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function HealthiconsJustice(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" fillRule="evenodd" d="M25 6h-2v4.17a3 3 0 0 0-1.97 2.409l-7.29 1.955a1 1 0 0 0-.557.39l-5.855 8.294H6.12a8.5 8.5 0 0 0 .337 2.379c.95 3.256 3.797 5.62 7.163 5.62c3.495 0 6.431-2.55 7.264-6a8.5 8.5 0 0 0 .236-1.996v-.003h-.935l-4.6-7.108l5.842-1.567A3 3 0 0 0 23 15.829V38h-3v2h-6v2h20v-2h-6v-2h-3V15.83a3 3 0 0 0 2-2.783l5.14-1.378L28.473 17H27c0 .69.082 1.36.236 2c.833 3.45 3.77 6 7.264 6c3.365 0 6.213-2.364 7.163-5.621q.054-.187.1-.379A8.5 8.5 0 0 0 42 17.003V17h-1.946L35.36 9.49a1 1 0 0 0-1.12-.456l-7.88 2.114a3 3 0 0 0-1.36-.977zm5.901 11h6.795l-3.236-5.177zm-13.098 6.218l-3.839-5.933l-4.188 5.933z" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" fill-rule="evenodd" d="M25 6h-2v4.17a3 3 0 0 0-1.97 2.409l-7.29 1.955a1 1 0 0 0-.557.39l-5.855 8.294H6.12a8.5 8.5 0 0 0 .337 2.379c.95 3.256 3.797 5.62 7.163 5.62c3.495 0 6.431-2.55 7.264-6a8.5 8.5 0 0 0 .236-1.996v-.003h-.935l-4.6-7.108l5.842-1.567A3 3 0 0 0 23 15.829V38h-3v2h-6v2h20v-2h-6v-2h-3V15.83a3 3 0 0 0 2-2.783l5.14-1.378L28.473 17H27c0 .69.082 1.36.236 2c.833 3.45 3.77 6 7.264 6c3.365 0 6.213-2.364 7.163-5.621q.054-.187.1-.379A8.5 8.5 0 0 0 42 17.003V17h-1.946L35.36 9.49a1 1 0 0 0-1.12-.456l-7.88 2.114a3 3 0 0 0-1.36-.977zm5.901 11h6.795l-3.236-5.177zm-13.098 6.218l-3.839-5.933l-4.188 5.933z" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-justice {
  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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M25%206h-2v4.17a3%203%200%200%200-1.97%202.409l-7.29%201.955a1%201%200%200%200-.557.39l-5.855%208.294H6.12a8.5%208.5%200%200%200%20.337%202.379c.95%203.256%203.797%205.62%207.163%205.62c3.495%200%206.431-2.55%207.264-6a8.5%208.5%200%200%200%20.236-1.996v-.003h-.935l-4.6-7.108l5.842-1.567A3%203%200%200%200%2023%2015.829V38h-3v2h-6v2h20v-2h-6v-2h-3V15.83a3%203%200%200%200%202-2.783l5.14-1.378L28.473%2017H27c0%20.69.082%201.36.236%202c.833%203.45%203.77%206%207.264%206c3.365%200%206.213-2.364%207.163-5.621q.054-.187.1-.379A8.5%208.5%200%200%200%2042%2017.003V17h-1.946L35.36%209.49a1%201%200%200%200-1.12-.456l-7.88%202.114a3%203%200%200%200-1.36-.977zm5.901%2011h6.795l-3.236-5.177zm-13.098%206.218l-3.839-5.933l-4.188%205.933z%22%20clip-rule%3D%22evenodd%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M25%206h-2v4.17a3%203%200%200%200-1.97%202.409l-7.29%201.955a1%201%200%200%200-.557.39l-5.855%208.294H6.12a8.5%208.5%200%200%200%20.337%202.379c.95%203.256%203.797%205.62%207.163%205.62c3.495%200%206.431-2.55%207.264-6a8.5%208.5%200%200%200%20.236-1.996v-.003h-.935l-4.6-7.108l5.842-1.567A3%203%200%200%200%2023%2015.829V38h-3v2h-6v2h20v-2h-6v-2h-3V15.83a3%203%200%200%200%202-2.783l5.14-1.378L28.473%2017H27c0%20.69.082%201.36.236%202c.833%203.45%203.77%206%207.264%206c3.365%200%206.213-2.364%207.163-5.621q.054-.187.1-.379A8.5%208.5%200%200%200%2042%2017.003V17h-1.946L35.36%209.49a1%201%200%200%200-1.12-.456l-7.88%202.114a3%203%200%200%200-1.36-.977zm5.901%2011h6.795l-3.236-5.177zm-13.098%206.218l-3.839-5.933l-4.188%205.933z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/healthicons/justice.svg?color=%231a73e8&size=48