The Light Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The The Light 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/333885.svg" alt="The Light icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/333885.svg" alt="The Light icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/333885.svg" alt="The Light icon" :width="24" :height="24" />
CSS background
.icon-the-light {
background-image: url('https://proicons.com/icon/333885.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="M6.2033,34.2492c8.2229,5.6386,34.3012,6.872,34.3012,6.872"/><polyline class="a" points="14.367 35.248 14.367 24.499 10.197 24.499 10.197 20.564 14.367 20.564 14.367 15.983 18.949 15.983 18.949 20.212 23.863 20.212 23.863 24.441 18.655 24.441 18.655 35.776"/><line class="a" x1="24.1101" y1="30.2553" x2="24.1101" y2="36.07"/><line class="a" x1="31.8117" y1="32.6634" x2="31.8117" y2="37.6852"/><line class="a" x1="38.0377" y1="33.427" x2="38.0377" y2="37.8908"/><line class="a" x1="36.3343" y1="34.6604" x2="39.7997" y2="34.6604"/><line class="a" x1="29.991" y1="34.2492" x2="33.6913" y2="34.2492"/><line class="a" x1="26.7605" y1="31.6649" x2="21.7093" y2="31.6649"/><path class="a" d="M21.3569,26.6137c3.4067,2.1732,22.1431,6.05,22.1431,6.05"/><line class="a" x1="25.5271" y1="22.5023" x2="43.5" y2="21.9736"/><path class="a" d="M21.7093,18.2146c3.4067-1.762,20.7922-10.69,20.7922-10.69"/><path class="a" d="M17.03,13.9857c-.0783-2.7605,0-7.1069,0-7.1069"/><path class="a" d="M4.5,12.87c2.9955,1.7033,7.5768,4.7925,7.5768,4.7925"/><line class="a" x1="4.8524" y1="22.5023" x2="8.4352" y2="22.5023"/><path class="a" d="M12.0768,26.6137c-2.4081,1.4684-7.2244,2.4669-7.2244,2.4669"/></svg>
Copied!