folder heart icon

folder-heart-solid from Myna UI Icons by Praveen Juge · Solid · MIT Free for personal and commercial use.

Name
folder-heart-solid
Set
Myna UI Icons
Style
Solid
Viewbox
24×24
License
MIT

1 other variant in Myna UI Icons

The same icon in other sets

Related icons in Myna UI Icons

Use the folder heart icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M5 3.25A2.75 2.75 0 0 0 2.25 6v12A2.75 2.75 0 0 0 5 20.75h14A2.75 2.75 0 0 0 21.75 18V9A2.75 2.75 0 0 0 19 6.25h-7.34a1.25 1.25 0 0 1-.826-.312L8.562 3.936a2.75 2.75 0 0 0-1.817-.686zm6.58 13.621l-.01-.006l-.032-.022l-.117-.082a15 15 0 0 1-1.63-1.343c-.446-.427-.913-.939-1.273-1.494c-.354-.546-.649-1.201-.649-1.9c0-1.335.945-2.198 1.967-2.433c.713-.165 1.53-.038 2.158.458c1.506-1.229 4.137-.316 4.137 1.975c0 .699-.295 1.354-.65 1.9c-.36.556-.826 1.067-1.272 1.494a14.6 14.6 0 0 1-1.747 1.425l-.032.022l-.01.006l-.002.002h-.001a.75.75 0 0 1-.833 0h-.002z"/><path d="M14.63 12.024c0-1.068-1.475-1.43-1.96-.462a.75.75 0 0 1-1.34 0c-.225-.448-.687-.618-1.157-.51c-.465.107-.804.456-.804.972c0 .287.128.653.408 1.084c.274.422.652.844 1.052 1.227c.396.38.796.705 1.098.936l.073.055l.073-.055c.302-.23.702-.556 1.098-.936c.4-.383.778-.805 1.052-1.227c.28-.431.408-.797.408-1.084"/></g></svg>

React

import type { SVGProps } from "react";

