Light Mode SVG icon, line

Free

A small circle with eight evenly spaced rays represents daylight or brightness. Use it on a display settings screen or in a daily forecast card.

Sign in to download. Free SVGs are free with any account.

How to use it

HTML <img>
<img src="https://db.amnt.io/storage/v1/object/public/generated_images/svg-api/TFoACiNnijhB/amnt.svg" alt="Light Mode" width="48" height="48">
Inline SVG
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="4"/><path d="M12 2.5V4M12 20v1.5M2.5 12H4M20 12h1.5M5.3 5.3l1.1 1.1m11.2 11.2 1.1 1.1M18.7 5.3l-1.1 1.1M6.4 17.6l-1.1 1.1"/></svg>
CSS background-image
.light-mode {
  background-image: url("https://db.amnt.io/storage/v1/object/public/generated_images/svg-api/TFoACiNnijhB/amnt.svg");
  background-size: contain;
}
CSS mask-image (takes the text colour)
.light-mode {
  width: 1.5em; height: 1.5em;
  background-color: currentColor;
  mask: url("https://db.amnt.io/storage/v1/object/public/generated_images/svg-api/TFoACiNnijhB/amnt.svg") center / contain no-repeat;
}
React
import LightModeSvg from "./light-mode.jsx"; // from the React tab above

<LightModeSvg width={48} height={48} />

Made with AMNT

AMNT SVG 1.1 drew this from the words Light Mode: A small circle surrounded by eight short, evenly spaced rays. as part of the pack Weather icons, line. Want one like it? Make your own in the SVG studio.

Rest of Weather icons, line

Similar SVGs

Licence: free. A Free account may use it for personal work; Pro and Max download it with a commercial licence, fixed at download, forever. No credit needed. Read the licence