Celighting Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Celighting 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/338101.svg" alt="Celighting icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/338101.svg" alt="Celighting icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/338101.svg" alt="Celighting icon" :width="24" :height="24" />
CSS background
.icon-celighting {
background-image: url('https://proicons.com/icon/338101.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="M20.3261,8.1739a15.8261,15.8261,0,0,0,0,31.6522H39.5435A3.9565,3.9565,0,0,0,43.5,35.87h0a3.9565,3.9565,0,0,0-3.9565-3.9566H20.4321q-.0531,0-.106,0a7.9134,7.9134,0,0,1-.106-15.826c.0353,0,.0707,0,.106,0H39.5435A3.9565,3.9565,0,0,0,43.5,12.13h0a3.9565,3.9565,0,0,0-3.9565-3.9565H20.3261Z"/><path class="a" d="M20.3261,20.0435A3.9565,3.9565,0,0,0,16.37,24h0a3.9565,3.9565,0,0,0,3.9565,3.9565H39.5435A3.9565,3.9565,0,0,0,43.5,24h0a3.9565,3.9565,0,0,0-3.9565-3.9565H20.3261Z"/></svg>
Copied!