sun icon
sun from Jam Icons by Michael Amprimo · Outline · MIT Free for personal and commercial use.
- Name
- sun
- Set
- Jam Icons
- Style
- Outline
- Viewbox
- 24×24
- License
- MIT
1 other variant in Jam Icons
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="-2 -2 24 24"><path fill="currentColor" d="M10 13a3 3 0 1 0 0-6a3 3 0 0 0 0 6m0 2a5 5 0 1 1 0-10a5 5 0 0 1 0 10m0-15a1 1 0 0 1 1 1v2a1 1 0 0 1-2 0V1a1 1 0 0 1 1-1m0 16a1 1 0 0 1 1 1v2a1 1 0 0 1-2 0v-2a1 1 0 0 1 1-1M1 9h2a1 1 0 1 1 0 2H1a1 1 0 0 1 0-2m16 0h2a1 1 0 0 1 0 2h-2a1 1 0 0 1 0-2m.071-6.071a1 1 0 0 1 0 1.414l-1.414 1.414a1 1 0 1 1-1.414-1.414l1.414-1.414a1 1 0 0 1 1.414 0M5.757 14.243a1 1 0 0 1 0 1.414L4.343 17.07a1 1 0 1 1-1.414-1.414l1.414-1.414a1 1 0 0 1 1.414 0zM4.343 2.929l1.414 1.414a1 1 0 0 1-1.414 1.414L2.93 4.343A1 1 0 0 1 4.343 2.93zm11.314 11.314l1.414 1.414a1 1 0 0 1-1.414 1.414l-1.414-1.414a1 1 0 1 1 1.414-1.414"/></svg>
React
import type { SVGProps } from "react";
export function JamSun(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-2 -2 24 24"><path fill="currentColor" d="M10 13a3 3 0 1 0 0-6a3 3 0 0 0 0 6m0 2a5 5 0 1 1 0-10a5 5 0 0 1 0 10m0-15a1 1 0 0 1 1 1v2a1 1 0 0 1-2 0V1a1 1 0 0 1 1-1m0 16a1 1 0 0 1 1 1v2a1 1 0 0 1-2 0v-2a1 1 0 0 1 1-1M1 9h2a1 1 0 1 1 0 2H1a1 1 0 0 1 0-2m16 0h2a1 1 0 0 1 0 2h-2a1 1 0 0 1 0-2m.071-6.071a1 1 0 0 1 0 1.414l-1.414 1.414a1 1 0 1 1-1.414-1.414l1.414-1.414a1 1 0 0 1 1.414 0M5.757 14.243a1 1 0 0 1 0 1.414L4.343 17.07a1 1 0 1 1-1.414-1.414l1.414-1.414a1 1 0 0 1 1.414 0zM4.343 2.929l1.414 1.414a1 1 0 0 1-1.414 1.414L2.93 4.343A1 1 0 0 1 4.343 2.93zm11.314 11.314l1.414 1.414a1 1 0 0 1-1.414 1.414l-1.414-1.414a1 1 0 1 1 1.414-1.414"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-2 -2 24 24"><path fill="currentColor" d="M10 13a3 3 0 1 0 0-6a3 3 0 0 0 0 6m0 2a5 5 0 1 1 0-10a5 5 0 0 1 0 10m0-15a1 1 0 0 1 1 1v2a1 1 0 0 1-2 0V1a1 1 0 0 1 1-1m0 16a1 1 0 0 1 1 1v2a1 1 0 0 1-2 0v-2a1 1 0 0 1 1-1M1 9h2a1 1 0 1 1 0 2H1a1 1 0 0 1 0-2m16 0h2a1 1 0 0 1 0 2h-2a1 1 0 0 1 0-2m.071-6.071a1 1 0 0 1 0 1.414l-1.414 1.414a1 1 0 1 1-1.414-1.414l1.414-1.414a1 1 0 0 1 1.414 0M5.757 14.243a1 1 0 0 1 0 1.414L4.343 17.07a1 1 0 1 1-1.414-1.414l1.414-1.414a1 1 0 0 1 1.414 0zM4.343 2.929l1.414 1.414a1 1 0 0 1-1.414 1.414L2.93 4.343A1 1 0 0 1 4.343 2.93zm11.314 11.314l1.414 1.414a1 1 0 0 1-1.414 1.414l-1.414-1.414a1 1 0 1 1 1.414-1.414"/></svg> </template>
CSS
.icon-sun {
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%22-2%20-2%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10%2013a3%203%200%201%200%200-6a3%203%200%200%200%200%206m0%202a5%205%200%201%201%200-10a5%205%200%200%201%200%2010m0-15a1%201%200%200%201%201%201v2a1%201%200%200%201-2%200V1a1%201%200%200%201%201-1m0%2016a1%201%200%200%201%201%201v2a1%201%200%200%201-2%200v-2a1%201%200%200%201%201-1M1%209h2a1%201%200%201%201%200%202H1a1%201%200%200%201%200-2m16%200h2a1%201%200%200%201%200%202h-2a1%201%200%200%201%200-2m.071-6.071a1%201%200%200%201%200%201.414l-1.414%201.414a1%201%200%201%201-1.414-1.414l1.414-1.414a1%201%200%200%201%201.414%200M5.757%2014.243a1%201%200%200%201%200%201.414L4.343%2017.07a1%201%200%201%201-1.414-1.414l1.414-1.414a1%201%200%200%201%201.414%200zM4.343%202.929l1.414%201.414a1%201%200%200%201-1.414%201.414L2.93%204.343A1%201%200%200%201%204.343%202.93zm11.314%2011.314l1.414%201.414a1%201%200%200%201-1.414%201.414l-1.414-1.414a1%201%200%201%201%201.414-1.414%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%22-2%20-2%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10%2013a3%203%200%201%200%200-6a3%203%200%200%200%200%206m0%202a5%205%200%201%201%200-10a5%205%200%200%201%200%2010m0-15a1%201%200%200%201%201%201v2a1%201%200%200%201-2%200V1a1%201%200%200%201%201-1m0%2016a1%201%200%200%201%201%201v2a1%201%200%200%201-2%200v-2a1%201%200%200%201%201-1M1%209h2a1%201%200%201%201%200%202H1a1%201%200%200%201%200-2m16%200h2a1%201%200%200%201%200%202h-2a1%201%200%200%201%200-2m.071-6.071a1%201%200%200%201%200%201.414l-1.414%201.414a1%201%200%201%201-1.414-1.414l1.414-1.414a1%201%200%200%201%201.414%200M5.757%2014.243a1%201%200%200%201%200%201.414L4.343%2017.07a1%201%200%201%201-1.414-1.414l1.414-1.414a1%201%200%200%201%201.414%200zM4.343%202.929l1.414%201.414a1%201%200%200%201-1.414%201.414L2.93%204.343A1%201%200%200%201%204.343%202.93zm11.314%2011.314l1.414%201.414a1%201%200%200%201-1.414%201.414l-1.414-1.414a1%201%200%201%201%201.414-1.414%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/jam/sun.svg?color=%231a73e8&size=48