Logo_PWS

by Ishank Dubey

HTML

<svg style='background-color:transparent;' width="400px" height="250px" viewBox="0 0 400 250" id='pws-logo'>
<!--<svg style='background-color:transparent;' width="160px" height="90px" viewBox="0 0 300 250" id='pws-logo'>-->
<!--<svg style='background-color:transparent;' width="35px" height="20px" viewBox="0 0 300 250" id='pws-logo'>-->
<defs>
<filter id="drop-shadow">
<feGaussianBlur in="SourceAlpha" stdDeviation="2"/>
<feOffset dx="2" dy="2" result="offsetBlur"/>
<feMerge>
<feMergeNode in="offsetBlur"/>
<feMergeNode in="SourceGraphic"/>
</feMerge>
</filter>
</defs>
<path style="filter:url(#drop-shadow);stroke: #4169E1;stroke-width:5;fill:transparent"
d='M25 200
L325 200
A110 50 0 0 0 330 140
A110 50 0 0 0 305 90
A110 50 0 0 0 45 90
A110 50 0 0 0 25 140
A110 50 0 0 0 25.7 200.7'/>
<text x="65" y="150"
style="fill: #4169E1; font-size:30;font-family:calibri;">
Pritish Web Studio 
</text>
</svg>