noticecheck / static /mark.svg
Abid Ali Awan
Improve logo, status badge, and risk colors
2e62e8a
|
Raw
History Blame Contribute Delete
581 Bytes
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" role="img" aria-label="NoticeCheck mark">
<defs>
<linearGradient id="bg" x1="0" y1="0" x2="1" y2="1">
<stop offset="0%" stop-color="#4338ca"/>
<stop offset="100%" stop-color="#312e81"/>
</linearGradient>
</defs>
<rect width="64" height="64" rx="16" fill="url(#bg)"/>
<circle cx="32" cy="32" r="22" fill="none" stroke="rgba(255,255,255,.15)" stroke-width="2"/>
<path d="M20 33l8 8 16-18" fill="none" stroke="#fb7185" stroke-width="5.5" stroke-linecap="round" stroke-linejoin="round"/>
</svg>