image-check-outline from Material Design Icons by Pictogrammers · Outline · Apache-2.0 Free for personal and commercial use.

Name
image-check-outline
Set
Material Design Icons
Style
Outline
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

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.18 17c.36-1.5 1.25-2.84 2.5-3.75l-.72-.96l-2.75 3.54l-1.96-2.36L6.5 17zM5 5v14h7.03c.06.7.21 1.38.47 2H5c-.53 0-1.04-.21-1.41-.59C3.21 20.04 3 19.53 3 19V5c0-1.1.9-2 2-2h14c.53 0 1.04.21 1.41.59c.38.37.59.88.59 1.41v7.5c-.62-.26-1.3-.41-2-.47V5zm12.75 17L15 19l1.16-1.16l1.59 1.59l3.59-3.59l1.16 1.41z"/></svg>

React

import type { SVGProps } from "react";

export function MdiImageCheckOutline(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.18 17c.36-1.5 1.25-2.84 2.5-3.75l-.72-.96l-2.75 3.54l-1.96-2.36L6.5 17zM5 5v14h7.03c.06.7.21 1.38.47 2H5c-.53 0-1.04-.21-1.41-.59C3.21 20.04 3 19.53 3 19V5c0-1.1.9-2 2-2h14c.53 0 1.04.21 1.41.59c.38.37.59.88.59 1.41v7.5c-.62-.26-1.3-.41-2-.47V5zm12.75 17L15 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.18 17c.36-1.5 1.25-2.84 2.5-3.75l-.72-.96l-2.75 3.54l-1.96-2.36L6.5 17zM5 5v14h7.03c.06.7.21 1.38.47 2H5c-.53 0-1.04-.21-1.41-.59C3.21 20.04 3 19.53 3 19V5c0-1.1.9-2 2-2h14c.53 0 1.04.21 1.41.59c.38.37.59.88.59 1.41v7.5c-.62-.26-1.3-.41-2-.47V5zm12.75 17L15 19l1.16-1.16l1.59 1.59l3.59-3.59l1.16 1.41z"/></svg>
</template>

CSS

.icon-image-check-outline {
  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.18%2017c.36-1.5%201.25-2.84%202.5-3.75l-.72-.96l-2.75%203.54l-1.96-2.36L6.5%2017zM5%205v14h7.03c.06.7.21%201.38.47%202H5c-.53%200-1.04-.21-1.41-.59C3.21%2020.04%203%2019.53%203%2019V5c0-1.1.9-2%202-2h14c.53%200%201.04.21%201.41.59c.38.37.59.88.59%201.41v7.5c-.62-.26-1.3-.41-2-.47V5zm12.75%2017L15%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.18%2017c.36-1.5%201.25-2.84%202.5-3.75l-.72-.96l-2.75%203.54l-1.96-2.36L6.5%2017zM5%205v14h7.03c.06.7.21%201.38.47%202H5c-.53%200-1.04-.21-1.41-.59C3.21%2020.04%203%2019.53%203%2019V5c0-1.1.9-2%202-2h14c.53%200%201.04.21%201.41.59c.38.37.59.88.59%201.41v7.5c-.62-.26-1.3-.41-2-.47V5zm12.75%2017L15%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-outline.svg?color=%231a73e8&size=48