copy-broken from Solar by 480 Design · Broken · UI · CC-BY-4.0 Attribution required.

Name
copy-broken
Set
Solar
Style
Broken
Category
UI
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

The same icon in other sets

More ui icons from Solar

Use the copy 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-linecap="round" stroke-width="1.5"><path d="M20.9983 10C20.9862 7.82497 20.8897 6.64706 20.1213 5.87868C19.2426 5 17.8284 5 15 5H12C9.17157 5 7.75736 5 6.87868 5.87868C6 6.75736 6 8.17157 6 11V16C6 18.8284 6 20.2426 6.87868 21.1213C7.75736 22 9.17157 22 12 22H15C17.8284 22 19.2426 22 20.1213 21.1213C21 20.2426 21 18.8284 21 16V15"/><path d="M3 10V16C3 17.6569 4.34315 19 6 19M18 5C18 3.34315 16.6569 2 15 2H11C7.22876 2 5.34315 2 4.17157 3.17157C3.51839 3.82475 3.22937 4.69989 3.10149 6"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarCopyBroken(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" strokeLinecap="round" strokeWidth="1.5"><path d="M20.9983 10C20.9862 7.82497 20.8897 6.64706 20.1213 5.87868C19.2426 5 17.8284 5 15 5H12C9.17157 5 7.75736 5 6.87868 5.87868C6 6.75736 6 8.17157 6 11V16C6 18.8284 6 20.2426 6.87868 21.1213C7.75736 22 9.17157 22 12 22H15C17.8284 22 19.2426 22 20.1213 21.1213C21 20.2426 21 18.8284 21 16V15"/><path d="M3 10V16C3 17.6569 4.34315 19 6 19M18 5C18 3.34315 16.6569 2 15 2H11C7.22876 2 5.34315 2 4.17157 3.17157C3.51839 3.82475 3.22937 4.69989 3.10149 6"/></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-linecap="round" stroke-width="1.5"><path d="M20.9983 10C20.9862 7.82497 20.8897 6.64706 20.1213 5.87868C19.2426 5 17.8284 5 15 5H12C9.17157 5 7.75736 5 6.87868 5.87868C6 6.75736 6 8.17157 6 11V16C6 18.8284 6 20.2426 6.87868 21.1213C7.75736 22 9.17157 22 12 22H15C17.8284 22 19.2426 22 20.1213 21.1213C21 20.2426 21 18.8284 21 16V15"/><path d="M3 10V16C3 17.6569 4.34315 19 6 19M18 5C18 3.34315 16.6569 2 15 2H11C7.22876 2 5.34315 2 4.17157 3.17157C3.51839 3.82475 3.22937 4.69989 3.10149 6"/></g></svg>
</template>

CSS

.icon-copy-broken {
  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-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M20.9983%2010C20.9862%207.82497%2020.8897%206.64706%2020.1213%205.87868C19.2426%205%2017.8284%205%2015%205H12C9.17157%205%207.75736%205%206.87868%205.87868C6%206.75736%206%208.17157%206%2011V16C6%2018.8284%206%2020.2426%206.87868%2021.1213C7.75736%2022%209.17157%2022%2012%2022H15C17.8284%2022%2019.2426%2022%2020.1213%2021.1213C21%2020.2426%2021%2018.8284%2021%2016V15%22%2F%3E%3Cpath%20d%3D%22M3%2010V16C3%2017.6569%204.34315%2019%206%2019M18%205C18%203.34315%2016.6569%202%2015%202H11C7.22876%202%205.34315%202%204.17157%203.17157C3.51839%203.82475%203.22937%204.69989%203.10149%206%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-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M20.9983%2010C20.9862%207.82497%2020.8897%206.64706%2020.1213%205.87868C19.2426%205%2017.8284%205%2015%205H12C9.17157%205%207.75736%205%206.87868%205.87868C6%206.75736%206%208.17157%206%2011V16C6%2018.8284%206%2020.2426%206.87868%2021.1213C7.75736%2022%209.17157%2022%2012%2022H15C17.8284%2022%2019.2426%2022%2020.1213%2021.1213C21%2020.2426%2021%2018.8284%2021%2016V15%22%2F%3E%3Cpath%20d%3D%22M3%2010V16C3%2017.6569%204.34315%2019%206%2019M18%205C18%203.34315%2016.6569%202%2015%202H11C7.22876%202%205.34315%202%204.17157%203.17157C3.51839%203.82475%203.22937%204.69989%203.10149%206%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/copy-broken.svg?color=%231a73e8&size=48