sun icon
sun-linear from Solar by 480 Design · Linear · Weather · CC-BY-4.0 Attribution required.
- Name
- sun-linear
- Set
- Solar
- Style
- Linear
- Category
- Weather
- Viewbox
- 24×24
- License
- CC BY 4.0
5 other variants in Solar
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
More weather icons from Solar
cloud-boldcloud-bolt-boldcloud-bolt-minimalistic-boldcloud-check-boldcloud-cross-boldcloud-download-boldcloud-minus-boldcloud-plus-boldcloud-rain-boldcloud-snowfall-boldcloud-snowfall-minimalistic-boldcloud-storm-boldcloud-sun-2-boldcloud-sun-boldcloud-upload-boldcloud-waterdrop-boldcloud-waterdrops-boldclouds-boldcloudy-moon-boldfog-boldmoon-boldmoon-fog-boldmoon-sleep-boldmoon-stars-bold
Use the sun icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><circle cx="12" cy="12" r="6"/><path stroke-linecap="round" d="M12 2V3"/><path stroke-linecap="round" d="M12 21V22"/><path stroke-linecap="round" d="M22 12L21 12"/><path stroke-linecap="round" d="M3 12L2 12"/><path stroke-linecap="round" d="M19.0708 4.92969L18.678 5.32252"/><path stroke-linecap="round" d="M5.32178 18.6777L4.92894 19.0706"/><path stroke-linecap="round" d="M19.0708 19.0703L18.678 18.6775"/><path stroke-linecap="round" d="M5.32178 5.32227L4.92894 4.92943"/></g></svg>
React
import type { SVGProps } from "react";
export function SolarSunLinear(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeWidth="1.5"><circle cx="12" cy="12" r="6"/><path strokeLinecap="round" d="M12 2V3"/><path strokeLinecap="round" d="M12 21V22"/><path strokeLinecap="round" d="M22 12L21 12"/><path strokeLinecap="round" d="M3 12L2 12"/><path strokeLinecap="round" d="M19.0708 4.92969L18.678 5.32252"/><path strokeLinecap="round" d="M5.32178 18.6777L4.92894 19.0706"/><path strokeLinecap="round" d="M19.0708 19.0703L18.678 18.6775"/><path strokeLinecap="round" d="M5.32178 5.32227L4.92894 4.92943"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><circle cx="12" cy="12" r="6"/><path stroke-linecap="round" d="M12 2V3"/><path stroke-linecap="round" d="M12 21V22"/><path stroke-linecap="round" d="M22 12L21 12"/><path stroke-linecap="round" d="M3 12L2 12"/><path stroke-linecap="round" d="M19.0708 4.92969L18.678 5.32252"/><path stroke-linecap="round" d="M5.32178 18.6777L4.92894 19.0706"/><path stroke-linecap="round" d="M19.0708 19.0703L18.678 18.6775"/><path stroke-linecap="round" d="M5.32178 5.32227L4.92894 4.92943"/></g></svg> </template>
CSS
.icon-sun-linear {
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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%226%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M12%202V3%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M12%2021V22%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M22%2012L21%2012%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M3%2012L2%2012%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M19.0708%204.92969L18.678%205.32252%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M5.32178%2018.6777L4.92894%2019.0706%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M19.0708%2019.0703L18.678%2018.6775%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M5.32178%205.32227L4.92894%204.92943%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%226%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M12%202V3%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M12%2021V22%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M22%2012L21%2012%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M3%2012L2%2012%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M19.0708%204.92969L18.678%205.32252%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M5.32178%2018.6777L4.92894%2019.0706%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M19.0708%2019.0703L18.678%2018.6775%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M5.32178%205.32227L4.92894%204.92943%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/solar/sun-linear.svg?color=%231a73e8&size=48