Light Meter Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The 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/343041.svg" alt="Light Meter icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/343041.svg" alt="Light Meter icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/343041.svg" alt="Light Meter icon" :width="24" :height="24" />
CSS background
.icon-light-meter {
background-image: url('https://proicons.com/icon/343041.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><rect class="b" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/><path class="b" d="M22.55,30.197h-6.5142v-12.264h6.5142"/><circle class="b" cx="13.149" cy="13.099" r="1.375"/><path class="b" d="M20.307,22.748c.5367-1.5826,2.0221-2.6474,3.6933-2.6474,1.6723,0,3.1584,1.0661,3.6943,2.6502"/><path class="b" d="M27.693,25.252c-.5367,1.5826-2.0221,2.6474-3.6933,2.6474s-3.1566-1.0648-3.6933-2.6474"/><circle class="b" cx="24" cy="24" r="1.5"/><path class="b" d="M25.528,17.93h6.5247v12.269h-6.5247"/></svg>
Copied!