Light It Up Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Light It Up 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/343040.svg" alt="Light It Up icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/343040.svg" alt="Light It Up icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/343040.svg" alt="Light It Up icon" :width="24" :height="24" />
CSS background
.icon-light-it-up {
background-image: url('https://proicons.com/icon/343040.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>.d{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><rect class="d" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/><circle class="d" cx="25.2" cy="11.9" r="1.8"/><path class="d" d="m5.5 35.389 21.45-1.4999.60216 8.6113"/><path class="d" d="m29.935 5.5 2.9227 10.908 9.6426-2.0835"/><path class="d" d="m15.573 27.759c0-2.3291 5.9926-11.999 8.4727-14.479-3.1395 0-5.6276 2.0062-5.6276 2.0062l-.71072 3.2128"/><path class="d" d="m18.785 20.734 5.4914-1.8245-3.0272 3.7168.3397 1.1691"/></svg>
Copied!