agreement 02 icon
agreement-02 from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- agreement-02
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Related icons in Huge Icons
Use the agreement 02 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-linecap="round" stroke-width="1.5"><path stroke-linejoin="round" d="M22 6.75h-2.789c-.601 0-.902 0-1.185-.086s-.534-.252-1.034-.586c-.75-.5-1.606-1.07-2.031-1.2c-.425-.128-.876-.128-1.778-.128c-1.226 0-2.016 0-2.568.228c-.55.229-.984.662-1.852 1.53L8 7.27c-.195.196-.293.294-.353.39a1 1 0 0 0 .062 1.149c.07.089.178.176.393.349c.796.64 1.943.576 2.664-.149L12 7.768h1l6 6.036a1.43 1.43 0 0 1 0 2.011a1.41 1.41 0 0 1-2 0l-.5-.502m-3-3.018l3 3.018m0 0a1.43 1.43 0 0 1 0 2.011a1.41 1.41 0 0 1-2 0l-1-1.006m0 0a1.43 1.43 0 0 1 0 2.012a1.41 1.41 0 0 1-2 0L10 16.821m3.5-.503l-2-2m-2 2l.5.503m0 0a1.43 1.43 0 0 1 0 2.012a1.41 1.41 0 0 1-2 0l-2.824-2.882c-.58-.592-.87-.889-1.242-1.045c-.371-.156-.786-.156-1.615-.156H2"/><path d="M22 14.75h-2.5m-11-8H2"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsAgreement02(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" strokeLinecap="round" strokeWidth="1.5"><path strokeLinejoin="round" d="M22 6.75h-2.789c-.601 0-.902 0-1.185-.086s-.534-.252-1.034-.586c-.75-.5-1.606-1.07-2.031-1.2c-.425-.128-.876-.128-1.778-.128c-1.226 0-2.016 0-2.568.228c-.55.229-.984.662-1.852 1.53L8 7.27c-.195.196-.293.294-.353.39a1 1 0 0 0 .062 1.149c.07.089.178.176.393.349c.796.64 1.943.576 2.664-.149L12 7.768h1l6 6.036a1.43 1.43 0 0 1 0 2.011a1.41 1.41 0 0 1-2 0l-.5-.502m-3-3.018l3 3.018m0 0a1.43 1.43 0 0 1 0 2.011a1.41 1.41 0 0 1-2 0l-1-1.006m0 0a1.43 1.43 0 0 1 0 2.012a1.41 1.41 0 0 1-2 0L10 16.821m3.5-.503l-2-2m-2 2l.5.503m0 0a1.43 1.43 0 0 1 0 2.012a1.41 1.41 0 0 1-2 0l-2.824-2.882c-.58-.592-.87-.889-1.242-1.045c-.371-.156-.786-.156-1.615-.156H2"/><path d="M22 14.75h-2.5m-11-8H2"/></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-linecap="round" stroke-width="1.5"><path stroke-linejoin="round" d="M22 6.75h-2.789c-.601 0-.902 0-1.185-.086s-.534-.252-1.034-.586c-.75-.5-1.606-1.07-2.031-1.2c-.425-.128-.876-.128-1.778-.128c-1.226 0-2.016 0-2.568.228c-.55.229-.984.662-1.852 1.53L8 7.27c-.195.196-.293.294-.353.39a1 1 0 0 0 .062 1.149c.07.089.178.176.393.349c.796.64 1.943.576 2.664-.149L12 7.768h1l6 6.036a1.43 1.43 0 0 1 0 2.011a1.41 1.41 0 0 1-2 0l-.5-.502m-3-3.018l3 3.018m0 0a1.43 1.43 0 0 1 0 2.011a1.41 1.41 0 0 1-2 0l-1-1.006m0 0a1.43 1.43 0 0 1 0 2.012a1.41 1.41 0 0 1-2 0L10 16.821m3.5-.503l-2-2m-2 2l.5.503m0 0a1.43 1.43 0 0 1 0 2.012a1.41 1.41 0 0 1-2 0l-2.824-2.882c-.58-.592-.87-.889-1.242-1.045c-.371-.156-.786-.156-1.615-.156H2"/><path d="M22 14.75h-2.5m-11-8H2"/></g></svg> </template>
CSS
.icon-agreement-02 {
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-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M22%206.75h-2.789c-.601%200-.902%200-1.185-.086s-.534-.252-1.034-.586c-.75-.5-1.606-1.07-2.031-1.2c-.425-.128-.876-.128-1.778-.128c-1.226%200-2.016%200-2.568.228c-.55.229-.984.662-1.852%201.53L8%207.27c-.195.196-.293.294-.353.39a1%201%200%200%200%20.062%201.149c.07.089.178.176.393.349c.796.64%201.943.576%202.664-.149L12%207.768h1l6%206.036a1.43%201.43%200%200%201%200%202.011a1.41%201.41%200%200%201-2%200l-.5-.502m-3-3.018l3%203.018m0%200a1.43%201.43%200%200%201%200%202.011a1.41%201.41%200%200%201-2%200l-1-1.006m0%200a1.43%201.43%200%200%201%200%202.012a1.41%201.41%200%200%201-2%200L10%2016.821m3.5-.503l-2-2m-2%202l.5.503m0%200a1.43%201.43%200%200%201%200%202.012a1.41%201.41%200%200%201-2%200l-2.824-2.882c-.58-.592-.87-.889-1.242-1.045c-.371-.156-.786-.156-1.615-.156H2%22%2F%3E%3Cpath%20d%3D%22M22%2014.75h-2.5m-11-8H2%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-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M22%206.75h-2.789c-.601%200-.902%200-1.185-.086s-.534-.252-1.034-.586c-.75-.5-1.606-1.07-2.031-1.2c-.425-.128-.876-.128-1.778-.128c-1.226%200-2.016%200-2.568.228c-.55.229-.984.662-1.852%201.53L8%207.27c-.195.196-.293.294-.353.39a1%201%200%200%200%20.062%201.149c.07.089.178.176.393.349c.796.64%201.943.576%202.664-.149L12%207.768h1l6%206.036a1.43%201.43%200%200%201%200%202.011a1.41%201.41%200%200%201-2%200l-.5-.502m-3-3.018l3%203.018m0%200a1.43%201.43%200%200%201%200%202.011a1.41%201.41%200%200%201-2%200l-1-1.006m0%200a1.43%201.43%200%200%201%200%202.012a1.41%201.41%200%200%201-2%200L10%2016.821m3.5-.503l-2-2m-2%202l.5.503m0%200a1.43%201.43%200%200%201%200%202.012a1.41%201.41%200%200%201-2%200l-2.824-2.882c-.58-.592-.87-.889-1.242-1.045c-.371-.156-.786-.156-1.615-.156H2%22%2F%3E%3Cpath%20d%3D%22M22%2014.75h-2.5m-11-8H2%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/agreement-02.svg?color=%231a73e8&size=48