This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" role="img" aria-labelledby="title description">
|
||||
<title id="title">ITWorx Pulse</title>
|
||||
<desc id="description">Een blauwe Pulse-letter P met een operationele signaalgolf.</desc>
|
||||
<defs>
|
||||
<linearGradient id="surface" x1="64" y1="48" x2="448" y2="464" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#13263f"/>
|
||||
<stop offset="1" stop-color="#07111f"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="accent" x1="118" y1="128" x2="398" y2="382" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#79b8ff"/>
|
||||
<stop offset="1" stop-color="#408cff"/>
|
||||
</linearGradient>
|
||||
<filter id="shadow" x="-20%" y="-20%" width="140%" height="140%">
|
||||
<feDropShadow dx="0" dy="18" stdDeviation="24" flood-color="#020817" flood-opacity=".55"/>
|
||||
</filter>
|
||||
</defs>
|
||||
<rect x="24" y="24" width="464" height="464" rx="112" fill="url(#surface)" stroke="#263b57" stroke-width="8" filter="url(#shadow)"/>
|
||||
<path d="M154 374V138h108c76 0 126 39 126 104 0 67-50 108-126 108h-42v24h-66Zm66-82h39c40 0 62-17 62-49 0-30-22-47-62-47h-39v96Z" fill="url(#accent)"/>
|
||||
<path d="M100 326h48l24-54 34 92 34-74 24 36h148" fill="none" stroke="#d9ebff" stroke-width="16" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<circle cx="412" cy="326" r="12" fill="#79b8ff"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.3 KiB |
Reference in New Issue
Block a user