law from Codicons by Microsoft Corporation · Regular · CC-BY-4.0 Attribution required.

Name
law
Set
Codicons
Style
Regular
Viewbox
16×16
License
CC BY 4.0

The same icon in other sets

Use the law icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="m10.039 7.307l-.003.007l-.004.012l-.011.031l-.003.012l-.011.052l-.004.03q-.002.024-.002.049c0 1.378 1.122 2.5 2.5 2.5s2.5-1.122 2.5-2.5l-.002-.049l-.004-.03l-.003-.017l-.008-.035l-.003-.012l-.011-.031l-.004-.012l-.003-.007v-.003l-1.722-4.305h.761a.5.5 0 0 0 0-1H3a.5.5 0 0 0 0 1h.761L2.039 7.304v.003l-.003.007l-.004.012l-.011.031l-.003.012l-.011.052l-.004.03q-.002.024-.002.049c0 1.378 1.122 2.5 2.5 2.5s2.5-1.122 2.5-2.5l-.002-.049l-.004-.03l-.003-.017l-.008-.035l-.003-.012l-.011-.031l-.004-.012l-.003-.007v-.003L5.241 2.999h2.761v8h-2.5c-.827 0-1.5.673-1.5 1.5s.673 1.5 1.5 1.5h6c.827 0 1.5-.673 1.5-1.5s-.673-1.5-1.5-1.5h-2.5V3h2.761l-1.722 4.305v.003zM4.5 3.846L5.762 7H3.239zM4.5 9a1.5 1.5 0 0 1-1.414-1h2.828c-.207.582-.762 1-1.414 1m7.5 3.5a.5.5 0 0 1-.5.5h-6a.5.5 0 0 1 0-1h6a.5.5 0 0 1 .5.5m.5-3.5a1.5 1.5 0 0 1-1.414-1h2.828c-.207.582-.762 1-1.414 1m-1.262-2L12.5 3.846L13.762 7z"/></svg>

React

import type { SVGProps } from "react";

