git.lucas.co / cce-icons
SVG icon set
git clone https://git.lucas.co/cce-icons.git

commitd824196ccc72bd0ed94002e0ca44ccb3f17d1470
parent3080ec8764
authorLucas Galante <[email protected]>
date2026-08-11 10:53
preview: picture-frame + loupe icon for cce-preview

Co-Authored-By: Claude Fable 5 <[email protected]>

 svg/preview.svg | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/svg/preview.svg b/svg/preview.svg
new file mode 100644
index 0000000..b114f5d
--- /dev/null
+++ b/svg/preview.svg
@@ -0,0 +1,10 @@
+<svg width="40" height="40" viewBox="0 0 40 40" xmlns="http://www.w3.org/2000/svg">
+  <!-- Preview: rounded picture frame with sun + mountains, magnifier over
+       the lower-right corner (flat union where the ring crosses the frame —
+       the corner shows through the lens). -->
+  <rect x="5" y="7" width="28" height="22" rx="4" fill="none" stroke="#f1fa8c" stroke-width="4" />
+  <circle cx="13.5" cy="14" r="2.6" fill="#f1fa8c" />
+  <path d="M8.5 25 L15 17.5 L19.5 22 L22.5 19 L25.5 22.3 L25.5 25 Z" fill="#f1fa8c" />
+  <circle cx="30.5" cy="28.5" r="6" fill="none" stroke="#f1fa8c" stroke-width="4" />
+  <path d="M35 33 L38 36" fill="none" stroke="#f1fa8c" stroke-width="4" stroke-linecap="round" />
+</svg>