Daff Moon Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Daff Moon 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/338800.svg" alt="Daff Moon icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/338800.svg" alt="Daff Moon icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/338800.svg" alt="Daff Moon icon" :width="24" :height="24" />
CSS background
.icon-daff-moon {
background-image: url('https://proicons.com/icon/338800.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="m34.2451,41.1225c5.5698-3.6092,9.2549-9.8796,9.2549-17.0107,0-7.294-3.8684-13.6683-9.6525-17.2346,1.9033,3.0869,3.0205,6.71,3.0205,10.6027,0,11.1866-9.0684,20.2551-20.2551,20.2551-3.8926,0-7.5159-1.1172-10.6026-3.0205,1.5859,2.5722,3.7272,4.7655,6.2577,6.4083"/><polygon class="c" points="16.9554 22.736 18.8982 26.6751 23.2449 27.3055 20.0989 30.3705 20.8425 34.6993 16.9554 32.6544 13.0683 34.6993 13.8118 30.3705 10.6659 27.3055 15.0126 26.6751 16.9554 22.736"/><line class="c" x1="4.5" y1="41.1224" x2="43.1261" y2="41.1224"/></svg>
Copied!