folder heart icon
folder-heart from Material Design Icons by Pictogrammers · Filled · Files / Folders · Apache-2.0 Free for personal and commercial use.
- Name
- folder-heart
- Set
- Material Design Icons
- Style
- Filled
- Category
- Files / Folders
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in Material Design Icons
The same icon in other sets
More files / folders icons from Material Design Icons
clipboard-filefilefile-arrow-left-rightfile-arrow-up-downfile-cabinetfile-cadfile-cad-boxfile-cancelfile-certificatefile-chartfile-chart-checkfile-checkfile-cogfile-comparefile-delimitedfile-documentfile-document-arrow-rightfile-document-checkfile-document-minusfile-document-multiplefile-document-plusfile-document-refreshfile-document-removefile-download
Use the folder heart icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20 6h-8l-2-2H4c-1.11 0-2 .89-2 2v12a2 2 0 0 0 2 2h16c1.1 0 2-.9 2-2V8c0-1.1-.9-2-2-2m-1.58 7.5L15 17l-3.41-3.5c-.37-.38-.59-.88-.59-1.45c0-1.13.9-2.05 2-2.05c.54 0 1.05.23 1.42.61l.58.59l.59-.6c.36-.37.87-.6 1.41-.6c1.1 0 2 .92 2 2.05c0 .56-.22 1.08-.58 1.45"/></svg>
React
import type { SVGProps } from "react";
export function MdiFolderHeart(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 6h-8l-2-2H4c-1.11 0-2 .89-2 2v12a2 2 0 0 0 2 2h16c1.1 0 2-.9 2-2V8c0-1.1-.9-2-2-2m-1.58 7.5L15 17l-3.41-3.5c-.37-.38-.59-.88-.59-1.45c0-1.13.9-2.05 2-2.05c.54 0 1.05.23 1.42.61l.58.59l.59-.6c.36-.37.87-.6 1.41-.6c1.1 0 2 .92 2 2.05c0 .56-.22 1.08-.58 1.45"/></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 6h-8l-2-2H4c-1.11 0-2 .89-2 2v12a2 2 0 0 0 2 2h16c1.1 0 2-.9 2-2V8c0-1.1-.9-2-2-2m-1.58 7.5L15 17l-3.41-3.5c-.37-.38-.59-.88-.59-1.45c0-1.13.9-2.05 2-2.05c.54 0 1.05.23 1.42.61l.58.59l.59-.6c.36-.37.87-.6 1.41-.6c1.1 0 2 .92 2 2.05c0 .56-.22 1.08-.58 1.45"/></svg> </template>
CSS
.icon-folder-heart {
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%206h-8l-2-2H4c-1.11%200-2%20.89-2%202v12a2%202%200%200%200%202%202h16c1.1%200%202-.9%202-2V8c0-1.1-.9-2-2-2m-1.58%207.5L15%2017l-3.41-3.5c-.37-.38-.59-.88-.59-1.45c0-1.13.9-2.05%202-2.05c.54%200%201.05.23%201.42.61l.58.59l.59-.6c.36-.37.87-.6%201.41-.6c1.1%200%202%20.92%202%202.05c0%20.56-.22%201.08-.58%201.45%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%206h-8l-2-2H4c-1.11%200-2%20.89-2%202v12a2%202%200%200%200%202%202h16c1.1%200%202-.9%202-2V8c0-1.1-.9-2-2-2m-1.58%207.5L15%2017l-3.41-3.5c-.37-.38-.59-.88-.59-1.45c0-1.13.9-2.05%202-2.05c.54%200%201.05.23%201.42.61l.58.59l.59-.6c.36-.37.87-.6%201.41-.6c1.1%200%202%20.92%202%202.05c0%20.56-.22%201.08-.58%201.45%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/folder-heart.svg?color=%231a73e8&size=48