{{oldin|[[0.9.0]]|090|type=function|text=Moved to the [[love.window]] module as [[love.window.setIcon]]}}
{{newin|[[0.7.0]]|070|type=function}}
Set window icon. This feature is not completely supported on Windows (apparently an SDL bug, not a LOVE bug: [https://bitbucket.org/rude/love/issue/143/windows-no-titlebar-icon]).
== Function ==
=== Synopsis ===
<source lang="lua">
love.graphics.setIcon( image )
</source>
=== Arguments ===
{{param|Image|image|The window icon.}}
=== Returns ===
Nothing.
== See Also ==
* [[parent::love.graphics]]
[[Category:Functions]]
{{#set:Description=Set window icon.}}
{{#set:Sub-Category=Window}}
== Other Languages ==
{{i18n|love.graphics.setIcon}}