export function MynauiFolderHeartSolid(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 d="M5 3.25A2.75 2.75 0 0 0 2.25 6v12A2.75 2.75 0 0 0 5 20.75h14A2.75 2.75 0 0 0 21.75 18V9A2.75 2.75 0 0 0 19 6.25h-7.34a1.25 1.25 0 0 1-.826-.312L8.562 3.936a2.75 2.75 0 0 0-1.817-.686zm6.58 13.621l-.01-.006l-.032-.022l-.117-.082a15 15 0 0 1-1.63-1.343c-.446-.427-.913-.939-1.273-1.494c-.354-.546-.649-1.201-.649-1.9c0-1.335.945-2.198 1.967-2.433c.713-.165 1.53-.038 2.158.458c1.506-1.229 4.137-.316 4.137 1.975c0 .699-.295 1.354-.65 1.9c-.36.556-.826 1.067-1.272 1.494a14.6 14.6 0 0 1-1.747 1.425l-.032.022l-.01.006l-.002.002h-.001a.75.75 0 0 1-.833 0h-.002z"/><path d="M14.63 12.024c0-1.068-1.475-1.43-1.96-.462a.75.75 0 0 1-1.34 0c-.225-.448-.687-.618-1.157-.51c-.465.107-.804.456-.804.972c0 .287.128.653.408 1.084c.274.422.652.844 1.052 1.227c.396.38.796.705 1.098.936l.073.055l.073-.055c.302-.23.702-.556 1.098-.936c.4-.383.778-.805 1.052-1.227c.28-.431.408-.797.408-1.084"/></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 d="M5 3.25A2.75 2.75 0 0 0 2.25 6v12A2.75 2.75 0 0 0 5 20.75h14A2.75 2.75 0 0 0 21.75 18V9A2.75 2.75 0 0 0 19 6.25h-7.34a1.25 1.25 0 0 1-.826-.312L8.562 3.936a2.75 2.75 0 0 0-1.817-.686zm6.58 13.621l-.01-.006l-.032-.022l-.117-.082a15 15 0 0 1-1.63-1.343c-.446-.427-.913-.939-1.273-1.494c-.354-.546-.649-1.201-.649-1.9c0-1.335.945-2.198 1.967-2.433c.713-.165 1.53-.038 2.158.458c1.506-1.229 4.137-.316 4.137 1.975c0 .699-.295 1.354-.65 1.9c-.36.556-.826 1.067-1.272 1.494a14.6 14.6 0 0 1-1.747 1.425l-.032.022l-.01.006l-.002.002h-.001a.75.75 0 0 1-.833 0h-.002z"/><path d="M14.63 12.024c0-1.068-1.475-1.43-1.96-.462a.75.75 0 0 1-1.34 0c-.225-.448-.687-.618-1.157-.51c-.465.107-.804.456-.804.972c0 .287.128.653.408 1.084c.274.422.652.844 1.052 1.227c.396.38.796.705 1.098.936l.073.055l.073-.055c.302-.23.702-.556 1.098-.936c.4-.383.778-.805 1.052-1.227c.28-.431.408-.797.408-1.084"/></g></svg>
</template>

CSS

.icon-folder-heart-solid {
  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%20d%3D%22M5%203.25A2.75%202.75%200%200%200%202.25%206v12A2.75%202.75%200%200%200%205%2020.75h14A2.75%202.75%200%200%200%2021.75%2018V9A2.75%202.75%200%200%200%2019%206.25h-7.34a1.25%201.25%200%200%201-.826-.312L8.562%203.936a2.75%202.75%200%200%200-1.817-.686zm6.58%2013.621l-.01-.006l-.032-.022l-.117-.082a15%2015%200%200%201-1.63-1.343c-.446-.427-.913-.939-1.273-1.494c-.354-.546-.649-1.201-.649-1.9c0-1.335.945-2.198%201.967-2.433c.713-.165%201.53-.038%202.158.458c1.506-1.229%204.137-.316%204.137%201.975c0%20.699-.295%201.354-.65%201.9c-.36.556-.826%201.067-1.272%201.494a14.6%2014.6%200%200%201-1.747%201.425l-.032.022l-.01.006l-.002.002h-.001a.75.75%200%200%201-.833%200h-.002z%22%2F%3E%3Cpath%20d%3D%22M14.63%2012.024c0-1.068-1.475-1.43-1.96-.462a.75.75%200%200%201-1.34%200c-.225-.448-.687-.618-1.157-.51c-.465.107-.804.456-.804.972c0%20.287.128.653.408%201.084c.274.422.652.844%201.052%201.227c.396.38.796.705%201.098.936l.073.055l.073-.055c.302-.23.702-.556%201.098-.936c.4-.383.778-.805%201.052-1.227c.28-.431.408-.797.408-1.084%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%20d%3D%22M5%203.25A2.75%202.75%200%200%200%202.25%206v12A2.75%202.75%200%200%200%205%2020.75h14A2.75%202.75%200%200%200%2021.75%2018V9A2.75%202.75%200%200%200%2019%206.25h-7.34a1.25%201.25%200%200%201-.826-.312L8.562%203.936a2.75%202.75%200%200%200-1.817-.686zm6.58%2013.621l-.01-.006l-.032-.022l-.117-.082a15%2015%200%200%201-1.63-1.343c-.446-.427-.913-.939-1.273-1.494c-.354-.546-.649-1.201-.649-1.9c0-1.335.945-2.198%201.967-2.433c.713-.165%201.53-.038%202.158.458c1.506-1.229%204.137-.316%204.137%201.975c0%20.699-.295%201.354-.65%201.9c-.36.556-.826%201.067-1.272%201.494a14.6%2014.6%200%200%201-1.747%201.425l-.032.022l-.01.006l-.002.002h-.001a.75.75%200%200%201-.833%200h-.002z%22%2F%3E%3Cpath%20d%3D%22M14.63%2012.024c0-1.068-1.475-1.43-1.96-.462a.75.75%200%200%201-1.34%200c-.225-.448-.687-.618-1.157-.51c-.465.107-.804.456-.804.972c0%20.287.128.653.408%201.084c.274.422.652.844%201.052%201.227c.396.38.796.705%201.098.936l.073.055l.073-.055c.302-.23.702-.556%201.098-.936c.4-.383.778-.805%201.052-1.227c.28-.431.408-.797.408-1.084%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mynaui/folder-heart-solid.svg?color=%231a73e8&size=48