An Light Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The An 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/336291.svg" alt="An Light icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/336291.svg" alt="An Light icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/336291.svg" alt="An Light icon" :width="24" :height="24" />
CSS background
.icon-an-light {
background-image: url('https://proicons.com/icon/336291.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>.b{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M37.8,24.3v.7c0,7.6-6.2,13.8-13.8,13.8s-13.8-6.2-13.8-13.8c0-3.1,1-6.1,2.9-8.5"/><path class="b" d="M27.5,2.9h-7.1c-.3,0-.5,.2-.5,.5V15.7c0,.3,.2,.5,.5,.5h7.1c.3,0,.5-.2,.5-.5V3.5c.1-.3-.2-.6-.5-.6Z"/><path class="b" d="M34.6,8c5.9,3.7,9.5,10.1,9.5,17,0,11-9.1,20.1-20.1,20.1S3.9,36,3.9,25c0-6.9,3.5-13.3,9.4-17"/></svg>
Copied!