sun-solid from Dither Icons by Vijay K Singh · Solid · MIT Free for personal and commercial use.

Name
sun-solid
Set
Dither Icons
Style
Solid
Viewbox
24×24
License
MIT

2 other variants in Dither Icons

The same icon in other sets

All sun icons →

Use the sun icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M12 7.6a4.4 4.4 0 1 0 0 8.8a4.4 4.4 0 1 0 0-8.8Z"/><circle cx="12" cy="12" r="4.65" fill="none" stroke="currentColor" stroke-width=".45" opacity="0"/><path fill-rule="evenodd" d="M11.175 2.3a.825.825 0 0 1 1.65 0v2.05a.825.825 0 0 1-1.65 0Z"/><path fill-rule="evenodd" d="M11.175 2.3a.825.825 0 0 1 1.65 0v2.05a.825.825 0 0 1-1.65 0Z" transform="rotate(45 12 12)"/><path fill-rule="evenodd" d="M11.175 2.3a.825.825 0 0 1 1.65 0v2.05a.825.825 0 0 1-1.65 0Z" transform="rotate(90 12 12)"/><path fill-rule="evenodd" d="M11.175 2.3a.825.825 0 0 1 1.65 0v2.05a.825.825 0 0 1-1.65 0Z" transform="rotate(135 12 12)"/><path fill-rule="evenodd" d="M11.175 2.3a.825.825 0 0 1 1.65 0v2.05a.825.825 0 0 1-1.65 0Z" transform="rotate(180 12 12)"/><path fill-rule="evenodd" d="M11.175 2.3a.825.825 0 0 1 1.65 0v2.05a.825.825 0 0 1-1.65 0Z" transform="rotate(225 12 12)"/><path fill-rule="evenodd" d="M11.175 2.3a.825.825 0 0 1 1.65 0v2.05a.825.825 0 0 1-1.65 0Z" transform="rotate(270 12 12)"/><path fill-rule="evenodd" d="M11.175 2.3a.825.825 0 0 1 1.65 0v2.05a.825.825 0 0 1-1.65 0Z" transform="rotate(315 12 12)"/><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width=".45" opacity="0"><path d="M11.65 .55h.7"/><path d="M11.65 .55h.7" transform="rotate(90 12 12)"/><path d="M11.65 .55h.7" transform="rotate(180 12 12)"/><path d="M11.65 .55h.7" transform="rotate(270 12 12)"/></g></g></svg>

React

import type { SVGProps } from "react";

