data-check from Material Symbols by Google · Regular · UI Actions · Apache-2.0 Free for personal and commercial use.

Name
data-check
Set
Material Symbols
Style
Regular
Category
UI Actions
Viewbox
24×24
License
Apache 2.0
Aliases
data-check-outline, data-check-outline-sharp, data-check-sharp

1 other variant in Material Symbols

The same icon in other sets

More ui actions icons from Material Symbols

Use the data check icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m15.3 10.25l3.525-3.55l-.7-.7L15.3 8.825L13.875 7.4l-.7.725zM3 20v-2h12v2zm9.463-8.462Q11 10.075 11 8t1.463-3.537T16 3t3.538 1.463T21 8t-1.463 3.538T16 13t-3.537-1.463M3 12v-2h6.3q.175.55.4 1.05t.55.95zm0 4v-2h9.4q.575.35 1.225.588t1.375.337V16z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsDataCheck(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="m15.3 10.25l3.525-3.55l-.7-.7L15.3 8.825L13.875 7.4l-.7.725zM3 20v-2h12v2zm9.463-8.462Q11 10.075 11 8t1.463-3.537T16 3t3.538 1.463T21 8t-1.463 3.538T16 13t-3.537-1.463M3 12v-2h6.3q.175.55.4 1.05t.55.95zm0 4v-2h9.4q.575.35 1.225.588t1.375.337V16z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m15.3 10.25l3.525-3.55l-.7-.7L15.3 8.825L13.875 7.4l-.7.725zM3 20v-2h12v2zm9.463-8.462Q11 10.075 11 8t1.463-3.537T16 3t3.538 1.463T21 8t-1.463 3.538T16 13t-3.537-1.463M3 12v-2h6.3q.175.55.4 1.05t.55.95zm0 4v-2h9.4q.575.35 1.225.588t1.375.337V16z"/></svg>
</template>

CSS

.icon-data-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%22m15.3%2010.25l3.525-3.55l-.7-.7L15.3%208.825L13.875%207.4l-.7.725zM3%2020v-2h12v2zm9.463-8.462Q11%2010.075%2011%208t1.463-3.537T16%203t3.538%201.463T21%208t-1.463%203.538T16%2013t-3.537-1.463M3%2012v-2h6.3q.175.55.4%201.05t.55.95zm0%204v-2h9.4q.575.35%201.225.588t1.375.337V16z%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%22m15.3%2010.25l3.525-3.55l-.7-.7L15.3%208.825L13.875%207.4l-.7.725zM3%2020v-2h12v2zm9.463-8.462Q11%2010.075%2011%208t1.463-3.537T16%203t3.538%201.463T21%208t-1.463%203.538T16%2013t-3.537-1.463M3%2012v-2h6.3q.175.55.4%201.05t.55.95zm0%204v-2h9.4q.575.35%201.225.588t1.375.337V16z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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