clipboard heart icon

clipboard-heart-duotone from Reicon by REICON · Duotone · Notes · MIT Free for personal and commercial use.

Name
clipboard-heart-duotone
Set
Reicon
Style
Duotone
Category
Notes
Viewbox
24×24
License
MIT

2 other variants in Reicon

The same icon in other sets

All clipboard heart icons →

More notes icons from Reicon

Use the clipboard 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="M21 15.998v-6c0-2.828 0-4.242-.879-5.121C19.353 4.109 18.175 4.012 16 4H8c-2.175.012-3.353.109-4.121.877C3 5.756 3 7.17 3 9.998v6c0 2.829 0 4.243.879 5.122c.878.878 2.293.878 5.121.878h6c2.828 0 4.243 0 5.121-.878c.879-.88.879-2.293.879-5.122" opacity=".5"/><path d="M8 3.5A1.5 1.5 0 0 1 9.5 2h5A1.5 1.5 0 0 1 16 3.5v1A1.5 1.5 0 0 1 14.5 6h-5A1.5 1.5 0 0 1 8 4.5zm1 9.197c0 .984 1.165 2.024 2.043 2.669c.42.308.63.462.957.462c.328 0 .537-.154.957-.462c.878-.645 2.043-1.685 2.043-2.67c0-1.672-1.65-2.297-3-1.005c-1.35-1.292-3-.668-3 1.006"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconClipboardHeartDuotone(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="M21 15.998v-6c0-2.828 0-4.242-.879-5.121C19.353 4.109 18.175 4.012 16 4H8c-2.175.012-3.353.109-4.121.877C3 5.756 3 7.17 3 9.998v6c0 2.829 0 4.243.879 5.122c.878.878 2.293.878 5.121.878h6c2.828 0 4.243 0 5.121-.878c.879-.88.879-2.293.879-5.122" opacity=".5"/><path d="M8 3.5A1.5 1.5 0 0 1 9.5 2h5A1.5 1.5 0 0 1 16 3.5v1A1.5 1.5 0 0 1 14.5 6h-5A1.5 1.5 0 0 1 8 4.5zm1 9.197c0 .984 1.165 2.024 2.043 2.669c.42.308.63.462.957.462c.328 0 .537-.154.957-.462c.878-.645 2.043-1.685 2.043-2.67c0-1.672-1.65-2.297-3-1.005c-1.35-1.292-3-.668-3 1.006"/></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="M21 15.998v-6c0-2.828 0-4.242-.879-5.121C19.353 4.109 18.175 4.012 16 4H8c-2.175.012-3.353.109-4.121.877C3 5.756 3 7.17 3 9.998v6c0 2.829 0 4.243.879 5.122c.878.878 2.293.878 5.121.878h6c2.828 0 4.243 0 5.121-.878c.879-.88.879-2.293.879-5.122" opacity=".5"/><path d="M8 3.5A1.5 1.5 0 0 1 9.5 2h5A1.5 1.5 0 0 1 16 3.5v1A1.5 1.5 0 0 1 14.5 6h-5A1.5 1.5 0 0 1 8 4.5zm1 9.197c0 .984 1.165 2.024 2.043 2.669c.42.308.63.462.957.462c.328 0 .537-.154.957-.462c.878-.645 2.043-1.685 2.043-2.67c0-1.672-1.65-2.297-3-1.005c-1.35-1.292-3-.668-3 1.006"/></g></svg>
</template>

CSS

.icon-clipboard-heart-duotone {
  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%22M21%2015.998v-6c0-2.828%200-4.242-.879-5.121C19.353%204.109%2018.175%204.012%2016%204H8c-2.175.012-3.353.109-4.121.877C3%205.756%203%207.17%203%209.998v6c0%202.829%200%204.243.879%205.122c.878.878%202.293.878%205.121.878h6c2.828%200%204.243%200%205.121-.878c.879-.88.879-2.293.879-5.122%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M8%203.5A1.5%201.5%200%200%201%209.5%202h5A1.5%201.5%200%200%201%2016%203.5v1A1.5%201.5%200%200%201%2014.5%206h-5A1.5%201.5%200%200%201%208%204.5zm1%209.197c0%20.984%201.165%202.024%202.043%202.669c.42.308.63.462.957.462c.328%200%20.537-.154.957-.462c.878-.645%202.043-1.685%202.043-2.67c0-1.672-1.65-2.297-3-1.005c-1.35-1.292-3-.668-3%201.006%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%22M21%2015.998v-6c0-2.828%200-4.242-.879-5.121C19.353%204.109%2018.175%204.012%2016%204H8c-2.175.012-3.353.109-4.121.877C3%205.756%203%207.17%203%209.998v6c0%202.829%200%204.243.879%205.122c.878.878%202.293.878%205.121.878h6c2.828%200%204.243%200%205.121-.878c.879-.88.879-2.293.879-5.122%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M8%203.5A1.5%201.5%200%200%201%209.5%202h5A1.5%201.5%200%200%201%2016%203.5v1A1.5%201.5%200%200%201%2014.5%206h-5A1.5%201.5%200%200%201%208%204.5zm1%209.197c0%20.984%201.165%202.024%202.043%202.669c.42.308.63.462.957.462c.328%200%20.537-.154.957-.462c.878-.645%202.043-1.685%202.043-2.67c0-1.672-1.65-2.297-3-1.005c-1.35-1.292-3-.668-3%201.006%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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