Lighttraceartist Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Lighttraceartist 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/343051.svg" alt="Lighttraceartist icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/343051.svg" alt="Lighttraceartist icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/343051.svg" alt="Lighttraceartist icon" :width="24" :height="24" />
CSS background
.icon-lighttraceartist {
background-image: url('https://proicons.com/icon/343051.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M19.83,4.635l-2.77,2.84H6.29A1.79,1.79,0,0,0,4.5,9.265v23.22a1.8,1.8,0,0,0,1.79,1.8H41.71a1.8,1.8,0,0,0,1.79-1.8V9.265a1.79,1.79,0,0,0-1.79-1.79H30.94l-2.77-2.84Zm18.93,5.74a1.8509,1.8509,0,1,1-1.6406,1.6513A1.8585,1.8585,0,0,1,38.76,10.375ZM24,13.575a8.51,8.51,0,1,1-8.51,8.51h0A8.51,8.51,0,0,1,24,13.575Z"/><line class="a" x1="24" y1="34.285" x2="11.8879" y2="43.365"/><line class="a" x1="24" y1="34.285" x2="16.7327" y2="43.365"/><line class="a" x1="24" y1="34.285" x2="21.5776" y2="43.365"/><line class="a" x1="24" y1="34.285" x2="26.4224" y2="43.365"/><line class="a" x1="24" y1="34.285" x2="31.2673" y2="43.365"/><line class="a" x1="24" y1="34.285" x2="36.1121" y2="43.365"/></svg>
Copied!