Ledmote Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Ledmote 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/328248.svg" alt="Ledmote icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/328248.svg" alt="Ledmote icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/328248.svg" alt="Ledmote icon" :width="24" :height="24" />
CSS background
.icon-ledmote {
background-image: url('https://proicons.com/icon/328248.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg id="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.cls-1{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><rect class="cls-1" x="10.7" y="4.5" width="26.59" height="39" rx="1.77"/><path class="cls-1" d="M16,7.64a2.37,2.37,0,1,0,.05,0Z"/><path class="cls-1" d="M24,7.64A2.35,2.35,0,1,0,26.35,10,2.35,2.35,0,0,0,24,7.64Z"/><path class="cls-1" d="M31.87,7.64A2.35,2.35,0,1,0,34.26,10a2.34,2.34,0,0,0-2.39-2.35Z"/><path class="cls-1" d="M16,17h.05A2.33,2.33,0,1,1,16,17Z"/><path class="cls-1" d="M24,17h0a2.35,2.35,0,1,1-2.35,2.35A2.35,2.35,0,0,1,24,17Z"/><path class="cls-1" d="M31.87,17a2.35,2.35,0,1,0,2.39,2.35A2.35,2.35,0,0,0,31.87,17Z"/><path class="cls-1" d="M16,26.32h.05a2.33,2.33,0,1,1-.05,0Z"/><path class="cls-1" d="M24,26.32h0a2.35,2.35,0,1,1-2.35,2.35A2.35,2.35,0,0,1,24,26.32Z"/><path class="cls-1" d="M31.87,26.32a2.35,2.35,0,1,0,2.39,2.35,2.35,2.35,0,0,0-2.39-2.35Z"/><path class="cls-1" d="M16,35.66h.05a2.33,2.33,0,1,1-.05,0Z"/><path class="cls-1" d="M24,35.66h0A2.35,2.35,0,1,1,21.65,38,2.35,2.35,0,0,1,24,35.66Z"/><path class="cls-1" d="M31.87,35.66A2.35,2.35,0,1,0,34.26,38a2.35,2.35,0,0,0-2.39-2.35Z"/><line class="cls-1" x1="13.74" y1="14.58" x2="34.61" y2="14.58"/></svg>
Copied!