Sunup Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Sunup 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/333466.svg" alt="Sunup icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/333466.svg" alt="Sunup icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/333466.svg" alt="Sunup icon" :width="24" :height="24" />
CSS background
.icon-sunup {
background-image: url('https://proicons.com/icon/333466.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>.f{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="f" d="M13.41121346,5.40109836l16.26807427-2.14271862c16.05313421,6.02600232,17.15743268,17.78639734,13.90960843,28.88312159-3.58613906,1.18680945-6.50917882,1.07313359-9.94645596,1.02576972-6.98281749-.59407969-13.93857177-1.62391213-20.97551829-2.46293141l-8.59319672-.10257697c-.77812381-1.59684632-.80112948-2.27347594-.92292302-3.0718991l12.30112803-.51288486,17.45704374-1.94869403,9.33748827-2.1516824-15.96845805,1.33296118-20.29888866-.20569598-2.97717008-.10257697c-.04398129-3.55907068.65497775-6.94221879,2.38173658-10.02765079l12.99128797-.64144485-11.61096421-1.69157406c1.5156502-2.21934563,3.28842038-4.50635318,6.68510139-6.19792724l-.03789367.0184048Z"/><path class="f" d="M12.32860581,41.35719607c11.24558489,6.75276074,18.53965139,2.73358429,25.84725337-1.77277147l-25.84725337,1.77277147Z"/></svg>
Copied!