law icon
law-24 from Octicons by GitHub · 24 · MIT Free for personal and commercial use.
- Name
- law-24
- Set
- Octicons
- Style
- 24
- Viewbox
- 24×24
- License
- MIT
2 other variants in Octicons
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 24 24"><path fill="currentColor" d="M12.75 2.75V4.5h1.975c.351 0 .694.106.984.303l1.697 1.154q.063.042.14.043h4.102a.75.75 0 0 1 0 1.5H20.07l3.366 7.68a.75.75 0 0 1-.23.896q-.15.111-.31.206a6 6 0 0 1-.79.399a7.35 7.35 0 0 1-2.856.569a7.3 7.3 0 0 1-2.855-.568a6 6 0 0 1-.79-.4a3 3 0 0 1-.307-.202l-.005-.004a.75.75 0 0 1-.23-.896l3.368-7.68h-.886c-.351 0-.694-.106-.984-.303l-1.697-1.154a.25.25 0 0 0-.14-.043H12.75v14.5h4.487a.75.75 0 0 1 0 1.5H6.763a.75.75 0 0 1 0-1.5h4.487V6H9.275a.25.25 0 0 0-.14.043L7.439 7.197c-.29.197-.633.303-.984.303h-.886l3.368 7.68a.75.75 0 0 1-.209.878c-.08.065-.16.126-.31.223a6 6 0 0 1-.792.433a6.9 6.9 0 0 1-2.876.62a6.9 6.9 0 0 1-2.876-.62a6 6 0 0 1-.792-.433a4 4 0 0 1-.309-.221a.76.76 0 0 1-.21-.88L3.93 7.5H2.353a.75.75 0 0 1 0-1.5h4.102q.076 0 .141-.043l1.695-1.154c.29-.198.634-.303.985-.303h1.974V2.75a.75.75 0 0 1 1.5 0M2.193 15.198a5.4 5.4 0 0 0 2.557.635a5.4 5.4 0 0 0 2.557-.635L4.75 9.368Zm14.51-.024q.123.06.275.126c.53.223 1.305.45 2.272.45a5.85 5.85 0 0 0 2.547-.576L19.25 9.367Z"/></svg>
React
import type { SVGProps } from "react";
export function OcticonLaw24(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.75 2.75V4.5h1.975c.351 0 .694.106.984.303l1.697 1.154q.063.042.14.043h4.102a.75.75 0 0 1 0 1.5H20.07l3.366 7.68a.75.75 0 0 1-.23.896q-.15.111-.31.206a6 6 0 0 1-.79.399a7.35 7.35 0 0 1-2.856.569a7.3 7.3 0 0 1-2.855-.568a6 6 0 0 1-.79-.4a3 3 0 0 1-.307-.202l-.005-.004a.75.75 0 0 1-.23-.896l3.368-7.68h-.886c-.351 0-.694-.106-.984-.303l-1.697-1.154a.25.25 0 0 0-.14-.043H12.75v14.5h4.487a.75.75 0 0 1 0 1.5H6.763a.75.75 0 0 1 0-1.5h4.487V6H9.275a.25.25 0 0 0-.14.043L7.439 7.197c-.29.197-.633.303-.984.303h-.886l3.368 7.68a.75.75 0 0 1-.209.878c-.08.065-.16.126-.31.223a6 6 0 0 1-.792.433a6.9 6.9 0 0 1-2.876.62a6.9 6.9 0 0 1-2.876-.62a6 6 0 0 1-.792-.433a4 4 0 0 1-.309-.221a.76.76 0 0 1-.21-.88L3.93 7.5H2.353a.75.75 0 0 1 0-1.5h4.102q.076 0 .141-.043l1.695-1.154c.29-.198.634-.303.985-.303h1.974V2.75a.75.75 0 0 1 1.5 0M2.193 15.198a5.4 5.4 0 0 0 2.557.635a5.4 5.4 0 0 0 2.557-.635L4.75 9.368Zm14.51-.024q.123.06.275.126c.53.223 1.305.45 2.272.45a5.85 5.85 0 0 0 2.547-.576L19.25 9.367Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.75 2.75V4.5h1.975c.351 0 .694.106.984.303l1.697 1.154q.063.042.14.043h4.102a.75.75 0 0 1 0 1.5H20.07l3.366 7.68a.75.75 0 0 1-.23.896q-.15.111-.31.206a6 6 0 0 1-.79.399a7.35 7.35 0 0 1-2.856.569a7.3 7.3 0 0 1-2.855-.568a6 6 0 0 1-.79-.4a3 3 0 0 1-.307-.202l-.005-.004a.75.75 0 0 1-.23-.896l3.368-7.68h-.886c-.351 0-.694-.106-.984-.303l-1.697-1.154a.25.25 0 0 0-.14-.043H12.75v14.5h4.487a.75.75 0 0 1 0 1.5H6.763a.75.75 0 0 1 0-1.5h4.487V6H9.275a.25.25 0 0 0-.14.043L7.439 7.197c-.29.197-.633.303-.984.303h-.886l3.368 7.68a.75.75 0 0 1-.209.878c-.08.065-.16.126-.31.223a6 6 0 0 1-.792.433a6.9 6.9 0 0 1-2.876.62a6.9 6.9 0 0 1-2.876-.62a6 6 0 0 1-.792-.433a4 4 0 0 1-.309-.221a.76.76 0 0 1-.21-.88L3.93 7.5H2.353a.75.75 0 0 1 0-1.5h4.102q.076 0 .141-.043l1.695-1.154c.29-.198.634-.303.985-.303h1.974V2.75a.75.75 0 0 1 1.5 0M2.193 15.198a5.4 5.4 0 0 0 2.557.635a5.4 5.4 0 0 0 2.557-.635L4.75 9.368Zm14.51-.024q.123.06.275.126c.53.223 1.305.45 2.272.45a5.85 5.85 0 0 0 2.547-.576L19.25 9.367Z"/></svg> </template>
CSS
.icon-law-24 {
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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.75%202.75V4.5h1.975c.351%200%20.694.106.984.303l1.697%201.154q.063.042.14.043h4.102a.75.75%200%200%201%200%201.5H20.07l3.366%207.68a.75.75%200%200%201-.23.896q-.15.111-.31.206a6%206%200%200%201-.79.399a7.35%207.35%200%200%201-2.856.569a7.3%207.3%200%200%201-2.855-.568a6%206%200%200%201-.79-.4a3%203%200%200%201-.307-.202l-.005-.004a.75.75%200%200%201-.23-.896l3.368-7.68h-.886c-.351%200-.694-.106-.984-.303l-1.697-1.154a.25.25%200%200%200-.14-.043H12.75v14.5h4.487a.75.75%200%200%201%200%201.5H6.763a.75.75%200%200%201%200-1.5h4.487V6H9.275a.25.25%200%200%200-.14.043L7.439%207.197c-.29.197-.633.303-.984.303h-.886l3.368%207.68a.75.75%200%200%201-.209.878c-.08.065-.16.126-.31.223a6%206%200%200%201-.792.433a6.9%206.9%200%200%201-2.876.62a6.9%206.9%200%200%201-2.876-.62a6%206%200%200%201-.792-.433a4%204%200%200%201-.309-.221a.76.76%200%200%201-.21-.88L3.93%207.5H2.353a.75.75%200%200%201%200-1.5h4.102q.076%200%20.141-.043l1.695-1.154c.29-.198.634-.303.985-.303h1.974V2.75a.75.75%200%200%201%201.5%200M2.193%2015.198a5.4%205.4%200%200%200%202.557.635a5.4%205.4%200%200%200%202.557-.635L4.75%209.368Zm14.51-.024q.123.06.275.126c.53.223%201.305.45%202.272.45a5.85%205.85%200%200%200%202.547-.576L19.25%209.367Z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.75%202.75V4.5h1.975c.351%200%20.694.106.984.303l1.697%201.154q.063.042.14.043h4.102a.75.75%200%200%201%200%201.5H20.07l3.366%207.68a.75.75%200%200%201-.23.896q-.15.111-.31.206a6%206%200%200%201-.79.399a7.35%207.35%200%200%201-2.856.569a7.3%207.3%200%200%201-2.855-.568a6%206%200%200%201-.79-.4a3%203%200%200%201-.307-.202l-.005-.004a.75.75%200%200%201-.23-.896l3.368-7.68h-.886c-.351%200-.694-.106-.984-.303l-1.697-1.154a.25.25%200%200%200-.14-.043H12.75v14.5h4.487a.75.75%200%200%201%200%201.5H6.763a.75.75%200%200%201%200-1.5h4.487V6H9.275a.25.25%200%200%200-.14.043L7.439%207.197c-.29.197-.633.303-.984.303h-.886l3.368%207.68a.75.75%200%200%201-.209.878c-.08.065-.16.126-.31.223a6%206%200%200%201-.792.433a6.9%206.9%200%200%201-2.876.62a6.9%206.9%200%200%201-2.876-.62a6%206%200%200%201-.792-.433a4%204%200%200%201-.309-.221a.76.76%200%200%201-.21-.88L3.93%207.5H2.353a.75.75%200%200%201%200-1.5h4.102q.076%200%20.141-.043l1.695-1.154c.29-.198.634-.303.985-.303h1.974V2.75a.75.75%200%200%201%201.5%200M2.193%2015.198a5.4%205.4%200%200%200%202.557.635a5.4%205.4%200%200%200%202.557-.635L4.75%209.368Zm14.51-.024q.123.06.275.126c.53.223%201.305.45%202.272.45a5.85%205.85%200%200%200%202.547-.576L19.25%209.367Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/octicon/law-24.svg?color=%231a73e8&size=48