export function CodiconLaw(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="m10.039 7.307l-.003.007l-.004.012l-.011.031l-.003.012l-.011.052l-.004.03q-.002.024-.002.049c0 1.378 1.122 2.5 2.5 2.5s2.5-1.122 2.5-2.5l-.002-.049l-.004-.03l-.003-.017l-.008-.035l-.003-.012l-.011-.031l-.004-.012l-.003-.007v-.003l-1.722-4.305h.761a.5.5 0 0 0 0-1H3a.5.5 0 0 0 0 1h.761L2.039 7.304v.003l-.003.007l-.004.012l-.011.031l-.003.012l-.011.052l-.004.03q-.002.024-.002.049c0 1.378 1.122 2.5 2.5 2.5s2.5-1.122 2.5-2.5l-.002-.049l-.004-.03l-.003-.017l-.008-.035l-.003-.012l-.011-.031l-.004-.012l-.003-.007v-.003L5.241 2.999h2.761v8h-2.5c-.827 0-1.5.673-1.5 1.5s.673 1.5 1.5 1.5h6c.827 0 1.5-.673 1.5-1.5s-.673-1.5-1.5-1.5h-2.5V3h2.761l-1.722 4.305v.003zM4.5 3.846L5.762 7H3.239zM4.5 9a1.5 1.5 0 0 1-1.414-1h2.828c-.207.582-.762 1-1.414 1m7.5 3.5a.5.5 0 0 1-.5.5h-6a.5.5 0 0 1 0-1h6a.5.5 0 0 1 .5.5m.5-3.5a1.5 1.5 0 0 1-1.414-1h2.828c-.207.582-.762 1-1.414 1m-1.262-2L12.5 3.846L13.762 7z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="m10.039 7.307l-.003.007l-.004.012l-.011.031l-.003.012l-.011.052l-.004.03q-.002.024-.002.049c0 1.378 1.122 2.5 2.5 2.5s2.5-1.122 2.5-2.5l-.002-.049l-.004-.03l-.003-.017l-.008-.035l-.003-.012l-.011-.031l-.004-.012l-.003-.007v-.003l-1.722-4.305h.761a.5.5 0 0 0 0-1H3a.5.5 0 0 0 0 1h.761L2.039 7.304v.003l-.003.007l-.004.012l-.011.031l-.003.012l-.011.052l-.004.03q-.002.024-.002.049c0 1.378 1.122 2.5 2.5 2.5s2.5-1.122 2.5-2.5l-.002-.049l-.004-.03l-.003-.017l-.008-.035l-.003-.012l-.011-.031l-.004-.012l-.003-.007v-.003L5.241 2.999h2.761v8h-2.5c-.827 0-1.5.673-1.5 1.5s.673 1.5 1.5 1.5h6c.827 0 1.5-.673 1.5-1.5s-.673-1.5-1.5-1.5h-2.5V3h2.761l-1.722 4.305v.003zM4.5 3.846L5.762 7H3.239zM4.5 9a1.5 1.5 0 0 1-1.414-1h2.828c-.207.582-.762 1-1.414 1m7.5 3.5a.5.5 0 0 1-.5.5h-6a.5.5 0 0 1 0-1h6a.5.5 0 0 1 .5.5m.5-3.5a1.5 1.5 0 0 1-1.414-1h2.828c-.207.582-.762 1-1.414 1m-1.262-2L12.5 3.846L13.762 7z"/></svg>
</template>

CSS

.icon-law {
  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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m10.039%207.307l-.003.007l-.004.012l-.011.031l-.003.012l-.011.052l-.004.03q-.002.024-.002.049c0%201.378%201.122%202.5%202.5%202.5s2.5-1.122%202.5-2.5l-.002-.049l-.004-.03l-.003-.017l-.008-.035l-.003-.012l-.011-.031l-.004-.012l-.003-.007v-.003l-1.722-4.305h.761a.5.5%200%200%200%200-1H3a.5.5%200%200%200%200%201h.761L2.039%207.304v.003l-.003.007l-.004.012l-.011.031l-.003.012l-.011.052l-.004.03q-.002.024-.002.049c0%201.378%201.122%202.5%202.5%202.5s2.5-1.122%202.5-2.5l-.002-.049l-.004-.03l-.003-.017l-.008-.035l-.003-.012l-.011-.031l-.004-.012l-.003-.007v-.003L5.241%202.999h2.761v8h-2.5c-.827%200-1.5.673-1.5%201.5s.673%201.5%201.5%201.5h6c.827%200%201.5-.673%201.5-1.5s-.673-1.5-1.5-1.5h-2.5V3h2.761l-1.722%204.305v.003zM4.5%203.846L5.762%207H3.239zM4.5%209a1.5%201.5%200%200%201-1.414-1h2.828c-.207.582-.762%201-1.414%201m7.5%203.5a.5.5%200%200%201-.5.5h-6a.5.5%200%200%201%200-1h6a.5.5%200%200%201%20.5.5m.5-3.5a1.5%201.5%200%200%201-1.414-1h2.828c-.207.582-.762%201-1.414%201m-1.262-2L12.5%203.846L13.762%207z%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m10.039%207.307l-.003.007l-.004.012l-.011.031l-.003.012l-.011.052l-.004.03q-.002.024-.002.049c0%201.378%201.122%202.5%202.5%202.5s2.5-1.122%202.5-2.5l-.002-.049l-.004-.03l-.003-.017l-.008-.035l-.003-.012l-.011-.031l-.004-.012l-.003-.007v-.003l-1.722-4.305h.761a.5.5%200%200%200%200-1H3a.5.5%200%200%200%200%201h.761L2.039%207.304v.003l-.003.007l-.004.012l-.011.031l-.003.012l-.011.052l-.004.03q-.002.024-.002.049c0%201.378%201.122%202.5%202.5%202.5s2.5-1.122%202.5-2.5l-.002-.049l-.004-.03l-.003-.017l-.008-.035l-.003-.012l-.011-.031l-.004-.012l-.003-.007v-.003L5.241%202.999h2.761v8h-2.5c-.827%200-1.5.673-1.5%201.5s.673%201.5%201.5%201.5h6c.827%200%201.5-.673%201.5-1.5s-.673-1.5-1.5-1.5h-2.5V3h2.761l-1.722%204.305v.003zM4.5%203.846L5.762%207H3.239zM4.5%209a1.5%201.5%200%200%201-1.414-1h2.828c-.207.582-.762%201-1.414%201m7.5%203.5a.5.5%200%200%201-.5.5h-6a.5.5%200%200%201%200-1h6a.5.5%200%200%201%20.5.5m.5-3.5a1.5%201.5%200%200%201-1.414-1h2.828c-.207.582-.762%201-1.414%201m-1.262-2L12.5%203.846L13.762%207z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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