check list icon
check-list from Reicon by REICON · Outline · Notes · MIT Free for personal and commercial use.
- Name
- check-list
- Set
- Reicon
- Style
- Outline
- 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.041 4.019A.75.75 0 1 0 5.96 2.981L3.614 5.427L2.532 4.339a.75.75 0 1 0-1.064 1.058L3.093 7.03a.75.75 0 0 0 1.073-.01zm0 7A.75.75 0 0 0 5.96 9.981l-2.345 2.446l-1.082-1.088a.75.75 0 1 0-1.064 1.058l1.625 1.632a.75.75 0 0 0 1.073-.01zm-.022 5.94a.75.75 0 0 1 .022 1.06l-2.875 3a.75.75 0 0 1-1.073.01l-1.625-1.632a.75.75 0 1 1 1.064-1.058l1.082 1.088L5.96 16.98a.75.75 0 0 1 1.06-.022m3.48-5.208a.75.75 0 0 0 0 1.5H22a.75.75 0 0 0 0-1.5zM9.75 5.5a.75.75 0 0 1 .75-.75H22a.75.75 0 0 1 0 1.5H10.5a.75.75 0 0 1-.75-.75m.75 13.25a.75.75 0 0 0 0 1.5H22a.75.75 0 0 0 0-1.5z"/></svg>
React
import type { SVGProps } from "react";
export function ReiconCheckList(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.041 4.019A.75.75 0 1 0 5.96 2.981L3.614 5.427L2.532 4.339a.75.75 0 1 0-1.064 1.058L3.093 7.03a.75.75 0 0 0 1.073-.01zm0 7A.75.75 0 0 0 5.96 9.981l-2.345 2.446l-1.082-1.088a.75.75 0 1 0-1.064 1.058l1.625 1.632a.75.75 0 0 0 1.073-.01zm-.022 5.94a.75.75 0 0 1 .022 1.06l-2.875 3a.75.75 0 0 1-1.073.01l-1.625-1.632a.75.75 0 1 1 1.064-1.058l1.082 1.088L5.96 16.98a.75.75 0 0 1 1.06-.022m3.48-5.208a.75.75 0 0 0 0 1.5H22a.75.75 0 0 0 0-1.5zM9.75 5.5a.75.75 0 0 1 .75-.75H22a.75.75 0 0 1 0 1.5H10.5a.75.75 0 0 1-.75-.75m.75 13.25a.75.75 0 0 0 0 1.5H22a.75.75 0 0 0 0-1.5z"/></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.041 4.019A.75.75 0 1 0 5.96 2.981L3.614 5.427L2.532 4.339a.75.75 0 1 0-1.064 1.058L3.093 7.03a.75.75 0 0 0 1.073-.01zm0 7A.75.75 0 0 0 5.96 9.981l-2.345 2.446l-1.082-1.088a.75.75 0 1 0-1.064 1.058l1.625 1.632a.75.75 0 0 0 1.073-.01zm-.022 5.94a.75.75 0 0 1 .022 1.06l-2.875 3a.75.75 0 0 1-1.073.01l-1.625-1.632a.75.75 0 1 1 1.064-1.058l1.082 1.088L5.96 16.98a.75.75 0 0 1 1.06-.022m3.48-5.208a.75.75 0 0 0 0 1.5H22a.75.75 0 0 0 0-1.5zM9.75 5.5a.75.75 0 0 1 .75-.75H22a.75.75 0 0 1 0 1.5H10.5a.75.75 0 0 1-.75-.75m.75 13.25a.75.75 0 0 0 0 1.5H22a.75.75 0 0 0 0-1.5z"/></svg> </template>
CSS
.icon-check-list {
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.041%204.019A.75.75%200%201%200%205.96%202.981L3.614%205.427L2.532%204.339a.75.75%200%201%200-1.064%201.058L3.093%207.03a.75.75%200%200%200%201.073-.01zm0%207A.75.75%200%200%200%205.96%209.981l-2.345%202.446l-1.082-1.088a.75.75%200%201%200-1.064%201.058l1.625%201.632a.75.75%200%200%200%201.073-.01zm-.022%205.94a.75.75%200%200%201%20.022%201.06l-2.875%203a.75.75%200%200%201-1.073.01l-1.625-1.632a.75.75%200%201%201%201.064-1.058l1.082%201.088L5.96%2016.98a.75.75%200%200%201%201.06-.022m3.48-5.208a.75.75%200%200%200%200%201.5H22a.75.75%200%200%200%200-1.5zM9.75%205.5a.75.75%200%200%201%20.75-.75H22a.75.75%200%200%201%200%201.5H10.5a.75.75%200%200%201-.75-.75m.75%2013.25a.75.75%200%200%200%200%201.5H22a.75.75%200%200%200%200-1.5z%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.041%204.019A.75.75%200%201%200%205.96%202.981L3.614%205.427L2.532%204.339a.75.75%200%201%200-1.064%201.058L3.093%207.03a.75.75%200%200%200%201.073-.01zm0%207A.75.75%200%200%200%205.96%209.981l-2.345%202.446l-1.082-1.088a.75.75%200%201%200-1.064%201.058l1.625%201.632a.75.75%200%200%200%201.073-.01zm-.022%205.94a.75.75%200%200%201%20.022%201.06l-2.875%203a.75.75%200%200%201-1.073.01l-1.625-1.632a.75.75%200%201%201%201.064-1.058l1.082%201.088L5.96%2016.98a.75.75%200%200%201%201.06-.022m3.48-5.208a.75.75%200%200%200%200%201.5H22a.75.75%200%200%200%200-1.5zM9.75%205.5a.75.75%200%200%201%20.75-.75H22a.75.75%200%200%201%200%201.5H10.5a.75.75%200%200%201-.75-.75m.75%2013.25a.75.75%200%200%200%200%201.5H22a.75.75%200%200%200%200-1.5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/check-list.svg?color=%231a73e8&size=48