Sunrise Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Sunrise 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/318962.svg" alt="Sunrise icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/318962.svg" alt="Sunrise icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/318962.svg" alt="Sunrise icon" :width="24" :height="24" />
CSS background
.icon-sunrise {
background-image: url('https://proicons.com/icon/318962.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg id="icon" xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><defs><style>.cls-1{fill:none;}</style></defs><title>sunrise</title><rect x="2" y="27" width="27.9985" height="2"/><path d="M16,20a4.0045,4.0045,0,0,1,4,4h2a6,6,0,0,0-12,0h2A4.0045,4.0045,0,0,1,16,20Z"/><rect x="25" y="22" width="5" height="2"/><rect x="21.6675" y="14.8536" width="4.958" height="1.9998" transform="translate(-4.1378 21.7175) rotate(-45)"/><polygon points="16 4 11 9 12.41 10.41 15 7.83 15 8 15 15 17 15 17 8 17 7.83 19.59 10.41 21 9 16 4"/><rect x="6.8536" y="13.3745" width="1.9998" height="4.958" transform="translate(-8.9099 10.1967) rotate(-45)"/><rect x="2" y="22" width="5" height="2"/><rect id="_Transparent_Rectangle_" data-name="<Transparent Rectangle>" class="cls-1" width="32" height="32"/></svg>
Sunrise in other icon packs
Copied!