Lux Green Icon Pack Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Lux Green Icon Pack 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/343289.svg" alt="Lux Green Icon Pack icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/343289.svg" alt="Lux Green Icon Pack icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/343289.svg" alt="Lux Green Icon Pack icon" :width="24" :height="24" />
CSS background
.icon-lux-green-icon-pack {
background-image: url('https://proicons.com/icon/343289.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>.j{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="j" d="M11.05,5.5c3.0617,0,5.55,2.4883,5.55,5.55s-2.4883,5.55-5.55,5.55-5.55-2.4883-5.55-5.55,2.4883-5.55,5.55-5.55Z"/><path id="c" class="j" d="M11.05,18.45c3.0617,0,5.55,2.4883,5.55,5.55s-2.4883,5.55-5.55,5.55-5.55-2.4883-5.55-5.55,2.4883-5.55,5.55-5.55Z"/><path id="d" class="j" d="M24,5.5c3.0617,0,5.55,2.4883,5.55,5.55s-2.4883,5.55-5.55,5.55-5.55-2.4883-5.55-5.55,2.4883-5.55,5.55-5.55Z"/><path id="e" class="j" d="M24,18.45c3.0617,0,5.55,2.4883,5.55,5.55s-2.4883,5.55-5.55,5.55-5.55-2.4883-5.55-5.55,2.4883-5.55,5.55-5.55Z"/><path id="f" class="j" d="M36.95,5.5c3.0618,0,5.55,2.4883,5.55,5.55s-2.4882,5.55-5.55,5.55-5.55-2.4883-5.55-5.55,2.4882-5.55,5.55-5.55Z"/><path id="g" class="j" d="M36.95,18.45c3.0618,0,5.55,2.4883,5.55,5.55s-2.4882,5.55-5.55,5.55-5.55-2.4883-5.55-5.55,2.4882-5.55,5.55-5.55Z"/><path id="h" class="j" d="M36.95,31.4c3.0618,0,5.55,2.4882,5.55,5.55s-2.4882,5.55-5.55,5.55-5.55-2.4882-5.55-5.55,2.4882-5.55,5.55-5.55Z"/><path id="i" class="j" d="M24,42.5h-12.95c-3.0652,0-5.55-2.4848-5.55-5.55s2.4848-5.55,5.55-5.55h12.95c3.0652,0,5.55,2.4848,5.55,5.55s-2.4848,5.55-5.55,5.55Z"/></svg>
Copied!