clipboard copy icon

clipboard-copy-outline from Solar by 480 Design · Outline · Notes · CC-BY-4.0 Attribution required.

Name
clipboard-copy-outline
Set
Solar
Style
Outline
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

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="M2.25 16V10C2.25 8.60709 2.2481 7.48689 2.36621 6.6084C2.48723 5.7083 2.74672 4.95054 3.34863 4.34863C3.87355 3.82377 4.51842 3.55817 5.27637 3.41895C6.01292 3.28366 6.91459 3.25797 7.9961 3.25195L8.00391 4.75195C6.91055 4.75804 6.13508 4.78649 5.54688 4.89453C4.98044 4.99864 4.65256 5.16585 4.40918 5.40918C4.13242 5.68594 3.95217 6.07482 3.85352 6.80859C3.752 7.56388 3.75 8.56483 3.75 10V16C3.75 17.4354 3.75196 18.437 3.85352 19.1924C3.95217 19.9258 4.13252 20.3141 4.40918 20.5908C4.68594 20.8676 5.07482 21.0488 5.8086 21.1475C6.56389 21.2489 7.56491 21.25 9 21.25H15C16.4351 21.25 17.4361 21.2489 18.1914 21.1475C18.9252 21.0488 19.3141 20.8676 19.5908 20.5908C19.8675 20.3141 20.0478 19.9258 20.1465 19.1924C20.248 18.437 20.25 17.4354 20.25 16V10C20.25 8.56483 20.248 7.56388 20.1465 6.80859C20.0478 6.07482 19.8676 5.68594 19.5908 5.40918C19.3474 5.16585 19.0196 4.99864 18.4531 4.89453C17.8649 4.78649 17.0895 4.75804 15.9961 4.75195L16.0039 3.25195C17.0854 3.25797 17.9871 3.28366 18.7236 3.41895C19.4816 3.55817 20.1265 3.82377 20.6514 4.34863C21.2533 4.95054 21.5128 5.7083 21.6338 6.6084C21.7519 7.48689 21.75 8.60709 21.75 10V16C21.75 17.3928 21.7519 18.5131 21.6338 19.3916C21.5128 20.2917 21.2533 21.0504 20.6514 21.6523C20.0495 22.254 19.2915 22.5128 18.3916 22.6338C17.5131 22.7519 16.3929 22.75 15 22.75H9C7.60708 22.75 6.48691 22.7519 5.6084 22.6338C4.70848 22.5128 3.95049 22.254 3.34863 21.6523C2.74672 21.0504 2.48723 20.2917 2.36621 19.3916C2.24815 18.5131 2.25 17.3928 2.25 16Z"/><path d="M15.25 3.5C15.25 3.08579 14.9142 2.75 14.5 2.75H9.5C9.08579 2.75 8.75 3.08579 8.75 3.5V4.5C8.75 4.91421 9.08579 5.25 9.5 5.25H14.5C14.9142 5.25 15.25 4.91421 15.25 4.5V3.5ZM16.75 4.5C16.75 5.74264 15.7426 6.75 14.5 6.75H9.5C8.25736 6.75 7.25 5.74264 7.25 4.5V3.5C7.25 2.25736 8.25736 1.25 9.5 1.25H14.5C15.7426 1.25 16.75 2.25736 16.75 3.5V4.5Z"/><path d="M15 13.25H10.8105L12.0303 12.0303C12.3232 11.7374 12.3232 11.2626 12.0303 10.9697C11.7374 10.6768 11.2626 10.6768 10.9697 10.9697L8.46973 13.4697L8.37598 13.584C8.29445 13.7063 8.25 13.8508 8.25 14C8.25 14.1989 8.32908 14.3896 8.46973 14.5303L10.9697 17.0303C11.2626 17.3232 11.7374 17.3232 12.0303 17.0303C12.3232 16.7374 12.3232 16.2626 12.0303 15.9697L10.8105 14.75H15C15.4142 14.75 15.75 14.4142 15.75 14C15.75 13.5858 15.4142 13.25 15 13.25Z"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarClipboardCopyOutline(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="M2.25 16V10C2.25 8.60709 2.2481 7.48689 2.36621 6.6084C2.48723 5.7083 2.74672 4.95054 3.34863 4.34863C3.87355 3.82377 4.51842 3.55817 5.27637 3.41895C6.01292 3.28366 6.91459 3.25797 7.9961 3.25195L8.00391 4.75195C6.91055 4.75804 6.13508 4.78649 5.54688 4.89453C4.98044 4.99864 4.65256 5.16585 4.40918 5.40918C4.13242 5.68594 3.95217 6.07482 3.85352 6.80859C3.752 7.56388 3.75 8.56483 3.75 10V16C3.75 17.4354 3.75196 18.437 3.85352 19.1924C3.95217 19.9258 4.13252 20.3141 4.40918 20.5908C4.68594 20.8676 5.07482 21.0488 5.8086 21.1475C6.56389 21.2489 7.56491 21.25 9 21.25H15C16.4351 21.25 17.4361 21.2489 18.1914 21.1475C18.9252 21.0488 19.3141 20.8676 19.5908 20.5908C19.8675 20.3141 20.0478 19.9258 20.1465 19.1924C20.248 18.437 20.25 17.4354 20.25 16V10C20.25 8.56483 20.248 7.56388 20.1465 6.80859C20.0478 6.07482 19.8676 5.68594 19.5908 5.40918C19.3474 5.16585 19.0196 4.99864 18.4531 4.89453C17.8649 4.78649 17.0895 4.75804 15.9961 4.75195L16.0039 3.25195C17.0854 3.25797 17.9871 3.28366 18.7236 3.41895C19.4816 3.55817 20.1265 3.82377 20.6514 4.34863C21.2533 4.95054 21.5128 5.7083 21.6338 6.6084C21.7519 7.48689 21.75 8.60709 21.75 10V16C21.75 17.3928 21.7519 18.5131 21.6338 19.3916C21.5128 20.2917 21.2533 21.0504 20.6514 21.6523C20.0495 22.254 19.2915 22.5128 18.3916 22.6338C17.5131 22.7519 16.3929 22.75 15 22.75H9C7.60708 22.75 6.48691 22.7519 5.6084 22.6338C4.70848 22.5128 3.95049 22.254 3.34863 21.6523C2.74672 21.0504 2.48723 20.2917 2.36621 19.3916C2.24815 18.5131 2.25 17.3928 2.25 16Z"/><path d="M15.25 3.5C15.25 3.08579 14.9142 2.75 14.5 2.75H9.5C9.08579 2.75 8.75 3.08579 8.75 3.5V4.5C8.75 4.91421 9.08579 5.25 9.5 5.25H14.5C14.9142 5.25 15.25 4.91421 15.25 4.5V3.5ZM16.75 4.5C16.75 5.74264 15.7426 6.75 14.5 6.75H9.5C8.25736 6.75 7.25 5.74264 7.25 4.5V3.5C7.25 2.25736 8.25736 1.25 9.5 1.25H14.5C15.7426 1.25 16.75 2.25736 16.75 3.5V4.5Z"/><path d="M15 13.25H10.8105L12.0303 12.0303C12.3232 11.7374 12.3232 11.2626 12.0303 10.9697C11.7374 10.6768 11.2626 10.6768 10.9697 10.9697L8.46973 13.4697L8.37598 13.584C8.29445 13.7063 8.25 13.8508 8.25 14C8.25 14.1989 8.32908 14.3896 8.46973 14.5303L10.9697 17.0303C11.2626 17.3232 11.7374 17.3232 12.0303 17.0303C12.3232 16.7374 12.3232 16.2626 12.0303 15.9697L10.8105 14.75H15C15.4142 14.75 15.75 14.4142 15.75 14C15.75 13.5858 15.4142 13.25 15 13.25Z"/></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="M2.25 16V10C2.25 8.60709 2.2481 7.48689 2.36621 6.6084C2.48723 5.7083 2.74672 4.95054 3.34863 4.34863C3.87355 3.82377 4.51842 3.55817 5.27637 3.41895C6.01292 3.28366 6.91459 3.25797 7.9961 3.25195L8.00391 4.75195C6.91055 4.75804 6.13508 4.78649 5.54688 4.89453C4.98044 4.99864 4.65256 5.16585 4.40918 5.40918C4.13242 5.68594 3.95217 6.07482 3.85352 6.80859C3.752 7.56388 3.75 8.56483 3.75 10V16C3.75 17.4354 3.75196 18.437 3.85352 19.1924C3.95217 19.9258 4.13252 20.3141 4.40918 20.5908C4.68594 20.8676 5.07482 21.0488 5.8086 21.1475C6.56389 21.2489 7.56491 21.25 9 21.25H15C16.4351 21.25 17.4361 21.2489 18.1914 21.1475C18.9252 21.0488 19.3141 20.8676 19.5908 20.5908C19.8675 20.3141 20.0478 19.9258 20.1465 19.1924C20.248 18.437 20.25 17.4354 20.25 16V10C20.25 8.56483 20.248 7.56388 20.1465 6.80859C20.0478 6.07482 19.8676 5.68594 19.5908 5.40918C19.3474 5.16585 19.0196 4.99864 18.4531 4.89453C17.8649 4.78649 17.0895 4.75804 15.9961 4.75195L16.0039 3.25195C17.0854 3.25797 17.9871 3.28366 18.7236 3.41895C19.4816 3.55817 20.1265 3.82377 20.6514 4.34863C21.2533 4.95054 21.5128 5.7083 21.6338 6.6084C21.7519 7.48689 21.75 8.60709 21.75 10V16C21.75 17.3928 21.7519 18.5131 21.6338 19.3916C21.5128 20.2917 21.2533 21.0504 20.6514 21.6523C20.0495 22.254 19.2915 22.5128 18.3916 22.6338C17.5131 22.7519 16.3929 22.75 15 22.75H9C7.60708 22.75 6.48691 22.7519 5.6084 22.6338C4.70848 22.5128 3.95049 22.254 3.34863 21.6523C2.74672 21.0504 2.48723 20.2917 2.36621 19.3916C2.24815 18.5131 2.25 17.3928 2.25 16Z"/><path d="M15.25 3.5C15.25 3.08579 14.9142 2.75 14.5 2.75H9.5C9.08579 2.75 8.75 3.08579 8.75 3.5V4.5C8.75 4.91421 9.08579 5.25 9.5 5.25H14.5C14.9142 5.25 15.25 4.91421 15.25 4.5V3.5ZM16.75 4.5C16.75 5.74264 15.7426 6.75 14.5 6.75H9.5C8.25736 6.75 7.25 5.74264 7.25 4.5V3.5C7.25 2.25736 8.25736 1.25 9.5 1.25H14.5C15.7426 1.25 16.75 2.25736 16.75 3.5V4.5Z"/><path d="M15 13.25H10.8105L12.0303 12.0303C12.3232 11.7374 12.3232 11.2626 12.0303 10.9697C11.7374 10.6768 11.2626 10.6768 10.9697 10.9697L8.46973 13.4697L8.37598 13.584C8.29445 13.7063 8.25 13.8508 8.25 14C8.25 14.1989 8.32908 14.3896 8.46973 14.5303L10.9697 17.0303C11.2626 17.3232 11.7374 17.3232 12.0303 17.0303C12.3232 16.7374 12.3232 16.2626 12.0303 15.9697L10.8105 14.75H15C15.4142 14.75 15.75 14.4142 15.75 14C15.75 13.5858 15.4142 13.25 15 13.25Z"/></g></svg>
</template>

CSS

.icon-clipboard-copy-outline {
  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%22M2.25%2016V10C2.25%208.60709%202.2481%207.48689%202.36621%206.6084C2.48723%205.7083%202.74672%204.95054%203.34863%204.34863C3.87355%203.82377%204.51842%203.55817%205.27637%203.41895C6.01292%203.28366%206.91459%203.25797%207.9961%203.25195L8.00391%204.75195C6.91055%204.75804%206.13508%204.78649%205.54688%204.89453C4.98044%204.99864%204.65256%205.16585%204.40918%205.40918C4.13242%205.68594%203.95217%206.07482%203.85352%206.80859C3.752%207.56388%203.75%208.56483%203.75%2010V16C3.75%2017.4354%203.75196%2018.437%203.85352%2019.1924C3.95217%2019.9258%204.13252%2020.3141%204.40918%2020.5908C4.68594%2020.8676%205.07482%2021.0488%205.8086%2021.1475C6.56389%2021.2489%207.56491%2021.25%209%2021.25H15C16.4351%2021.25%2017.4361%2021.2489%2018.1914%2021.1475C18.9252%2021.0488%2019.3141%2020.8676%2019.5908%2020.5908C19.8675%2020.3141%2020.0478%2019.9258%2020.1465%2019.1924C20.248%2018.437%2020.25%2017.4354%2020.25%2016V10C20.25%208.56483%2020.248%207.56388%2020.1465%206.80859C20.0478%206.07482%2019.8676%205.68594%2019.5908%205.40918C19.3474%205.16585%2019.0196%204.99864%2018.4531%204.89453C17.8649%204.78649%2017.0895%204.75804%2015.9961%204.75195L16.0039%203.25195C17.0854%203.25797%2017.9871%203.28366%2018.7236%203.41895C19.4816%203.55817%2020.1265%203.82377%2020.6514%204.34863C21.2533%204.95054%2021.5128%205.7083%2021.6338%206.6084C21.7519%207.48689%2021.75%208.60709%2021.75%2010V16C21.75%2017.3928%2021.7519%2018.5131%2021.6338%2019.3916C21.5128%2020.2917%2021.2533%2021.0504%2020.6514%2021.6523C20.0495%2022.254%2019.2915%2022.5128%2018.3916%2022.6338C17.5131%2022.7519%2016.3929%2022.75%2015%2022.75H9C7.60708%2022.75%206.48691%2022.7519%205.6084%2022.6338C4.70848%2022.5128%203.95049%2022.254%203.34863%2021.6523C2.74672%2021.0504%202.48723%2020.2917%202.36621%2019.3916C2.24815%2018.5131%202.25%2017.3928%202.25%2016Z%22%2F%3E%3Cpath%20d%3D%22M15.25%203.5C15.25%203.08579%2014.9142%202.75%2014.5%202.75H9.5C9.08579%202.75%208.75%203.08579%208.75%203.5V4.5C8.75%204.91421%209.08579%205.25%209.5%205.25H14.5C14.9142%205.25%2015.25%204.91421%2015.25%204.5V3.5ZM16.75%204.5C16.75%205.74264%2015.7426%206.75%2014.5%206.75H9.5C8.25736%206.75%207.25%205.74264%207.25%204.5V3.5C7.25%202.25736%208.25736%201.25%209.5%201.25H14.5C15.7426%201.25%2016.75%202.25736%2016.75%203.5V4.5Z%22%2F%3E%3Cpath%20d%3D%22M15%2013.25H10.8105L12.0303%2012.0303C12.3232%2011.7374%2012.3232%2011.2626%2012.0303%2010.9697C11.7374%2010.6768%2011.2626%2010.6768%2010.9697%2010.9697L8.46973%2013.4697L8.37598%2013.584C8.29445%2013.7063%208.25%2013.8508%208.25%2014C8.25%2014.1989%208.32908%2014.3896%208.46973%2014.5303L10.9697%2017.0303C11.2626%2017.3232%2011.7374%2017.3232%2012.0303%2017.0303C12.3232%2016.7374%2012.3232%2016.2626%2012.0303%2015.9697L10.8105%2014.75H15C15.4142%2014.75%2015.75%2014.4142%2015.75%2014C15.75%2013.5858%2015.4142%2013.25%2015%2013.25Z%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%22M2.25%2016V10C2.25%208.60709%202.2481%207.48689%202.36621%206.6084C2.48723%205.7083%202.74672%204.95054%203.34863%204.34863C3.87355%203.82377%204.51842%203.55817%205.27637%203.41895C6.01292%203.28366%206.91459%203.25797%207.9961%203.25195L8.00391%204.75195C6.91055%204.75804%206.13508%204.78649%205.54688%204.89453C4.98044%204.99864%204.65256%205.16585%204.40918%205.40918C4.13242%205.68594%203.95217%206.07482%203.85352%206.80859C3.752%207.56388%203.75%208.56483%203.75%2010V16C3.75%2017.4354%203.75196%2018.437%203.85352%2019.1924C3.95217%2019.9258%204.13252%2020.3141%204.40918%2020.5908C4.68594%2020.8676%205.07482%2021.0488%205.8086%2021.1475C6.56389%2021.2489%207.56491%2021.25%209%2021.25H15C16.4351%2021.25%2017.4361%2021.2489%2018.1914%2021.1475C18.9252%2021.0488%2019.3141%2020.8676%2019.5908%2020.5908C19.8675%2020.3141%2020.0478%2019.9258%2020.1465%2019.1924C20.248%2018.437%2020.25%2017.4354%2020.25%2016V10C20.25%208.56483%2020.248%207.56388%2020.1465%206.80859C20.0478%206.07482%2019.8676%205.68594%2019.5908%205.40918C19.3474%205.16585%2019.0196%204.99864%2018.4531%204.89453C17.8649%204.78649%2017.0895%204.75804%2015.9961%204.75195L16.0039%203.25195C17.0854%203.25797%2017.9871%203.28366%2018.7236%203.41895C19.4816%203.55817%2020.1265%203.82377%2020.6514%204.34863C21.2533%204.95054%2021.5128%205.7083%2021.6338%206.6084C21.7519%207.48689%2021.75%208.60709%2021.75%2010V16C21.75%2017.3928%2021.7519%2018.5131%2021.6338%2019.3916C21.5128%2020.2917%2021.2533%2021.0504%2020.6514%2021.6523C20.0495%2022.254%2019.2915%2022.5128%2018.3916%2022.6338C17.5131%2022.7519%2016.3929%2022.75%2015%2022.75H9C7.60708%2022.75%206.48691%2022.7519%205.6084%2022.6338C4.70848%2022.5128%203.95049%2022.254%203.34863%2021.6523C2.74672%2021.0504%202.48723%2020.2917%202.36621%2019.3916C2.24815%2018.5131%202.25%2017.3928%202.25%2016Z%22%2F%3E%3Cpath%20d%3D%22M15.25%203.5C15.25%203.08579%2014.9142%202.75%2014.5%202.75H9.5C9.08579%202.75%208.75%203.08579%208.75%203.5V4.5C8.75%204.91421%209.08579%205.25%209.5%205.25H14.5C14.9142%205.25%2015.25%204.91421%2015.25%204.5V3.5ZM16.75%204.5C16.75%205.74264%2015.7426%206.75%2014.5%206.75H9.5C8.25736%206.75%207.25%205.74264%207.25%204.5V3.5C7.25%202.25736%208.25736%201.25%209.5%201.25H14.5C15.7426%201.25%2016.75%202.25736%2016.75%203.5V4.5Z%22%2F%3E%3Cpath%20d%3D%22M15%2013.25H10.8105L12.0303%2012.0303C12.3232%2011.7374%2012.3232%2011.2626%2012.0303%2010.9697C11.7374%2010.6768%2011.2626%2010.6768%2010.9697%2010.9697L8.46973%2013.4697L8.37598%2013.584C8.29445%2013.7063%208.25%2013.8508%208.25%2014C8.25%2014.1989%208.32908%2014.3896%208.46973%2014.5303L10.9697%2017.0303C11.2626%2017.3232%2011.7374%2017.3232%2012.0303%2017.0303C12.3232%2016.7374%2012.3232%2016.2626%2012.0303%2015.9697L10.8105%2014.75H15C15.4142%2014.75%2015.75%2014.4142%2015.75%2014C15.75%2013.5858%2015.4142%2013.25%2015%2013.25Z%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-outline.svg?color=%231a73e8&size=48