clipboard minus icon

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

Name
clipboard-minus-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 minus 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 15.998V9.99805C2.25 8.60514 2.2481 7.48493 2.36621 6.60645C2.48723 5.70635 2.74672 4.94859 3.34863 4.34668C3.87355 3.82182 4.51842 3.55622 5.27637 3.41699C6.01292 3.28171 6.91459 3.25602 7.9961 3.25L8.00391 4.75C6.91055 4.75609 6.13508 4.78453 5.54688 4.89258C4.98044 4.99668 4.65256 5.1639 4.40918 5.40723C4.13242 5.68399 3.95217 6.07287 3.85352 6.80664C3.752 7.56193 3.75 8.56288 3.75 9.99805V15.998C3.75 17.4335 3.75196 18.4351 3.85352 19.1904C3.95217 19.9239 4.13252 20.3122 4.40918 20.5889C4.68594 20.8656 5.07482 21.0469 5.8086 21.1455C6.56389 21.247 7.56491 21.248 9 21.248H15C16.4351 21.248 17.4361 21.247 18.1914 21.1455C18.9252 21.0469 19.3141 20.8656 19.5908 20.5889C19.8675 20.3122 20.0478 19.9239 20.1465 19.1904C20.248 18.4351 20.25 17.4335 20.25 15.998V9.99805C20.25 8.56288 20.248 7.56193 20.1465 6.80664C20.0478 6.07287 19.8676 5.68399 19.5908 5.40723C19.3474 5.1639 19.0196 4.99668 18.4531 4.89258C17.8649 4.78453 17.0895 4.75609 15.9961 4.75L16.0039 3.25C17.0854 3.25602 17.9871 3.28171 18.7236 3.41699C19.4816 3.55622 20.1265 3.82182 20.6514 4.34668C21.2533 4.94859 21.5128 5.70635 21.6338 6.60645C21.7519 7.48493 21.75 8.60514 21.75 9.99805V15.998C21.75 17.3908 21.7519 18.5112 21.6338 19.3896C21.5128 20.2898 21.2533 21.0485 20.6514 21.6504C20.0495 22.252 19.2915 22.5108 18.3916 22.6318C17.5131 22.7499 16.3929 22.748 15 22.748H9C7.60708 22.748 6.48691 22.7499 5.6084 22.6318C4.70848 22.5108 3.95049 22.252 3.34863 21.6504C2.74672 21.0485 2.48723 20.2898 2.36621 19.3896C2.24815 18.5112 2.25 17.3908 2.25 15.998Z"/><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 12.25C15.4142 12.25 15.75 12.5858 15.75 13C15.75 13.4142 15.4142 13.75 15 13.75H9C8.58579 13.75 8.25 13.4142 8.25 13C8.25 12.5858 8.58579 12.25 9 12.25H15Z"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarClipboardMinusOutline(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 15.998V9.99805C2.25 8.60514 2.2481 7.48493 2.36621 6.60645C2.48723 5.70635 2.74672 4.94859 3.34863 4.34668C3.87355 3.82182 4.51842 3.55622 5.27637 3.41699C6.01292 3.28171 6.91459 3.25602 7.9961 3.25L8.00391 4.75C6.91055 4.75609 6.13508 4.78453 5.54688 4.89258C4.98044 4.99668 4.65256 5.1639 4.40918 5.40723C4.13242 5.68399 3.95217 6.07287 3.85352 6.80664C3.752 7.56193 3.75 8.56288 3.75 9.99805V15.998C3.75 17.4335 3.75196 18.4351 3.85352 19.1904C3.95217 19.9239 4.13252 20.3122 4.40918 20.5889C4.68594 20.8656 5.07482 21.0469 5.8086 21.1455C6.56389 21.247 7.56491 21.248 9 21.248H15C16.4351 21.248 17.4361 21.247 18.1914 21.1455C18.9252 21.0469 19.3141 20.8656 19.5908 20.5889C19.8675 20.3122 20.0478 19.9239 20.1465 19.1904C20.248 18.4351 20.25 17.4335 20.25 15.998V9.99805C20.25 8.56288 20.248 7.56193 20.1465 6.80664C20.0478 6.07287 19.8676 5.68399 19.5908 5.40723C19.3474 5.1639 19.0196 4.99668 18.4531 4.89258C17.8649 4.78453 17.0895 4.75609 15.9961 4.75L16.0039 3.25C17.0854 3.25602 17.9871 3.28171 18.7236 3.41699C19.4816 3.55622 20.1265 3.82182 20.6514 4.34668C21.2533 4.94859 21.5128 5.70635 21.6338 6.60645C21.7519 7.48493 21.75 8.60514 21.75 9.99805V15.998C21.75 17.3908 21.7519 18.5112 21.6338 19.3896C21.5128 20.2898 21.2533 21.0485 20.6514 21.6504C20.0495 22.252 19.2915 22.5108 18.3916 22.6318C17.5131 22.7499 16.3929 22.748 15 22.748H9C7.60708 22.748 6.48691 22.7499 5.6084 22.6318C4.70848 22.5108 3.95049 22.252 3.34863 21.6504C2.74672 21.0485 2.48723 20.2898 2.36621 19.3896C2.24815 18.5112 2.25 17.3908 2.25 15.998Z"/><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 12.25C15.4142 12.25 15.75 12.5858 15.75 13C15.75 13.4142 15.4142 13.75 15 13.75H9C8.58579 13.75 8.25 13.4142 8.25 13C8.25 12.5858 8.58579 12.25 9 12.25H15Z"/></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 15.998V9.99805C2.25 8.60514 2.2481 7.48493 2.36621 6.60645C2.48723 5.70635 2.74672 4.94859 3.34863 4.34668C3.87355 3.82182 4.51842 3.55622 5.27637 3.41699C6.01292 3.28171 6.91459 3.25602 7.9961 3.25L8.00391 4.75C6.91055 4.75609 6.13508 4.78453 5.54688 4.89258C4.98044 4.99668 4.65256 5.1639 4.40918 5.40723C4.13242 5.68399 3.95217 6.07287 3.85352 6.80664C3.752 7.56193 3.75 8.56288 3.75 9.99805V15.998C3.75 17.4335 3.75196 18.4351 3.85352 19.1904C3.95217 19.9239 4.13252 20.3122 4.40918 20.5889C4.68594 20.8656 5.07482 21.0469 5.8086 21.1455C6.56389 21.247 7.56491 21.248 9 21.248H15C16.4351 21.248 17.4361 21.247 18.1914 21.1455C18.9252 21.0469 19.3141 20.8656 19.5908 20.5889C19.8675 20.3122 20.0478 19.9239 20.1465 19.1904C20.248 18.4351 20.25 17.4335 20.25 15.998V9.99805C20.25 8.56288 20.248 7.56193 20.1465 6.80664C20.0478 6.07287 19.8676 5.68399 19.5908 5.40723C19.3474 5.1639 19.0196 4.99668 18.4531 4.89258C17.8649 4.78453 17.0895 4.75609 15.9961 4.75L16.0039 3.25C17.0854 3.25602 17.9871 3.28171 18.7236 3.41699C19.4816 3.55622 20.1265 3.82182 20.6514 4.34668C21.2533 4.94859 21.5128 5.70635 21.6338 6.60645C21.7519 7.48493 21.75 8.60514 21.75 9.99805V15.998C21.75 17.3908 21.7519 18.5112 21.6338 19.3896C21.5128 20.2898 21.2533 21.0485 20.6514 21.6504C20.0495 22.252 19.2915 22.5108 18.3916 22.6318C17.5131 22.7499 16.3929 22.748 15 22.748H9C7.60708 22.748 6.48691 22.7499 5.6084 22.6318C4.70848 22.5108 3.95049 22.252 3.34863 21.6504C2.74672 21.0485 2.48723 20.2898 2.36621 19.3896C2.24815 18.5112 2.25 17.3908 2.25 15.998Z"/><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 12.25C15.4142 12.25 15.75 12.5858 15.75 13C15.75 13.4142 15.4142 13.75 15 13.75H9C8.58579 13.75 8.25 13.4142 8.25 13C8.25 12.5858 8.58579 12.25 9 12.25H15Z"/></g></svg>
</template>

CSS

.icon-clipboard-minus-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%2015.998V9.99805C2.25%208.60514%202.2481%207.48493%202.36621%206.60645C2.48723%205.70635%202.74672%204.94859%203.34863%204.34668C3.87355%203.82182%204.51842%203.55622%205.27637%203.41699C6.01292%203.28171%206.91459%203.25602%207.9961%203.25L8.00391%204.75C6.91055%204.75609%206.13508%204.78453%205.54688%204.89258C4.98044%204.99668%204.65256%205.1639%204.40918%205.40723C4.13242%205.68399%203.95217%206.07287%203.85352%206.80664C3.752%207.56193%203.75%208.56288%203.75%209.99805V15.998C3.75%2017.4335%203.75196%2018.4351%203.85352%2019.1904C3.95217%2019.9239%204.13252%2020.3122%204.40918%2020.5889C4.68594%2020.8656%205.07482%2021.0469%205.8086%2021.1455C6.56389%2021.247%207.56491%2021.248%209%2021.248H15C16.4351%2021.248%2017.4361%2021.247%2018.1914%2021.1455C18.9252%2021.0469%2019.3141%2020.8656%2019.5908%2020.5889C19.8675%2020.3122%2020.0478%2019.9239%2020.1465%2019.1904C20.248%2018.4351%2020.25%2017.4335%2020.25%2015.998V9.99805C20.25%208.56288%2020.248%207.56193%2020.1465%206.80664C20.0478%206.07287%2019.8676%205.68399%2019.5908%205.40723C19.3474%205.1639%2019.0196%204.99668%2018.4531%204.89258C17.8649%204.78453%2017.0895%204.75609%2015.9961%204.75L16.0039%203.25C17.0854%203.25602%2017.9871%203.28171%2018.7236%203.41699C19.4816%203.55622%2020.1265%203.82182%2020.6514%204.34668C21.2533%204.94859%2021.5128%205.70635%2021.6338%206.60645C21.7519%207.48493%2021.75%208.60514%2021.75%209.99805V15.998C21.75%2017.3908%2021.7519%2018.5112%2021.6338%2019.3896C21.5128%2020.2898%2021.2533%2021.0485%2020.6514%2021.6504C20.0495%2022.252%2019.2915%2022.5108%2018.3916%2022.6318C17.5131%2022.7499%2016.3929%2022.748%2015%2022.748H9C7.60708%2022.748%206.48691%2022.7499%205.6084%2022.6318C4.70848%2022.5108%203.95049%2022.252%203.34863%2021.6504C2.74672%2021.0485%202.48723%2020.2898%202.36621%2019.3896C2.24815%2018.5112%202.25%2017.3908%202.25%2015.998Z%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%2012.25C15.4142%2012.25%2015.75%2012.5858%2015.75%2013C15.75%2013.4142%2015.4142%2013.75%2015%2013.75H9C8.58579%2013.75%208.25%2013.4142%208.25%2013C8.25%2012.5858%208.58579%2012.25%209%2012.25H15Z%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%2015.998V9.99805C2.25%208.60514%202.2481%207.48493%202.36621%206.60645C2.48723%205.70635%202.74672%204.94859%203.34863%204.34668C3.87355%203.82182%204.51842%203.55622%205.27637%203.41699C6.01292%203.28171%206.91459%203.25602%207.9961%203.25L8.00391%204.75C6.91055%204.75609%206.13508%204.78453%205.54688%204.89258C4.98044%204.99668%204.65256%205.1639%204.40918%205.40723C4.13242%205.68399%203.95217%206.07287%203.85352%206.80664C3.752%207.56193%203.75%208.56288%203.75%209.99805V15.998C3.75%2017.4335%203.75196%2018.4351%203.85352%2019.1904C3.95217%2019.9239%204.13252%2020.3122%204.40918%2020.5889C4.68594%2020.8656%205.07482%2021.0469%205.8086%2021.1455C6.56389%2021.247%207.56491%2021.248%209%2021.248H15C16.4351%2021.248%2017.4361%2021.247%2018.1914%2021.1455C18.9252%2021.0469%2019.3141%2020.8656%2019.5908%2020.5889C19.8675%2020.3122%2020.0478%2019.9239%2020.1465%2019.1904C20.248%2018.4351%2020.25%2017.4335%2020.25%2015.998V9.99805C20.25%208.56288%2020.248%207.56193%2020.1465%206.80664C20.0478%206.07287%2019.8676%205.68399%2019.5908%205.40723C19.3474%205.1639%2019.0196%204.99668%2018.4531%204.89258C17.8649%204.78453%2017.0895%204.75609%2015.9961%204.75L16.0039%203.25C17.0854%203.25602%2017.9871%203.28171%2018.7236%203.41699C19.4816%203.55622%2020.1265%203.82182%2020.6514%204.34668C21.2533%204.94859%2021.5128%205.70635%2021.6338%206.60645C21.7519%207.48493%2021.75%208.60514%2021.75%209.99805V15.998C21.75%2017.3908%2021.7519%2018.5112%2021.6338%2019.3896C21.5128%2020.2898%2021.2533%2021.0485%2020.6514%2021.6504C20.0495%2022.252%2019.2915%2022.5108%2018.3916%2022.6318C17.5131%2022.7499%2016.3929%2022.748%2015%2022.748H9C7.60708%2022.748%206.48691%2022.7499%205.6084%2022.6318C4.70848%2022.5108%203.95049%2022.252%203.34863%2021.6504C2.74672%2021.0485%202.48723%2020.2898%202.36621%2019.3896C2.24815%2018.5112%202.25%2017.3908%202.25%2015.998Z%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%2012.25C15.4142%2012.25%2015.75%2012.5858%2015.75%2013C15.75%2013.4142%2015.4142%2013.75%2015%2013.75H9C8.58579%2013.75%208.25%2013.4142%208.25%2013C8.25%2012.5858%208.58579%2012.25%209%2012.25H15Z%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-minus-outline.svg?color=%231a73e8&size=48