license draft icon

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

Name
license-draft
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

The same icon in other sets

Related icons in Huge Icons

Use the license draft 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-width="1.5"><path stroke-linecap="round" stroke-linejoin="round" d="M19.75 11v-1c0-3.771 0-5.657-1.171-6.828S15.52 2 11.75 2h-1C6.98 2 5.093 2 3.922 3.172S2.75 6.229 2.75 10v4c0 3.771 0 5.657 1.172 6.828S6.979 22 10.75 22"/><path stroke-linecap="round" d="M7.25 7h8m-8 5h8"/><path stroke-linejoin="round" d="M13.25 20.827V22h1.174c.409 0 .614 0 .798-.076s.329-.221.618-.51l4.824-4.825c.273-.273.41-.41.482-.556c.139-.28.139-.61 0-.89c-.073-.147-.21-.283-.482-.556c-.274-.273-.41-.41-.557-.483a1 1 0 0 0-.89 0c-.147.073-.284.21-.556.483l-4.824 4.824c-.29.289-.434.434-.51.618s-.077.388-.077.798Z"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsLicenseDraft(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" strokeWidth="1.5"><path strokeLinecap="round" strokeLinejoin="round" d="M19.75 11v-1c0-3.771 0-5.657-1.171-6.828S15.52 2 11.75 2h-1C6.98 2 5.093 2 3.922 3.172S2.75 6.229 2.75 10v4c0 3.771 0 5.657 1.172 6.828S6.979 22 10.75 22"/><path strokeLinecap="round" d="M7.25 7h8m-8 5h8"/><path strokeLinejoin="round" d="M13.25 20.827V22h1.174c.409 0 .614 0 .798-.076s.329-.221.618-.51l4.824-4.825c.273-.273.41-.41.482-.556c.139-.28.139-.61 0-.89c-.073-.147-.21-.283-.482-.556c-.274-.273-.41-.41-.557-.483a1 1 0 0 0-.89 0c-.147.073-.284.21-.556.483l-4.824 4.824c-.29.289-.434.434-.51.618s-.077.388-.077.798Z"/></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-width="1.5"><path stroke-linecap="round" stroke-linejoin="round" d="M19.75 11v-1c0-3.771 0-5.657-1.171-6.828S15.52 2 11.75 2h-1C6.98 2 5.093 2 3.922 3.172S2.75 6.229 2.75 10v4c0 3.771 0 5.657 1.172 6.828S6.979 22 10.75 22"/><path stroke-linecap="round" d="M7.25 7h8m-8 5h8"/><path stroke-linejoin="round" d="M13.25 20.827V22h1.174c.409 0 .614 0 .798-.076s.329-.221.618-.51l4.824-4.825c.273-.273.41-.41.482-.556c.139-.28.139-.61 0-.89c-.073-.147-.21-.283-.482-.556c-.274-.273-.41-.41-.557-.483a1 1 0 0 0-.89 0c-.147.073-.284.21-.556.483l-4.824 4.824c-.29.289-.434.434-.51.618s-.077.388-.077.798Z"/></g></svg>
</template>

CSS

.icon-license-draft {
  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-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M19.75%2011v-1c0-3.771%200-5.657-1.171-6.828S15.52%202%2011.75%202h-1C6.98%202%205.093%202%203.922%203.172S2.75%206.229%202.75%2010v4c0%203.771%200%205.657%201.172%206.828S6.979%2022%2010.75%2022%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M7.25%207h8m-8%205h8%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M13.25%2020.827V22h1.174c.409%200%20.614%200%20.798-.076s.329-.221.618-.51l4.824-4.825c.273-.273.41-.41.482-.556c.139-.28.139-.61%200-.89c-.073-.147-.21-.283-.482-.556c-.274-.273-.41-.41-.557-.483a1%201%200%200%200-.89%200c-.147.073-.284.21-.556.483l-4.824%204.824c-.29.289-.434.434-.51.618s-.077.388-.077.798Z%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-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M19.75%2011v-1c0-3.771%200-5.657-1.171-6.828S15.52%202%2011.75%202h-1C6.98%202%205.093%202%203.922%203.172S2.75%206.229%202.75%2010v4c0%203.771%200%205.657%201.172%206.828S6.979%2022%2010.75%2022%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M7.25%207h8m-8%205h8%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M13.25%2020.827V22h1.174c.409%200%20.614%200%20.798-.076s.329-.221.618-.51l4.824-4.825c.273-.273.41-.41.482-.556c.139-.28.139-.61%200-.89c-.073-.147-.21-.283-.482-.556c-.274-.273-.41-.41-.557-.483a1%201%200%200%200-.89%200c-.147.073-.284.21-.556.483l-4.824%204.824c-.29.289-.434.434-.51.618s-.077.388-.077.798Z%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/license-draft.svg?color=%231a73e8&size=48