agreement 01 icon

agreement-01 from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
agreement-01
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

Related icons in Huge Icons

Use the agreement 01 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 d="M2 7h2.865c.727 0 1.424-.36 1.938-1c.733-.914 1.819-1.234 2.804-.825L11 5.754M2 15.967h1.62c1.16 0 1.74 0 2.288.154l.08.024c.545.165 1.027.476 1.992 1.098c1.888 1.217 2.832 1.825 3.86 1.751l.146-.014c1.024-.122 1.826-.898 3.43-2.45L17 15"/><path d="M22 7.234h-2.517c-1.066 0-1.818-.58-2.583-1.351a2.76 2.76 0 0 0-1.791-.836c-.743-.045-1.604-.11-2.325.089c-.803.22-1.333.825-1.894 1.456l-1.447 1.63c-.59.664-.59 1.743 0 2.408c.51.574 1.309.663 1.909.212c.432-.324.922-.847 1.431-1.012c.573-.185.928.232 1.252.67l2.32 3.134c.862 1.164 1.292 1.745 1.88 2.056c.59.31 1.262.31 2.607.31H22"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsAgreement01(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 d="M2 7h2.865c.727 0 1.424-.36 1.938-1c.733-.914 1.819-1.234 2.804-.825L11 5.754M2 15.967h1.62c1.16 0 1.74 0 2.288.154l.08.024c.545.165 1.027.476 1.992 1.098c1.888 1.217 2.832 1.825 3.86 1.751l.146-.014c1.024-.122 1.826-.898 3.43-2.45L17 15"/><path d="M22 7.234h-2.517c-1.066 0-1.818-.58-2.583-1.351a2.76 2.76 0 0 0-1.791-.836c-.743-.045-1.604-.11-2.325.089c-.803.22-1.333.825-1.894 1.456l-1.447 1.63c-.59.664-.59 1.743 0 2.408c.51.574 1.309.663 1.909.212c.432-.324.922-.847 1.431-1.012c.573-.185.928.232 1.252.67l2.32 3.134c.862 1.164 1.292 1.745 1.88 2.056c.59.31 1.262.31 2.607.31H22"/></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 d="M2 7h2.865c.727 0 1.424-.36 1.938-1c.733-.914 1.819-1.234 2.804-.825L11 5.754M2 15.967h1.62c1.16 0 1.74 0 2.288.154l.08.024c.545.165 1.027.476 1.992 1.098c1.888 1.217 2.832 1.825 3.86 1.751l.146-.014c1.024-.122 1.826-.898 3.43-2.45L17 15"/><path d="M22 7.234h-2.517c-1.066 0-1.818-.58-2.583-1.351a2.76 2.76 0 0 0-1.791-.836c-.743-.045-1.604-.11-2.325.089c-.803.22-1.333.825-1.894 1.456l-1.447 1.63c-.59.664-.59 1.743 0 2.408c.51.574 1.309.663 1.909.212c.432-.324.922-.847 1.431-1.012c.573-.185.928.232 1.252.67l2.32 3.134c.862 1.164 1.292 1.745 1.88 2.056c.59.31 1.262.31 2.607.31H22"/></g></svg>
</template>

CSS

.icon-agreement-01 {
  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%20d%3D%22M2%207h2.865c.727%200%201.424-.36%201.938-1c.733-.914%201.819-1.234%202.804-.825L11%205.754M2%2015.967h1.62c1.16%200%201.74%200%202.288.154l.08.024c.545.165%201.027.476%201.992%201.098c1.888%201.217%202.832%201.825%203.86%201.751l.146-.014c1.024-.122%201.826-.898%203.43-2.45L17%2015%22%2F%3E%3Cpath%20d%3D%22M22%207.234h-2.517c-1.066%200-1.818-.58-2.583-1.351a2.76%202.76%200%200%200-1.791-.836c-.743-.045-1.604-.11-2.325.089c-.803.22-1.333.825-1.894%201.456l-1.447%201.63c-.59.664-.59%201.743%200%202.408c.51.574%201.309.663%201.909.212c.432-.324.922-.847%201.431-1.012c.573-.185.928.232%201.252.67l2.32%203.134c.862%201.164%201.292%201.745%201.88%202.056c.59.31%201.262.31%202.607.31H22%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%20d%3D%22M2%207h2.865c.727%200%201.424-.36%201.938-1c.733-.914%201.819-1.234%202.804-.825L11%205.754M2%2015.967h1.62c1.16%200%201.74%200%202.288.154l.08.024c.545.165%201.027.476%201.992%201.098c1.888%201.217%202.832%201.825%203.86%201.751l.146-.014c1.024-.122%201.826-.898%203.43-2.45L17%2015%22%2F%3E%3Cpath%20d%3D%22M22%207.234h-2.517c-1.066%200-1.818-.58-2.583-1.351a2.76%202.76%200%200%200-1.791-.836c-.743-.045-1.604-.11-2.325.089c-.803.22-1.333.825-1.894%201.456l-1.447%201.63c-.59.664-.59%201.743%200%202.408c.51.574%201.309.663%201.909.212c.432-.324.922-.847%201.431-1.012c.573-.185.928.232%201.252.67l2.32%203.134c.862%201.164%201.292%201.745%201.88%202.056c.59.31%201.262.31%202.607.31H22%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-01.svg?color=%231a73e8&size=48