copy-bold-duotone from Solar by 480 Design · Bold Duotone · UI · CC-BY-4.0 Attribution required.

Name
copy-bold-duotone
Set
Solar
Style
Bold Duotone
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="currentColor"><path d="M6.59961 11.3974C6.59961 8.67119 6.59961 7.3081 7.44314 6.46118C8.28667 5.61426 9.64432 5.61426 12.3596 5.61426H15.2396C17.9549 5.61426 19.3125 5.61426 20.1561 6.46118C20.9996 7.3081 20.9996 8.6712 20.9996 11.3974V16.2167C20.9996 18.9429 20.9996 20.306 20.1561 21.1529C19.3125 21.9998 17.9549 21.9998 15.2396 21.9998H12.3596C9.64432 21.9998 8.28667 21.9998 7.44314 21.1529C6.59961 20.306 6.59961 18.9429 6.59961 16.2167V11.3974Z"/><path d="M4.17157 3.17157C3 4.34315 3 6.22876 3 10V12C3 15.7712 3 17.6569 4.17157 18.8284C4.78913 19.446 5.6051 19.738 6.79105 19.8761C6.59961 19.0353 6.59961 17.8796 6.59961 16.2167V11.3974C6.59961 8.6712 6.59961 7.3081 7.44314 6.46118C8.28667 5.61426 9.64432 5.61426 12.3596 5.61426H15.2396C16.8915 5.61426 18.0409 5.61426 18.8777 5.80494C18.7403 4.61146 18.4484 3.79154 17.8284 3.17157C16.6569 2 14.7712 2 11 2C7.22876 2 5.34315 2 4.17157 3.17157Z" opacity=".5"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarCopyBoldDuotone(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="M6.59961 11.3974C6.59961 8.67119 6.59961 7.3081 7.44314 6.46118C8.28667 5.61426 9.64432 5.61426 12.3596 5.61426H15.2396C17.9549 5.61426 19.3125 5.61426 20.1561 6.46118C20.9996 7.3081 20.9996 8.6712 20.9996 11.3974V16.2167C20.9996 18.9429 20.9996 20.306 20.1561 21.1529C19.3125 21.9998 17.9549 21.9998 15.2396 21.9998H12.3596C9.64432 21.9998 8.28667 21.9998 7.44314 21.1529C6.59961 20.306 6.59961 18.9429 6.59961 16.2167V11.3974Z"/><path d="M4.17157 3.17157C3 4.34315 3 6.22876 3 10V12C3 15.7712 3 17.6569 4.17157 18.8284C4.78913 19.446 5.6051 19.738 6.79105 19.8761C6.59961 19.0353 6.59961 17.8796 6.59961 16.2167V11.3974C6.59961 8.6712 6.59961 7.3081 7.44314 6.46118C8.28667 5.61426 9.64432 5.61426 12.3596 5.61426H15.2396C16.8915 5.61426 18.0409 5.61426 18.8777 5.80494C18.7403 4.61146 18.4484 3.79154 17.8284 3.17157C16.6569 2 14.7712 2 11 2C7.22876 2 5.34315 2 4.17157 3.17157Z" opacity=".5"/></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="M6.59961 11.3974C6.59961 8.67119 6.59961 7.3081 7.44314 6.46118C8.28667 5.61426 9.64432 5.61426 12.3596 5.61426H15.2396C17.9549 5.61426 19.3125 5.61426 20.1561 6.46118C20.9996 7.3081 20.9996 8.6712 20.9996 11.3974V16.2167C20.9996 18.9429 20.9996 20.306 20.1561 21.1529C19.3125 21.9998 17.9549 21.9998 15.2396 21.9998H12.3596C9.64432 21.9998 8.28667 21.9998 7.44314 21.1529C6.59961 20.306 6.59961 18.9429 6.59961 16.2167V11.3974Z"/><path d="M4.17157 3.17157C3 4.34315 3 6.22876 3 10V12C3 15.7712 3 17.6569 4.17157 18.8284C4.78913 19.446 5.6051 19.738 6.79105 19.8761C6.59961 19.0353 6.59961 17.8796 6.59961 16.2167V11.3974C6.59961 8.6712 6.59961 7.3081 7.44314 6.46118C8.28667 5.61426 9.64432 5.61426 12.3596 5.61426H15.2396C16.8915 5.61426 18.0409 5.61426 18.8777 5.80494C18.7403 4.61146 18.4484 3.79154 17.8284 3.17157C16.6569 2 14.7712 2 11 2C7.22876 2 5.34315 2 4.17157 3.17157Z" opacity=".5"/></g></svg>
</template>

CSS

.icon-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%22M6.59961%2011.3974C6.59961%208.67119%206.59961%207.3081%207.44314%206.46118C8.28667%205.61426%209.64432%205.61426%2012.3596%205.61426H15.2396C17.9549%205.61426%2019.3125%205.61426%2020.1561%206.46118C20.9996%207.3081%2020.9996%208.6712%2020.9996%2011.3974V16.2167C20.9996%2018.9429%2020.9996%2020.306%2020.1561%2021.1529C19.3125%2021.9998%2017.9549%2021.9998%2015.2396%2021.9998H12.3596C9.64432%2021.9998%208.28667%2021.9998%207.44314%2021.1529C6.59961%2020.306%206.59961%2018.9429%206.59961%2016.2167V11.3974Z%22%2F%3E%3Cpath%20d%3D%22M4.17157%203.17157C3%204.34315%203%206.22876%203%2010V12C3%2015.7712%203%2017.6569%204.17157%2018.8284C4.78913%2019.446%205.6051%2019.738%206.79105%2019.8761C6.59961%2019.0353%206.59961%2017.8796%206.59961%2016.2167V11.3974C6.59961%208.6712%206.59961%207.3081%207.44314%206.46118C8.28667%205.61426%209.64432%205.61426%2012.3596%205.61426H15.2396C16.8915%205.61426%2018.0409%205.61426%2018.8777%205.80494C18.7403%204.61146%2018.4484%203.79154%2017.8284%203.17157C16.6569%202%2014.7712%202%2011%202C7.22876%202%205.34315%202%204.17157%203.17157Z%22%20opacity%3D%22.5%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%22M6.59961%2011.3974C6.59961%208.67119%206.59961%207.3081%207.44314%206.46118C8.28667%205.61426%209.64432%205.61426%2012.3596%205.61426H15.2396C17.9549%205.61426%2019.3125%205.61426%2020.1561%206.46118C20.9996%207.3081%2020.9996%208.6712%2020.9996%2011.3974V16.2167C20.9996%2018.9429%2020.9996%2020.306%2020.1561%2021.1529C19.3125%2021.9998%2017.9549%2021.9998%2015.2396%2021.9998H12.3596C9.64432%2021.9998%208.28667%2021.9998%207.44314%2021.1529C6.59961%2020.306%206.59961%2018.9429%206.59961%2016.2167V11.3974Z%22%2F%3E%3Cpath%20d%3D%22M4.17157%203.17157C3%204.34315%203%206.22876%203%2010V12C3%2015.7712%203%2017.6569%204.17157%2018.8284C4.78913%2019.446%205.6051%2019.738%206.79105%2019.8761C6.59961%2019.0353%206.59961%2017.8796%206.59961%2016.2167V11.3974C6.59961%208.6712%206.59961%207.3081%207.44314%206.46118C8.28667%205.61426%209.64432%205.61426%2012.3596%205.61426H15.2396C16.8915%205.61426%2018.0409%205.61426%2018.8777%205.80494C18.7403%204.61146%2018.4484%203.79154%2017.8284%203.17157C16.6569%202%2014.7712%202%2011%202C7.22876%202%205.34315%202%204.17157%203.17157Z%22%20opacity%3D%22.5%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-bold-duotone.svg?color=%231a73e8&size=48