13 lines
593 B
XML
13 lines
593 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" role="img" aria-label="Video icon">
|
|
<defs>
|
|
<linearGradient id="video-grad" x1="0%" y1="0%" x2="100%" y2="100%">
|
|
<stop offset="0%" stop-color="#4d89ff"/>
|
|
<stop offset="100%" stop-color="#9d6bff"/>
|
|
</linearGradient>
|
|
</defs>
|
|
<rect width="32" height="32" rx="8" fill="#121826"/>
|
|
<rect x="6" y="9" width="14" height="14" rx="3" fill="url(#video-grad)"/>
|
|
<path d="M22 13.2l4-2.1a1 1 0 0 1 1.46.9v8a1 1 0 0 1-1.46.9l-4-2.1v-5.6z" fill="#7aa6ff"/>
|
|
<path d="M12 13.2l5 2.8-5 2.8v-5.6z" fill="#e5e7eb"/>
|
|
</svg>
|