file check icon

file-check-24 from Octicons by GitHub · 24 · MIT Free for personal and commercial use.

Name
file-check-24
Set
Octicons
Style
24
Viewbox
24×24
License
MIT

1 other variant in Octicons

The same icon in other sets

Related icons in Octicons

Use the file check icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.982 1a2 2 0 0 1 1.415.586l4.017 4.018A2 2 0 0 1 21 7.018V11h-1.5V8.5h-4a2 2 0 0 1-2-2v-4H5a.5.5 0 0 0-.354.146A.5.5 0 0 0 4.5 3v18c0 .133.053.26.146.354A.5.5 0 0 0 5 21.5h5V23H5a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2zM15 6.5c0 .133.053.26.146.354A.5.5 0 0 0 15.5 7h4a.5.5 0 0 0-.146-.336l-4.018-4.018A.5.5 0 0 0 15 2.5z"/><path fill="currentColor" d="M11.25 21.5a.75.75 0 0 1 0 1.5H9a.75.75 0 0 1 0-1.5zm9.47-6.28a.749.749 0 1 1 1.06 1.06l-5.323 5.324a1 1 0 0 1-.707.292a1 1 0 0 1-.707-.292L12.72 19.28a.749.749 0 1 1 1.06-1.06l1.97 1.969zm-1.22-2.97V10a.75.75 0 0 1 1.5 0v2.25a.75.75 0 0 1-1.5 0"/></svg>

React

import type { SVGProps } from "react";

export function OcticonFileCheck24(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.982 1a2 2 0 0 1 1.415.586l4.017 4.018A2 2 0 0 1 21 7.018V11h-1.5V8.5h-4a2 2 0 0 1-2-2v-4H5a.5.5 0 0 0-.354.146A.5.5 0 0 0 4.5 3v18c0 .133.053.26.146.354A.5.5 0 0 0 5 21.5h5V23H5a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2zM15 6.5c0 .133.053.26.146.354A.5.5 0 0 0 15.5 7h4a.5.5 0 0 0-.146-.336l-4.018-4.018A.5.5 0 0 0 15 2.5z"/><path fill="currentColor" d="M11.25 21.5a.75.75 0 0 1 0 1.5H9a.75.75 0 0 1 0-1.5zm9.47-6.28a.749.749 0 1 1 1.06 1.06l-5.323 5.324a1 1 0 0 1-.707.292a1 1 0 0 1-.707-.292L12.72 19.28a.749.749 0 1 1 1.06-1.06l1.97 1.969zm-1.22-2.97V10a.75.75 0 0 1 1.5 0v2.25a.75.75 0 0 1-1.5 0"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.982 1a2 2 0 0 1 1.415.586l4.017 4.018A2 2 0 0 1 21 7.018V11h-1.5V8.5h-4a2 2 0 0 1-2-2v-4H5a.5.5 0 0 0-.354.146A.5.5 0 0 0 4.5 3v18c0 .133.053.26.146.354A.5.5 0 0 0 5 21.5h5V23H5a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2zM15 6.5c0 .133.053.26.146.354A.5.5 0 0 0 15.5 7h4a.5.5 0 0 0-.146-.336l-4.018-4.018A.5.5 0 0 0 15 2.5z"/><path fill="currentColor" d="M11.25 21.5a.75.75 0 0 1 0 1.5H9a.75.75 0 0 1 0-1.5zm9.47-6.28a.749.749 0 1 1 1.06 1.06l-5.323 5.324a1 1 0 0 1-.707.292a1 1 0 0 1-.707-.292L12.72 19.28a.749.749 0 1 1 1.06-1.06l1.97 1.969zm-1.22-2.97V10a.75.75 0 0 1 1.5 0v2.25a.75.75 0 0 1-1.5 0"/></svg>
</template>

CSS

.icon-file-check-24 {
  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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14.982%201a2%202%200%200%201%201.415.586l4.017%204.018A2%202%200%200%201%2021%207.018V11h-1.5V8.5h-4a2%202%200%200%201-2-2v-4H5a.5.5%200%200%200-.354.146A.5.5%200%200%200%204.5%203v18c0%20.133.053.26.146.354A.5.5%200%200%200%205%2021.5h5V23H5a2%202%200%200%201-2-2V3a2%202%200%200%201%202-2zM15%206.5c0%20.133.053.26.146.354A.5.5%200%200%200%2015.5%207h4a.5.5%200%200%200-.146-.336l-4.018-4.018A.5.5%200%200%200%2015%202.5z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.25%2021.5a.75.75%200%200%201%200%201.5H9a.75.75%200%200%201%200-1.5zm9.47-6.28a.749.749%200%201%201%201.06%201.06l-5.323%205.324a1%201%200%200%201-.707.292a1%201%200%200%201-.707-.292L12.72%2019.28a.749.749%200%201%201%201.06-1.06l1.97%201.969zm-1.22-2.97V10a.75.75%200%200%201%201.5%200v2.25a.75.75%200%200%201-1.5%200%22%2F%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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14.982%201a2%202%200%200%201%201.415.586l4.017%204.018A2%202%200%200%201%2021%207.018V11h-1.5V8.5h-4a2%202%200%200%201-2-2v-4H5a.5.5%200%200%200-.354.146A.5.5%200%200%200%204.5%203v18c0%20.133.053.26.146.354A.5.5%200%200%200%205%2021.5h5V23H5a2%202%200%200%201-2-2V3a2%202%200%200%201%202-2zM15%206.5c0%20.133.053.26.146.354A.5.5%200%200%200%2015.5%207h4a.5.5%200%200%200-.146-.336l-4.018-4.018A.5.5%200%200%200%2015%202.5z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.25%2021.5a.75.75%200%200%201%200%201.5H9a.75.75%200%200%201%200-1.5zm9.47-6.28a.749.749%200%201%201%201.06%201.06l-5.323%205.324a1%201%200%200%201-.707.292a1%201%200%200%201-.707-.292L12.72%2019.28a.749.749%200%201%201%201.06-1.06l1.97%201.969zm-1.22-2.97V10a.75.75%200%200%201%201.5%200v2.25a.75.75%200%200%201-1.5%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/octicon/file-check-24.svg?color=%231a73e8&size=48