sun icon
sun-24 from Octicons by GitHub · 24 · MIT Free for personal and commercial use.
- Name
- sun-24
- Set
- Octicons
- Style
- 24
- Viewbox
- 24×24
- License
- MIT
1 other variant in Octicons
The same icon in other sets
sunAkar Iconssun-filledAnt Design IconssunBootstrap IconssunBoxIcons v2sunBoxIcons v2 SolidsunCarbonsunEmoji One (Colored)sun-fillEva IconssunFont Awesome 6 RegularsunFont Awesome 6 SolidsunFont Awesome RegularsunFont Awesome SolidsunFeather Iconssun-outlineFlowbite IconssunFluent EmojisunFluent Emoji FlatsunFluent Emoji High Contrastsuncss.ggsunHeroIconssunHumbleiconssunIconParksunIconPark OutlinesunIconPark SolidsunIconPark TwoTone
Use the sun icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 19a7 7 0 1 1 0-14a7 7 0 0 1 0 14m0-1.5a5.5 5.5 0 1 0 0-11a5.5 5.5 0 1 0 0 11m-5.657.157a.75.75 0 0 1 0 1.06l-1.768 1.768a.749.749 0 0 1-1.275-.326a.75.75 0 0 1 .215-.734l1.767-1.768a.75.75 0 0 1 1.061 0M3.515 3.515a.75.75 0 0 1 1.06 0l1.768 1.768a.749.749 0 0 1-.326 1.275a.75.75 0 0 1-.734-.215L3.515 4.575a.75.75 0 0 1 0-1.06M12 0a.75.75 0 0 1 .75.75v2.5a.75.75 0 0 1-1.5 0V.75A.75.75 0 0 1 12 0M4 12a.75.75 0 0 1-.75.75H.75a.75.75 0 0 1 0-1.5h2.5A.75.75 0 0 1 4 12m8 8a.75.75 0 0 1 .75.75v2.5a.75.75 0 0 1-1.5 0v-2.5A.75.75 0 0 1 12 20m12-8a.75.75 0 0 1-.75.75h-2.5a.75.75 0 0 1 0-1.5h2.5A.75.75 0 0 1 24 12m-6.343 5.657a.75.75 0 0 1 1.06 0l1.768 1.768a.75.75 0 0 1-.018 1.042a.75.75 0 0 1-1.042.018l-1.768-1.767a.75.75 0 0 1 0-1.061m2.828-14.142a.75.75 0 0 1 0 1.06l-1.768 1.768a.75.75 0 0 1-1.042-.018a.75.75 0 0 1-.018-1.042l1.767-1.768a.75.75 0 0 1 1.061 0"/></svg>
React
import type { SVGProps } from "react";
export function OcticonSun24(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 19a7 7 0 1 1 0-14a7 7 0 0 1 0 14m0-1.5a5.5 5.5 0 1 0 0-11a5.5 5.5 0 1 0 0 11m-5.657.157a.75.75 0 0 1 0 1.06l-1.768 1.768a.749.749 0 0 1-1.275-.326a.75.75 0 0 1 .215-.734l1.767-1.768a.75.75 0 0 1 1.061 0M3.515 3.515a.75.75 0 0 1 1.06 0l1.768 1.768a.749.749 0 0 1-.326 1.275a.75.75 0 0 1-.734-.215L3.515 4.575a.75.75 0 0 1 0-1.06M12 0a.75.75 0 0 1 .75.75v2.5a.75.75 0 0 1-1.5 0V.75A.75.75 0 0 1 12 0M4 12a.75.75 0 0 1-.75.75H.75a.75.75 0 0 1 0-1.5h2.5A.75.75 0 0 1 4 12m8 8a.75.75 0 0 1 .75.75v2.5a.75.75 0 0 1-1.5 0v-2.5A.75.75 0 0 1 12 20m12-8a.75.75 0 0 1-.75.75h-2.5a.75.75 0 0 1 0-1.5h2.5A.75.75 0 0 1 24 12m-6.343 5.657a.75.75 0 0 1 1.06 0l1.768 1.768a.75.75 0 0 1-.018 1.042a.75.75 0 0 1-1.042.018l-1.768-1.767a.75.75 0 0 1 0-1.061m2.828-14.142a.75.75 0 0 1 0 1.06l-1.768 1.768a.75.75 0 0 1-1.042-.018a.75.75 0 0 1-.018-1.042l1.767-1.768a.75.75 0 0 1 1.061 0"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 19a7 7 0 1 1 0-14a7 7 0 0 1 0 14m0-1.5a5.5 5.5 0 1 0 0-11a5.5 5.5 0 1 0 0 11m-5.657.157a.75.75 0 0 1 0 1.06l-1.768 1.768a.749.749 0 0 1-1.275-.326a.75.75 0 0 1 .215-.734l1.767-1.768a.75.75 0 0 1 1.061 0M3.515 3.515a.75.75 0 0 1 1.06 0l1.768 1.768a.749.749 0 0 1-.326 1.275a.75.75 0 0 1-.734-.215L3.515 4.575a.75.75 0 0 1 0-1.06M12 0a.75.75 0 0 1 .75.75v2.5a.75.75 0 0 1-1.5 0V.75A.75.75 0 0 1 12 0M4 12a.75.75 0 0 1-.75.75H.75a.75.75 0 0 1 0-1.5h2.5A.75.75 0 0 1 4 12m8 8a.75.75 0 0 1 .75.75v2.5a.75.75 0 0 1-1.5 0v-2.5A.75.75 0 0 1 12 20m12-8a.75.75 0 0 1-.75.75h-2.5a.75.75 0 0 1 0-1.5h2.5A.75.75 0 0 1 24 12m-6.343 5.657a.75.75 0 0 1 1.06 0l1.768 1.768a.75.75 0 0 1-.018 1.042a.75.75 0 0 1-1.042.018l-1.768-1.767a.75.75 0 0 1 0-1.061m2.828-14.142a.75.75 0 0 1 0 1.06l-1.768 1.768a.75.75 0 0 1-1.042-.018a.75.75 0 0 1-.018-1.042l1.767-1.768a.75.75 0 0 1 1.061 0"/></svg> </template>
CSS
.icon-sun-24 {
width: 24px;
height: 24px;
background-color: currentColor;
-webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%2019a7%207%200%201%201%200-14a7%207%200%200%201%200%2014m0-1.5a5.5%205.5%200%201%200%200-11a5.5%205.5%200%201%200%200%2011m-5.657.157a.75.75%200%200%201%200%201.06l-1.768%201.768a.749.749%200%200%201-1.275-.326a.75.75%200%200%201%20.215-.734l1.767-1.768a.75.75%200%200%201%201.061%200M3.515%203.515a.75.75%200%200%201%201.06%200l1.768%201.768a.749.749%200%200%201-.326%201.275a.75.75%200%200%201-.734-.215L3.515%204.575a.75.75%200%200%201%200-1.06M12%200a.75.75%200%200%201%20.75.75v2.5a.75.75%200%200%201-1.5%200V.75A.75.75%200%200%201%2012%200M4%2012a.75.75%200%200%201-.75.75H.75a.75.75%200%200%201%200-1.5h2.5A.75.75%200%200%201%204%2012m8%208a.75.75%200%200%201%20.75.75v2.5a.75.75%200%200%201-1.5%200v-2.5A.75.75%200%200%201%2012%2020m12-8a.75.75%200%200%201-.75.75h-2.5a.75.75%200%200%201%200-1.5h2.5A.75.75%200%200%201%2024%2012m-6.343%205.657a.75.75%200%200%201%201.06%200l1.768%201.768a.75.75%200%200%201-.018%201.042a.75.75%200%200%201-1.042.018l-1.768-1.767a.75.75%200%200%201%200-1.061m2.828-14.142a.75.75%200%200%201%200%201.06l-1.768%201.768a.75.75%200%200%201-1.042-.018a.75.75%200%200%201-.018-1.042l1.767-1.768a.75.75%200%200%201%201.061%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%2019a7%207%200%201%201%200-14a7%207%200%200%201%200%2014m0-1.5a5.5%205.5%200%201%200%200-11a5.5%205.5%200%201%200%200%2011m-5.657.157a.75.75%200%200%201%200%201.06l-1.768%201.768a.749.749%200%200%201-1.275-.326a.75.75%200%200%201%20.215-.734l1.767-1.768a.75.75%200%200%201%201.061%200M3.515%203.515a.75.75%200%200%201%201.06%200l1.768%201.768a.749.749%200%200%201-.326%201.275a.75.75%200%200%201-.734-.215L3.515%204.575a.75.75%200%200%201%200-1.06M12%200a.75.75%200%200%201%20.75.75v2.5a.75.75%200%200%201-1.5%200V.75A.75.75%200%200%201%2012%200M4%2012a.75.75%200%200%201-.75.75H.75a.75.75%200%200%201%200-1.5h2.5A.75.75%200%200%201%204%2012m8%208a.75.75%200%200%201%20.75.75v2.5a.75.75%200%200%201-1.5%200v-2.5A.75.75%200%200%201%2012%2020m12-8a.75.75%200%200%201-.75.75h-2.5a.75.75%200%200%201%200-1.5h2.5A.75.75%200%200%201%2024%2012m-6.343%205.657a.75.75%200%200%201%201.06%200l1.768%201.768a.75.75%200%200%201-.018%201.042a.75.75%200%200%201-1.042.018l-1.768-1.767a.75.75%200%200%201%200-1.061m2.828-14.142a.75.75%200%200%201%200%201.06l-1.768%201.768a.75.75%200%200%201-1.042-.018a.75.75%200%200%201-.018-1.042l1.767-1.768a.75.75%200%200%201%201.061%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/octicon/sun-24.svg?color=%231a73e8&size=48