copy success icon

copy-success from Reicon by REICON · Outline · Newicons · MIT Free for personal and commercial use.

Name
copy-success
Set
Reicon
Style
Outline
Category
Newicons
Viewbox
24×24
License
MIT

1 other variant in Reicon

More newicons icons from Reicon

Use the copy success 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-linejoin="round" stroke-width="1.5"><path d="M22 11.1V6.9C22 3.4 20.6 2 17.1 2h-4.2C9.4 2 8 3.4 8 6.9V8h3.1c3.5 0 4.9 1.4 4.9 4.9V16h1.1c3.5 0 4.9-1.4 4.9-4.9"/><path d="M16 17.1v-4.2C16 9.4 14.6 8 11.1 8H6.9C3.4 8 2 9.4 2 12.9v4.2C2 20.6 3.4 22 6.9 22h4.2c3.5 0 4.9-1.4 4.9-4.9"/><path d="m6.08 15l1.95 1.95l3.89-3.9"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconCopySuccess(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" strokeLinejoin="round" strokeWidth="1.5"><path d="M22 11.1V6.9C22 3.4 20.6 2 17.1 2h-4.2C9.4 2 8 3.4 8 6.9V8h3.1c3.5 0 4.9 1.4 4.9 4.9V16h1.1c3.5 0 4.9-1.4 4.9-4.9"/><path d="M16 17.1v-4.2C16 9.4 14.6 8 11.1 8H6.9C3.4 8 2 9.4 2 12.9v4.2C2 20.6 3.4 22 6.9 22h4.2c3.5 0 4.9-1.4 4.9-4.9"/><path d="m6.08 15l1.95 1.95l3.89-3.9"/></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-linejoin="round" stroke-width="1.5"><path d="M22 11.1V6.9C22 3.4 20.6 2 17.1 2h-4.2C9.4 2 8 3.4 8 6.9V8h3.1c3.5 0 4.9 1.4 4.9 4.9V16h1.1c3.5 0 4.9-1.4 4.9-4.9"/><path d="M16 17.1v-4.2C16 9.4 14.6 8 11.1 8H6.9C3.4 8 2 9.4 2 12.9v4.2C2 20.6 3.4 22 6.9 22h4.2c3.5 0 4.9-1.4 4.9-4.9"/><path d="m6.08 15l1.95 1.95l3.89-3.9"/></g></svg>
</template>

CSS

.icon-copy-success {
  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-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M22%2011.1V6.9C22%203.4%2020.6%202%2017.1%202h-4.2C9.4%202%208%203.4%208%206.9V8h3.1c3.5%200%204.9%201.4%204.9%204.9V16h1.1c3.5%200%204.9-1.4%204.9-4.9%22%2F%3E%3Cpath%20d%3D%22M16%2017.1v-4.2C16%209.4%2014.6%208%2011.1%208H6.9C3.4%208%202%209.4%202%2012.9v4.2C2%2020.6%203.4%2022%206.9%2022h4.2c3.5%200%204.9-1.4%204.9-4.9%22%2F%3E%3Cpath%20d%3D%22m6.08%2015l1.95%201.95l3.89-3.9%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-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M22%2011.1V6.9C22%203.4%2020.6%202%2017.1%202h-4.2C9.4%202%208%203.4%208%206.9V8h3.1c3.5%200%204.9%201.4%204.9%204.9V16h1.1c3.5%200%204.9-1.4%204.9-4.9%22%2F%3E%3Cpath%20d%3D%22M16%2017.1v-4.2C16%209.4%2014.6%208%2011.1%208H6.9C3.4%208%202%209.4%202%2012.9v4.2C2%2020.6%203.4%2022%206.9%2022h4.2c3.5%200%204.9-1.4%204.9-4.9%22%2F%3E%3Cpath%20d%3D%22m6.08%2015l1.95%201.95l3.89-3.9%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/copy-success.svg?color=%231a73e8&size=48