document validation icon

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

Name
document-validation
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

Related icons in Huge Icons

Use the document validation 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="M14.98 7.016s.5.5 1 1.5c0 0 1.589-2.5 3-3M9.995 2.021c-2.499-.105-4.429.182-4.429.182c-1.219.088-3.554.77-3.554 4.762c0 3.956-.026 8.834 0 10.779c0 1.188.735 3.96 3.281 4.108c3.095.18 8.67.219 11.228 0c.684-.039 2.964-.576 3.252-3.056c.3-2.57.24-4.355.24-4.78"/><path d="M22 7.016c0 2.761-2.24 5-5.005 5a5 5 0 0 1-5.005-5c0-2.762 2.241-5 5.005-5a5 5 0 0 1 5.005 5Zm-15.02 6h4m-4 4h8"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsDocumentValidation(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="M14.98 7.016s.5.5 1 1.5c0 0 1.589-2.5 3-3M9.995 2.021c-2.499-.105-4.429.182-4.429.182c-1.219.088-3.554.77-3.554 4.762c0 3.956-.026 8.834 0 10.779c0 1.188.735 3.96 3.281 4.108c3.095.18 8.67.219 11.228 0c.684-.039 2.964-.576 3.252-3.056c.3-2.57.24-4.355.24-4.78"/><path d="M22 7.016c0 2.761-2.24 5-5.005 5a5 5 0 0 1-5.005-5c0-2.762 2.241-5 5.005-5a5 5 0 0 1 5.005 5Zm-15.02 6h4m-4 4h8"/></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="M14.98 7.016s.5.5 1 1.5c0 0 1.589-2.5 3-3M9.995 2.021c-2.499-.105-4.429.182-4.429.182c-1.219.088-3.554.77-3.554 4.762c0 3.956-.026 8.834 0 10.779c0 1.188.735 3.96 3.281 4.108c3.095.18 8.67.219 11.228 0c.684-.039 2.964-.576 3.252-3.056c.3-2.57.24-4.355.24-4.78"/><path d="M22 7.016c0 2.761-2.24 5-5.005 5a5 5 0 0 1-5.005-5c0-2.762 2.241-5 5.005-5a5 5 0 0 1 5.005 5Zm-15.02 6h4m-4 4h8"/></g></svg>
</template>

CSS

.icon-document-validation {
  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%22M14.98%207.016s.5.5%201%201.5c0%200%201.589-2.5%203-3M9.995%202.021c-2.499-.105-4.429.182-4.429.182c-1.219.088-3.554.77-3.554%204.762c0%203.956-.026%208.834%200%2010.779c0%201.188.735%203.96%203.281%204.108c3.095.18%208.67.219%2011.228%200c.684-.039%202.964-.576%203.252-3.056c.3-2.57.24-4.355.24-4.78%22%2F%3E%3Cpath%20d%3D%22M22%207.016c0%202.761-2.24%205-5.005%205a5%205%200%200%201-5.005-5c0-2.762%202.241-5%205.005-5a5%205%200%200%201%205.005%205Zm-15.02%206h4m-4%204h8%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%22M14.98%207.016s.5.5%201%201.5c0%200%201.589-2.5%203-3M9.995%202.021c-2.499-.105-4.429.182-4.429.182c-1.219.088-3.554.77-3.554%204.762c0%203.956-.026%208.834%200%2010.779c0%201.188.735%203.96%203.281%204.108c3.095.18%208.67.219%2011.228%200c.684-.039%202.964-.576%203.252-3.056c.3-2.57.24-4.355.24-4.78%22%2F%3E%3Cpath%20d%3D%22M22%207.016c0%202.761-2.24%205-5.005%205a5%205%200%200%201-5.005-5c0-2.762%202.241-5%205.005-5a5%205%200%200%201%205.005%205Zm-15.02%206h4m-4%204h8%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/document-validation.svg?color=%231a73e8&size=48