Lunasea Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Lunasea 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/328725.svg" alt="Lunasea icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/328725.svg" alt="Lunasea icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/328725.svg" alt="Lunasea icon" :width="24" :height="24" />
CSS background
.icon-lunasea {
background-image: url('https://proicons.com/icon/328725.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M33.8034,13.3029a10.3416,10.3416,0,0,1,2.9365.4183c-.2832-.0283-.57-.0438-.8613-.0438a8.6085,8.6085,0,0,0-2.5255.3781,30.1681,30.1681,0,0,0-2.9,1.5464A8.6207,8.6207,0,1,0,44.4571,23.15c.0219.2813.0429.5636.0429.85a10.6976,10.6976,0,1,1-20.7311-3.6828,44.9223,44.9223,0,0,0-5.0209,4.6939C14.3674,29.8982,9.4808,34.5309,3.5,34.5309,10.8381,33.4028,15.5713,13.302,33.8034,13.302Z"/></svg>
Copied!