Lumafusion Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Lumafusion 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/343277.svg" alt="Lumafusion icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/343277.svg" alt="Lumafusion icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/343277.svg" alt="Lumafusion icon" :width="24" :height="24" />
CSS background
.icon-lumafusion {
background-image: url('https://proicons.com/icon/343277.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="M34.5293,15.6778c-8.3373,3.6698-19.6527,10.3895-29.0293,18.054M7.0231,41.6459c7.3546-9.5505,16.6594-18.3904,27.578-25.9642M34.2534,15.6778c-9.9851,1.8406-19.6149,5.8883-28.7534,10.2912M15.3037,42.5c5.4952-11.1567,11.6707-18.2921,19.3466-26.8184M33.4446,15.6816c-9.5127.6652-19.048,1.9653-27.9446,4.471M5.5,15.6816h37M42.5,24.0038h-15.1061"/><rect class="b" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/></svg>
Copied!