Illuminance Lux Light Meter Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Illuminance Lux Light Meter 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/327344.svg" alt="Illuminance Lux Light Meter icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/327344.svg" alt="Illuminance Lux Light Meter icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/327344.svg" alt="Illuminance Lux Light Meter icon" :width="24" :height="24" />
CSS background
.icon-illuminance-lux-light-meter {
background-image: url('https://proicons.com/icon/327344.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="M15.6389,25.1944v9.5556h4.7778"/><path class="b" d="M24,25.1944l6.2111,9.5556"/><path class="b" d="M30.2111,25.1944l-6.2111,9.5556"/><path class="b" d="M13.25,13.3694l2.3889-1.3139v9.675"/><path class="b" d="M19.2222,15.2128c0-1.9111,1.7917-3.4639,3.8222-3.1056,1.3139.2389,2.3889,1.4333,2.5083,2.7472,0,.9556-.2389,2.0306-.9556,2.6278-1.3139,1.075-5.375,4.1806-5.375,4.1806h6.3306"/><path class="b" d="M34.3917,13.1304l-4.7778,7.2861"/><path class="b" d="M32.0028,21.4917c-1.7917,0-3.225-1.4333-3.225-3.1056v-3.225c0-1.7917,1.4333-3.1056,3.1056-3.1056,1.7917,0,3.1056,1.4333,3.1056,3.1056v3.225c.2389,1.7917-1.1944,3.1056-2.9861,3.1056Z"/><circle class="b" cx="24" cy="24" r="21.5"/></svg>
Copied!