Lunatask Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Lunatask 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/328726.svg" alt="Lunatask icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/328726.svg" alt="Lunatask icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/328726.svg" alt="Lunatask icon" :width="24" :height="24" />
CSS background
.icon-lunatask {
background-image: url('https://proicons.com/icon/328726.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>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="M32.5733,14.0109l-11.6294,11.6294-5.5172-5.5172c-.3905-.3905-1.0237-.3905-1.4142,0l-3.1137,3.1137c-.3905.3905-.3905,1.0237,0,1.4142l9.338,9.338c.3905.3905,1.0237.3905,1.4142,0l15.4502-15.4502c.3905-.3905.3905-1.0237,0-1.4142l-3.1137-3.1137c-.3905-.3905-1.0237-.3905-1.4142,0Z"/><path id="b" class="c" d="M45.5,24c0,11.8741-9.6259,21.5-21.5,21.5S2.5,35.8741,2.5,24,12.1259,2.5,24,2.5s21.5,9.6259,21.5,21.5Z"/><line class="c" x1="31.17" y1="15.41" x2="31.17" y2="3.74"/><polyline class="c" points="31.17 24.47 31.17 31.17 31.17 44.26"/><polyline class="c" points="16.83 44.26 16.83 31.17 16.83 30.58"/><polyline class="c" points="16.83 21.52 16.83 16.83 16.83 3.74"/><polyline class="c" points="44.26 31.17 31.17 31.17 24.47 31.17"/><polyline class="c" points="17.42 31.17 16.83 31.17 3.74 31.17"/><polyline class="c" points="3.74 16.83 16.83 16.83 29.75 16.83"/><line class="c" x1="44.26" y1="16.83" x2="36.81" y2="16.83"/></svg>
Copied!