law icon
law from Octicons by GitHub · Regular · MIT Free for personal and commercial use.
- Name
- law
- Set
- Octicons
- Style
- Regular
- Viewbox
- 14×16
- 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 14 16"><path fill-rule="evenodd" d="M7 4c-.83 0-1.5-.67-1.5-1.5S6.17 1 7 1s1.5.67 1.5 1.5S7.83 4 7 4zm7 6c0 1.11-.89 2-2 2h-1c-1.11 0-2-.89-2-2l2-4h-1c-.55 0-1-.45-1-1H8v8c.42 0 1 .45 1 1h1c.42 0 1 .45 1 1H3c0-.55.58-1 1-1h1c0-.55.58-1 1-1h.03L6 5H5c0 .55-.45 1-1 1H3l2 4c0 1.11-.89 2-2 2H2c-1.11 0-2-.89-2-2l2-4H1V5h3c0-.55.45-1 1-1h4c.55 0 1 .45 1 1h3v1h-1l2 4zM2.5 7L1 10h3L2.5 7zM13 10l-1.5-3l-1.5 3h3z" fill="currentColor"/></svg>
React
import type { SVGProps } from "react";
export function OcticonLaw(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 14 16"><path fillRule="evenodd" d="M7 4c-.83 0-1.5-.67-1.5-1.5S6.17 1 7 1s1.5.67 1.5 1.5S7.83 4 7 4zm7 6c0 1.11-.89 2-2 2h-1c-1.11 0-2-.89-2-2l2-4h-1c-.55 0-1-.45-1-1H8v8c.42 0 1 .45 1 1h1c.42 0 1 .45 1 1H3c0-.55.58-1 1-1h1c0-.55.58-1 1-1h.03L6 5H5c0 .55-.45 1-1 1H3l2 4c0 1.11-.89 2-2 2H2c-1.11 0-2-.89-2-2l2-4H1V5h3c0-.55.45-1 1-1h4c.55 0 1 .45 1 1h3v1h-1l2 4zM2.5 7L1 10h3L2.5 7zM13 10l-1.5-3l-1.5 3h3z" fill="currentColor"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 14 16"><path fill-rule="evenodd" d="M7 4c-.83 0-1.5-.67-1.5-1.5S6.17 1 7 1s1.5.67 1.5 1.5S7.83 4 7 4zm7 6c0 1.11-.89 2-2 2h-1c-1.11 0-2-.89-2-2l2-4h-1c-.55 0-1-.45-1-1H8v8c.42 0 1 .45 1 1h1c.42 0 1 .45 1 1H3c0-.55.58-1 1-1h1c0-.55.58-1 1-1h.03L6 5H5c0 .55-.45 1-1 1H3l2 4c0 1.11-.89 2-2 2H2c-1.11 0-2-.89-2-2l2-4H1V5h3c0-.55.45-1 1-1h4c.55 0 1 .45 1 1h3v1h-1l2 4zM2.5 7L1 10h3L2.5 7zM13 10l-1.5-3l-1.5 3h3z" fill="currentColor"/></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%2014%2016%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M7%204c-.83%200-1.5-.67-1.5-1.5S6.17%201%207%201s1.5.67%201.5%201.5S7.83%204%207%204zm7%206c0%201.11-.89%202-2%202h-1c-1.11%200-2-.89-2-2l2-4h-1c-.55%200-1-.45-1-1H8v8c.42%200%201%20.45%201%201h1c.42%200%201%20.45%201%201H3c0-.55.58-1%201-1h1c0-.55.58-1%201-1h.03L6%205H5c0%20.55-.45%201-1%201H3l2%204c0%201.11-.89%202-2%202H2c-1.11%200-2-.89-2-2l2-4H1V5h3c0-.55.45-1%201-1h4c.55%200%201%20.45%201%201h3v1h-1l2%204zM2.5%207L1%2010h3L2.5%207zM13%2010l-1.5-3l-1.5%203h3z%22%20fill%3D%22currentColor%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%2014%2016%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M7%204c-.83%200-1.5-.67-1.5-1.5S6.17%201%207%201s1.5.67%201.5%201.5S7.83%204%207%204zm7%206c0%201.11-.89%202-2%202h-1c-1.11%200-2-.89-2-2l2-4h-1c-.55%200-1-.45-1-1H8v8c.42%200%201%20.45%201%201h1c.42%200%201%20.45%201%201H3c0-.55.58-1%201-1h1c0-.55.58-1%201-1h.03L6%205H5c0%20.55-.45%201-1%201H3l2%204c0%201.11-.89%202-2%202H2c-1.11%200-2-.89-2-2l2-4H1V5h3c0-.55.45-1%201-1h4c.55%200%201%20.45%201%201h3v1h-1l2%204zM2.5%207L1%2010h3L2.5%207zM13%2010l-1.5-3l-1.5%203h3z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/octicon/law.svg?color=%231a73e8&size=48