Files
vidconf/design/favicon.svg

15 lines
1.1 KiB
XML
Raw Permalink 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 — упрощённая версия логотипа «объектив» для мелких размеров
(1632px: favicon, app-иконка, значок в топбаре рядом со словом «VidConf»).
Меньше деталей и толще штрихи, чем в мастер-файле design/logo.svg, — чтобы
силуэт читался на маленьком экране. Один цвет — currentColor (наследует
var(--color-ink-700), #3B4D95). Квадратный viewBox 32×32.
-->
<svg viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg" fill="none" role="img" aria-label="VidConf">
<!-- диафрагма (закрытая, плоский шестигранник) -->
<polygon points="21,16 18.5,20.3 13.5,20.3 11,16 13.5,11.7 18.5,11.7" fill="currentColor"/>
<!-- одно широкое разорванное кольцо — читается как объектив даже в 16px -->
<circle cx="16" cy="16" r="13" stroke="currentColor" stroke-width="2.6" stroke-dasharray="12 6"/>
</svg>