list check icon
list-check from Font Awesome Solid by Dave Gandy · Solid · CC-BY-4.0 Attribution required.
- Name
- list-check
- Set
- Font Awesome Solid
- Style
- Solid
- Viewbox
- 640×640
- License
- CC BY 4.0
The same icon in other sets
Related icons in Font Awesome Solid
Use the list check icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M197.8 100.3c10.9 7.6 13.5 22.6 5.9 33.4l-56 80c-4.1 5.8-10.5 9.5-17.6 10.1S116 222 111 217l-40-40c-9.3-9.4-9.3-24.6 0-34s24.6-9.3 34 0l19.8 19.8l39.6-56.6c7.6-10.9 22.6-13.5 33.4-5.9m0 160c10.9 7.6 13.5 22.6 5.9 33.4l-56 80c-4.1 5.8-10.5 9.5-17.6 10.1S116 382 111 377l-40-40c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l19.8 19.8l39.6-56.6c7.6-10.9 22.6-13.5 33.4-5.9zM288 160c0-17.7 14.3-32 32-32h224c17.7 0 32 14.3 32 32s-14.3 32-32 32H320c-17.7 0-32-14.3-32-32m0 160c0-17.7 14.3-32 32-32h224c17.7 0 32 14.3 32 32s-14.3 32-32 32H320c-17.7 0-32-14.3-32-32m-64 160c0-17.7 14.3-32 32-32h288c17.7 0 32 14.3 32 32s-14.3 32-32 32H256c-17.7 0-32-14.3-32-32m-96-40c22.1 0 40 17.9 40 40s-17.9 40-40 40s-40-17.9-40-40s17.9-40 40-40"/></svg>
React
import type { SVGProps } from "react";
export function Fa7SolidListCheck(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M197.8 100.3c10.9 7.6 13.5 22.6 5.9 33.4l-56 80c-4.1 5.8-10.5 9.5-17.6 10.1S116 222 111 217l-40-40c-9.3-9.4-9.3-24.6 0-34s24.6-9.3 34 0l19.8 19.8l39.6-56.6c7.6-10.9 22.6-13.5 33.4-5.9m0 160c10.9 7.6 13.5 22.6 5.9 33.4l-56 80c-4.1 5.8-10.5 9.5-17.6 10.1S116 382 111 377l-40-40c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l19.8 19.8l39.6-56.6c7.6-10.9 22.6-13.5 33.4-5.9zM288 160c0-17.7 14.3-32 32-32h224c17.7 0 32 14.3 32 32s-14.3 32-32 32H320c-17.7 0-32-14.3-32-32m0 160c0-17.7 14.3-32 32-32h224c17.7 0 32 14.3 32 32s-14.3 32-32 32H320c-17.7 0-32-14.3-32-32m-64 160c0-17.7 14.3-32 32-32h288c17.7 0 32 14.3 32 32s-14.3 32-32 32H256c-17.7 0-32-14.3-32-32m-96-40c22.1 0 40 17.9 40 40s-17.9 40-40 40s-40-17.9-40-40s17.9-40 40-40"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M197.8 100.3c10.9 7.6 13.5 22.6 5.9 33.4l-56 80c-4.1 5.8-10.5 9.5-17.6 10.1S116 222 111 217l-40-40c-9.3-9.4-9.3-24.6 0-34s24.6-9.3 34 0l19.8 19.8l39.6-56.6c7.6-10.9 22.6-13.5 33.4-5.9m0 160c10.9 7.6 13.5 22.6 5.9 33.4l-56 80c-4.1 5.8-10.5 9.5-17.6 10.1S116 382 111 377l-40-40c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l19.8 19.8l39.6-56.6c7.6-10.9 22.6-13.5 33.4-5.9zM288 160c0-17.7 14.3-32 32-32h224c17.7 0 32 14.3 32 32s-14.3 32-32 32H320c-17.7 0-32-14.3-32-32m0 160c0-17.7 14.3-32 32-32h224c17.7 0 32 14.3 32 32s-14.3 32-32 32H320c-17.7 0-32-14.3-32-32m-64 160c0-17.7 14.3-32 32-32h288c17.7 0 32 14.3 32 32s-14.3 32-32 32H256c-17.7 0-32-14.3-32-32m-96-40c22.1 0 40 17.9 40 40s-17.9 40-40 40s-40-17.9-40-40s17.9-40 40-40"/></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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M197.8%20100.3c10.9%207.6%2013.5%2022.6%205.9%2033.4l-56%2080c-4.1%205.8-10.5%209.5-17.6%2010.1S116%20222%20111%20217l-40-40c-9.3-9.4-9.3-24.6%200-34s24.6-9.3%2034%200l19.8%2019.8l39.6-56.6c7.6-10.9%2022.6-13.5%2033.4-5.9m0%20160c10.9%207.6%2013.5%2022.6%205.9%2033.4l-56%2080c-4.1%205.8-10.5%209.5-17.6%2010.1S116%20382%20111%20377l-40-40c-9.4-9.4-9.4-24.6%200-33.9s24.6-9.4%2033.9%200l19.8%2019.8l39.6-56.6c7.6-10.9%2022.6-13.5%2033.4-5.9zM288%20160c0-17.7%2014.3-32%2032-32h224c17.7%200%2032%2014.3%2032%2032s-14.3%2032-32%2032H320c-17.7%200-32-14.3-32-32m0%20160c0-17.7%2014.3-32%2032-32h224c17.7%200%2032%2014.3%2032%2032s-14.3%2032-32%2032H320c-17.7%200-32-14.3-32-32m-64%20160c0-17.7%2014.3-32%2032-32h288c17.7%200%2032%2014.3%2032%2032s-14.3%2032-32%2032H256c-17.7%200-32-14.3-32-32m-96-40c22.1%200%2040%2017.9%2040%2040s-17.9%2040-40%2040s-40-17.9-40-40s17.9-40%2040-40%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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M197.8%20100.3c10.9%207.6%2013.5%2022.6%205.9%2033.4l-56%2080c-4.1%205.8-10.5%209.5-17.6%2010.1S116%20222%20111%20217l-40-40c-9.3-9.4-9.3-24.6%200-34s24.6-9.3%2034%200l19.8%2019.8l39.6-56.6c7.6-10.9%2022.6-13.5%2033.4-5.9m0%20160c10.9%207.6%2013.5%2022.6%205.9%2033.4l-56%2080c-4.1%205.8-10.5%209.5-17.6%2010.1S116%20382%20111%20377l-40-40c-9.4-9.4-9.4-24.6%200-33.9s24.6-9.4%2033.9%200l19.8%2019.8l39.6-56.6c7.6-10.9%2022.6-13.5%2033.4-5.9zM288%20160c0-17.7%2014.3-32%2032-32h224c17.7%200%2032%2014.3%2032%2032s-14.3%2032-32%2032H320c-17.7%200-32-14.3-32-32m0%20160c0-17.7%2014.3-32%2032-32h224c17.7%200%2032%2014.3%2032%2032s-14.3%2032-32%2032H320c-17.7%200-32-14.3-32-32m-64%20160c0-17.7%2014.3-32%2032-32h288c17.7%200%2032%2014.3%2032%2032s-14.3%2032-32%2032H256c-17.7%200-32-14.3-32-32m-96-40c22.1%200%2040%2017.9%2040%2040s-17.9%2040-40%2040s-40-17.9-40-40s17.9-40%2040-40%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa7-solid/list-check.svg?color=%231a73e8&size=48