24 lines
682 B
XML
24 lines
682 B
XML
<!--
|
|
tags: [layered-difference, layer-intersect, intersecting-layers, layer-subtract, difference, overlap, comparison, layer-blend, merge-layers, layer-comparison, stack]
|
|
category: Design
|
|
version: "1.0"
|
|
unicode: "eac8"
|
|
-->
|
|
<svg
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
width="24"
|
|
height="24"
|
|
viewBox="0 0 24 24"
|
|
fill="none"
|
|
stroke="currentColor"
|
|
stroke-width="2"
|
|
stroke-linecap="round"
|
|
stroke-linejoin="round"
|
|
>
|
|
<path d="M16 16v2a2 2 0 0 1 -2 2h-8a2 2 0 0 1 -2 -2v-8a2 2 0 0 1 2 -2h2v-2a2 2 0 0 1 2 -2h8a2 2 0 0 1 2 2v8a2 2 0 0 1 -2 2h-2" />
|
|
<path d="M10 8l-2 0l0 2" />
|
|
<path d="M8 14l0 2l2 0" />
|
|
<path d="M14 8l2 0l0 2" />
|
|
<path d="M16 14l0 2l-2 0" />
|
|
</svg>
|