list check icon

list-check from Prime Icons by PrimeTek · Regular · MIT Free for personal and commercial use.

Name
list-check
Set
Prime Icons
Style
Regular
Viewbox
24×24
License
MIT

The same icon in other sets

Use the list check icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M7.53 7.03a.75.75 0 0 0-1.06-1.06L5 7.44l-.47-.47a.75.75 0 0 0-1.06 1.06l1 1a.75.75 0 0 0 1.06 0zm2.47.22a.75.75 0 0 0 0 1.5h10a.75.75 0 0 0 0-1.5zm0 4a.75.75 0 0 0 0 1.5h10a.75.75 0 0 0 0-1.5zm10 6h-9.875a.75.75 0 0 1 0-1.5H20a.75.75 0 0 1 0 1.5M7.53 9.97a.75.75 0 0 1 0 1.06l-2 2a.75.75 0 0 1-1.06 0l-1-1a.75.75 0 1 1 1.06-1.06l.47.47l1.47-1.47a.75.75 0 0 1 1.06 0m0 6.06a.75.75 0 1 0-1.06-1.06L5 16.44l-.47-.47a.75.75 0 0 0-1.06 1.06l1 1a.75.75 0 0 0 1.06 0z" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function PrimeListCheck(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" fillRule="evenodd" d="M7.53 7.03a.75.75 0 0 0-1.06-1.06L5 7.44l-.47-.47a.75.75 0 0 0-1.06 1.06l1 1a.75.75 0 0 0 1.06 0zm2.47.22a.75.75 0 0 0 0 1.5h10a.75.75 0 0 0 0-1.5zm0 4a.75.75 0 0 0 0 1.5h10a.75.75 0 0 0 0-1.5zm10 6h-9.875a.75.75 0 0 1 0-1.5H20a.75.75 0 0 1 0 1.5M7.53 9.97a.75.75 0 0 1 0 1.06l-2 2a.75.75 0 0 1-1.06 0l-1-1a.75.75 0 1 1 1.06-1.06l.47.47l1.47-1.47a.75.75 0 0 1 1.06 0m0 6.06a.75.75 0 1 0-1.06-1.06L5 16.44l-.47-.47a.75.75 0 0 0-1.06 1.06l1 1a.75.75 0 0 0 1.06 0z" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M7.53 7.03a.75.75 0 0 0-1.06-1.06L5 7.44l-.47-.47a.75.75 0 0 0-1.06 1.06l1 1a.75.75 0 0 0 1.06 0zm2.47.22a.75.75 0 0 0 0 1.5h10a.75.75 0 0 0 0-1.5zm0 4a.75.75 0 0 0 0 1.5h10a.75.75 0 0 0 0-1.5zm10 6h-9.875a.75.75 0 0 1 0-1.5H20a.75.75 0 0 1 0 1.5M7.53 9.97a.75.75 0 0 1 0 1.06l-2 2a.75.75 0 0 1-1.06 0l-1-1a.75.75 0 1 1 1.06-1.06l.47.47l1.47-1.47a.75.75 0 0 1 1.06 0m0 6.06a.75.75 0 1 0-1.06-1.06L5 16.44l-.47-.47a.75.75 0 0 0-1.06 1.06l1 1a.75.75 0 0 0 1.06 0z" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-list-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%20fill-rule%3D%22evenodd%22%20d%3D%22M7.53%207.03a.75.75%200%200%200-1.06-1.06L5%207.44l-.47-.47a.75.75%200%200%200-1.06%201.06l1%201a.75.75%200%200%200%201.06%200zm2.47.22a.75.75%200%200%200%200%201.5h10a.75.75%200%200%200%200-1.5zm0%204a.75.75%200%200%200%200%201.5h10a.75.75%200%200%200%200-1.5zm10%206h-9.875a.75.75%200%200%201%200-1.5H20a.75.75%200%200%201%200%201.5M7.53%209.97a.75.75%200%200%201%200%201.06l-2%202a.75.75%200%200%201-1.06%200l-1-1a.75.75%200%201%201%201.06-1.06l.47.47l1.47-1.47a.75.75%200%200%201%201.06%200m0%206.06a.75.75%200%201%200-1.06-1.06L5%2016.44l-.47-.47a.75.75%200%200%200-1.06%201.06l1%201a.75.75%200%200%200%201.06%200z%22%20clip-rule%3D%22evenodd%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%20fill-rule%3D%22evenodd%22%20d%3D%22M7.53%207.03a.75.75%200%200%200-1.06-1.06L5%207.44l-.47-.47a.75.75%200%200%200-1.06%201.06l1%201a.75.75%200%200%200%201.06%200zm2.47.22a.75.75%200%200%200%200%201.5h10a.75.75%200%200%200%200-1.5zm0%204a.75.75%200%200%200%200%201.5h10a.75.75%200%200%200%200-1.5zm10%206h-9.875a.75.75%200%200%201%200-1.5H20a.75.75%200%200%201%200%201.5M7.53%209.97a.75.75%200%200%201%200%201.06l-2%202a.75.75%200%200%201-1.06%200l-1-1a.75.75%200%201%201%201.06-1.06l.47.47l1.47-1.47a.75.75%200%200%201%201.06%200m0%206.06a.75.75%200%201%200-1.06-1.06L5%2016.44l-.47-.47a.75.75%200%200%200-1.06%201.06l1%201a.75.75%200%200%200%201.06%200z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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