Project

General

Profile

Feature #8759 » datetime.svg

First Try AI generated DateTime Icon SVG - Christian Meyer, 08/11/2025 06:57 PM

 
<svg xmlns="http://www.w3.org/2000/svg" width="64" height="64" viewBox="0 0 64 64">
<!-- Calendar base -->
<rect x="4" y="10" width="40" height="36" rx="2" ry="2" fill="#ffffff" stroke="#000000" stroke-width="2"/>
<!-- Calendar header -->
<rect x="4" y="10" width="40" height="8" fill="#000000"/>
<!-- Calendar grid -->
<g stroke="#000000" stroke-width="1">
<line x1="4" y1="18" x2="44" y2="18"/>
<line x1="4" y1="26" x2="44" y2="26"/>
<line x1="4" y1="34" x2="44" y2="34"/>
<line x1="4" y1="42" x2="44" y2="42"/>
<line x1="12" y1="18" x2="12" y2="46"/>
<line x1="20" y1="18" x2="20" y2="46"/>
<line x1="28" y1="18" x2="28" y2="46"/>
<line x1="36" y1="18" x2="36" y2="46"/>
</g>
<!-- Clock overlay -->
<circle cx="44" cy="44" r="16" fill="#ffffff" stroke="#000000" stroke-width="2"/>
<!-- Clock hands -->
<line x1="44" y1="44" x2="44" y2="36" stroke="#000000" stroke-width="2" stroke-linecap="round"/>
<line x1="44" y1="44" x2="50" y2="44" stroke="#000000" stroke-width="2" stroke-linecap="round"/>
<!-- Clock ticks -->
<circle cx="44" cy="44" r="1" fill="#000000"/>
</svg>
(2-2/2)