document-heart-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.

Name
document-heart-24-regular
Set
Fluent UI System Icons
Style
24 Regular
Viewbox
24×24
License
MIT

3 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the document heart icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18 20.5a.5.5 0 0 0 .5-.5V10H14a2 2 0 0 1-2-2V3.5H6a.5.5 0 0 0-.5.5v7.31a4.5 4.5 0 0 0-1.5-.075V4a2 2 0 0 1 2-2h6.172c.515 0 1.047.22 1.413.586l5.829 5.828A2 2 0 0 1 20 9.828V20a2 2 0 0 1-2 2H9.49l1.5-1.5zm-.622-12L13.5 4.621V8a.5.5 0 0 0 .5.5zM6.484 22.53a.747.747 0 0 0 1.06 0l4.409-4.408a3.467 3.467 0 1 0-4.903-4.903l-.036.036l-.036-.036a3.467 3.467 0 1 0-4.902 4.903z"/></svg>

React

import type { SVGProps } from "react";

export function FluentDocumentHeart24Regular(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="M18 20.5a.5.5 0 0 0 .5-.5V10H14a2 2 0 0 1-2-2V3.5H6a.5.5 0 0 0-.5.5v7.31a4.5 4.5 0 0 0-1.5-.075V4a2 2 0 0 1 2-2h6.172c.515 0 1.047.22 1.413.586l5.829 5.828A2 2 0 0 1 20 9.828V20a2 2 0 0 1-2 2H9.49l1.5-1.5zm-.622-12L13.5 4.621V8a.5.5 0 0 0 .5.5zM6.484 22.53a.747.747 0 0 0 1.06 0l4.409-4.408a3.467 3.467 0 1 0-4.903-4.903l-.036.036l-.036-.036a3.467 3.467 0 1 0-4.902 4.903z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18 20.5a.5.5 0 0 0 .5-.5V10H14a2 2 0 0 1-2-2V3.5H6a.5.5 0 0 0-.5.5v7.31a4.5 4.5 0 0 0-1.5-.075V4a2 2 0 0 1 2-2h6.172c.515 0 1.047.22 1.413.586l5.829 5.828A2 2 0 0 1 20 9.828V20a2 2 0 0 1-2 2H9.49l1.5-1.5zm-.622-12L13.5 4.621V8a.5.5 0 0 0 .5.5zM6.484 22.53a.747.747 0 0 0 1.06 0l4.409-4.408a3.467 3.467 0 1 0-4.903-4.903l-.036.036l-.036-.036a3.467 3.467 0 1 0-4.902 4.903z"/></svg>
</template>

CSS

.icon-document-heart-24-regular {
  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%22M18%2020.5a.5.5%200%200%200%20.5-.5V10H14a2%202%200%200%201-2-2V3.5H6a.5.5%200%200%200-.5.5v7.31a4.5%204.5%200%200%200-1.5-.075V4a2%202%200%200%201%202-2h6.172c.515%200%201.047.22%201.413.586l5.829%205.828A2%202%200%200%201%2020%209.828V20a2%202%200%200%201-2%202H9.49l1.5-1.5zm-.622-12L13.5%204.621V8a.5.5%200%200%200%20.5.5zM6.484%2022.53a.747.747%200%200%200%201.06%200l4.409-4.408a3.467%203.467%200%201%200-4.903-4.903l-.036.036l-.036-.036a3.467%203.467%200%201%200-4.902%204.903z%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%22M18%2020.5a.5.5%200%200%200%20.5-.5V10H14a2%202%200%200%201-2-2V3.5H6a.5.5%200%200%200-.5.5v7.31a4.5%204.5%200%200%200-1.5-.075V4a2%202%200%200%201%202-2h6.172c.515%200%201.047.22%201.413.586l5.829%205.828A2%202%200%200%201%2020%209.828V20a2%202%200%200%201-2%202H9.49l1.5-1.5zm-.622-12L13.5%204.621V8a.5.5%200%200%200%20.5.5zM6.484%2022.53a.747.747%200%200%200%201.06%200l4.409-4.408a3.467%203.467%200%201%200-4.903-4.903l-.036.036l-.036-.036a3.467%203.467%200%201%200-4.902%204.903z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/document-heart-24-regular.svg?color=%231a73e8&size=48