ultisuite-client/public/contacts-mark.svg
R3D347HR4Y 303b2b1074
Some checks are pending
E2E / Playwright e2e (push) Waiting to run
wow
2026-06-11 01:22:40 +02:00

22 lines
775 B
XML

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 40 40" fill="none" aria-hidden="true">
<!-- Contacts: tuile bleue plate, duo de contacts (blanc + bleu clair) -->
<defs>
<clipPath id="ct-tile">
<rect x="4" y="4" width="32" height="32" rx="8"/>
</clipPath>
</defs>
<rect x="4" y="4" width="32" height="32" rx="8" fill="#4285F4"/>
<g clip-path="url(#ct-tile)">
<!-- Contact arrière -->
<g fill="#D2E3FC">
<circle cx="26.5" cy="17.2" r="2.9"/>
<path d="M22.8 25.4c0-1.55 1.6-2.8 3.7-2.8s3.7 1.25 3.7 2.8v1.35h-7.4v-1.35z"/>
</g>
<!-- Contact avant -->
<g fill="white">
<circle cx="14.75" cy="17.8" r="4.15"/>
<path d="M7.8 30.2c0-3.45 3.05-6.2 7-6.2s7 2.75 7 6.2v1.45H7.8v-1.45z"/>
</g>
</g>
</svg>