summarylogtreecommitdiffstats
path: root/webman.svg
blob: 644fdb13c50e9ccd6f54bb7756cfb9f273b4eb86 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48">
    <defs>
        <filter id="a">
            <feGaussianBlur in="SourceAlpha" stdDeviation=".8"/>
            <feOffset dy=".4"/>
            <feComponentTransfer>
                <feFuncA slope=".3" type="linear"/>
            </feComponentTransfer>
            <feMerge>
                <feMergeNode/>
                <feMergeNode in="SourceGraphic"/>
            </feMerge>
        </filter>
    </defs>
    <g transform="translate(0 32)">
        <circle style="isolation:auto;mix-blend-mode:normal" cx="24" cy="-8" r="22" color="#000" overflow="visible" fill="#ff9800" fill-rule="evenodd" enable-background="accumulate" filter="url(#a)"/>
        <path d="M24-22L38-8 24 6 10-8z" fill="none" stroke="#fff" stroke-width="4" stroke-linejoin="round"/>
        <path d="M31-1l-7-7-7 7" fill="none" stroke="#fff" stroke-width="4" stroke-linejoin="round"/>
    </g>
</svg>