Lightplan Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Lightplan 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/328491.svg" alt="Lightplan icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/328491.svg" alt="Lightplan icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/328491.svg" alt="Lightplan icon" :width="24" :height="24" />
CSS background
.icon-lightplan {
background-image: url('https://proicons.com/icon/328491.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M30.17,13.76a4,4,0,0,0,3,.88h.38a3.35,3.35,0,0,0,3.29-3.29h0a3.35,3.35,0,0,0-3.29-3.3H30.17V4.5h6.72"/><circle class="a" cx="24.19" cy="11.26" r="3.38"/><path class="a" d="M27.19,5.75A3.06,3.06,0,0,0,24.44,4.5h-.25a3.36,3.36,0,0,0-3.38,3.38v3.38"/><path class="a" d="M15.72,14.64a2.51,2.51,0,0,0,2.52-2.51h0a2.51,2.51,0,0,0-2.52-2.51h0a2.52,2.52,0,0,0,2.52-2.51h0a2.52,2.52,0,0,0-2.52-2.52"/><path class="a" d="M11.58,13.8a4.27,4.27,0,0,0,3.12.84h1"/><path class="a" d="M11.58,5.43a4.27,4.27,0,0,1,3.12-.84h1"/><circle class="a" cx="24" cy="30.61" r="12.89"/><polyline class="a" points="24 22.19 24 30.61 30.64 34.97"/></svg>
Copied!