81 lines
3.5 KiB
XML
81 lines
3.5 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<svg
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
viewBox="0 0 45 25"
|
|
height="25mm"
|
|
width="45mm"
|
|
font-family="monospace"
|
|
>
|
|
<defs>
|
|
<pattern patternUnits="userSpaceOnUse" width="2" height="2" id="checkerboard">
|
|
<path d="M0 0h1v1H0zM1 1h1v1H1z" />
|
|
</pattern>
|
|
<radialGradient id="grad1" cx="8.96" cy="10.04" r="3.58" gradientUnits="userSpaceOnUse">
|
|
<stop stop-color="#777" offset="0" />
|
|
<stop stop-color="#b9b9b9" offset="1" />
|
|
</radialGradient>
|
|
<g id="sensor-unit">
|
|
<circle cx="8.98" cy="10" r="8.61" fill="#dcdcdc" />
|
|
<circle cx="8.98" cy="10" r="7.17" fill="#222" />
|
|
<circle cx="8.98" cy="10" r="5.53" fill="#777" fill-opacity=".992" />
|
|
<circle cx="8.98" cy="10" r="3.59" fill="url(#grad1)" />
|
|
<circle cx="8.99" cy="10" r=".277" fill="#777" fill-opacity=".818" />
|
|
<circle cx="8.98" cy="10" r="5.53" fill="url(#checkerboard)" opacity=".397" />
|
|
</g>
|
|
</defs>
|
|
<path
|
|
d="M0 0v20.948h45V0zm1.422.464a1 1 0 01.004 0 1 1 0 011 1 1 1 0 01-1 1 1 1 0 01-1-1 1 1 0 01.996-1zm41.956 0a1 1 0 01.004 0 1 1 0 011 1 1 1 0 01-1 1 1 1 0 01-1-1 1 1 0 01.996-1zM1.422 18.484a1 1 0 01.004 0 1 1 0 011 1 1 1 0 01-1 1 1 1 0 01-1-1 1 1 0 01.996-1zm41.956 0a1 1 0 01.004 0 1 1 0 011 1 1 1 0 01-1 1 1 1 0 01-1-1 1 1 0 01.996-1z"
|
|
fill="#456f93"
|
|
/>
|
|
<path
|
|
d="M15.293 5.888l2.934-2.934v3.124l2.944 2.943v10.143M23.269 19.037v-2.473l-.966-.965v-12.5l2.577 1.488 4.741 4.741"
|
|
fill="none"
|
|
stroke="#355a7c"
|
|
stroke-width=".858"
|
|
/>
|
|
<use href="#sensor-unit" />
|
|
<use href="#sensor-unit" x="27.12" />
|
|
<g fill="none" stroke="#505132" stroke-width=".368">
|
|
<circle cx="43.4" cy="1.46" r="1" />
|
|
<circle cx="43.4" cy="19.5" r="1" />
|
|
<circle cx="1.43" cy="1.46" r="1" />
|
|
<circle cx="1.43" cy="19.5" r="1" />
|
|
</g>
|
|
<rect
|
|
ry="2.07"
|
|
y=".626"
|
|
x="17.111"
|
|
height="4.139"
|
|
width="10.272"
|
|
fill="#878787"
|
|
stroke="#424242"
|
|
stroke-width=".368"
|
|
/>
|
|
<g fill="black">
|
|
<rect x="17.87" y="18" ry=".568" width="2.25" height="2.271" />
|
|
<rect x="20.41" y="18" ry=".568" width="2.25" height="2.271" />
|
|
<rect x="22.95" y="18" ry=".568" width="2.25" height="2.271" />
|
|
<rect x="25.49" y="18" ry=".568" width="2.25" height="2.271" />
|
|
</g>
|
|
<g fill="#ccc" stroke-linecap="round" stroke-width=".21">
|
|
<rect x="18.61" y="19" width=".75" height="7" rx=".2" />
|
|
<rect x="21.15" y="19" width=".75" height="7" rx=".2" />
|
|
<rect x="23.69" y="19" width=".75" height="7" rx=".2" />
|
|
<rect x="26.23" y="19" width=".75" height="7" rx=".2" />
|
|
</g>
|
|
<text font-weight="400" font-size="2.2" fill="#e6e6e6" stroke-width=".055">
|
|
<tspan y="8" x="17.6">HC-SR04</tspan>
|
|
</text>
|
|
<text
|
|
transform="rotate(-90)"
|
|
font-weight="400"
|
|
font-size="1.55"
|
|
fill="#e6e6e6"
|
|
stroke-width=".039"
|
|
>
|
|
<tspan x="-17.591" y="19.561">VCC</tspan>
|
|
<tspan x="-17.591" y="22.101">TRIG</tspan>
|
|
<tspan x="-17.591" y="24.641">ECHO</tspan>
|
|
<tspan x="-17.591" y="27.181">GND</tspan>
|
|
</text>
|
|
</svg> |