sun icon
sun-thin from Phosphor by Phosphor Icons · Thin · MIT Free for personal and commercial use.
- Name
- sun-thin
- Set
- Phosphor
- Style
- Thin
- 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="M124 40V16a4 4 0 0 1 8 0v24a4 4 0 0 1-8 0m64 88a60 60 0 1 1-60-60a60.07 60.07 0 0 1 60 60m-8 0a52 52 0 1 0-52 52a52.06 52.06 0 0 0 52-52M61.17 66.83a4 4 0 0 0 5.66-5.66l-16-16a4 4 0 0 0-5.66 5.66Zm0 122.34l-16 16a4 4 0 0 0 5.66 5.66l16-16a4 4 0 0 0-5.66-5.66M192 68a4 4 0 0 0 2.83-1.17l16-16a4 4 0 1 0-5.66-5.66l-16 16A4 4 0 0 0 192 68m2.83 121.17a4 4 0 0 0-5.66 5.66l16 16a4 4 0 0 0 5.66-5.66ZM40 124H16a4 4 0 0 0 0 8h24a4 4 0 0 0 0-8m88 88a4 4 0 0 0-4 4v24a4 4 0 0 0 8 0v-24a4 4 0 0 0-4-4m112-88h-24a4 4 0 0 0 0 8h24a4 4 0 0 0 0-8"/></svg>
React
import type { SVGProps } from "react";
export function PhSunThin(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="M124 40V16a4 4 0 0 1 8 0v24a4 4 0 0 1-8 0m64 88a60 60 0 1 1-60-60a60.07 60.07 0 0 1 60 60m-8 0a52 52 0 1 0-52 52a52.06 52.06 0 0 0 52-52M61.17 66.83a4 4 0 0 0 5.66-5.66l-16-16a4 4 0 0 0-5.66 5.66Zm0 122.34l-16 16a4 4 0 0 0 5.66 5.66l16-16a4 4 0 0 0-5.66-5.66M192 68a4 4 0 0 0 2.83-1.17l16-16a4 4 0 1 0-5.66-5.66l-16 16A4 4 0 0 0 192 68m2.83 121.17a4 4 0 0 0-5.66 5.66l16 16a4 4 0 0 0 5.66-5.66ZM40 124H16a4 4 0 0 0 0 8h24a4 4 0 0 0 0-8m88 88a4 4 0 0 0-4 4v24a4 4 0 0 0 8 0v-24a4 4 0 0 0-4-4m112-88h-24a4 4 0 0 0 0 8h24a4 4 0 0 0 0-8"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M124 40V16a4 4 0 0 1 8 0v24a4 4 0 0 1-8 0m64 88a60 60 0 1 1-60-60a60.07 60.07 0 0 1 60 60m-8 0a52 52 0 1 0-52 52a52.06 52.06 0 0 0 52-52M61.17 66.83a4 4 0 0 0 5.66-5.66l-16-16a4 4 0 0 0-5.66 5.66Zm0 122.34l-16 16a4 4 0 0 0 5.66 5.66l16-16a4 4 0 0 0-5.66-5.66M192 68a4 4 0 0 0 2.83-1.17l16-16a4 4 0 1 0-5.66-5.66l-16 16A4 4 0 0 0 192 68m2.83 121.17a4 4 0 0 0-5.66 5.66l16 16a4 4 0 0 0 5.66-5.66ZM40 124H16a4 4 0 0 0 0 8h24a4 4 0 0 0 0-8m88 88a4 4 0 0 0-4 4v24a4 4 0 0 0 8 0v-24a4 4 0 0 0-4-4m112-88h-24a4 4 0 0 0 0 8h24a4 4 0 0 0 0-8"/></svg> </template>
CSS
.icon-sun-thin {
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%22M124%2040V16a4%204%200%200%201%208%200v24a4%204%200%200%201-8%200m64%2088a60%2060%200%201%201-60-60a60.07%2060.07%200%200%201%2060%2060m-8%200a52%2052%200%201%200-52%2052a52.06%2052.06%200%200%200%2052-52M61.17%2066.83a4%204%200%200%200%205.66-5.66l-16-16a4%204%200%200%200-5.66%205.66Zm0%20122.34l-16%2016a4%204%200%200%200%205.66%205.66l16-16a4%204%200%200%200-5.66-5.66M192%2068a4%204%200%200%200%202.83-1.17l16-16a4%204%200%201%200-5.66-5.66l-16%2016A4%204%200%200%200%20192%2068m2.83%20121.17a4%204%200%200%200-5.66%205.66l16%2016a4%204%200%200%200%205.66-5.66ZM40%20124H16a4%204%200%200%200%200%208h24a4%204%200%200%200%200-8m88%2088a4%204%200%200%200-4%204v24a4%204%200%200%200%208%200v-24a4%204%200%200%200-4-4m112-88h-24a4%204%200%200%200%200%208h24a4%204%200%200%200%200-8%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%22M124%2040V16a4%204%200%200%201%208%200v24a4%204%200%200%201-8%200m64%2088a60%2060%200%201%201-60-60a60.07%2060.07%200%200%201%2060%2060m-8%200a52%2052%200%201%200-52%2052a52.06%2052.06%200%200%200%2052-52M61.17%2066.83a4%204%200%200%200%205.66-5.66l-16-16a4%204%200%200%200-5.66%205.66Zm0%20122.34l-16%2016a4%204%200%200%200%205.66%205.66l16-16a4%204%200%200%200-5.66-5.66M192%2068a4%204%200%200%200%202.83-1.17l16-16a4%204%200%201%200-5.66-5.66l-16%2016A4%204%200%200%200%20192%2068m2.83%20121.17a4%204%200%200%200-5.66%205.66l16%2016a4%204%200%200%200%205.66-5.66ZM40%20124H16a4%204%200%200%200%200%208h24a4%204%200%200%200%200-8m88%2088a4%204%200%200%200-4%204v24a4%204%200%200%200%208%200v-24a4%204%200%200%200-4-4m112-88h-24a4%204%200%200%200%200%208h24a4%204%200%200%200%200-8%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/sun-thin.svg?color=%231a73e8&size=48