wallpaper icon

wallpaper from Reicon by REICON · Outline · Video · MIT Free for personal and commercial use.

Name
wallpaper
Set
Reicon
Style
Outline
Category
Video
Viewbox
24×24
License
MIT

2 other variants in Reicon

The same icon in other sets

All wallpaper icons →

More video icons from Reicon

Use the wallpaper icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M10.945 1.25h2.11c1.367 0 2.47 0 3.337.117c.9.12 1.658.38 2.26.981c.4.4.648.87.806 1.404c.211.003.388.012.55.038a3.25 3.25 0 0 1 2.702 2.702c.04.253.04.542.04.943v9.13c0 .401 0 .69-.04.943a3.25 3.25 0 0 1-2.702 2.702a4 4 0 0 1-.55.038c-.158.534-.406 1.003-.806 1.404c-.602.602-1.36.86-2.26.982c-.867.116-1.97.116-3.337.116h-2.11c-1.367 0-2.47 0-3.337-.116c-.9-.122-1.658-.38-2.26-.982c-.4-.4-.648-.87-.806-1.404a4 4 0 0 1-.55-.038a3.25 3.25 0 0 1-2.702-2.702c-.04-.253-.04-.542-.04-.943v-9.13c0-.401 0-.69.04-.943A3.25 3.25 0 0 1 3.992 3.79c.162-.026.339-.035.55-.038c.158-.534.406-1.003.806-1.404c.602-.602 1.36-.86 2.26-.981c.867-.117 1.97-.117 3.337-.117M4.302 5.262l-.076.01a1.75 1.75 0 0 0-1.454 1.454c-.02.122-.022.28-.022.774v9c0 .493.002.652.022.774a1.75 1.75 0 0 0 1.53 1.464c-.052-.749-.052-1.639-.052-2.683v-8.11c0-1.044 0-1.934.052-2.683m1.448 9.859V16c0 1.435.002 2.436.103 3.192c.099.734.28 1.122.556 1.399c.277.277.665.457 1.4.556c.754.101 1.756.103 3.191.103h2c1.435 0 2.437-.002 3.192-.103c.734-.099 1.122-.28 1.399-.556a1.6 1.6 0 0 0 .371-.596L16.08 18.01c-.503-.531-1.198-.567-1.728-.13l-.22.18c-.916.755-2.177.607-2.937-.284l-3.16-3.706c-.35-.41-.85-.42-1.207-.054zm12.48 2.975l-1.06-1.119c-1.03-1.085-2.615-1.21-3.772-.256l-.22.18c-.255.211-.588.198-.842-.1l-3.16-3.706c-.912-1.069-2.437-1.138-3.422-.127l-.004.004V8c0-1.435.002-2.437.103-3.192c.099-.734.28-1.122.556-1.399c.277-.277.665-.457 1.4-.556c.754-.101 1.756-.103 3.191-.103h2c1.435 0 2.437.002 3.192.103c.734.099 1.122.28 1.399.556c.277.277.457.665.556 1.4c.101.754.103 1.756.103 3.191v8c0 .833 0 1.519-.02 2.096m1.468.642l.076-.01a1.75 1.75 0 0 0 1.454-1.454c.02-.122.022-.28.022-.774v-9c0-.493-.002-.652-.021-.774a1.75 1.75 0 0 0-1.53-1.464c.051.749.051 1.639.051 2.683v8.11c0 1.044 0 1.934-.052 2.683M14.5 5.75a.75.75 0 1 0 0 1.5a.75.75 0 0 0 0-1.5m-2.25.75a2.25 2.25 0 1 1 4.5 0a2.25 2.25 0 0 1-4.5 0" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function ReiconWallpaper(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" fillRule="evenodd" d="M10.945 1.25h2.11c1.367 0 2.47 0 3.337.117c.9.12 1.658.38 2.26.981c.4.4.648.87.806 1.404c.211.003.388.012.55.038a3.25 3.25 0 0 1 2.702 2.702c.04.253.04.542.04.943v9.13c0 .401 0 .69-.04.943a3.25 3.25 0 0 1-2.702 2.702a4 4 0 0 1-.55.038c-.158.534-.406 1.003-.806 1.404c-.602.602-1.36.86-2.26.982c-.867.116-1.97.116-3.337.116h-2.11c-1.367 0-2.47 0-3.337-.116c-.9-.122-1.658-.38-2.26-.982c-.4-.4-.648-.87-.806-1.404a4 4 0 0 1-.55-.038a3.25 3.25 0 0 1-2.702-2.702c-.04-.253-.04-.542-.04-.943v-9.13c0-.401 0-.69.04-.943A3.25 3.25 0 0 1 3.992 3.79c.162-.026.339-.035.55-.038c.158-.534.406-1.003.806-1.404c.602-.602 1.36-.86 2.26-.981c.867-.117 1.97-.117 3.337-.117M4.302 5.262l-.076.01a1.75 1.75 0 0 0-1.454 1.454c-.02.122-.022.28-.022.774v9c0 .493.002.652.022.774a1.75 1.75 0 0 0 1.53 1.464c-.052-.749-.052-1.639-.052-2.683v-8.11c0-1.044 0-1.934.052-2.683m1.448 9.859V16c0 1.435.002 2.436.103 3.192c.099.734.28 1.122.556 1.399c.277.277.665.457 1.4.556c.754.101 1.756.103 3.191.103h2c1.435 0 2.437-.002 3.192-.103c.734-.099 1.122-.28 1.399-.556a1.6 1.6 0 0 0 .371-.596L16.08 18.01c-.503-.531-1.198-.567-1.728-.13l-.22.18c-.916.755-2.177.607-2.937-.284l-3.16-3.706c-.35-.41-.85-.42-1.207-.054zm12.48 2.975l-1.06-1.119c-1.03-1.085-2.615-1.21-3.772-.256l-.22.18c-.255.211-.588.198-.842-.1l-3.16-3.706c-.912-1.069-2.437-1.138-3.422-.127l-.004.004V8c0-1.435.002-2.437.103-3.192c.099-.734.28-1.122.556-1.399c.277-.277.665-.457 1.4-.556c.754-.101 1.756-.103 3.191-.103h2c1.435 0 2.437.002 3.192.103c.734.099 1.122.28 1.399.556c.277.277.457.665.556 1.4c.101.754.103 1.756.103 3.191v8c0 .833 0 1.519-.02 2.096m1.468.642l.076-.01a1.75 1.75 0 0 0 1.454-1.454c.02-.122.022-.28.022-.774v-9c0-.493-.002-.652-.021-.774a1.75 1.75 0 0 0-1.53-1.464c.051.749.051 1.639.051 2.683v8.11c0 1.044 0 1.934-.052 2.683M14.5 5.75a.75.75 0 1 0 0 1.5a.75.75 0 0 0 0-1.5m-2.25.75a2.25 2.25 0 1 1 4.5 0a2.25 2.25 0 0 1-4.5 0" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M10.945 1.25h2.11c1.367 0 2.47 0 3.337.117c.9.12 1.658.38 2.26.981c.4.4.648.87.806 1.404c.211.003.388.012.55.038a3.25 3.25 0 0 1 2.702 2.702c.04.253.04.542.04.943v9.13c0 .401 0 .69-.04.943a3.25 3.25 0 0 1-2.702 2.702a4 4 0 0 1-.55.038c-.158.534-.406 1.003-.806 1.404c-.602.602-1.36.86-2.26.982c-.867.116-1.97.116-3.337.116h-2.11c-1.367 0-2.47 0-3.337-.116c-.9-.122-1.658-.38-2.26-.982c-.4-.4-.648-.87-.806-1.404a4 4 0 0 1-.55-.038a3.25 3.25 0 0 1-2.702-2.702c-.04-.253-.04-.542-.04-.943v-9.13c0-.401 0-.69.04-.943A3.25 3.25 0 0 1 3.992 3.79c.162-.026.339-.035.55-.038c.158-.534.406-1.003.806-1.404c.602-.602 1.36-.86 2.26-.981c.867-.117 1.97-.117 3.337-.117M4.302 5.262l-.076.01a1.75 1.75 0 0 0-1.454 1.454c-.02.122-.022.28-.022.774v9c0 .493.002.652.022.774a1.75 1.75 0 0 0 1.53 1.464c-.052-.749-.052-1.639-.052-2.683v-8.11c0-1.044 0-1.934.052-2.683m1.448 9.859V16c0 1.435.002 2.436.103 3.192c.099.734.28 1.122.556 1.399c.277.277.665.457 1.4.556c.754.101 1.756.103 3.191.103h2c1.435 0 2.437-.002 3.192-.103c.734-.099 1.122-.28 1.399-.556a1.6 1.6 0 0 0 .371-.596L16.08 18.01c-.503-.531-1.198-.567-1.728-.13l-.22.18c-.916.755-2.177.607-2.937-.284l-3.16-3.706c-.35-.41-.85-.42-1.207-.054zm12.48 2.975l-1.06-1.119c-1.03-1.085-2.615-1.21-3.772-.256l-.22.18c-.255.211-.588.198-.842-.1l-3.16-3.706c-.912-1.069-2.437-1.138-3.422-.127l-.004.004V8c0-1.435.002-2.437.103-3.192c.099-.734.28-1.122.556-1.399c.277-.277.665-.457 1.4-.556c.754-.101 1.756-.103 3.191-.103h2c1.435 0 2.437.002 3.192.103c.734.099 1.122.28 1.399.556c.277.277.457.665.556 1.4c.101.754.103 1.756.103 3.191v8c0 .833 0 1.519-.02 2.096m1.468.642l.076-.01a1.75 1.75 0 0 0 1.454-1.454c.02-.122.022-.28.022-.774v-9c0-.493-.002-.652-.021-.774a1.75 1.75 0 0 0-1.53-1.464c.051.749.051 1.639.051 2.683v8.11c0 1.044 0 1.934-.052 2.683M14.5 5.75a.75.75 0 1 0 0 1.5a.75.75 0 0 0 0-1.5m-2.25.75a2.25 2.25 0 1 1 4.5 0a2.25 2.25 0 0 1-4.5 0" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-wallpaper {
  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%20fill-rule%3D%22evenodd%22%20d%3D%22M10.945%201.25h2.11c1.367%200%202.47%200%203.337.117c.9.12%201.658.38%202.26.981c.4.4.648.87.806%201.404c.211.003.388.012.55.038a3.25%203.25%200%200%201%202.702%202.702c.04.253.04.542.04.943v9.13c0%20.401%200%20.69-.04.943a3.25%203.25%200%200%201-2.702%202.702a4%204%200%200%201-.55.038c-.158.534-.406%201.003-.806%201.404c-.602.602-1.36.86-2.26.982c-.867.116-1.97.116-3.337.116h-2.11c-1.367%200-2.47%200-3.337-.116c-.9-.122-1.658-.38-2.26-.982c-.4-.4-.648-.87-.806-1.404a4%204%200%200%201-.55-.038a3.25%203.25%200%200%201-2.702-2.702c-.04-.253-.04-.542-.04-.943v-9.13c0-.401%200-.69.04-.943A3.25%203.25%200%200%201%203.992%203.79c.162-.026.339-.035.55-.038c.158-.534.406-1.003.806-1.404c.602-.602%201.36-.86%202.26-.981c.867-.117%201.97-.117%203.337-.117M4.302%205.262l-.076.01a1.75%201.75%200%200%200-1.454%201.454c-.02.122-.022.28-.022.774v9c0%20.493.002.652.022.774a1.75%201.75%200%200%200%201.53%201.464c-.052-.749-.052-1.639-.052-2.683v-8.11c0-1.044%200-1.934.052-2.683m1.448%209.859V16c0%201.435.002%202.436.103%203.192c.099.734.28%201.122.556%201.399c.277.277.665.457%201.4.556c.754.101%201.756.103%203.191.103h2c1.435%200%202.437-.002%203.192-.103c.734-.099%201.122-.28%201.399-.556a1.6%201.6%200%200%200%20.371-.596L16.08%2018.01c-.503-.531-1.198-.567-1.728-.13l-.22.18c-.916.755-2.177.607-2.937-.284l-3.16-3.706c-.35-.41-.85-.42-1.207-.054zm12.48%202.975l-1.06-1.119c-1.03-1.085-2.615-1.21-3.772-.256l-.22.18c-.255.211-.588.198-.842-.1l-3.16-3.706c-.912-1.069-2.437-1.138-3.422-.127l-.004.004V8c0-1.435.002-2.437.103-3.192c.099-.734.28-1.122.556-1.399c.277-.277.665-.457%201.4-.556c.754-.101%201.756-.103%203.191-.103h2c1.435%200%202.437.002%203.192.103c.734.099%201.122.28%201.399.556c.277.277.457.665.556%201.4c.101.754.103%201.756.103%203.191v8c0%20.833%200%201.519-.02%202.096m1.468.642l.076-.01a1.75%201.75%200%200%200%201.454-1.454c.02-.122.022-.28.022-.774v-9c0-.493-.002-.652-.021-.774a1.75%201.75%200%200%200-1.53-1.464c.051.749.051%201.639.051%202.683v8.11c0%201.044%200%201.934-.052%202.683M14.5%205.75a.75.75%200%201%200%200%201.5a.75.75%200%200%200%200-1.5m-2.25.75a2.25%202.25%200%201%201%204.5%200a2.25%202.25%200%200%201-4.5%200%22%20clip-rule%3D%22evenodd%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%20fill-rule%3D%22evenodd%22%20d%3D%22M10.945%201.25h2.11c1.367%200%202.47%200%203.337.117c.9.12%201.658.38%202.26.981c.4.4.648.87.806%201.404c.211.003.388.012.55.038a3.25%203.25%200%200%201%202.702%202.702c.04.253.04.542.04.943v9.13c0%20.401%200%20.69-.04.943a3.25%203.25%200%200%201-2.702%202.702a4%204%200%200%201-.55.038c-.158.534-.406%201.003-.806%201.404c-.602.602-1.36.86-2.26.982c-.867.116-1.97.116-3.337.116h-2.11c-1.367%200-2.47%200-3.337-.116c-.9-.122-1.658-.38-2.26-.982c-.4-.4-.648-.87-.806-1.404a4%204%200%200%201-.55-.038a3.25%203.25%200%200%201-2.702-2.702c-.04-.253-.04-.542-.04-.943v-9.13c0-.401%200-.69.04-.943A3.25%203.25%200%200%201%203.992%203.79c.162-.026.339-.035.55-.038c.158-.534.406-1.003.806-1.404c.602-.602%201.36-.86%202.26-.981c.867-.117%201.97-.117%203.337-.117M4.302%205.262l-.076.01a1.75%201.75%200%200%200-1.454%201.454c-.02.122-.022.28-.022.774v9c0%20.493.002.652.022.774a1.75%201.75%200%200%200%201.53%201.464c-.052-.749-.052-1.639-.052-2.683v-8.11c0-1.044%200-1.934.052-2.683m1.448%209.859V16c0%201.435.002%202.436.103%203.192c.099.734.28%201.122.556%201.399c.277.277.665.457%201.4.556c.754.101%201.756.103%203.191.103h2c1.435%200%202.437-.002%203.192-.103c.734-.099%201.122-.28%201.399-.556a1.6%201.6%200%200%200%20.371-.596L16.08%2018.01c-.503-.531-1.198-.567-1.728-.13l-.22.18c-.916.755-2.177.607-2.937-.284l-3.16-3.706c-.35-.41-.85-.42-1.207-.054zm12.48%202.975l-1.06-1.119c-1.03-1.085-2.615-1.21-3.772-.256l-.22.18c-.255.211-.588.198-.842-.1l-3.16-3.706c-.912-1.069-2.437-1.138-3.422-.127l-.004.004V8c0-1.435.002-2.437.103-3.192c.099-.734.28-1.122.556-1.399c.277-.277.665-.457%201.4-.556c.754-.101%201.756-.103%203.191-.103h2c1.435%200%202.437.002%203.192.103c.734.099%201.122.28%201.399.556c.277.277.457.665.556%201.4c.101.754.103%201.756.103%203.191v8c0%20.833%200%201.519-.02%202.096m1.468.642l.076-.01a1.75%201.75%200%200%200%201.454-1.454c.02-.122.022-.28.022-.774v-9c0-.493-.002-.652-.021-.774a1.75%201.75%200%200%200-1.53-1.464c.051.749.051%201.639.051%202.683v8.11c0%201.044%200%201.934-.052%202.683M14.5%205.75a.75.75%200%201%200%200%201.5a.75.75%200%200%200%200-1.5m-2.25.75a2.25%202.25%200%201%201%204.5%200a2.25%202.25%200%200%201-4.5%200%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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