sun-fill from Mage Icons by MageIcons · Fill · Apache-2.0 Free for personal and commercial use.

Name
sun-fill
Set
Mage Icons
Style
Fill
Viewbox
24×24
License
Apache 2.0

1 other variant in Mage Icons

The same icon in other sets

Use the sun icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.891 12a5.94 5.94 0 0 1-3.68 5.499a5.97 5.97 0 0 1-6.496-1.295A5.948 5.948 0 0 1 11.943 6.05a5.96 5.96 0 0 1 4.21 1.743A5.94 5.94 0 0 1 17.89 12M3.203 13.048H2.05A1.05 1.05 0 0 1 1 12a1.047 1.047 0 0 1 1.05-1.048h1.153A1.05 1.05 0 0 1 4.253 12a1.047 1.047 0 0 1-1.05 1.048m18.747 0h-1.143A1.05 1.05 0 0 1 19.758 12a1.047 1.047 0 0 1 1.05-1.048h1.143A1.05 1.05 0 0 1 23 12a1.047 1.047 0 0 1-1.05 1.048m-9.965-8.8a1.05 1.05 0 0 1-1.05-1.048V2.048A1.047 1.047 0 0 1 11.986 1a1.05 1.05 0 0 1 1.049 1.048V3.2a1.047 1.047 0 0 1-1.05 1.048m0 18.752a1.05 1.05 0 0 1-1.05-1.047V20.8a1.047 1.047 0 0 1 1.05-1.048a1.05 1.05 0 0 1 1.049 1.048v1.152A1.047 1.047 0 0 1 11.984 23M5.753 6.825a1.05 1.05 0 0 1-.745-.314l-.819-.807a1.051 1.051 0 0 1 .745-1.796c.28 0 .548.111.745.308l.819.817a1.047 1.047 0 0 1 0 1.478a1.05 1.05 0 0 1-.745.314m13.271 13.221a1.05 1.05 0 0 1-.735-.304l-.818-.817a1.047 1.047 0 0 1 1.14-1.739q.196.096.34.262l.818.817a1.047 1.047 0 0 1 0 1.477a1.05 1.05 0 0 1-.745.304m-.808-13.221a1.05 1.05 0 0 1-1.034-1.254c.04-.204.142-.391.29-.538l.818-.817a1.05 1.05 0 0 1 1.48 1.488l-.82.807a1.05 1.05 0 0 1-.734.314M4.934 20.046a1.05 1.05 0 0 1-.745-.304a1.046 1.046 0 0 1 0-1.477l.819-.817a1.05 1.05 0 0 1 1.49 0a1.047 1.047 0 0 1 0 1.477l-.819.817a1.05 1.05 0 0 1-.745.304"/></svg>

React

import type { SVGProps } from "react";

