clipboard copy icon
clipboard-copy-bold-duotone from Solar by 480 Design · Bold Duotone · Notes · CC-BY-4.0 Attribution required.
- Name
- clipboard-copy-bold-duotone
- Set
- Solar
- Style
- Bold 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-heart-boldclipboard-list-boldclipboard-minus-boldclipboard-paste-boldclipboard-remove-boldclipboard-text-boldclipboard-type-bolddocument-add-bolddocument-bolddocument-medicine-bolddocument-text-bold
Use the clipboard copy icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M15 13.2499L10.8105 13.2499L12.0303 12.0302C12.3232 11.7373 12.3232 11.2626 12.0303 10.9697C11.7374 10.6768 11.2626 10.6768 10.9697 10.9697L8.46973 13.4697L8.37598 13.5839C8.29445 13.7062 8.25 13.8508 8.25 13.9999C8.25 14.1989 8.32907 14.3896 8.46973 14.5302L10.9697 17.0302C11.2626 17.3231 11.7374 17.3231 12.0303 17.0302C12.3232 16.7373 12.3232 16.2626 12.0303 15.9697L10.8105 14.7499L15 14.7499C15.4142 14.7499 15.75 14.4142 15.75 13.9999C15.75 13.5857 15.4142 13.2499 15 13.2499Z"/><path d="M21 15.9983V9.99826C21 7.16983 21 5.75562 20.1213 4.87694C19.3529 4.10856 18.175 4.01211 16 4H8C5.82497 4.01211 4.64706 4.10856 3.87868 4.87694C3 5.75562 3 7.16983 3 9.99826V15.9983C3 18.8267 3 20.2409 3.87868 21.1196C4.75736 21.9983 6.17157 21.9983 9 21.9983H15C17.8284 21.9983 19.2426 21.9983 20.1213 21.1196C21 20.2409 21 18.8267 21 15.9983Z" 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"/></g></svg>
React
import type { SVGProps } from "react";
export function SolarClipboardCopyBoldDuotone(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="M15 13.2499L10.8105 13.2499L12.0303 12.0302C12.3232 11.7373 12.3232 11.2626 12.0303 10.9697C11.7374 10.6768 11.2626 10.6768 10.9697 10.9697L8.46973 13.4697L8.37598 13.5839C8.29445 13.7062 8.25 13.8508 8.25 13.9999C8.25 14.1989 8.32907 14.3896 8.46973 14.5302L10.9697 17.0302C11.2626 17.3231 11.7374 17.3231 12.0303 17.0302C12.3232 16.7373 12.3232 16.2626 12.0303 15.9697L10.8105 14.7499L15 14.7499C15.4142 14.7499 15.75 14.4142 15.75 13.9999C15.75 13.5857 15.4142 13.2499 15 13.2499Z"/><path d="M21 15.9983V9.99826C21 7.16983 21 5.75562 20.1213 4.87694C19.3529 4.10856 18.175 4.01211 16 4H8C5.82497 4.01211 4.64706 4.10856 3.87868 4.87694C3 5.75562 3 7.16983 3 9.99826V15.9983C3 18.8267 3 20.2409 3.87868 21.1196C4.75736 21.9983 6.17157 21.9983 9 21.9983H15C17.8284 21.9983 19.2426 21.9983 20.1213 21.1196C21 20.2409 21 18.8267 21 15.9983Z" 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"/></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="M15 13.2499L10.8105 13.2499L12.0303 12.0302C12.3232 11.7373 12.3232 11.2626 12.0303 10.9697C11.7374 10.6768 11.2626 10.6768 10.9697 10.9697L8.46973 13.4697L8.37598 13.5839C8.29445 13.7062 8.25 13.8508 8.25 13.9999C8.25 14.1989 8.32907 14.3896 8.46973 14.5302L10.9697 17.0302C11.2626 17.3231 11.7374 17.3231 12.0303 17.0302C12.3232 16.7373 12.3232 16.2626 12.0303 15.9697L10.8105 14.7499L15 14.7499C15.4142 14.7499 15.75 14.4142 15.75 13.9999C15.75 13.5857 15.4142 13.2499 15 13.2499Z"/><path d="M21 15.9983V9.99826C21 7.16983 21 5.75562 20.1213 4.87694C19.3529 4.10856 18.175 4.01211 16 4H8C5.82497 4.01211 4.64706 4.10856 3.87868 4.87694C3 5.75562 3 7.16983 3 9.99826V15.9983C3 18.8267 3 20.2409 3.87868 21.1196C4.75736 21.9983 6.17157 21.9983 9 21.9983H15C17.8284 21.9983 19.2426 21.9983 20.1213 21.1196C21 20.2409 21 18.8267 21 15.9983Z" 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"/></g></svg> </template>
CSS
.icon-clipboard-copy-bold-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%22M15%2013.2499L10.8105%2013.2499L12.0303%2012.0302C12.3232%2011.7373%2012.3232%2011.2626%2012.0303%2010.9697C11.7374%2010.6768%2011.2626%2010.6768%2010.9697%2010.9697L8.46973%2013.4697L8.37598%2013.5839C8.29445%2013.7062%208.25%2013.8508%208.25%2013.9999C8.25%2014.1989%208.32907%2014.3896%208.46973%2014.5302L10.9697%2017.0302C11.2626%2017.3231%2011.7374%2017.3231%2012.0303%2017.0302C12.3232%2016.7373%2012.3232%2016.2626%2012.0303%2015.9697L10.8105%2014.7499L15%2014.7499C15.4142%2014.7499%2015.75%2014.4142%2015.75%2013.9999C15.75%2013.5857%2015.4142%2013.2499%2015%2013.2499Z%22%2F%3E%3Cpath%20d%3D%22M21%2015.9983V9.99826C21%207.16983%2021%205.75562%2020.1213%204.87694C19.3529%204.10856%2018.175%204.01211%2016%204H8C5.82497%204.01211%204.64706%204.10856%203.87868%204.87694C3%205.75562%203%207.16983%203%209.99826V15.9983C3%2018.8267%203%2020.2409%203.87868%2021.1196C4.75736%2021.9983%206.17157%2021.9983%209%2021.9983H15C17.8284%2021.9983%2019.2426%2021.9983%2020.1213%2021.1196C21%2020.2409%2021%2018.8267%2021%2015.9983Z%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%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%22M15%2013.2499L10.8105%2013.2499L12.0303%2012.0302C12.3232%2011.7373%2012.3232%2011.2626%2012.0303%2010.9697C11.7374%2010.6768%2011.2626%2010.6768%2010.9697%2010.9697L8.46973%2013.4697L8.37598%2013.5839C8.29445%2013.7062%208.25%2013.8508%208.25%2013.9999C8.25%2014.1989%208.32907%2014.3896%208.46973%2014.5302L10.9697%2017.0302C11.2626%2017.3231%2011.7374%2017.3231%2012.0303%2017.0302C12.3232%2016.7373%2012.3232%2016.2626%2012.0303%2015.9697L10.8105%2014.7499L15%2014.7499C15.4142%2014.7499%2015.75%2014.4142%2015.75%2013.9999C15.75%2013.5857%2015.4142%2013.2499%2015%2013.2499Z%22%2F%3E%3Cpath%20d%3D%22M21%2015.9983V9.99826C21%207.16983%2021%205.75562%2020.1213%204.87694C19.3529%204.10856%2018.175%204.01211%2016%204H8C5.82497%204.01211%204.64706%204.10856%203.87868%204.87694C3%205.75562%203%207.16983%203%209.99826V15.9983C3%2018.8267%203%2020.2409%203.87868%2021.1196C4.75736%2021.9983%206.17157%2021.9983%209%2021.9983H15C17.8284%2021.9983%2019.2426%2021.9983%2020.1213%2021.1196C21%2020.2409%2021%2018.8267%2021%2015.9983Z%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%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/solar/clipboard-copy-bold-duotone.svg?color=%231a73e8&size=48