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

Name
data-check
Set
Material Symbols Light
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 Light

The same icon in other sets

More ui actions icons from Material Symbols Light

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.077L18.671 6.7l-.546-.546L15.3 8.979l-1.425-1.406l-.546.552zM4 19.5v-1h11v1zm8.818-8.318Q11.5 9.864 11.5 8t1.318-3.182T16 3.5t3.182 1.318T20.5 8t-1.318 3.182T16 12.5t-3.182-1.318M4 11.5v-1h5.377q.098.28.217.521q.12.24.272.479zm0 4v-1h9.266q.401.177.84.309t.894.193v.498z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightDataCheck(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.077L18.671 6.7l-.546-.546L15.3 8.979l-1.425-1.406l-.546.552zM4 19.5v-1h11v1zm8.818-8.318Q11.5 9.864 11.5 8t1.318-3.182T16 3.5t3.182 1.318T20.5 8t-1.318 3.182T16 12.5t-3.182-1.318M4 11.5v-1h5.377q.098.28.217.521q.12.24.272.479zm0 4v-1h9.266q.401.177.84.309t.894.193v.498z"/></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.077L18.671 6.7l-.546-.546L15.3 8.979l-1.425-1.406l-.546.552zM4 19.5v-1h11v1zm8.818-8.318Q11.5 9.864 11.5 8t1.318-3.182T16 3.5t3.182 1.318T20.5 8t-1.318 3.182T16 12.5t-3.182-1.318M4 11.5v-1h5.377q.098.28.217.521q.12.24.272.479zm0 4v-1h9.266q.401.177.84.309t.894.193v.498z"/></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.077L18.671%206.7l-.546-.546L15.3%208.979l-1.425-1.406l-.546.552zM4%2019.5v-1h11v1zm8.818-8.318Q11.5%209.864%2011.5%208t1.318-3.182T16%203.5t3.182%201.318T20.5%208t-1.318%203.182T16%2012.5t-3.182-1.318M4%2011.5v-1h5.377q.098.28.217.521q.12.24.272.479zm0%204v-1h9.266q.401.177.84.309t.894.193v.498z%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.077L18.671%206.7l-.546-.546L15.3%208.979l-1.425-1.406l-.546.552zM4%2019.5v-1h11v1zm8.818-8.318Q11.5%209.864%2011.5%208t1.318-3.182T16%203.5t3.182%201.318T20.5%208t-1.318%203.182T16%2012.5t-3.182-1.318M4%2011.5v-1h5.377q.098.28.217.521q.12.24.272.479zm0%204v-1h9.266q.401.177.84.309t.894.193v.498z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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