export function MageSunFill(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.891 12a5.94 5.94 0 0 1-3.68 5.499a5.97 5.97 0 0 1-6.496-1.295A5.948 5.948 0 0 1 11.943 6.05a5.96 5.96 0 0 1 4.21 1.743A5.94 5.94 0 0 1 17.89 12M3.203 13.048H2.05A1.05 1.05 0 0 1 1 12a1.047 1.047 0 0 1 1.05-1.048h1.153A1.05 1.05 0 0 1 4.253 12a1.047 1.047 0 0 1-1.05 1.048m18.747 0h-1.143A1.05 1.05 0 0 1 19.758 12a1.047 1.047 0 0 1 1.05-1.048h1.143A1.05 1.05 0 0 1 23 12a1.047 1.047 0 0 1-1.05 1.048m-9.965-8.8a1.05 1.05 0 0 1-1.05-1.048V2.048A1.047 1.047 0 0 1 11.986 1a1.05 1.05 0 0 1 1.049 1.048V3.2a1.047 1.047 0 0 1-1.05 1.048m0 18.752a1.05 1.05 0 0 1-1.05-1.047V20.8a1.047 1.047 0 0 1 1.05-1.048a1.05 1.05 0 0 1 1.049 1.048v1.152A1.047 1.047 0 0 1 11.984 23M5.753 6.825a1.05 1.05 0 0 1-.745-.314l-.819-.807a1.051 1.051 0 0 1 .745-1.796c.28 0 .548.111.745.308l.819.817a1.047 1.047 0 0 1 0 1.478a1.05 1.05 0 0 1-.745.314m13.271 13.221a1.05 1.05 0 0 1-.735-.304l-.818-.817a1.047 1.047 0 0 1 1.14-1.739q.196.096.34.262l.818.817a1.047 1.047 0 0 1 0 1.477a1.05 1.05 0 0 1-.745.304m-.808-13.221a1.05 1.05 0 0 1-1.034-1.254c.04-.204.142-.391.29-.538l.818-.817a1.05 1.05 0 0 1 1.48 1.488l-.82.807a1.05 1.05 0 0 1-.734.314M4.934 20.046a1.05 1.05 0 0 1-.745-.304a1.046 1.046 0 0 1 0-1.477l.819-.817a1.05 1.05 0 0 1 1.49 0a1.047 1.047 0 0 1 0 1.477l-.819.817a1.05 1.05 0 0 1-.745.304"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.891 12a5.94 5.94 0 0 1-3.68 5.499a5.97 5.97 0 0 1-6.496-1.295A5.948 5.948 0 0 1 11.943 6.05a5.96 5.96 0 0 1 4.21 1.743A5.94 5.94 0 0 1 17.89 12M3.203 13.048H2.05A1.05 1.05 0 0 1 1 12a1.047 1.047 0 0 1 1.05-1.048h1.153A1.05 1.05 0 0 1 4.253 12a1.047 1.047 0 0 1-1.05 1.048m18.747 0h-1.143A1.05 1.05 0 0 1 19.758 12a1.047 1.047 0 0 1 1.05-1.048h1.143A1.05 1.05 0 0 1 23 12a1.047 1.047 0 0 1-1.05 1.048m-9.965-8.8a1.05 1.05 0 0 1-1.05-1.048V2.048A1.047 1.047 0 0 1 11.986 1a1.05 1.05 0 0 1 1.049 1.048V3.2a1.047 1.047 0 0 1-1.05 1.048m0 18.752a1.05 1.05 0 0 1-1.05-1.047V20.8a1.047 1.047 0 0 1 1.05-1.048a1.05 1.05 0 0 1 1.049 1.048v1.152A1.047 1.047 0 0 1 11.984 23M5.753 6.825a1.05 1.05 0 0 1-.745-.314l-.819-.807a1.051 1.051 0 0 1 .745-1.796c.28 0 .548.111.745.308l.819.817a1.047 1.047 0 0 1 0 1.478a1.05 1.05 0 0 1-.745.314m13.271 13.221a1.05 1.05 0 0 1-.735-.304l-.818-.817a1.047 1.047 0 0 1 1.14-1.739q.196.096.34.262l.818.817a1.047 1.047 0 0 1 0 1.477a1.05 1.05 0 0 1-.745.304m-.808-13.221a1.05 1.05 0 0 1-1.034-1.254c.04-.204.142-.391.29-.538l.818-.817a1.05 1.05 0 0 1 1.48 1.488l-.82.807a1.05 1.05 0 0 1-.734.314M4.934 20.046a1.05 1.05 0 0 1-.745-.304a1.046 1.046 0 0 1 0-1.477l.819-.817a1.05 1.05 0 0 1 1.49 0a1.047 1.047 0 0 1 0 1.477l-.819.817a1.05 1.05 0 0 1-.745.304"/></svg>
</template>

CSS

.icon-sun-fill {
  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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17.891%2012a5.94%205.94%200%200%201-3.68%205.499a5.97%205.97%200%200%201-6.496-1.295A5.948%205.948%200%200%201%2011.943%206.05a5.96%205.96%200%200%201%204.21%201.743A5.94%205.94%200%200%201%2017.89%2012M3.203%2013.048H2.05A1.05%201.05%200%200%201%201%2012a1.047%201.047%200%200%201%201.05-1.048h1.153A1.05%201.05%200%200%201%204.253%2012a1.047%201.047%200%200%201-1.05%201.048m18.747%200h-1.143A1.05%201.05%200%200%201%2019.758%2012a1.047%201.047%200%200%201%201.05-1.048h1.143A1.05%201.05%200%200%201%2023%2012a1.047%201.047%200%200%201-1.05%201.048m-9.965-8.8a1.05%201.05%200%200%201-1.05-1.048V2.048A1.047%201.047%200%200%201%2011.986%201a1.05%201.05%200%200%201%201.049%201.048V3.2a1.047%201.047%200%200%201-1.05%201.048m0%2018.752a1.05%201.05%200%200%201-1.05-1.047V20.8a1.047%201.047%200%200%201%201.05-1.048a1.05%201.05%200%200%201%201.049%201.048v1.152A1.047%201.047%200%200%201%2011.984%2023M5.753%206.825a1.05%201.05%200%200%201-.745-.314l-.819-.807a1.051%201.051%200%200%201%20.745-1.796c.28%200%20.548.111.745.308l.819.817a1.047%201.047%200%200%201%200%201.478a1.05%201.05%200%200%201-.745.314m13.271%2013.221a1.05%201.05%200%200%201-.735-.304l-.818-.817a1.047%201.047%200%200%201%201.14-1.739q.196.096.34.262l.818.817a1.047%201.047%200%200%201%200%201.477a1.05%201.05%200%200%201-.745.304m-.808-13.221a1.05%201.05%200%200%201-1.034-1.254c.04-.204.142-.391.29-.538l.818-.817a1.05%201.05%200%200%201%201.48%201.488l-.82.807a1.05%201.05%200%200%201-.734.314M4.934%2020.046a1.05%201.05%200%200%201-.745-.304a1.046%201.046%200%200%201%200-1.477l.819-.817a1.05%201.05%200%200%201%201.49%200a1.047%201.047%200%200%201%200%201.477l-.819.817a1.05%201.05%200%200%201-.745.304%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17.891%2012a5.94%205.94%200%200%201-3.68%205.499a5.97%205.97%200%200%201-6.496-1.295A5.948%205.948%200%200%201%2011.943%206.05a5.96%205.96%200%200%201%204.21%201.743A5.94%205.94%200%200%201%2017.89%2012M3.203%2013.048H2.05A1.05%201.05%200%200%201%201%2012a1.047%201.047%200%200%201%201.05-1.048h1.153A1.05%201.05%200%200%201%204.253%2012a1.047%201.047%200%200%201-1.05%201.048m18.747%200h-1.143A1.05%201.05%200%200%201%2019.758%2012a1.047%201.047%200%200%201%201.05-1.048h1.143A1.05%201.05%200%200%201%2023%2012a1.047%201.047%200%200%201-1.05%201.048m-9.965-8.8a1.05%201.05%200%200%201-1.05-1.048V2.048A1.047%201.047%200%200%201%2011.986%201a1.05%201.05%200%200%201%201.049%201.048V3.2a1.047%201.047%200%200%201-1.05%201.048m0%2018.752a1.05%201.05%200%200%201-1.05-1.047V20.8a1.047%201.047%200%200%201%201.05-1.048a1.05%201.05%200%200%201%201.049%201.048v1.152A1.047%201.047%200%200%201%2011.984%2023M5.753%206.825a1.05%201.05%200%200%201-.745-.314l-.819-.807a1.051%201.051%200%200%201%20.745-1.796c.28%200%20.548.111.745.308l.819.817a1.047%201.047%200%200%201%200%201.478a1.05%201.05%200%200%201-.745.314m13.271%2013.221a1.05%201.05%200%200%201-.735-.304l-.818-.817a1.047%201.047%200%200%201%201.14-1.739q.196.096.34.262l.818.817a1.047%201.047%200%200%201%200%201.477a1.05%201.05%200%200%201-.745.304m-.808-13.221a1.05%201.05%200%200%201-1.034-1.254c.04-.204.142-.391.29-.538l.818-.817a1.05%201.05%200%200%201%201.48%201.488l-.82.807a1.05%201.05%200%200%201-.734.314M4.934%2020.046a1.05%201.05%200%200%201-.745-.304a1.046%201.046%200%200%201%200-1.477l.819-.817a1.05%201.05%200%200%201%201.49%200a1.047%201.047%200%200%201%200%201.477l-.819.817a1.05%201.05%200%200%201-.745.304%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mage/sun-fill.svg?color=%231a73e8&size=48