41 lines
1.4 KiB
XML
41 lines
1.4 KiB
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" role="img" aria-labelledby="title desc">
|
|
<title id="title">Firewall Issues Tool Icon</title>
|
|
<desc id="desc">A shield with a grid motif and letter F representing firewall issues.</desc>
|
|
<defs>
|
|
<linearGradient id="bg" x1="0%" y1="0%" x2="100%" y2="100%">
|
|
<stop offset="0%" stop-color="#243b53" />
|
|
<stop offset="100%" stop-color="#102a43" />
|
|
</linearGradient>
|
|
<linearGradient id="shield" x1="30%" y1="16%" x2="70%" y2="86%">
|
|
<stop offset="0%" stop-color="#ffb347" />
|
|
<stop offset="100%" stop-color="#f97316" />
|
|
</linearGradient>
|
|
<filter id="shadow" x="-20%" y="-20%" width="140%" height="140%">
|
|
<feDropShadow dx="0" dy="8" stdDeviation="10" flood-color="#000000" flood-opacity="0.18" />
|
|
</filter>
|
|
</defs>
|
|
|
|
<rect x="8" y="8" width="496" height="496" rx="112" fill="url(#bg)" stroke="#486581" stroke-width="16" />
|
|
|
|
<g filter="url(#shadow)">
|
|
<path
|
|
d="M256 70L410 136L376 344L256 446L136 344L102 136L256 70Z"
|
|
fill="url(#shield)"
|
|
stroke="#c2410c"
|
|
stroke-width="14"
|
|
stroke-linejoin="round"
|
|
/>
|
|
</g>
|
|
|
|
<text
|
|
x="256"
|
|
y="258"
|
|
text-anchor="middle"
|
|
dominant-baseline="middle"
|
|
font-family="Segoe UI, Arial, sans-serif"
|
|
font-size="152"
|
|
letter-spacing="-12"
|
|
font-weight="700"
|
|
fill="#ffffff"
|
|
>FI</text>
|
|
</svg> |