clipboard heart icon

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

Name
clipboard-heart-filled
Set
Reicon
Style
Filled
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="M9.5 2A1.5 1.5 0 0 0 8 3.5v1A1.5 1.5 0 0 0 9.5 6h5A1.5 1.5 0 0 0 16 4.5v-1A1.5 1.5 0 0 0 14.5 2z"/><path fill-rule="evenodd" d="M6.5 4.037c-1.258.07-2.052.27-2.621.84C3 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.122v-6c0-2.828 0-4.242-.879-5.121c-.569-.57-1.363-.77-2.621-.84V4.5a3 3 0 0 1-3 3h-5a3 3 0 0 1-3-3zm4.543 11.329C10.165 14.72 9 13.68 9 12.696c0-1.672 1.65-2.297 3-1.005c1.35-1.292 3-.668 3 1.006c0 .984-1.165 2.024-2.043 2.669c-.42.308-.63.462-.957.462c-.328 0-.537-.154-.957-.462" clip-rule="evenodd"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconClipboardHeartFilled(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="M9.5 2A1.5 1.5 0 0 0 8 3.5v1A1.5 1.5 0 0 0 9.5 6h5A1.5 1.5 0 0 0 16 4.5v-1A1.5 1.5 0 0 0 14.5 2z"/><path fillRule="evenodd" d="M6.5 4.037c-1.258.07-2.052.27-2.621.84C3 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.122v-6c0-2.828 0-4.242-.879-5.121c-.569-.57-1.363-.77-2.621-.84V4.5a3 3 0 0 1-3 3h-5a3 3 0 0 1-3-3zm4.543 11.329C10.165 14.72 9 13.68 9 12.696c0-1.672 1.65-2.297 3-1.005c1.35-1.292 3-.668 3 1.006c0 .984-1.165 2.024-2.043 2.669c-.42.308-.63.462-.957.462c-.328 0-.537-.154-.957-.462" clipRule="evenodd"/></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="M9.5 2A1.5 1.5 0 0 0 8 3.5v1A1.5 1.5 0 0 0 9.5 6h5A1.5 1.5 0 0 0 16 4.5v-1A1.5 1.5 0 0 0 14.5 2z"/><path fill-rule="evenodd" d="M6.5 4.037c-1.258.07-2.052.27-2.621.84C3 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.122v-6c0-2.828 0-4.242-.879-5.121c-.569-.57-1.363-.77-2.621-.84V4.5a3 3 0 0 1-3 3h-5a3 3 0 0 1-3-3zm4.543 11.329C10.165 14.72 9 13.68 9 12.696c0-1.672 1.65-2.297 3-1.005c1.35-1.292 3-.668 3 1.006c0 .984-1.165 2.024-2.043 2.669c-.42.308-.63.462-.957.462c-.328 0-.537-.154-.957-.462" clip-rule="evenodd"/></g></svg>
</template>

CSS

.icon-clipboard-heart-filled {
  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%22M9.5%202A1.5%201.5%200%200%200%208%203.5v1A1.5%201.5%200%200%200%209.5%206h5A1.5%201.5%200%200%200%2016%204.5v-1A1.5%201.5%200%200%200%2014.5%202z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M6.5%204.037c-1.258.07-2.052.27-2.621.84C3%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.122v-6c0-2.828%200-4.242-.879-5.121c-.569-.57-1.363-.77-2.621-.84V4.5a3%203%200%200%201-3%203h-5a3%203%200%200%201-3-3zm4.543%2011.329C10.165%2014.72%209%2013.68%209%2012.696c0-1.672%201.65-2.297%203-1.005c1.35-1.292%203-.668%203%201.006c0%20.984-1.165%202.024-2.043%202.669c-.42.308-.63.462-.957.462c-.328%200-.537-.154-.957-.462%22%20clip-rule%3D%22evenodd%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%22M9.5%202A1.5%201.5%200%200%200%208%203.5v1A1.5%201.5%200%200%200%209.5%206h5A1.5%201.5%200%200%200%2016%204.5v-1A1.5%201.5%200%200%200%2014.5%202z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M6.5%204.037c-1.258.07-2.052.27-2.621.84C3%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.122v-6c0-2.828%200-4.242-.879-5.121c-.569-.57-1.363-.77-2.621-.84V4.5a3%203%200%200%201-3%203h-5a3%203%200%200%201-3-3zm4.543%2011.329C10.165%2014.72%209%2013.68%209%2012.696c0-1.672%201.65-2.297%203-1.005c1.35-1.292%203-.668%203%201.006c0%20.984-1.165%202.024-2.043%202.669c-.42.308-.63.462-.957.462c-.328%200-.537-.154-.957-.462%22%20clip-rule%3D%22evenodd%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-filled.svg?color=%231a73e8&size=48

Clipboard Heart filled icon — Reicon · IconsDB