export function DitherSunSolid(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fillRule="evenodd" d="M12 7.6a4.4 4.4 0 1 0 0 8.8a4.4 4.4 0 1 0 0-8.8Z"/><circle cx="12" cy="12" r="4.65" fill="none" stroke="currentColor" strokeWidth=".45" opacity="0"/><path fillRule="evenodd" d="M11.175 2.3a.825.825 0 0 1 1.65 0v2.05a.825.825 0 0 1-1.65 0Z"/><path fillRule="evenodd" d="M11.175 2.3a.825.825 0 0 1 1.65 0v2.05a.825.825 0 0 1-1.65 0Z" transform="rotate(45 12 12)"/><path fillRule="evenodd" d="M11.175 2.3a.825.825 0 0 1 1.65 0v2.05a.825.825 0 0 1-1.65 0Z" transform="rotate(90 12 12)"/><path fillRule="evenodd" d="M11.175 2.3a.825.825 0 0 1 1.65 0v2.05a.825.825 0 0 1-1.65 0Z" transform="rotate(135 12 12)"/><path fillRule="evenodd" d="M11.175 2.3a.825.825 0 0 1 1.65 0v2.05a.825.825 0 0 1-1.65 0Z" transform="rotate(180 12 12)"/><path fillRule="evenodd" d="M11.175 2.3a.825.825 0 0 1 1.65 0v2.05a.825.825 0 0 1-1.65 0Z" transform="rotate(225 12 12)"/><path fillRule="evenodd" d="M11.175 2.3a.825.825 0 0 1 1.65 0v2.05a.825.825 0 0 1-1.65 0Z" transform="rotate(270 12 12)"/><path fillRule="evenodd" d="M11.175 2.3a.825.825 0 0 1 1.65 0v2.05a.825.825 0 0 1-1.65 0Z" transform="rotate(315 12 12)"/><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth=".45" opacity="0"><path d="M11.65 .55h.7"/><path d="M11.65 .55h.7" transform="rotate(90 12 12)"/><path d="M11.65 .55h.7" transform="rotate(180 12 12)"/><path d="M11.65 .55h.7" transform="rotate(270 12 12)"/></g></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M12 7.6a4.4 4.4 0 1 0 0 8.8a4.4 4.4 0 1 0 0-8.8Z"/><circle cx="12" cy="12" r="4.65" fill="none" stroke="currentColor" stroke-width=".45" opacity="0"/><path fill-rule="evenodd" d="M11.175 2.3a.825.825 0 0 1 1.65 0v2.05a.825.825 0 0 1-1.65 0Z"/><path fill-rule="evenodd" d="M11.175 2.3a.825.825 0 0 1 1.65 0v2.05a.825.825 0 0 1-1.65 0Z" transform="rotate(45 12 12)"/><path fill-rule="evenodd" d="M11.175 2.3a.825.825 0 0 1 1.65 0v2.05a.825.825 0 0 1-1.65 0Z" transform="rotate(90 12 12)"/><path fill-rule="evenodd" d="M11.175 2.3a.825.825 0 0 1 1.65 0v2.05a.825.825 0 0 1-1.65 0Z" transform="rotate(135 12 12)"/><path fill-rule="evenodd" d="M11.175 2.3a.825.825 0 0 1 1.65 0v2.05a.825.825 0 0 1-1.65 0Z" transform="rotate(180 12 12)"/><path fill-rule="evenodd" d="M11.175 2.3a.825.825 0 0 1 1.65 0v2.05a.825.825 0 0 1-1.65 0Z" transform="rotate(225 12 12)"/><path fill-rule="evenodd" d="M11.175 2.3a.825.825 0 0 1 1.65 0v2.05a.825.825 0 0 1-1.65 0Z" transform="rotate(270 12 12)"/><path fill-rule="evenodd" d="M11.175 2.3a.825.825 0 0 1 1.65 0v2.05a.825.825 0 0 1-1.65 0Z" transform="rotate(315 12 12)"/><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width=".45" opacity="0"><path d="M11.65 .55h.7"/><path d="M11.65 .55h.7" transform="rotate(90 12 12)"/><path d="M11.65 .55h.7" transform="rotate(180 12 12)"/><path d="M11.65 .55h.7" transform="rotate(270 12 12)"/></g></g></svg>
</template>

CSS

.icon-sun-solid {
  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%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M12%207.6a4.4%204.4%200%201%200%200%208.8a4.4%204.4%200%201%200%200-8.8Z%22%2F%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%224.65%22%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%22.45%22%20opacity%3D%220%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M11.175%202.3a.825.825%200%200%201%201.65%200v2.05a.825.825%200%200%201-1.65%200Z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M11.175%202.3a.825.825%200%200%201%201.65%200v2.05a.825.825%200%200%201-1.65%200Z%22%20transform%3D%22rotate(45%2012%2012)%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M11.175%202.3a.825.825%200%200%201%201.65%200v2.05a.825.825%200%200%201-1.65%200Z%22%20transform%3D%22rotate(90%2012%2012)%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M11.175%202.3a.825.825%200%200%201%201.65%200v2.05a.825.825%200%200%201-1.65%200Z%22%20transform%3D%22rotate(135%2012%2012)%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M11.175%202.3a.825.825%200%200%201%201.65%200v2.05a.825.825%200%200%201-1.65%200Z%22%20transform%3D%22rotate(180%2012%2012)%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M11.175%202.3a.825.825%200%200%201%201.65%200v2.05a.825.825%200%200%201-1.65%200Z%22%20transform%3D%22rotate(225%2012%2012)%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M11.175%202.3a.825.825%200%200%201%201.65%200v2.05a.825.825%200%200%201-1.65%200Z%22%20transform%3D%22rotate(270%2012%2012)%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M11.175%202.3a.825.825%200%200%201%201.65%200v2.05a.825.825%200%200%201-1.65%200Z%22%20transform%3D%22rotate(315%2012%2012)%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%22.45%22%20opacity%3D%220%22%3E%3Cpath%20d%3D%22M11.65%20.55h.7%22%2F%3E%3Cpath%20d%3D%22M11.65%20.55h.7%22%20transform%3D%22rotate(90%2012%2012)%22%2F%3E%3Cpath%20d%3D%22M11.65%20.55h.7%22%20transform%3D%22rotate(180%2012%2012)%22%2F%3E%3Cpath%20d%3D%22M11.65%20.55h.7%22%20transform%3D%22rotate(270%2012%2012)%22%2F%3E%3C%2Fg%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%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M12%207.6a4.4%204.4%200%201%200%200%208.8a4.4%204.4%200%201%200%200-8.8Z%22%2F%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%224.65%22%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%22.45%22%20opacity%3D%220%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M11.175%202.3a.825.825%200%200%201%201.65%200v2.05a.825.825%200%200%201-1.65%200Z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M11.175%202.3a.825.825%200%200%201%201.65%200v2.05a.825.825%200%200%201-1.65%200Z%22%20transform%3D%22rotate(45%2012%2012)%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M11.175%202.3a.825.825%200%200%201%201.65%200v2.05a.825.825%200%200%201-1.65%200Z%22%20transform%3D%22rotate(90%2012%2012)%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M11.175%202.3a.825.825%200%200%201%201.65%200v2.05a.825.825%200%200%201-1.65%200Z%22%20transform%3D%22rotate(135%2012%2012)%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M11.175%202.3a.825.825%200%200%201%201.65%200v2.05a.825.825%200%200%201-1.65%200Z%22%20transform%3D%22rotate(180%2012%2012)%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M11.175%202.3a.825.825%200%200%201%201.65%200v2.05a.825.825%200%200%201-1.65%200Z%22%20transform%3D%22rotate(225%2012%2012)%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M11.175%202.3a.825.825%200%200%201%201.65%200v2.05a.825.825%200%200%201-1.65%200Z%22%20transform%3D%22rotate(270%2012%2012)%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M11.175%202.3a.825.825%200%200%201%201.65%200v2.05a.825.825%200%200%201-1.65%200Z%22%20transform%3D%22rotate(315%2012%2012)%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%22.45%22%20opacity%3D%220%22%3E%3Cpath%20d%3D%22M11.65%20.55h.7%22%2F%3E%3Cpath%20d%3D%22M11.65%20.55h.7%22%20transform%3D%22rotate(90%2012%2012)%22%2F%3E%3Cpath%20d%3D%22M11.65%20.55h.7%22%20transform%3D%22rotate(180%2012%2012)%22%2F%3E%3Cpath%20d%3D%22M11.65%20.55h.7%22%20transform%3D%22rotate(270%2012%2012)%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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