clone solid icon
clone-solid from Line Awesome by Icons8 · Line · Interfaces · Apache-2.0 Free for personal and commercial use.
- Name
- clone-solid
- Set
- Line Awesome
- Style
- Line
- Category
- Interfaces
- Viewbox
- 32×32
- License
- Apache 2.0
More interfaces icons from Line Awesome
Use the clone solid icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M9 4C6.8 4 5 5.8 5 8c0 1.113.477 2.117 1.219 2.844A5.04 5.04 0 0 0 4 15v5.625l2 1V28h6v-6.375l2-1V19h-2v.375l-2 1V26H8v-5.625l-2-1V15c0-1.668 1.332-3 3-3s3 1.332 3 3h2a5.04 5.04 0 0 0-2.219-4.156C12.523 10.117 13 9.114 13 8c0-2.2-1.8-4-4-4m14 0c-2.2 0-4 1.8-4 4c0 1.113.477 2.117 1.219 2.844A5.04 5.04 0 0 0 18 15v5.625l2 1V28h6v-6.375l2-1V15a5.04 5.04 0 0 0-2.219-4.156C26.523 10.117 27 9.114 27 8c0-2.2-1.8-4-4-4M9 6c1.117 0 2 .883 2 2s-.883 2-2 2s-2-.883-2-2s.883-2 2-2m14 0c1.117 0 2 .883 2 2s-.883 2-2 2s-2-.883-2-2s.883-2 2-2m0 6c1.668 0 3 1.332 3 3v4.375l-2 1V26h-2v-5.625l-2-1V15c0-1.668 1.332-3 3-3m-8 2.188V16h-4v2h4v1.813L17.813 17z"/></svg>
React
import type { SVGProps } from "react";
export function LaCloneSolid(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M9 4C6.8 4 5 5.8 5 8c0 1.113.477 2.117 1.219 2.844A5.04 5.04 0 0 0 4 15v5.625l2 1V28h6v-6.375l2-1V19h-2v.375l-2 1V26H8v-5.625l-2-1V15c0-1.668 1.332-3 3-3s3 1.332 3 3h2a5.04 5.04 0 0 0-2.219-4.156C12.523 10.117 13 9.114 13 8c0-2.2-1.8-4-4-4m14 0c-2.2 0-4 1.8-4 4c0 1.113.477 2.117 1.219 2.844A5.04 5.04 0 0 0 18 15v5.625l2 1V28h6v-6.375l2-1V15a5.04 5.04 0 0 0-2.219-4.156C26.523 10.117 27 9.114 27 8c0-2.2-1.8-4-4-4M9 6c1.117 0 2 .883 2 2s-.883 2-2 2s-2-.883-2-2s.883-2 2-2m14 0c1.117 0 2 .883 2 2s-.883 2-2 2s-2-.883-2-2s.883-2 2-2m0 6c1.668 0 3 1.332 3 3v4.375l-2 1V26h-2v-5.625l-2-1V15c0-1.668 1.332-3 3-3m-8 2.188V16h-4v2h4v1.813L17.813 17z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M9 4C6.8 4 5 5.8 5 8c0 1.113.477 2.117 1.219 2.844A5.04 5.04 0 0 0 4 15v5.625l2 1V28h6v-6.375l2-1V19h-2v.375l-2 1V26H8v-5.625l-2-1V15c0-1.668 1.332-3 3-3s3 1.332 3 3h2a5.04 5.04 0 0 0-2.219-4.156C12.523 10.117 13 9.114 13 8c0-2.2-1.8-4-4-4m14 0c-2.2 0-4 1.8-4 4c0 1.113.477 2.117 1.219 2.844A5.04 5.04 0 0 0 18 15v5.625l2 1V28h6v-6.375l2-1V15a5.04 5.04 0 0 0-2.219-4.156C26.523 10.117 27 9.114 27 8c0-2.2-1.8-4-4-4M9 6c1.117 0 2 .883 2 2s-.883 2-2 2s-2-.883-2-2s.883-2 2-2m14 0c1.117 0 2 .883 2 2s-.883 2-2 2s-2-.883-2-2s.883-2 2-2m0 6c1.668 0 3 1.332 3 3v4.375l-2 1V26h-2v-5.625l-2-1V15c0-1.668 1.332-3 3-3m-8 2.188V16h-4v2h4v1.813L17.813 17z"/></svg> </template>
CSS
.icon-clone-solid {
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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9%204C6.8%204%205%205.8%205%208c0%201.113.477%202.117%201.219%202.844A5.04%205.04%200%200%200%204%2015v5.625l2%201V28h6v-6.375l2-1V19h-2v.375l-2%201V26H8v-5.625l-2-1V15c0-1.668%201.332-3%203-3s3%201.332%203%203h2a5.04%205.04%200%200%200-2.219-4.156C12.523%2010.117%2013%209.114%2013%208c0-2.2-1.8-4-4-4m14%200c-2.2%200-4%201.8-4%204c0%201.113.477%202.117%201.219%202.844A5.04%205.04%200%200%200%2018%2015v5.625l2%201V28h6v-6.375l2-1V15a5.04%205.04%200%200%200-2.219-4.156C26.523%2010.117%2027%209.114%2027%208c0-2.2-1.8-4-4-4M9%206c1.117%200%202%20.883%202%202s-.883%202-2%202s-2-.883-2-2s.883-2%202-2m14%200c1.117%200%202%20.883%202%202s-.883%202-2%202s-2-.883-2-2s.883-2%202-2m0%206c1.668%200%203%201.332%203%203v4.375l-2%201V26h-2v-5.625l-2-1V15c0-1.668%201.332-3%203-3m-8%202.188V16h-4v2h4v1.813L17.813%2017z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9%204C6.8%204%205%205.8%205%208c0%201.113.477%202.117%201.219%202.844A5.04%205.04%200%200%200%204%2015v5.625l2%201V28h6v-6.375l2-1V19h-2v.375l-2%201V26H8v-5.625l-2-1V15c0-1.668%201.332-3%203-3s3%201.332%203%203h2a5.04%205.04%200%200%200-2.219-4.156C12.523%2010.117%2013%209.114%2013%208c0-2.2-1.8-4-4-4m14%200c-2.2%200-4%201.8-4%204c0%201.113.477%202.117%201.219%202.844A5.04%205.04%200%200%200%2018%2015v5.625l2%201V28h6v-6.375l2-1V15a5.04%205.04%200%200%200-2.219-4.156C26.523%2010.117%2027%209.114%2027%208c0-2.2-1.8-4-4-4M9%206c1.117%200%202%20.883%202%202s-.883%202-2%202s-2-.883-2-2s.883-2%202-2m14%200c1.117%200%202%20.883%202%202s-.883%202-2%202s-2-.883-2-2s.883-2%202-2m0%206c1.668%200%203%201.332%203%203v4.375l-2%201V26h-2v-5.625l-2-1V15c0-1.668%201.332-3%203-3m-8%202.188V16h-4v2h4v1.813L17.813%2017z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/la/clone-solid.svg?color=%231a73e8&size=48