Sunlight Dating Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Sunlight Dating 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/333461.svg" alt="Sunlight Dating icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/333461.svg" alt="Sunlight Dating icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/333461.svg" alt="Sunlight Dating icon" :width="24" :height="24" />
CSS background
.icon-sunlight-dating {
background-image: url('https://proicons.com/icon/333461.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>.e{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="e" d="M12.6718,32.3422c1.5779,3.319,4.5319,5.779,8.0816,6.7301,4.3285,1.1598,8.9469-.0777,12.116-3.2463l5.9128-5.9128c4.8983-4.8983,4.8983-12.84,0-17.738-4.8983-4.8983-12.84-4.8983-17.738,0l-5.9128,5.9128c-1.6328,1.6328-1.6328,4.28,0,5.9128,1.6328,1.6328,4.28,1.6328,5.9128,0l5.9128-5.9128c1.6328-1.6328,4.28-1.6328,5.9128,0s1.6328,4.28,0,5.9128l-5.9128,5.9128c-4.5987,4.5987-11.95,4.9197-16.932.7393-4.982-4.1804-5.9424-11.475-2.2121-16.803,3.6422-5.2016,10.597-6.8607,16.195-3.8633"/></svg>
Copied!