Files
vidconf/design/logo.svg
Max Ronzhin 8757bec8ac
Some checks failed
CI / backend (push) Has been cancelled
CI / frontend (push) Has been cancelled
first commit
2026-07-23 02:38:05 +03:00

29 lines
2.1 KiB
XML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?xml version="1.0" encoding="UTF-8"?>
<!--
VidConf — мастер-логотип «объектив».
Конструкция: центральная закрытая диафрагма (плоская шестигранная линза) +
4 концентрических кольца, каждое разорвано на дуги-сегменты разной длины
и толщины с неравномерными промежутками (техно/HUD-эстетика, ощущение
вращения диафрагменных лепестков). Один цвет — currentColor (в проекте
наследует var(--color-ink-700), #3B4D95, на светлых поверхностях).
Квадратный viewBox 64×64, масштабируется без потери пропорций.
Для размеров 1632px использовать design/favicon.svg (упрощённая версия).
Подробности и правила использования — design/DESIGN_SYSTEM.md, раздел «Логотип».
-->
<svg viewBox="0 0 64 64" xmlns="http://www.w3.org/2000/svg" fill="none" role="img" aria-label="VidConf">
<!-- диафрагма (закрытая, плоский шестигранник) -->
<polygon points="41,32 36.5,39.8 27.5,39.8 23,32 27.5,24.2 36.5,24.2" fill="currentColor"/>
<!-- кольцо 1 -->
<circle cx="32" cy="32" r="15" stroke="currentColor" stroke-width="3"
stroke-dasharray="16 7 28 9 12 16" stroke-dashoffset="5"/>
<!-- кольцо 2 -->
<circle cx="32" cy="32" r="20" stroke="currentColor" stroke-width="2"
stroke-dasharray="22 10 8 14 34 12 6 10" stroke-dashoffset="40"/>
<!-- кольцо 3 -->
<circle cx="32" cy="32" r="25" stroke="currentColor" stroke-width="3.5"
stroke-dasharray="40 14 12 10 26 16 20 8" stroke-dashoffset="80"/>
<!-- кольцо 4 (внешнее, самое тонкое) -->
<circle cx="32" cy="32" r="29" stroke="currentColor" stroke-width="1.6"
stroke-dasharray="10 6 60 20 30 10 24 8" stroke-dashoffset="120"/>
</svg>