Sun Icon
Free SVG icon from the Mage Icons collection. Download or copy for use in any project.
The Sun 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/310980.svg" alt="Sun icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310980.svg" alt="Sun icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310980.svg" alt="Sun icon" :width="24" :height="24" />
CSS background
.icon-sun {
background-image: url('https://proicons.com/icon/310980.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_1181_947)"> <path d="M12.0001 17.8854C15.2504 17.8854 17.8854 15.2504 17.8854 12.0001C17.8854 8.74969 15.2504 6.11475 12.0001 6.11475C8.74969 6.11475 6.11475 8.74969 6.11475 12.0001C6.11475 15.2504 8.74969 17.8854 12.0001 17.8854Z" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> <path d="M2.7189 12.0059H1.5" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> <path d="M22.5003 12.0059H21.293" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> <path d="M12.0059 2.7189V1.5" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> <path d="M12.0059 22.5V21.2927" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> <path d="M5.43521 5.43521L4.57617 4.57617" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> <path d="M19.4235 19.4237L18.5645 18.5647" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> <path d="M18.5645 5.43521L19.4235 4.57617" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> <path d="M4.57617 19.4237L5.43521 18.5647" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> </g> <defs> <clipPath id="clip0_1181_947"> <rect width="24" height="24" fill="white"/> </clipPath> </defs> </svg>
Copied!