sun icon
sun-light from Phosphor by Phosphor Icons · Light · MIT Free for personal and commercial use.
- Name
- sun-light
- Set
- Phosphor
- Style
- Light
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
The same icon in other sets
sunAkar IconssunBootstrap IconssunBoxIcons v2sunBoxIcons v2 SolidsunCarbonsunEmoji One (Colored)sun-fillEva IconssunFont Awesome 6 RegularsunFont Awesome 6 SolidsunFeather IconssunFluent EmojisunFluent Emoji FlatsunFluent Emoji High Contrastsuncss.ggsunHeroIconssunHumbleiconssunJam IconssunLine AwesomesunLucidesunMage IconssunMajesticonssun-fillMingCute IconsunNoto Emojisun-16Octicons
Related icons in Phosphor
Use the sun icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M122 40V16a6 6 0 0 1 12 0v24a6 6 0 0 1-12 0m68 88a62 62 0 1 1-62-62a62.07 62.07 0 0 1 62 62m-12 0a50 50 0 1 0-50 50a50.06 50.06 0 0 0 50-50M59.76 68.24a6 6 0 1 0 8.48-8.48l-16-16a6 6 0 0 0-8.48 8.48Zm0 119.52l-16 16a6 6 0 1 0 8.48 8.48l16-16a6 6 0 1 0-8.48-8.48M192 70a6 6 0 0 0 4.24-1.76l16-16a6 6 0 0 0-8.48-8.48l-16 16A6 6 0 0 0 192 70m4.24 117.76a6 6 0 0 0-8.48 8.48l16 16a6 6 0 0 0 8.48-8.48ZM46 128a6 6 0 0 0-6-6H16a6 6 0 0 0 0 12h24a6 6 0 0 0 6-6m82 82a6 6 0 0 0-6 6v24a6 6 0 0 0 12 0v-24a6 6 0 0 0-6-6m112-88h-24a6 6 0 0 0 0 12h24a6 6 0 0 0 0-12"/></svg>
React
import type { SVGProps } from "react";
export function PhSunLight(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M122 40V16a6 6 0 0 1 12 0v24a6 6 0 0 1-12 0m68 88a62 62 0 1 1-62-62a62.07 62.07 0 0 1 62 62m-12 0a50 50 0 1 0-50 50a50.06 50.06 0 0 0 50-50M59.76 68.24a6 6 0 1 0 8.48-8.48l-16-16a6 6 0 0 0-8.48 8.48Zm0 119.52l-16 16a6 6 0 1 0 8.48 8.48l16-16a6 6 0 1 0-8.48-8.48M192 70a6 6 0 0 0 4.24-1.76l16-16a6 6 0 0 0-8.48-8.48l-16 16A6 6 0 0 0 192 70m4.24 117.76a6 6 0 0 0-8.48 8.48l16 16a6 6 0 0 0 8.48-8.48ZM46 128a6 6 0 0 0-6-6H16a6 6 0 0 0 0 12h24a6 6 0 0 0 6-6m82 82a6 6 0 0 0-6 6v24a6 6 0 0 0 12 0v-24a6 6 0 0 0-6-6m112-88h-24a6 6 0 0 0 0 12h24a6 6 0 0 0 0-12"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M122 40V16a6 6 0 0 1 12 0v24a6 6 0 0 1-12 0m68 88a62 62 0 1 1-62-62a62.07 62.07 0 0 1 62 62m-12 0a50 50 0 1 0-50 50a50.06 50.06 0 0 0 50-50M59.76 68.24a6 6 0 1 0 8.48-8.48l-16-16a6 6 0 0 0-8.48 8.48Zm0 119.52l-16 16a6 6 0 1 0 8.48 8.48l16-16a6 6 0 1 0-8.48-8.48M192 70a6 6 0 0 0 4.24-1.76l16-16a6 6 0 0 0-8.48-8.48l-16 16A6 6 0 0 0 192 70m4.24 117.76a6 6 0 0 0-8.48 8.48l16 16a6 6 0 0 0 8.48-8.48ZM46 128a6 6 0 0 0-6-6H16a6 6 0 0 0 0 12h24a6 6 0 0 0 6-6m82 82a6 6 0 0 0-6 6v24a6 6 0 0 0 12 0v-24a6 6 0 0 0-6-6m112-88h-24a6 6 0 0 0 0 12h24a6 6 0 0 0 0-12"/></svg> </template>
CSS
.icon-sun-light {
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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M122%2040V16a6%206%200%200%201%2012%200v24a6%206%200%200%201-12%200m68%2088a62%2062%200%201%201-62-62a62.07%2062.07%200%200%201%2062%2062m-12%200a50%2050%200%201%200-50%2050a50.06%2050.06%200%200%200%2050-50M59.76%2068.24a6%206%200%201%200%208.48-8.48l-16-16a6%206%200%200%200-8.48%208.48Zm0%20119.52l-16%2016a6%206%200%201%200%208.48%208.48l16-16a6%206%200%201%200-8.48-8.48M192%2070a6%206%200%200%200%204.24-1.76l16-16a6%206%200%200%200-8.48-8.48l-16%2016A6%206%200%200%200%20192%2070m4.24%20117.76a6%206%200%200%200-8.48%208.48l16%2016a6%206%200%200%200%208.48-8.48ZM46%20128a6%206%200%200%200-6-6H16a6%206%200%200%200%200%2012h24a6%206%200%200%200%206-6m82%2082a6%206%200%200%200-6%206v24a6%206%200%200%200%2012%200v-24a6%206%200%200%200-6-6m112-88h-24a6%206%200%200%200%200%2012h24a6%206%200%200%200%200-12%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M122%2040V16a6%206%200%200%201%2012%200v24a6%206%200%200%201-12%200m68%2088a62%2062%200%201%201-62-62a62.07%2062.07%200%200%201%2062%2062m-12%200a50%2050%200%201%200-50%2050a50.06%2050.06%200%200%200%2050-50M59.76%2068.24a6%206%200%201%200%208.48-8.48l-16-16a6%206%200%200%200-8.48%208.48Zm0%20119.52l-16%2016a6%206%200%201%200%208.48%208.48l16-16a6%206%200%201%200-8.48-8.48M192%2070a6%206%200%200%200%204.24-1.76l16-16a6%206%200%200%200-8.48-8.48l-16%2016A6%206%200%200%200%20192%2070m4.24%20117.76a6%206%200%200%200-8.48%208.48l16%2016a6%206%200%200%200%208.48-8.48ZM46%20128a6%206%200%200%200-6-6H16a6%206%200%200%200%200%2012h24a6%206%200%200%200%206-6m82%2082a6%206%200%200%200-6%206v24a6%206%200%200%200%2012%200v-24a6%206%200%200%200-6-6m112-88h-24a6%206%200%200%200%200%2012h24a6%206%200%200%200%200-12%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/sun-light.svg?color=%231a73e8&size=48