check list icon
check-list-filled from Reicon by REICON · Filled · Notes · MIT Free for personal and commercial use.
- Name
- check-list-filled
- Set
- Reicon
- Style
- Filled
- Category
- Notes
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
The same icon in other sets
More notes icons from Reicon
Use the check list icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.222 4.192a1 1 0 1 0-1.444-1.384L3.611 5.069l-.902-.906a1 1 0 0 0-1.418 1.41l1.625 1.632a1 1 0 0 0 1.43-.013zm0 7a1 1 0 0 0-1.444-1.384l-2.167 2.261l-.902-.906a1 1 0 0 0-1.418 1.41l1.625 1.633a1 1 0 0 0 1.43-.014zm-.03 5.586a1 1 0 0 1 .03 1.414l-2.876 3a1 1 0 0 1-1.43.014L1.29 19.574a1 1 0 0 1 1.418-1.411l.902.906l2.167-2.261a1 1 0 0 1 1.414-.03M10.5 11.5a1 1 0 1 0 0 2H22a1 1 0 1 0 0-2zm-1-6a1 1 0 0 1 1-1H22a1 1 0 1 1 0 2H10.5a1 1 0 0 1-1-1m1 13a1 1 0 1 0 0 2H22a1 1 0 1 0 0-2z"/></svg>
React
import type { SVGProps } from "react";
export function ReiconCheckListFilled(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="M7.222 4.192a1 1 0 1 0-1.444-1.384L3.611 5.069l-.902-.906a1 1 0 0 0-1.418 1.41l1.625 1.632a1 1 0 0 0 1.43-.013zm0 7a1 1 0 0 0-1.444-1.384l-2.167 2.261l-.902-.906a1 1 0 0 0-1.418 1.41l1.625 1.633a1 1 0 0 0 1.43-.014zm-.03 5.586a1 1 0 0 1 .03 1.414l-2.876 3a1 1 0 0 1-1.43.014L1.29 19.574a1 1 0 0 1 1.418-1.411l.902.906l2.167-2.261a1 1 0 0 1 1.414-.03M10.5 11.5a1 1 0 1 0 0 2H22a1 1 0 1 0 0-2zm-1-6a1 1 0 0 1 1-1H22a1 1 0 1 1 0 2H10.5a1 1 0 0 1-1-1m1 13a1 1 0 1 0 0 2H22a1 1 0 1 0 0-2z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.222 4.192a1 1 0 1 0-1.444-1.384L3.611 5.069l-.902-.906a1 1 0 0 0-1.418 1.41l1.625 1.632a1 1 0 0 0 1.43-.013zm0 7a1 1 0 0 0-1.444-1.384l-2.167 2.261l-.902-.906a1 1 0 0 0-1.418 1.41l1.625 1.633a1 1 0 0 0 1.43-.014zm-.03 5.586a1 1 0 0 1 .03 1.414l-2.876 3a1 1 0 0 1-1.43.014L1.29 19.574a1 1 0 0 1 1.418-1.411l.902.906l2.167-2.261a1 1 0 0 1 1.414-.03M10.5 11.5a1 1 0 1 0 0 2H22a1 1 0 1 0 0-2zm-1-6a1 1 0 0 1 1-1H22a1 1 0 1 1 0 2H10.5a1 1 0 0 1-1-1m1 13a1 1 0 1 0 0 2H22a1 1 0 1 0 0-2z"/></svg> </template>
CSS
.icon-check-list-filled {
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%22M7.222%204.192a1%201%200%201%200-1.444-1.384L3.611%205.069l-.902-.906a1%201%200%200%200-1.418%201.41l1.625%201.632a1%201%200%200%200%201.43-.013zm0%207a1%201%200%200%200-1.444-1.384l-2.167%202.261l-.902-.906a1%201%200%200%200-1.418%201.41l1.625%201.633a1%201%200%200%200%201.43-.014zm-.03%205.586a1%201%200%200%201%20.03%201.414l-2.876%203a1%201%200%200%201-1.43.014L1.29%2019.574a1%201%200%200%201%201.418-1.411l.902.906l2.167-2.261a1%201%200%200%201%201.414-.03M10.5%2011.5a1%201%200%201%200%200%202H22a1%201%200%201%200%200-2zm-1-6a1%201%200%200%201%201-1H22a1%201%200%201%201%200%202H10.5a1%201%200%200%201-1-1m1%2013a1%201%200%201%200%200%202H22a1%201%200%201%200%200-2z%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%22M7.222%204.192a1%201%200%201%200-1.444-1.384L3.611%205.069l-.902-.906a1%201%200%200%200-1.418%201.41l1.625%201.632a1%201%200%200%200%201.43-.013zm0%207a1%201%200%200%200-1.444-1.384l-2.167%202.261l-.902-.906a1%201%200%200%200-1.418%201.41l1.625%201.633a1%201%200%200%200%201.43-.014zm-.03%205.586a1%201%200%200%201%20.03%201.414l-2.876%203a1%201%200%200%201-1.43.014L1.29%2019.574a1%201%200%200%201%201.418-1.411l.902.906l2.167-2.261a1%201%200%200%201%201.414-.03M10.5%2011.5a1%201%200%201%200%200%202H22a1%201%200%201%200%200-2zm-1-6a1%201%200%200%201%201-1H22a1%201%200%201%201%200%202H10.5a1%201%200%200%201-1-1m1%2013a1%201%200%201%200%200%202H22a1%201%200%201%200%200-2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/check-list-filled.svg?color=%231a73e8&size=48