image check icon
image-check from Reicon by REICON · Outline · Video · MIT Free for personal and commercial use.
- Name
- image-check
- Set
- Reicon
- Style
- Outline
- Category
- Video
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
The same icon in other sets
All image check icons →More video icons from Reicon
albumcameracamera-addcamera-add2camera-altcamera-offcamera-recordcamera-rotatecamera-squarecamera2camera3clapperboardclapperboard-editclapperboard-openclapperboard-open-playclapperboard-playclapperboard-textexit-fullscreenexit-fullscreen-circleexit-fullscreen-squareexit-pipfast-forwardfast-forward-circlefilm
Use the image check icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M6.567 2.25h9.866c.952 0 1.713 0 2.327.05c.63.052 1.172.16 1.67.413a4.25 4.25 0 0 1 1.857 1.858c.253.497.361 1.04.413 1.67c.05.613.05 1.374.05 2.326v3.254a.75.75 0 0 1-1.5 0V8.6c0-.992 0-1.692-.045-2.238c-.044-.537-.127-.86-.255-1.11a2.75 2.75 0 0 0-1.2-1.202c-.252-.128-.574-.21-1.111-.255c-.546-.044-1.246-.045-2.238-.045H6.6c-.992 0-1.692 0-2.238.045c-.537.044-.86.127-1.11.255A2.75 2.75 0 0 0 2.05 5.252c-.128.25-.21.573-.255 1.11c-.044.546-.045 1.246-.045 2.238v5.8c0 .992 0 1.692.045 2.238l.002.024l3.485-3.485a1.75 1.75 0 0 1 2.475 0l1.242 1.243l5.764-5.763a1.75 1.75 0 0 1 2.474 0l2.233 2.233a.75.75 0 1 1-1.06 1.06l-2.233-2.232a.25.25 0 0 0-.354 0L9.53 16.01a.75.75 0 0 1-1.061 0l-1.773-1.773a.25.25 0 0 0-.354 0l-3.985 3.986c.242.3.547.549.895.726c.25.128.573.21 1.11.255c.546.044 1.246.045 2.238.045h5.365a.75.75 0 0 1 0 1.5H6.567c-.952 0-1.713 0-2.327-.05c-.63-.052-1.172-.16-1.67-.413a4.25 4.25 0 0 1-1.842-1.829l-.015-.028C.46 17.932.352 17.39.3 16.76c-.05-.614-.05-1.375-.05-2.327V8.567c0-.952 0-1.713.05-2.327c.052-.63.16-1.172.413-1.67a4.25 4.25 0 0 1 1.858-1.857c.497-.253 1.04-.361 1.67-.413c.613-.05 1.374-.05 2.326-.05"/><path fill-rule="evenodd" d="M4.75 8.5a2.25 2.25 0 1 1 4.5 0a2.25 2.25 0 0 1-4.5 0M7 7.75a.75.75 0 1 0 0 1.5a.75.75 0 0 0 0-1.5" clip-rule="evenodd"/><path d="M23.53 17.03a.75.75 0 1 0-1.06-1.06l-3.97 3.97l-1.97-1.97a.75.75 0 1 0-1.06 1.06l2.5 2.5a.75.75 0 0 0 1.06 0z"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconImageCheck(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M6.567 2.25h9.866c.952 0 1.713 0 2.327.05c.63.052 1.172.16 1.67.413a4.25 4.25 0 0 1 1.857 1.858c.253.497.361 1.04.413 1.67c.05.613.05 1.374.05 2.326v3.254a.75.75 0 0 1-1.5 0V8.6c0-.992 0-1.692-.045-2.238c-.044-.537-.127-.86-.255-1.11a2.75 2.75 0 0 0-1.2-1.202c-.252-.128-.574-.21-1.111-.255c-.546-.044-1.246-.045-2.238-.045H6.6c-.992 0-1.692 0-2.238.045c-.537.044-.86.127-1.11.255A2.75 2.75 0 0 0 2.05 5.252c-.128.25-.21.573-.255 1.11c-.044.546-.045 1.246-.045 2.238v5.8c0 .992 0 1.692.045 2.238l.002.024l3.485-3.485a1.75 1.75 0 0 1 2.475 0l1.242 1.243l5.764-5.763a1.75 1.75 0 0 1 2.474 0l2.233 2.233a.75.75 0 1 1-1.06 1.06l-2.233-2.232a.25.25 0 0 0-.354 0L9.53 16.01a.75.75 0 0 1-1.061 0l-1.773-1.773a.25.25 0 0 0-.354 0l-3.985 3.986c.242.3.547.549.895.726c.25.128.573.21 1.11.255c.546.044 1.246.045 2.238.045h5.365a.75.75 0 0 1 0 1.5H6.567c-.952 0-1.713 0-2.327-.05c-.63-.052-1.172-.16-1.67-.413a4.25 4.25 0 0 1-1.842-1.829l-.015-.028C.46 17.932.352 17.39.3 16.76c-.05-.614-.05-1.375-.05-2.327V8.567c0-.952 0-1.713.05-2.327c.052-.63.16-1.172.413-1.67a4.25 4.25 0 0 1 1.858-1.857c.497-.253 1.04-.361 1.67-.413c.613-.05 1.374-.05 2.326-.05"/><path fillRule="evenodd" d="M4.75 8.5a2.25 2.25 0 1 1 4.5 0a2.25 2.25 0 0 1-4.5 0M7 7.75a.75.75 0 1 0 0 1.5a.75.75 0 0 0 0-1.5" clipRule="evenodd"/><path d="M23.53 17.03a.75.75 0 1 0-1.06-1.06l-3.97 3.97l-1.97-1.97a.75.75 0 1 0-1.06 1.06l2.5 2.5a.75.75 0 0 0 1.06 0z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M6.567 2.25h9.866c.952 0 1.713 0 2.327.05c.63.052 1.172.16 1.67.413a4.25 4.25 0 0 1 1.857 1.858c.253.497.361 1.04.413 1.67c.05.613.05 1.374.05 2.326v3.254a.75.75 0 0 1-1.5 0V8.6c0-.992 0-1.692-.045-2.238c-.044-.537-.127-.86-.255-1.11a2.75 2.75 0 0 0-1.2-1.202c-.252-.128-.574-.21-1.111-.255c-.546-.044-1.246-.045-2.238-.045H6.6c-.992 0-1.692 0-2.238.045c-.537.044-.86.127-1.11.255A2.75 2.75 0 0 0 2.05 5.252c-.128.25-.21.573-.255 1.11c-.044.546-.045 1.246-.045 2.238v5.8c0 .992 0 1.692.045 2.238l.002.024l3.485-3.485a1.75 1.75 0 0 1 2.475 0l1.242 1.243l5.764-5.763a1.75 1.75 0 0 1 2.474 0l2.233 2.233a.75.75 0 1 1-1.06 1.06l-2.233-2.232a.25.25 0 0 0-.354 0L9.53 16.01a.75.75 0 0 1-1.061 0l-1.773-1.773a.25.25 0 0 0-.354 0l-3.985 3.986c.242.3.547.549.895.726c.25.128.573.21 1.11.255c.546.044 1.246.045 2.238.045h5.365a.75.75 0 0 1 0 1.5H6.567c-.952 0-1.713 0-2.327-.05c-.63-.052-1.172-.16-1.67-.413a4.25 4.25 0 0 1-1.842-1.829l-.015-.028C.46 17.932.352 17.39.3 16.76c-.05-.614-.05-1.375-.05-2.327V8.567c0-.952 0-1.713.05-2.327c.052-.63.16-1.172.413-1.67a4.25 4.25 0 0 1 1.858-1.857c.497-.253 1.04-.361 1.67-.413c.613-.05 1.374-.05 2.326-.05"/><path fill-rule="evenodd" d="M4.75 8.5a2.25 2.25 0 1 1 4.5 0a2.25 2.25 0 0 1-4.5 0M7 7.75a.75.75 0 1 0 0 1.5a.75.75 0 0 0 0-1.5" clip-rule="evenodd"/><path d="M23.53 17.03a.75.75 0 1 0-1.06-1.06l-3.97 3.97l-1.97-1.97a.75.75 0 1 0-1.06 1.06l2.5 2.5a.75.75 0 0 0 1.06 0z"/></g></svg> </template>
CSS
.icon-image-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%22currentColor%22%3E%3Cpath%20d%3D%22M6.567%202.25h9.866c.952%200%201.713%200%202.327.05c.63.052%201.172.16%201.67.413a4.25%204.25%200%200%201%201.857%201.858c.253.497.361%201.04.413%201.67c.05.613.05%201.374.05%202.326v3.254a.75.75%200%200%201-1.5%200V8.6c0-.992%200-1.692-.045-2.238c-.044-.537-.127-.86-.255-1.11a2.75%202.75%200%200%200-1.2-1.202c-.252-.128-.574-.21-1.111-.255c-.546-.044-1.246-.045-2.238-.045H6.6c-.992%200-1.692%200-2.238.045c-.537.044-.86.127-1.11.255A2.75%202.75%200%200%200%202.05%205.252c-.128.25-.21.573-.255%201.11c-.044.546-.045%201.246-.045%202.238v5.8c0%20.992%200%201.692.045%202.238l.002.024l3.485-3.485a1.75%201.75%200%200%201%202.475%200l1.242%201.243l5.764-5.763a1.75%201.75%200%200%201%202.474%200l2.233%202.233a.75.75%200%201%201-1.06%201.06l-2.233-2.232a.25.25%200%200%200-.354%200L9.53%2016.01a.75.75%200%200%201-1.061%200l-1.773-1.773a.25.25%200%200%200-.354%200l-3.985%203.986c.242.3.547.549.895.726c.25.128.573.21%201.11.255c.546.044%201.246.045%202.238.045h5.365a.75.75%200%200%201%200%201.5H6.567c-.952%200-1.713%200-2.327-.05c-.63-.052-1.172-.16-1.67-.413a4.25%204.25%200%200%201-1.842-1.829l-.015-.028C.46%2017.932.352%2017.39.3%2016.76c-.05-.614-.05-1.375-.05-2.327V8.567c0-.952%200-1.713.05-2.327c.052-.63.16-1.172.413-1.67a4.25%204.25%200%200%201%201.858-1.857c.497-.253%201.04-.361%201.67-.413c.613-.05%201.374-.05%202.326-.05%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M4.75%208.5a2.25%202.25%200%201%201%204.5%200a2.25%202.25%200%200%201-4.5%200M7%207.75a.75.75%200%201%200%200%201.5a.75.75%200%200%200%200-1.5%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M23.53%2017.03a.75.75%200%201%200-1.06-1.06l-3.97%203.97l-1.97-1.97a.75.75%200%201%200-1.06%201.06l2.5%202.5a.75.75%200%200%200%201.06%200z%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%22currentColor%22%3E%3Cpath%20d%3D%22M6.567%202.25h9.866c.952%200%201.713%200%202.327.05c.63.052%201.172.16%201.67.413a4.25%204.25%200%200%201%201.857%201.858c.253.497.361%201.04.413%201.67c.05.613.05%201.374.05%202.326v3.254a.75.75%200%200%201-1.5%200V8.6c0-.992%200-1.692-.045-2.238c-.044-.537-.127-.86-.255-1.11a2.75%202.75%200%200%200-1.2-1.202c-.252-.128-.574-.21-1.111-.255c-.546-.044-1.246-.045-2.238-.045H6.6c-.992%200-1.692%200-2.238.045c-.537.044-.86.127-1.11.255A2.75%202.75%200%200%200%202.05%205.252c-.128.25-.21.573-.255%201.11c-.044.546-.045%201.246-.045%202.238v5.8c0%20.992%200%201.692.045%202.238l.002.024l3.485-3.485a1.75%201.75%200%200%201%202.475%200l1.242%201.243l5.764-5.763a1.75%201.75%200%200%201%202.474%200l2.233%202.233a.75.75%200%201%201-1.06%201.06l-2.233-2.232a.25.25%200%200%200-.354%200L9.53%2016.01a.75.75%200%200%201-1.061%200l-1.773-1.773a.25.25%200%200%200-.354%200l-3.985%203.986c.242.3.547.549.895.726c.25.128.573.21%201.11.255c.546.044%201.246.045%202.238.045h5.365a.75.75%200%200%201%200%201.5H6.567c-.952%200-1.713%200-2.327-.05c-.63-.052-1.172-.16-1.67-.413a4.25%204.25%200%200%201-1.842-1.829l-.015-.028C.46%2017.932.352%2017.39.3%2016.76c-.05-.614-.05-1.375-.05-2.327V8.567c0-.952%200-1.713.05-2.327c.052-.63.16-1.172.413-1.67a4.25%204.25%200%200%201%201.858-1.857c.497-.253%201.04-.361%201.67-.413c.613-.05%201.374-.05%202.326-.05%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M4.75%208.5a2.25%202.25%200%201%201%204.5%200a2.25%202.25%200%200%201-4.5%200M7%207.75a.75.75%200%201%200%200%201.5a.75.75%200%200%200%200-1.5%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M23.53%2017.03a.75.75%200%201%200-1.06-1.06l-3.97%203.97l-1.97-1.97a.75.75%200%201%200-1.06%201.06l2.5%202.5a.75.75%200%200%200%201.06%200z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/image-check.svg?color=%231a73e8&size=48