Panel Led Digital Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Panel Led Digital icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/345491.svg" alt="Panel Led Digital icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/345491.svg" alt="Panel Led Digital icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/345491.svg" alt="Panel Led Digital icon" :width="24" :height="24" />
CSS background
.icon-panel-led-digital {
background-image: url('https://proicons.com/icon/345491.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><polyline class="c" points="12.5 18.8918 12.5 29.1082 17.6082 29.1082"/><path class="c" d="M28.7316,29.1082v-10.2164h2.2987c2.4685,0,4.4697,2.0011,4.4697,4.4697v1.277c0,2.4685-2.0011,4.4697-4.4697,4.4697h-2.2987Z"/><line class="c" x1="20.6158" y1="24" x2="23.9463" y2="24"/><polyline class="c" points="25.724 29.1082 20.6158 29.1082 20.6158 18.8918 25.724 18.8918"/><rect id="b" class="c" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/></svg>
Copied!