list check icon

list-check-bold-duotone from Solar by 480 Design · Bold Duotone · List · CC-BY-4.0 Attribution required.

Name
list-check-bold-duotone
Set
Solar
Style
Bold Duotone
Category
List
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

The same icon in other sets

More list icons from Solar

Use the list check icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M2 5.75C2 5.33579 2.33579 5 2.75 5H20.75C21.1642 5 21.5 5.33579 21.5 5.75C21.5 6.16421 21.1642 6.5 20.75 6.5H2.75C2.33579 6.5 2 6.16421 2 5.75ZM2 9.75C2 9.33579 2.33579 9 2.75 9H20.75C21.1642 9 21.5 9.33579 21.5 9.75C21.5 10.1642 21.1642 10.5 20.75 10.5H2.75C2.33579 10.5 2 10.1642 2 9.75ZM2 13.75C2 13.3358 2.33579 13 2.75 13H9.75C10.1642 13 10.5 13.3358 10.5 13.75C10.5 14.1642 10.1642 14.5 9.75 14.5H2.75C2.33579 14.5 2 14.1642 2 13.75ZM2 17.75C2 17.3358 2.33579 17 2.75 17H9.75C10.1642 17 10.5 17.3358 10.5 17.75C10.5 18.1642 10.1642 18.5 9.75 18.5H2.75C2.33579 18.5 2 18.1642 2 17.75Z" clip-rule="evenodd" opacity=".5"/><path d="M20.2113 12.6587C20.5379 12.9134 20.5961 13.3847 20.3414 13.7113L16.4414 18.7113C16.3022 18.8898 16.0899 18.9958 15.8636 18.9999C15.6373 19.004 15.4213 18.9057 15.2757 18.7324L13.1757 16.2324C12.9093 15.9153 12.9505 15.4422 13.2676 15.1758C13.5848 14.9093 14.0579 14.9505 14.3243 15.2676L15.8284 17.0583L19.1586 12.7888C19.4134 12.4622 19.8847 12.4039 20.2113 12.6587Z"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarListCheckBoldDuotone(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fillRule="evenodd" d="M2 5.75C2 5.33579 2.33579 5 2.75 5H20.75C21.1642 5 21.5 5.33579 21.5 5.75C21.5 6.16421 21.1642 6.5 20.75 6.5H2.75C2.33579 6.5 2 6.16421 2 5.75ZM2 9.75C2 9.33579 2.33579 9 2.75 9H20.75C21.1642 9 21.5 9.33579 21.5 9.75C21.5 10.1642 21.1642 10.5 20.75 10.5H2.75C2.33579 10.5 2 10.1642 2 9.75ZM2 13.75C2 13.3358 2.33579 13 2.75 13H9.75C10.1642 13 10.5 13.3358 10.5 13.75C10.5 14.1642 10.1642 14.5 9.75 14.5H2.75C2.33579 14.5 2 14.1642 2 13.75ZM2 17.75C2 17.3358 2.33579 17 2.75 17H9.75C10.1642 17 10.5 17.3358 10.5 17.75C10.5 18.1642 10.1642 18.5 9.75 18.5H2.75C2.33579 18.5 2 18.1642 2 17.75Z" clipRule="evenodd" opacity=".5"/><path d="M20.2113 12.6587C20.5379 12.9134 20.5961 13.3847 20.3414 13.7113L16.4414 18.7113C16.3022 18.8898 16.0899 18.9958 15.8636 18.9999C15.6373 19.004 15.4213 18.9057 15.2757 18.7324L13.1757 16.2324C12.9093 15.9153 12.9505 15.4422 13.2676 15.1758C13.5848 14.9093 14.0579 14.9505 14.3243 15.2676L15.8284 17.0583L19.1586 12.7888C19.4134 12.4622 19.8847 12.4039 20.2113 12.6587Z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M2 5.75C2 5.33579 2.33579 5 2.75 5H20.75C21.1642 5 21.5 5.33579 21.5 5.75C21.5 6.16421 21.1642 6.5 20.75 6.5H2.75C2.33579 6.5 2 6.16421 2 5.75ZM2 9.75C2 9.33579 2.33579 9 2.75 9H20.75C21.1642 9 21.5 9.33579 21.5 9.75C21.5 10.1642 21.1642 10.5 20.75 10.5H2.75C2.33579 10.5 2 10.1642 2 9.75ZM2 13.75C2 13.3358 2.33579 13 2.75 13H9.75C10.1642 13 10.5 13.3358 10.5 13.75C10.5 14.1642 10.1642 14.5 9.75 14.5H2.75C2.33579 14.5 2 14.1642 2 13.75ZM2 17.75C2 17.3358 2.33579 17 2.75 17H9.75C10.1642 17 10.5 17.3358 10.5 17.75C10.5 18.1642 10.1642 18.5 9.75 18.5H2.75C2.33579 18.5 2 18.1642 2 17.75Z" clip-rule="evenodd" opacity=".5"/><path d="M20.2113 12.6587C20.5379 12.9134 20.5961 13.3847 20.3414 13.7113L16.4414 18.7113C16.3022 18.8898 16.0899 18.9958 15.8636 18.9999C15.6373 19.004 15.4213 18.9057 15.2757 18.7324L13.1757 16.2324C12.9093 15.9153 12.9505 15.4422 13.2676 15.1758C13.5848 14.9093 14.0579 14.9505 14.3243 15.2676L15.8284 17.0583L19.1586 12.7888C19.4134 12.4622 19.8847 12.4039 20.2113 12.6587Z"/></g></svg>
</template>

