{{newin|[[0.9.0]]|090|type=function}}
Sets the window icon until the game is quit. Not all operating systems support very large icon images.
== Function ==
=== Synopsis ===
<source lang="lua">
success = love.window.setIcon( imagedata )
</source>
=== Arguments ===
{{param|ImageData|imagedata|The window icon image.}}
=== Returns ===
{{param|boolean|success|Whether the icon has been set successfully.}}
== See Also ==
* [[parent::love.window]]
* [[love.window.getIcon]]
[[Category:Functions]]
{{#set:Description=Sets the window icon.}}
== Other Languages ==
{{i18n|love.window.setIcon}}