Rotate
Flip Y
Flip X
200px x 300px
Change dimensions
2.55 KB
1.97 KB
-23%
Preferences
Line 1:0
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 300" height="300" width="200">

<title>Digital Multimeter</title>
<desc>A simplified SVG representation of a digital multimeter.</desc>

<defs>
<style>
.body { fill: #fdd835; stroke: #424242; stroke-width: 2; }
.screen { fill: #c8e6c9; stroke: #424242; stroke-width: 1; }
.screen-text { font-family: "Courier New", monospace; font-size: 40px; fill: #212121; text-anchor: end; }
.dial-base { fill: #424242; stroke: #212121; stroke-width: 1; }
.dial-pointer { stroke: #eeeeee; stroke-width: 4; stroke-linecap: round; }
Digital Multimeter A simplified SVG representation of a digital multimeter. 0.00 DC V OFF V~ V— Ω ))) A— mA~ 10A VΩmA COM
Digital Multimeter A simplified SVG representation of a digital multimeter. 0.00 DC V OFF V~ V— Ω ))) A— mA~ 10A VΩmA COM
100%
Rotate
Flip Y
Flip X
200px x 300px
Change dimensions
2.55 KB
1.97 KB
-23%
Preferences
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 300" height="300" width="200">

<title>Digital Multimeter</title>
<desc>A simplified SVG representation of a digital multimeter.</desc>

<defs>
<style>
.body { fill: #fdd835; stroke: #424242; stroke-width: 2; }
.screen { fill: #c8e6c9; stroke: #424242; stroke-width: 1; }
.screen-text { font-family: "Courier New", monospace; font-size: 40px; fill: #212121; text-anchor: end; }
.dial-base { fill: #424242; stroke: #212121; stroke-width: 1; }
.dial-pointer { stroke: #eeeeee; stroke-width: 4; stroke-linecap: round; }
.dial-text { font-family: sans-serif; font-size: 11px; fill: #eeeeee; text-anchor: middle; }
.jack { stroke: #212121; stroke-width: 1; }
.jack-text { font-family: sans-serif; font-size: 10px; fill: #212121; text-anchor: middle; }
</style>
</defs>

<rect ry="15" rx="15" height="298" width="198" y="1" x="1" class="body"></rect>

<g id="lcd-display">
<rect ry="5" rx="5" height="70" width="160" y="20" x="20" class="screen"></rect>
<text y="70" x="170" class="screen-text">0.00</text>
<text y="38" x="28" style="font-family: sans-serif; font-size: 14px; fill: #212121; text-anchor: start;">DC</text>
<text y="45" x="175" style="font-family: sans-serif; font-size: 20px; fill: #212121; text-anchor: end;">V</text>
</g>

<g id="rotary-dial">
<circle r="60" cy="170" cx="100" class="dial-base"></circle>
<text y="122" x="100" class="dial-text">OFF</text>
<text y="138" x="145" class="dial-text">V~</text>
<text y="170" x="158" class="dial-text">V—</text>
<text y="202" x="145" class="dial-text">Ω</text>
<text y="218" x="100" class="dial-text">)))</text>
<text y="202" x="55" class="dial-text">A—</text>
<text y="170" x="42" class="dial-text">mA~</text>
<line transform="rotate(-30, 100, 170)" y2="170" x2="158" y1="170" x1="100" class="dial-pointer"></line>
</g>

<g id="input-jacks">
<circle r="12" cy="270" cx="155" fill="#d32f2f" class="jack"></circle>
<circle r="12" cy="270" cx="100" fill="#d32f2f" class="jack"></circle>
<circle r="12" cy="270" cx="45" fill="#212121" class="jack"></circle>
<circle r="6" cy="270" cx="155" fill="#111111"></circle>
<circle r="6" cy="270" cx="100" fill="#111111"></circle>
<circle r="6" cy="270" cx="45" fill="#000000"></circle>

<text y="255" x="155" class="jack-text">10A</text>
<text y="255" x="100" class="jack-text">VΩmA</text>
<text y="255" x="45" class="jack-text">COM</text>
</g>

</svg>
Digital Multimeter A simplified SVG representation of a digital multimeter. 0.00 DC V OFF V~ V— Ω ))) A— mA~ 10A VΩmA COM
Digital Multimeter A simplified SVG representation of a digital multimeter. 0.00 DC V OFF V~ V— Ω ))) A— mA~ 10A VΩmA COM
100%