CSS

.icon-list-check-bold-duotone {
  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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M2%205.75C2%205.33579%202.33579%205%202.75%205H20.75C21.1642%205%2021.5%205.33579%2021.5%205.75C21.5%206.16421%2021.1642%206.5%2020.75%206.5H2.75C2.33579%206.5%202%206.16421%202%205.75ZM2%209.75C2%209.33579%202.33579%209%202.75%209H20.75C21.1642%209%2021.5%209.33579%2021.5%209.75C21.5%2010.1642%2021.1642%2010.5%2020.75%2010.5H2.75C2.33579%2010.5%202%2010.1642%202%209.75ZM2%2013.75C2%2013.3358%202.33579%2013%202.75%2013H9.75C10.1642%2013%2010.5%2013.3358%2010.5%2013.75C10.5%2014.1642%2010.1642%2014.5%209.75%2014.5H2.75C2.33579%2014.5%202%2014.1642%202%2013.75ZM2%2017.75C2%2017.3358%202.33579%2017%202.75%2017H9.75C10.1642%2017%2010.5%2017.3358%2010.5%2017.75C10.5%2018.1642%2010.1642%2018.5%209.75%2018.5H2.75C2.33579%2018.5%202%2018.1642%202%2017.75Z%22%20clip-rule%3D%22evenodd%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M20.2113%2012.6587C20.5379%2012.9134%2020.5961%2013.3847%2020.3414%2013.7113L16.4414%2018.7113C16.3022%2018.8898%2016.0899%2018.9958%2015.8636%2018.9999C15.6373%2019.004%2015.4213%2018.9057%2015.2757%2018.7324L13.1757%2016.2324C12.9093%2015.9153%2012.9505%2015.4422%2013.2676%2015.1758C13.5848%2014.9093%2014.0579%2014.9505%2014.3243%2015.2676L15.8284%2017.0583L19.1586%2012.7888C19.4134%2012.4622%2019.8847%2012.4039%2020.2113%2012.6587Z%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M2%205.75C2%205.33579%202.33579%205%202.75%205H20.75C21.1642%205%2021.5%205.33579%2021.5%205.75C21.5%206.16421%2021.1642%206.5%2020.75%206.5H2.75C2.33579%206.5%202%206.16421%202%205.75ZM2%209.75C2%209.33579%202.33579%209%202.75%209H20.75C21.1642%209%2021.5%209.33579%2021.5%209.75C21.5%2010.1642%2021.1642%2010.5%2020.75%2010.5H2.75C2.33579%2010.5%202%2010.1642%202%209.75ZM2%2013.75C2%2013.3358%202.33579%2013%202.75%2013H9.75C10.1642%2013%2010.5%2013.3358%2010.5%2013.75C10.5%2014.1642%2010.1642%2014.5%209.75%2014.5H2.75C2.33579%2014.5%202%2014.1642%202%2013.75ZM2%2017.75C2%2017.3358%202.33579%2017%202.75%2017H9.75C10.1642%2017%2010.5%2017.3358%2010.5%2017.75C10.5%2018.1642%2010.1642%2018.5%209.75%2018.5H2.75C2.33579%2018.5%202%2018.1642%202%2017.75Z%22%20clip-rule%3D%22evenodd%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M20.2113%2012.6587C20.5379%2012.9134%2020.5961%2013.3847%2020.3414%2013.7113L16.4414%2018.7113C16.3022%2018.8898%2016.0899%2018.9958%2015.8636%2018.9999C15.6373%2019.004%2015.4213%2018.9057%2015.2757%2018.7324L13.1757%2016.2324C12.9093%2015.9153%2012.9505%2015.4422%2013.2676%2015.1758C13.5848%2014.9093%2014.0579%2014.9505%2014.3243%2015.2676L15.8284%2017.0583L19.1586%2012.7888C19.4134%2012.4622%2019.8847%2012.4039%2020.2113%2012.6587Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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