list check minimalistic icon
list-check-minimalistic-bold from Solar by 480 Design · Bold · List · CC-BY-4.0 Attribution required.
- Name
- list-check-minimalistic-bold
- Set
- Solar
- Style
- Bold
- Category
- List
- Viewbox
- 24×24
- License
- CC BY 4.0
5 other variants in Solar
More list icons from Solar
bill-2-boldchecklist-boldchecklist-minimalistic-boldlist-arrow-down-boldlist-arrow-down-minimalistic-boldlist-arrow-up-boldlist-arrow-up-minimalistic-boldlist-boldlist-check-boldlist-cross-boldlist-cross-minimalistic-boldlist-down-boldlist-down-minimalistic-boldlist-heart-boldlist-heart-minimalistic-boldlist-up-boldlist-up-minimalistic-boldlist-vertical-boldplaylist-2-boldplaylist-boldplaylist-minimalistic-2-boldplaylist-minimalistic-3-boldplaylist-minimalistic-boldsort-alphabetically-bold
Use the list check minimalistic 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="M3 6.75C3 6.33579 3.33579 6 3.75 6H20.75C21.1642 6 21.5 6.33579 21.5 6.75C21.5 7.16421 21.1642 7.5 20.75 7.5H3.75C3.33579 7.5 3 7.16421 3 6.75ZM21.2113 11.1586C21.5379 11.4134 21.5961 11.8847 21.3414 12.2113L17.4414 17.2113C17.3022 17.3897 17.0899 17.4958 16.8636 17.4999C16.6373 17.504 16.4213 17.4057 16.2757 17.2324L14.1757 14.7324C13.9093 14.4152 13.9504 13.9421 14.2676 13.6757C14.5848 13.4093 15.0579 13.4504 15.3243 13.7676L16.8284 15.5582L20.1586 11.2887C20.4134 10.9621 20.8847 10.9039 21.2113 11.1586ZM3 11.75C3 11.3358 3.33579 11 3.75 11H10.75C11.1642 11 11.5 11.3358 11.5 11.75C11.5 12.1642 11.1642 12.5 10.75 12.5H3.75C3.33579 12.5 3 12.1642 3 11.75ZM3 16.75C3 16.3358 3.33579 16 3.75 16H10.75C11.1642 16 11.5 16.3358 11.5 16.75C11.5 17.1642 11.1642 17.5 10.75 17.5H3.75C3.33579 17.5 3 17.1642 3 16.75Z" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function SolarListCheckMinimalisticBold(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="M3 6.75C3 6.33579 3.33579 6 3.75 6H20.75C21.1642 6 21.5 6.33579 21.5 6.75C21.5 7.16421 21.1642 7.5 20.75 7.5H3.75C3.33579 7.5 3 7.16421 3 6.75ZM21.2113 11.1586C21.5379 11.4134 21.5961 11.8847 21.3414 12.2113L17.4414 17.2113C17.3022 17.3897 17.0899 17.4958 16.8636 17.4999C16.6373 17.504 16.4213 17.4057 16.2757 17.2324L14.1757 14.7324C13.9093 14.4152 13.9504 13.9421 14.2676 13.6757C14.5848 13.4093 15.0579 13.4504 15.3243 13.7676L16.8284 15.5582L20.1586 11.2887C20.4134 10.9621 20.8847 10.9039 21.2113 11.1586ZM3 11.75C3 11.3358 3.33579 11 3.75 11H10.75C11.1642 11 11.5 11.3358 11.5 11.75C11.5 12.1642 11.1642 12.5 10.75 12.5H3.75C3.33579 12.5 3 12.1642 3 11.75ZM3 16.75C3 16.3358 3.33579 16 3.75 16H10.75C11.1642 16 11.5 16.3358 11.5 16.75C11.5 17.1642 11.1642 17.5 10.75 17.5H3.75C3.33579 17.5 3 17.1642 3 16.75Z" 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="M3 6.75C3 6.33579 3.33579 6 3.75 6H20.75C21.1642 6 21.5 6.33579 21.5 6.75C21.5 7.16421 21.1642 7.5 20.75 7.5H3.75C3.33579 7.5 3 7.16421 3 6.75ZM21.2113 11.1586C21.5379 11.4134 21.5961 11.8847 21.3414 12.2113L17.4414 17.2113C17.3022 17.3897 17.0899 17.4958 16.8636 17.4999C16.6373 17.504 16.4213 17.4057 16.2757 17.2324L14.1757 14.7324C13.9093 14.4152 13.9504 13.9421 14.2676 13.6757C14.5848 13.4093 15.0579 13.4504 15.3243 13.7676L16.8284 15.5582L20.1586 11.2887C20.4134 10.9621 20.8847 10.9039 21.2113 11.1586ZM3 11.75C3 11.3358 3.33579 11 3.75 11H10.75C11.1642 11 11.5 11.3358 11.5 11.75C11.5 12.1642 11.1642 12.5 10.75 12.5H3.75C3.33579 12.5 3 12.1642 3 11.75ZM3 16.75C3 16.3358 3.33579 16 3.75 16H10.75C11.1642 16 11.5 16.3358 11.5 16.75C11.5 17.1642 11.1642 17.5 10.75 17.5H3.75C3.33579 17.5 3 17.1642 3 16.75Z" clip-rule="evenodd"/></svg> </template>
CSS
.icon-list-check-minimalistic-bold {
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%22M3%206.75C3%206.33579%203.33579%206%203.75%206H20.75C21.1642%206%2021.5%206.33579%2021.5%206.75C21.5%207.16421%2021.1642%207.5%2020.75%207.5H3.75C3.33579%207.5%203%207.16421%203%206.75ZM21.2113%2011.1586C21.5379%2011.4134%2021.5961%2011.8847%2021.3414%2012.2113L17.4414%2017.2113C17.3022%2017.3897%2017.0899%2017.4958%2016.8636%2017.4999C16.6373%2017.504%2016.4213%2017.4057%2016.2757%2017.2324L14.1757%2014.7324C13.9093%2014.4152%2013.9504%2013.9421%2014.2676%2013.6757C14.5848%2013.4093%2015.0579%2013.4504%2015.3243%2013.7676L16.8284%2015.5582L20.1586%2011.2887C20.4134%2010.9621%2020.8847%2010.9039%2021.2113%2011.1586ZM3%2011.75C3%2011.3358%203.33579%2011%203.75%2011H10.75C11.1642%2011%2011.5%2011.3358%2011.5%2011.75C11.5%2012.1642%2011.1642%2012.5%2010.75%2012.5H3.75C3.33579%2012.5%203%2012.1642%203%2011.75ZM3%2016.75C3%2016.3358%203.33579%2016%203.75%2016H10.75C11.1642%2016%2011.5%2016.3358%2011.5%2016.75C11.5%2017.1642%2011.1642%2017.5%2010.75%2017.5H3.75C3.33579%2017.5%203%2017.1642%203%2016.75Z%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%22M3%206.75C3%206.33579%203.33579%206%203.75%206H20.75C21.1642%206%2021.5%206.33579%2021.5%206.75C21.5%207.16421%2021.1642%207.5%2020.75%207.5H3.75C3.33579%207.5%203%207.16421%203%206.75ZM21.2113%2011.1586C21.5379%2011.4134%2021.5961%2011.8847%2021.3414%2012.2113L17.4414%2017.2113C17.3022%2017.3897%2017.0899%2017.4958%2016.8636%2017.4999C16.6373%2017.504%2016.4213%2017.4057%2016.2757%2017.2324L14.1757%2014.7324C13.9093%2014.4152%2013.9504%2013.9421%2014.2676%2013.6757C14.5848%2013.4093%2015.0579%2013.4504%2015.3243%2013.7676L16.8284%2015.5582L20.1586%2011.2887C20.4134%2010.9621%2020.8847%2010.9039%2021.2113%2011.1586ZM3%2011.75C3%2011.3358%203.33579%2011%203.75%2011H10.75C11.1642%2011%2011.5%2011.3358%2011.5%2011.75C11.5%2012.1642%2011.1642%2012.5%2010.75%2012.5H3.75C3.33579%2012.5%203%2012.1642%203%2011.75ZM3%2016.75C3%2016.3358%203.33579%2016%203.75%2016H10.75C11.1642%2016%2011.5%2016.3358%2011.5%2016.75C11.5%2017.1642%2011.1642%2017.5%2010.75%2017.5H3.75C3.33579%2017.5%203%2017.1642%203%2016.75Z%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/solar/list-check-minimalistic-bold.svg?color=%231a73e8&size=48