Light Eq Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Light Eq 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/328480.svg" alt="Light Eq icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/328480.svg" alt="Light Eq icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/328480.svg" alt="Light Eq icon" :width="24" :height="24" />
CSS background
.icon-light-eq {
background-image: url('https://proicons.com/icon/328480.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M14.4538,27.5466c-4.554-4.554-5.2569-11.6907-1.6789-17.0456,3.5781-5.355,10.4407-7.4366,16.3906-4.9721,5.9499,2.4645,9.3307,8.7891,8.0742,15.1056-1.2565,6.3166-6.7999,10.8657-13.2407,10.8657h-6.9998c-.554,0-1,.446-1,1v1.9999c0,.554.446,1,1,1h12.9997c.554,0,1,.446,1,1v1.9999c0,.554-.446,1-1,1h-11.4997c-.554,0-1,.446-1,1v1.9999c0,.554.446,1,1,1h10.9997"/><path class="b" d="M32.4993,18.0008c0,3.4379-2.0709,6.5372-5.2471,7.8528-3.1762,1.3156-6.8321.5884-9.263-1.8426-2.4309-2.4309-3.1581-6.0868-1.8426-9.263,1.3156-3.1762,4.4149-5.2471,7.8528-5.2471"/></svg>
Copied!