image check icon
image-check from Material Design Icons by Pictogrammers · Filled · Apache-2.0 Free for personal and commercial use.
- Name
- image-check
- Set
- Material Design Icons
- Style
- Filled
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in Material Design Icons
The same icon in other sets
Related icons in Material Design Icons
image-albumimage-areaimage-area-closeimage-auto-adjustimage-brokenimage-broken-variantimage-editimage-filter-black-whiteimage-filter-center-focusimage-filter-center-focus-strongimage-filter-center-focus-weakimage-filter-dramaimage-filter-framesimage-filter-hdrimage-filter-noneimage-filter-tilt-shiftimage-filter-vintageimage-frameimage-lockimage-markerimage-minusimage-moveimage-multipleimage-off
Use the image check icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.5 21c-.32-.77-.5-1.61-.5-2.5c0-.17 0-.33.03-.5H5l3.5-4.5l2.5 3l3.5-4.5l.69.92c.97-.58 2.1-.92 3.31-.92c.89 0 1.73.18 2.5.5V5c0-.53-.21-1.04-.59-1.41C20.04 3.21 19.53 3 19 3H5c-1.1 0-2 .9-2 2v14c0 .53.21 1.04.59 1.41c.37.38.88.59 1.41.59zm5.25 1L15 19l1.16-1.16l1.59 1.59l3.59-3.59l1.16 1.41z"/></svg>
React
import type { SVGProps } from "react";
export function MdiImageCheck(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="M12.5 21c-.32-.77-.5-1.61-.5-2.5c0-.17 0-.33.03-.5H5l3.5-4.5l2.5 3l3.5-4.5l.69.92c.97-.58 2.1-.92 3.31-.92c.89 0 1.73.18 2.5.5V5c0-.53-.21-1.04-.59-1.41C20.04 3.21 19.53 3 19 3H5c-1.1 0-2 .9-2 2v14c0 .53.21 1.04.59 1.41c.37.38.88.59 1.41.59zm5.25 1L15 19l1.16-1.16l1.59 1.59l3.59-3.59l1.16 1.41z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.5 21c-.32-.77-.5-1.61-.5-2.5c0-.17 0-.33.03-.5H5l3.5-4.5l2.5 3l3.5-4.5l.69.92c.97-.58 2.1-.92 3.31-.92c.89 0 1.73.18 2.5.5V5c0-.53-.21-1.04-.59-1.41C20.04 3.21 19.53 3 19 3H5c-1.1 0-2 .9-2 2v14c0 .53.21 1.04.59 1.41c.37.38.88.59 1.41.59zm5.25 1L15 19l1.16-1.16l1.59 1.59l3.59-3.59l1.16 1.41z"/></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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.5%2021c-.32-.77-.5-1.61-.5-2.5c0-.17%200-.33.03-.5H5l3.5-4.5l2.5%203l3.5-4.5l.69.92c.97-.58%202.1-.92%203.31-.92c.89%200%201.73.18%202.5.5V5c0-.53-.21-1.04-.59-1.41C20.04%203.21%2019.53%203%2019%203H5c-1.1%200-2%20.9-2%202v14c0%20.53.21%201.04.59%201.41c.37.38.88.59%201.41.59zm5.25%201L15%2019l1.16-1.16l1.59%201.59l3.59-3.59l1.16%201.41z%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%22M12.5%2021c-.32-.77-.5-1.61-.5-2.5c0-.17%200-.33.03-.5H5l3.5-4.5l2.5%203l3.5-4.5l.69.92c.97-.58%202.1-.92%203.31-.92c.89%200%201.73.18%202.5.5V5c0-.53-.21-1.04-.59-1.41C20.04%203.21%2019.53%203%2019%203H5c-1.1%200-2%20.9-2%202v14c0%20.53.21%201.04.59%201.41c.37.38.88.59%201.41.59zm5.25%201L15%2019l1.16-1.16l1.59%201.59l3.59-3.59l1.16%201.41z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/image-check.svg?color=%231a73e8&size=48