clipboard check icon

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

Name
clipboard-check
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

The same icon in other sets

Related icons in Huge Icons

Use the clipboard check icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="m9 14l2 2l4-4"/><path stroke="currentColor" stroke-linejoin="round" stroke-width="1.5" d="M8 4v1c0 .943 0 1.414.293 1.707S9.057 7 10 7h4c.943 0 1.414 0 1.707-.293S16 5.943 16 5V4"/><path fill="currentColor" d="m14.45 4l-.735.15a.75.75 0 0 0 .727.6zm-4.9 0l.008.75a.75.75 0 0 0 .727-.6zm9.571.879l.53-.53zm0 16.242l.53.53zM16 4.017l.023-.75h-.015zM4.879 4.88l.53.53zM8 4.017l-.008-.75h-.015zM14.45 4l.735-.15A3.25 3.25 0 0 0 12 1.25v1.5c.846 0 1.553.6 1.715 1.4zM12 2v-.75a3.25 3.25 0 0 0-3.185 2.6L9.55 4l.735.15A1.75 1.75 0 0 1 12 2.75zm8 8h.75c0-1.393.002-2.513-.116-3.392c-.122-.9-.38-1.658-.982-2.26l-.53.53l-.531.531c.277.277.457.665.556 1.4c.101.754.103 1.756.103 3.191zm0 6h.75v-6h-1.5v6zm0 0h-.75c0 1.435-.002 2.436-.103 3.192c-.099.734-.28 1.122-.556 1.399l.53.53l.53.53c.603-.601.861-1.36.983-2.26c.118-.878.116-1.998.116-3.391zm-6 6v.75c1.393 0 2.513.002 3.392-.116c.9-.122 1.658-.38 2.26-.982l-.53-.53l-.531-.531c-.277.277-.665.457-1.4.556c-.755.101-1.756.103-3.191.103zm2-17.983l-.023.75c1.565.047 2.203.231 2.614.642l.53-.53l.53-.53c-.871-.873-2.086-1.035-3.628-1.081zM10 22v.75h4v-1.5h-4zm0 0v-.75c-1.435 0-2.437-.002-3.192-.103c-.734-.099-1.122-.28-1.399-.556l-.53.53l-.53.53c.601.603 1.36.861 2.26.983c.878.118 1.998.116 3.391.116zm-6-6h-.75c0 1.393-.002 2.513.117 3.392c.12.9.38 1.658.981 2.26l.53-.53l.531-.531c-.277-.277-.457-.665-.556-1.4c-.101-.755-.103-1.756-.103-3.191zm0-6h.75c0-1.435.002-2.437.103-3.192c.099-.734.28-1.122.556-1.399l-.53-.53l-.53-.53c-.603.601-.861 1.36-.982 2.26c-.119.878-.117 1.998-.117 3.391zm4-5.983l-.023-.75c-1.542.047-2.757.21-3.629 1.081l.53.53l.531.531c.41-.41 1.049-.595 2.614-.642zM4 10h-.75v6h1.5v-6zm4-5.983l.008.75l1.55-.017L9.55 4l-.008-.75l-1.55.017zm8 0l.008-.75l-1.55-.017l-.008.75l-.008.75l1.55.017z"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsClipboardCheck(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"><path stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="m9 14l2 2l4-4"/><path stroke="currentColor" strokeLinejoin="round" strokeWidth="1.5" d="M8 4v1c0 .943 0 1.414.293 1.707S9.057 7 10 7h4c.943 0 1.414 0 1.707-.293S16 5.943 16 5V4"/><path fill="currentColor" d="m14.45 4l-.735.15a.75.75 0 0 0 .727.6zm-4.9 0l.008.75a.75.75 0 0 0 .727-.6zm9.571.879l.53-.53zm0 16.242l.53.53zM16 4.017l.023-.75h-.015zM4.879 4.88l.53.53zM8 4.017l-.008-.75h-.015zM14.45 4l.735-.15A3.25 3.25 0 0 0 12 1.25v1.5c.846 0 1.553.6 1.715 1.4zM12 2v-.75a3.25 3.25 0 0 0-3.185 2.6L9.55 4l.735.15A1.75 1.75 0 0 1 12 2.75zm8 8h.75c0-1.393.002-2.513-.116-3.392c-.122-.9-.38-1.658-.982-2.26l-.53.53l-.531.531c.277.277.457.665.556 1.4c.101.754.103 1.756.103 3.191zm0 6h.75v-6h-1.5v6zm0 0h-.75c0 1.435-.002 2.436-.103 3.192c-.099.734-.28 1.122-.556 1.399l.53.53l.53.53c.603-.601.861-1.36.983-2.26c.118-.878.116-1.998.116-3.391zm-6 6v.75c1.393 0 2.513.002 3.392-.116c.9-.122 1.658-.38 2.26-.982l-.53-.53l-.531-.531c-.277.277-.665.457-1.4.556c-.755.101-1.756.103-3.191.103zm2-17.983l-.023.75c1.565.047 2.203.231 2.614.642l.53-.53l.53-.53c-.871-.873-2.086-1.035-3.628-1.081zM10 22v.75h4v-1.5h-4zm0 0v-.75c-1.435 0-2.437-.002-3.192-.103c-.734-.099-1.122-.28-1.399-.556l-.53.53l-.53.53c.601.603 1.36.861 2.26.983c.878.118 1.998.116 3.391.116zm-6-6h-.75c0 1.393-.002 2.513.117 3.392c.12.9.38 1.658.981 2.26l.53-.53l.531-.531c-.277-.277-.457-.665-.556-1.4c-.101-.755-.103-1.756-.103-3.191zm0-6h.75c0-1.435.002-2.437.103-3.192c.099-.734.28-1.122.556-1.399l-.53-.53l-.53-.53c-.603.601-.861 1.36-.982 2.26c-.119.878-.117 1.998-.117 3.391zm4-5.983l-.023-.75c-1.542.047-2.757.21-3.629 1.081l.53.53l.531.531c.41-.41 1.049-.595 2.614-.642zM4 10h-.75v6h1.5v-6zm4-5.983l.008.75l1.55-.017L9.55 4l-.008-.75l-1.55.017zm8 0l.008-.75l-1.55-.017l-.008.75l-.008.75l1.55.017z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="m9 14l2 2l4-4"/><path stroke="currentColor" stroke-linejoin="round" stroke-width="1.5" d="M8 4v1c0 .943 0 1.414.293 1.707S9.057 7 10 7h4c.943 0 1.414 0 1.707-.293S16 5.943 16 5V4"/><path fill="currentColor" d="m14.45 4l-.735.15a.75.75 0 0 0 .727.6zm-4.9 0l.008.75a.75.75 0 0 0 .727-.6zm9.571.879l.53-.53zm0 16.242l.53.53zM16 4.017l.023-.75h-.015zM4.879 4.88l.53.53zM8 4.017l-.008-.75h-.015zM14.45 4l.735-.15A3.25 3.25 0 0 0 12 1.25v1.5c.846 0 1.553.6 1.715 1.4zM12 2v-.75a3.25 3.25 0 0 0-3.185 2.6L9.55 4l.735.15A1.75 1.75 0 0 1 12 2.75zm8 8h.75c0-1.393.002-2.513-.116-3.392c-.122-.9-.38-1.658-.982-2.26l-.53.53l-.531.531c.277.277.457.665.556 1.4c.101.754.103 1.756.103 3.191zm0 6h.75v-6h-1.5v6zm0 0h-.75c0 1.435-.002 2.436-.103 3.192c-.099.734-.28 1.122-.556 1.399l.53.53l.53.53c.603-.601.861-1.36.983-2.26c.118-.878.116-1.998.116-3.391zm-6 6v.75c1.393 0 2.513.002 3.392-.116c.9-.122 1.658-.38 2.26-.982l-.53-.53l-.531-.531c-.277.277-.665.457-1.4.556c-.755.101-1.756.103-3.191.103zm2-17.983l-.023.75c1.565.047 2.203.231 2.614.642l.53-.53l.53-.53c-.871-.873-2.086-1.035-3.628-1.081zM10 22v.75h4v-1.5h-4zm0 0v-.75c-1.435 0-2.437-.002-3.192-.103c-.734-.099-1.122-.28-1.399-.556l-.53.53l-.53.53c.601.603 1.36.861 2.26.983c.878.118 1.998.116 3.391.116zm-6-6h-.75c0 1.393-.002 2.513.117 3.392c.12.9.38 1.658.981 2.26l.53-.53l.531-.531c-.277-.277-.457-.665-.556-1.4c-.101-.755-.103-1.756-.103-3.191zm0-6h.75c0-1.435.002-2.437.103-3.192c.099-.734.28-1.122.556-1.399l-.53-.53l-.53-.53c-.603.601-.861 1.36-.982 2.26c-.119.878-.117 1.998-.117 3.391zm4-5.983l-.023-.75c-1.542.047-2.757.21-3.629 1.081l.53.53l.531.531c.41-.41 1.049-.595 2.614-.642zM4 10h-.75v6h1.5v-6zm4-5.983l.008.75l1.55-.017L9.55 4l-.008-.75l-1.55.017zm8 0l.008-.75l-1.55-.017l-.008.75l-.008.75l1.55.017z"/></g></svg>
</template>

CSS

.icon-clipboard-check {
  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%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22m9%2014l2%202l4-4%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M8%204v1c0%20.943%200%201.414.293%201.707S9.057%207%2010%207h4c.943%200%201.414%200%201.707-.293S16%205.943%2016%205V4%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m14.45%204l-.735.15a.75.75%200%200%200%20.727.6zm-4.9%200l.008.75a.75.75%200%200%200%20.727-.6zm9.571.879l.53-.53zm0%2016.242l.53.53zM16%204.017l.023-.75h-.015zM4.879%204.88l.53.53zM8%204.017l-.008-.75h-.015zM14.45%204l.735-.15A3.25%203.25%200%200%200%2012%201.25v1.5c.846%200%201.553.6%201.715%201.4zM12%202v-.75a3.25%203.25%200%200%200-3.185%202.6L9.55%204l.735.15A1.75%201.75%200%200%201%2012%202.75zm8%208h.75c0-1.393.002-2.513-.116-3.392c-.122-.9-.38-1.658-.982-2.26l-.53.53l-.531.531c.277.277.457.665.556%201.4c.101.754.103%201.756.103%203.191zm0%206h.75v-6h-1.5v6zm0%200h-.75c0%201.435-.002%202.436-.103%203.192c-.099.734-.28%201.122-.556%201.399l.53.53l.53.53c.603-.601.861-1.36.983-2.26c.118-.878.116-1.998.116-3.391zm-6%206v.75c1.393%200%202.513.002%203.392-.116c.9-.122%201.658-.38%202.26-.982l-.53-.53l-.531-.531c-.277.277-.665.457-1.4.556c-.755.101-1.756.103-3.191.103zm2-17.983l-.023.75c1.565.047%202.203.231%202.614.642l.53-.53l.53-.53c-.871-.873-2.086-1.035-3.628-1.081zM10%2022v.75h4v-1.5h-4zm0%200v-.75c-1.435%200-2.437-.002-3.192-.103c-.734-.099-1.122-.28-1.399-.556l-.53.53l-.53.53c.601.603%201.36.861%202.26.983c.878.118%201.998.116%203.391.116zm-6-6h-.75c0%201.393-.002%202.513.117%203.392c.12.9.38%201.658.981%202.26l.53-.53l.531-.531c-.277-.277-.457-.665-.556-1.4c-.101-.755-.103-1.756-.103-3.191zm0-6h.75c0-1.435.002-2.437.103-3.192c.099-.734.28-1.122.556-1.399l-.53-.53l-.53-.53c-.603.601-.861%201.36-.982%202.26c-.119.878-.117%201.998-.117%203.391zm4-5.983l-.023-.75c-1.542.047-2.757.21-3.629%201.081l.53.53l.531.531c.41-.41%201.049-.595%202.614-.642zM4%2010h-.75v6h1.5v-6zm4-5.983l.008.75l1.55-.017L9.55%204l-.008-.75l-1.55.017zm8%200l.008-.75l-1.55-.017l-.008.75l-.008.75l1.55.017z%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%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22m9%2014l2%202l4-4%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M8%204v1c0%20.943%200%201.414.293%201.707S9.057%207%2010%207h4c.943%200%201.414%200%201.707-.293S16%205.943%2016%205V4%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m14.45%204l-.735.15a.75.75%200%200%200%20.727.6zm-4.9%200l.008.75a.75.75%200%200%200%20.727-.6zm9.571.879l.53-.53zm0%2016.242l.53.53zM16%204.017l.023-.75h-.015zM4.879%204.88l.53.53zM8%204.017l-.008-.75h-.015zM14.45%204l.735-.15A3.25%203.25%200%200%200%2012%201.25v1.5c.846%200%201.553.6%201.715%201.4zM12%202v-.75a3.25%203.25%200%200%200-3.185%202.6L9.55%204l.735.15A1.75%201.75%200%200%201%2012%202.75zm8%208h.75c0-1.393.002-2.513-.116-3.392c-.122-.9-.38-1.658-.982-2.26l-.53.53l-.531.531c.277.277.457.665.556%201.4c.101.754.103%201.756.103%203.191zm0%206h.75v-6h-1.5v6zm0%200h-.75c0%201.435-.002%202.436-.103%203.192c-.099.734-.28%201.122-.556%201.399l.53.53l.53.53c.603-.601.861-1.36.983-2.26c.118-.878.116-1.998.116-3.391zm-6%206v.75c1.393%200%202.513.002%203.392-.116c.9-.122%201.658-.38%202.26-.982l-.53-.53l-.531-.531c-.277.277-.665.457-1.4.556c-.755.101-1.756.103-3.191.103zm2-17.983l-.023.75c1.565.047%202.203.231%202.614.642l.53-.53l.53-.53c-.871-.873-2.086-1.035-3.628-1.081zM10%2022v.75h4v-1.5h-4zm0%200v-.75c-1.435%200-2.437-.002-3.192-.103c-.734-.099-1.122-.28-1.399-.556l-.53.53l-.53.53c.601.603%201.36.861%202.26.983c.878.118%201.998.116%203.391.116zm-6-6h-.75c0%201.393-.002%202.513.117%203.392c.12.9.38%201.658.981%202.26l.53-.53l.531-.531c-.277-.277-.457-.665-.556-1.4c-.101-.755-.103-1.756-.103-3.191zm0-6h.75c0-1.435.002-2.437.103-3.192c.099-.734.28-1.122.556-1.399l-.53-.53l-.53-.53c-.603.601-.861%201.36-.982%202.26c-.119.878-.117%201.998-.117%203.391zm4-5.983l-.023-.75c-1.542.047-2.757.21-3.629%201.081l.53.53l.531.531c.41-.41%201.049-.595%202.614-.642zM4%2010h-.75v6h1.5v-6zm4-5.983l.008.75l1.55-.017L9.55%204l-.008-.75l-1.55.017zm8%200l.008-.75l-1.55-.017l-.008.75l-.008.75l1.55.017z%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/clipboard-check.svg?color=%231a73e8&size=48