mirror of
https://github.com/zen-browser/desktop.git
synced 2025-07-07 17:15:30 +02:00
Added both of Zen's new brand SVGs
Contains both light mode and dark mode variant Signed-off-by: shvhil <164020514+shvhil@users.noreply.github.com>
This commit is contained in:
parent
13ccd086b4
commit
be16260c3c
2 changed files with 40 additions and 0 deletions
20
docs/assets/zen-dark.svg
Normal file
20
docs/assets/zen-dark.svg
Normal file
|
@ -0,0 +1,20 @@
|
|||
<svg width="1058" height="1058" viewBox="0 0 1058 1058" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<g filter="url(#filter0_d_9_47)">
|
||||
<rect x="17" y="3" width="1024" height="1024" rx="225" fill="#202020"/>
|
||||
<circle cx="529" cy="515" r="340" stroke="#F2F0E3" stroke-width="70"/>
|
||||
<circle cx="529" cy="515" r="224.915" stroke="#F2F0E3" stroke-width="51"/>
|
||||
<circle cx="529" cy="515" r="129.018" stroke="#F2F0E3" stroke-width="31"/>
|
||||
</g>
|
||||
<defs>
|
||||
<filter id="filter0_d_9_47" x="0.6" y="0.6" width="1056.8" height="1056.8" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
||||
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
||||
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
|
||||
<feOffset dy="14"/>
|
||||
<feGaussianBlur stdDeviation="8.2"/>
|
||||
<feComposite in2="hardAlpha" operator="out"/>
|
||||
<feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0"/>
|
||||
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_9_47"/>
|
||||
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_9_47" result="shape"/>
|
||||
</filter>
|
||||
</defs>
|
||||
</svg>
|
After Width: | Height: | Size: 1.1 KiB |
20
docs/assets/zen-light.svg
Normal file
20
docs/assets/zen-light.svg
Normal file
|
@ -0,0 +1,20 @@
|
|||
<svg width="1058" height="1058" viewBox="0 0 1058 1058" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<g filter="url(#filter0_d_9_26)">
|
||||
<rect x="17" y="3" width="1024" height="1024" rx="225" fill="#F2F0E3"/>
|
||||
<circle cx="529" cy="515" r="340" stroke="#F76F53" stroke-width="70"/>
|
||||
<circle cx="529" cy="515" r="224.915" stroke="#F76F53" stroke-width="51"/>
|
||||
<circle cx="529" cy="515" r="129.018" stroke="#F76F53" stroke-width="31"/>
|
||||
</g>
|
||||
<defs>
|
||||
<filter id="filter0_d_9_26" x="0.6" y="0.6" width="1056.8" height="1056.8" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
||||
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
||||
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
|
||||
<feOffset dy="14"/>
|
||||
<feGaussianBlur stdDeviation="8.2"/>
|
||||
<feComposite in2="hardAlpha" operator="out"/>
|
||||
<feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0"/>
|
||||
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_9_26"/>
|
||||
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_9_26" result="shape"/>
|
||||
</filter>
|
||||
</defs>
|
||||
</svg>
|
After Width: | Height: | Size: 1.1 KiB |
Loading…
Add table
Add a link
Reference in a new issue