clipboard heart icon
clipboard-heart-line-duotone from Solar by 480 Design · Line Duotone · Notes · CC-BY-4.0 Attribution required.
- Name
- clipboard-heart-line-duotone
- Set
- Solar
- Style
- Line Duotone
- Category
- Notes
- Viewbox
- 24×24
- License
- CC BY 4.0
5 other variants in Solar
The same icon in other sets
More notes icons from Solar
archive-boldarchive-check-boldarchive-close-boldarchive-down-boldarchive-down-minimalistic-boldarchive-minimalistic-boldarchive-minimalistic-close-boldarchive-up-boldarchive-up-minimalistic-boldclipboard-add-boldclipboard-boldclipboard-check-boldclipboard-clock-boldclipboard-copy-boldclipboard-list-boldclipboard-minus-boldclipboard-paste-boldclipboard-remove-boldclipboard-text-boldclipboard-type-bolddocument-add-bolddocument-bolddocument-medicine-bolddocument-text-bold
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="none" stroke="currentColor" stroke-width="1.5"><path d="M16 4C18.175 4.01211 19.3529 4.10856 20.1213 4.87694C21 5.75562 21 7.16983 21 9.99826V15.9983C21 18.8267 21 20.2409 20.1213 21.1196C19.2426 21.9983 17.8284 21.9983 15 21.9983H9C6.17157 21.9983 4.75736 21.9983 3.87868 21.1196C3 20.2409 3 18.8267 3 15.9983V9.99826C3 7.16983 3 5.75562 3.87868 4.87694C4.64706 4.10856 5.82497 4.01211 8 4" opacity=".5"/><path d="M8 3.5C8 2.67157 8.67157 2 9.5 2H14.5C15.3284 2 16 2.67157 16 3.5V4.5C16 5.32843 15.3284 6 14.5 6H9.5C8.67157 6 8 5.32843 8 4.5V3.5Z"/><path stroke-linecap="round" d="M12 16C12 16 9 14.2765 9 12.6967C9 11.0235 10.65 10.3988 12 11.6913"/><path stroke-linecap="round" d="M12 11.6913C13.35 10.3988 15 11.0235 15 12.6967C15 14.2766 12 16 12 16"/></g></svg>
React
import type { SVGProps } from "react";
export function SolarClipboardHeartLineDuotone(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeWidth="1.5"><path d="M16 4C18.175 4.01211 19.3529 4.10856 20.1213 4.87694C21 5.75562 21 7.16983 21 9.99826V15.9983C21 18.8267 21 20.2409 20.1213 21.1196C19.2426 21.9983 17.8284 21.9983 15 21.9983H9C6.17157 21.9983 4.75736 21.9983 3.87868 21.1196C3 20.2409 3 18.8267 3 15.9983V9.99826C3 7.16983 3 5.75562 3.87868 4.87694C4.64706 4.10856 5.82497 4.01211 8 4" opacity=".5"/><path d="M8 3.5C8 2.67157 8.67157 2 9.5 2H14.5C15.3284 2 16 2.67157 16 3.5V4.5C16 5.32843 15.3284 6 14.5 6H9.5C8.67157 6 8 5.32843 8 4.5V3.5Z"/><path strokeLinecap="round" d="M12 16C12 16 9 14.2765 9 12.6967C9 11.0235 10.65 10.3988 12 11.6913"/><path strokeLinecap="round" d="M12 11.6913C13.35 10.3988 15 11.0235 15 12.6967C15 14.2766 12 16 12 16"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path d="M16 4C18.175 4.01211 19.3529 4.10856 20.1213 4.87694C21 5.75562 21 7.16983 21 9.99826V15.9983C21 18.8267 21 20.2409 20.1213 21.1196C19.2426 21.9983 17.8284 21.9983 15 21.9983H9C6.17157 21.9983 4.75736 21.9983 3.87868 21.1196C3 20.2409 3 18.8267 3 15.9983V9.99826C3 7.16983 3 5.75562 3.87868 4.87694C4.64706 4.10856 5.82497 4.01211 8 4" opacity=".5"/><path d="M8 3.5C8 2.67157 8.67157 2 9.5 2H14.5C15.3284 2 16 2.67157 16 3.5V4.5C16 5.32843 15.3284 6 14.5 6H9.5C8.67157 6 8 5.32843 8 4.5V3.5Z"/><path stroke-linecap="round" d="M12 16C12 16 9 14.2765 9 12.6967C9 11.0235 10.65 10.3988 12 11.6913"/><path stroke-linecap="round" d="M12 11.6913C13.35 10.3988 15 11.0235 15 12.6967C15 14.2766 12 16 12 16"/></g></svg> </template>
CSS
.icon-clipboard-heart-line-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%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M16%204C18.175%204.01211%2019.3529%204.10856%2020.1213%204.87694C21%205.75562%2021%207.16983%2021%209.99826V15.9983C21%2018.8267%2021%2020.2409%2020.1213%2021.1196C19.2426%2021.9983%2017.8284%2021.9983%2015%2021.9983H9C6.17157%2021.9983%204.75736%2021.9983%203.87868%2021.1196C3%2020.2409%203%2018.8267%203%2015.9983V9.99826C3%207.16983%203%205.75562%203.87868%204.87694C4.64706%204.10856%205.82497%204.01211%208%204%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M8%203.5C8%202.67157%208.67157%202%209.5%202H14.5C15.3284%202%2016%202.67157%2016%203.5V4.5C16%205.32843%2015.3284%206%2014.5%206H9.5C8.67157%206%208%205.32843%208%204.5V3.5Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M12%2016C12%2016%209%2014.2765%209%2012.6967C9%2011.0235%2010.65%2010.3988%2012%2011.6913%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M12%2011.6913C13.35%2010.3988%2015%2011.0235%2015%2012.6967C15%2014.2766%2012%2016%2012%2016%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%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M16%204C18.175%204.01211%2019.3529%204.10856%2020.1213%204.87694C21%205.75562%2021%207.16983%2021%209.99826V15.9983C21%2018.8267%2021%2020.2409%2020.1213%2021.1196C19.2426%2021.9983%2017.8284%2021.9983%2015%2021.9983H9C6.17157%2021.9983%204.75736%2021.9983%203.87868%2021.1196C3%2020.2409%203%2018.8267%203%2015.9983V9.99826C3%207.16983%203%205.75562%203.87868%204.87694C4.64706%204.10856%205.82497%204.01211%208%204%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M8%203.5C8%202.67157%208.67157%202%209.5%202H14.5C15.3284%202%2016%202.67157%2016%203.5V4.5C16%205.32843%2015.3284%206%2014.5%206H9.5C8.67157%206%208%205.32843%208%204.5V3.5Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M12%2016C12%2016%209%2014.2765%209%2012.6967C9%2011.0235%2010.65%2010.3988%2012%2011.6913%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M12%2011.6913C13.35%2010.3988%2015%2011.0235%2015%2012.6967C15%2014.2766%2012%2016%2012%2016%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/solar/clipboard-heart-line-duotone.svg?color=%231a73e8&size=48