folder check icon
folder-check-fill from Mage Icons by MageIcons · Fill · Apache-2.0 Free for personal and commercial use.
- Name
- folder-check-fill
- Set
- Mage Icons
- Style
- Fill
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in Mage Icons
The same icon in other sets
folder-checkBootstrap Iconsfolder-checkHuge Iconsfolder-checkMaterial Line Iconsfolder-checkLucidefolder-checkMajesticonsfolder-checkMaterial Symbolsfolder-checkMaterial Symbols Lightfolder-checkMaterial Design Iconsfolder-check-fillMingCute Iconfolder-checkMyna UI Iconsfolder-check-fillRemix Iconfolder-check-boldSolarfolder-checkTabler Iconsfolder-checkUnicons
Related icons in Mage Icons
Use the folder check icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.87 7.175a3.82 3.82 0 0 0-2.71-1.12h-4.35a1 1 0 0 1-.47-.11a1 1 0 0 1-.36-.32l-.87-1.33a3.8 3.8 0 0 0-3.2-1.71H5.83A3.82 3.82 0 0 0 2 6.415v11.16a3.84 3.84 0 0 0 3.83 3.84h12.33a3.86 3.86 0 0 0 3.84-3.84v-7.65a3.85 3.85 0 0 0-1.13-2.75m-4.61 4.83l-4 4a1.7 1.7 0 0 1-1.25.52a1.7 1.7 0 0 1-.67-.13a1.65 1.65 0 0 1-.58-.39l-2-2a1 1 0 0 1 1.41-1.41l1.83 1.83l3.86-3.86a1 1 0 0 1 1.42 0a1 1 0 0 1-.02 1.44"/></svg>
React
import type { SVGProps } from "react";
export function MageFolderCheckFill(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="M20.87 7.175a3.82 3.82 0 0 0-2.71-1.12h-4.35a1 1 0 0 1-.47-.11a1 1 0 0 1-.36-.32l-.87-1.33a3.8 3.8 0 0 0-3.2-1.71H5.83A3.82 3.82 0 0 0 2 6.415v11.16a3.84 3.84 0 0 0 3.83 3.84h12.33a3.86 3.86 0 0 0 3.84-3.84v-7.65a3.85 3.85 0 0 0-1.13-2.75m-4.61 4.83l-4 4a1.7 1.7 0 0 1-1.25.52a1.7 1.7 0 0 1-.67-.13a1.65 1.65 0 0 1-.58-.39l-2-2a1 1 0 0 1 1.41-1.41l1.83 1.83l3.86-3.86a1 1 0 0 1 1.42 0a1 1 0 0 1-.02 1.44"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.87 7.175a3.82 3.82 0 0 0-2.71-1.12h-4.35a1 1 0 0 1-.47-.11a1 1 0 0 1-.36-.32l-.87-1.33a3.8 3.8 0 0 0-3.2-1.71H5.83A3.82 3.82 0 0 0 2 6.415v11.16a3.84 3.84 0 0 0 3.83 3.84h12.33a3.86 3.86 0 0 0 3.84-3.84v-7.65a3.85 3.85 0 0 0-1.13-2.75m-4.61 4.83l-4 4a1.7 1.7 0 0 1-1.25.52a1.7 1.7 0 0 1-.67-.13a1.65 1.65 0 0 1-.58-.39l-2-2a1 1 0 0 1 1.41-1.41l1.83 1.83l3.86-3.86a1 1 0 0 1 1.42 0a1 1 0 0 1-.02 1.44"/></svg> </template>
CSS
.icon-folder-check-fill {
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%22M20.87%207.175a3.82%203.82%200%200%200-2.71-1.12h-4.35a1%201%200%200%201-.47-.11a1%201%200%200%201-.36-.32l-.87-1.33a3.8%203.8%200%200%200-3.2-1.71H5.83A3.82%203.82%200%200%200%202%206.415v11.16a3.84%203.84%200%200%200%203.83%203.84h12.33a3.86%203.86%200%200%200%203.84-3.84v-7.65a3.85%203.85%200%200%200-1.13-2.75m-4.61%204.83l-4%204a1.7%201.7%200%200%201-1.25.52a1.7%201.7%200%200%201-.67-.13a1.65%201.65%200%200%201-.58-.39l-2-2a1%201%200%200%201%201.41-1.41l1.83%201.83l3.86-3.86a1%201%200%200%201%201.42%200a1%201%200%200%201-.02%201.44%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%22M20.87%207.175a3.82%203.82%200%200%200-2.71-1.12h-4.35a1%201%200%200%201-.47-.11a1%201%200%200%201-.36-.32l-.87-1.33a3.8%203.8%200%200%200-3.2-1.71H5.83A3.82%203.82%200%200%200%202%206.415v11.16a3.84%203.84%200%200%200%203.83%203.84h12.33a3.86%203.86%200%200%200%203.84-3.84v-7.65a3.85%203.85%200%200%200-1.13-2.75m-4.61%204.83l-4%204a1.7%201.7%200%200%201-1.25.52a1.7%201.7%200%200%201-.67-.13a1.65%201.65%200%200%201-.58-.39l-2-2a1%201%200%200%201%201.41-1.41l1.83%201.83l3.86-3.86a1%201%200%200%201%201.42%200a1%201%200%200%201-.02%201.44%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mage/folder-check-fill.svg?color=%231a73e8&size=48