clone icon
clone from Prime Icons by PrimeTek · Regular · MIT Free for personal and commercial use.
- Name
- clone
- Set
- Prime Icons
- Style
- Regular
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
Use the clone icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14 16.75H6A2.75 2.75 0 0 1 3.25 14V6A2.75 2.75 0 0 1 6 3.25h8A2.75 2.75 0 0 1 16.75 6v8A2.75 2.75 0 0 1 14 16.75m-8-12A1.25 1.25 0 0 0 4.75 6v8A1.25 1.25 0 0 0 6 15.25h8A1.25 1.25 0 0 0 15.25 14V6A1.25 1.25 0 0 0 14 4.75Z"/><path fill="currentColor" d="M18 20.75h-8A2.75 2.75 0 0 1 7.25 18v-2h1.5v2A1.25 1.25 0 0 0 10 19.25h8A1.25 1.25 0 0 0 19.25 18v-8A1.25 1.25 0 0 0 18 8.75h-2v-1.5h2A2.75 2.75 0 0 1 20.75 10v8A2.75 2.75 0 0 1 18 20.75"/></svg>
React
import type { SVGProps } from "react";
export function PrimeClone(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14 16.75H6A2.75 2.75 0 0 1 3.25 14V6A2.75 2.75 0 0 1 6 3.25h8A2.75 2.75 0 0 1 16.75 6v8A2.75 2.75 0 0 1 14 16.75m-8-12A1.25 1.25 0 0 0 4.75 6v8A1.25 1.25 0 0 0 6 15.25h8A1.25 1.25 0 0 0 15.25 14V6A1.25 1.25 0 0 0 14 4.75Z"/><path fill="currentColor" d="M18 20.75h-8A2.75 2.75 0 0 1 7.25 18v-2h1.5v2A1.25 1.25 0 0 0 10 19.25h8A1.25 1.25 0 0 0 19.25 18v-8A1.25 1.25 0 0 0 18 8.75h-2v-1.5h2A2.75 2.75 0 0 1 20.75 10v8A2.75 2.75 0 0 1 18 20.75"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14 16.75H6A2.75 2.75 0 0 1 3.25 14V6A2.75 2.75 0 0 1 6 3.25h8A2.75 2.75 0 0 1 16.75 6v8A2.75 2.75 0 0 1 14 16.75m-8-12A1.25 1.25 0 0 0 4.75 6v8A1.25 1.25 0 0 0 6 15.25h8A1.25 1.25 0 0 0 15.25 14V6A1.25 1.25 0 0 0 14 4.75Z"/><path fill="currentColor" d="M18 20.75h-8A2.75 2.75 0 0 1 7.25 18v-2h1.5v2A1.25 1.25 0 0 0 10 19.25h8A1.25 1.25 0 0 0 19.25 18v-8A1.25 1.25 0 0 0 18 8.75h-2v-1.5h2A2.75 2.75 0 0 1 20.75 10v8A2.75 2.75 0 0 1 18 20.75"/></svg> </template>
CSS
.icon-clone {
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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14%2016.75H6A2.75%202.75%200%200%201%203.25%2014V6A2.75%202.75%200%200%201%206%203.25h8A2.75%202.75%200%200%201%2016.75%206v8A2.75%202.75%200%200%201%2014%2016.75m-8-12A1.25%201.25%200%200%200%204.75%206v8A1.25%201.25%200%200%200%206%2015.25h8A1.25%201.25%200%200%200%2015.25%2014V6A1.25%201.25%200%200%200%2014%204.75Z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M18%2020.75h-8A2.75%202.75%200%200%201%207.25%2018v-2h1.5v2A1.25%201.25%200%200%200%2010%2019.25h8A1.25%201.25%200%200%200%2019.25%2018v-8A1.25%201.25%200%200%200%2018%208.75h-2v-1.5h2A2.75%202.75%200%200%201%2020.75%2010v8A2.75%202.75%200%200%201%2018%2020.75%22%2F%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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14%2016.75H6A2.75%202.75%200%200%201%203.25%2014V6A2.75%202.75%200%200%201%206%203.25h8A2.75%202.75%200%200%201%2016.75%206v8A2.75%202.75%200%200%201%2014%2016.75m-8-12A1.25%201.25%200%200%200%204.75%206v8A1.25%201.25%200%200%200%206%2015.25h8A1.25%201.25%200%200%200%2015.25%2014V6A1.25%201.25%200%200%200%2014%204.75Z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M18%2020.75h-8A2.75%202.75%200%200%201%207.25%2018v-2h1.5v2A1.25%201.25%200%200%200%2010%2019.25h8A1.25%201.25%200%200%200%2019.25%2018v-8A1.25%201.25%200%200%200%2018%208.75h-2v-1.5h2A2.75%202.75%200%200%201%2020.75%2010v8A2.75%202.75%200%200%201%2018%2020.75%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/prime/clone.svg?color=%231a73e8&size=48