wallpaper-20-regular from Fluent UI System Icons by Microsoft Corporation · 20 Regular · MIT Free for personal and commercial use.

Name
wallpaper-20-regular
Set
Fluent UI System Icons
Style
20 Regular
Viewbox
20×20
License
MIT

3 other variants in Fluent UI System Icons

The same icon in other sets

Use the wallpaper icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M3 6a3 3 0 0 1 3-3h2.5a.5.5 0 0 1 0 1H6a2 2 0 0 0-2 2v2.5a.5.5 0 0 1-1 0zm8-2.5a.5.5 0 0 1 .5-.5H14a3 3 0 0 1 3 3v2.5a.5.5 0 0 1-1 0V6a2 2 0 0 0-2-2h-2.5a.5.5 0 0 1-.5-.5M3.5 11a.5.5 0 0 1 .5.5V14c0 .37.101.718.277 1.016l4.486-4.486a1.75 1.75 0 0 1 2.474 0l4.486 4.486C15.9 14.718 16 14.371 16 14v-2.5a.5.5 0 0 1 1 0V14a3 3 0 0 1-3 3h-2.5a.5.5 0 0 1 0-1H14c.37 0 .718-.101 1.016-.277l-4.486-4.486a.75.75 0 0 0-1.06 0l-4.486 4.486C5.282 15.9 5.629 16 6 16h2.5a.5.5 0 0 1 0 1H6a3 3 0 0 1-3-3v-2.5a.5.5 0 0 1 .5-.5m9-4a.5.5 0 1 0 0 1a.5.5 0 0 0 0-1m-1.5.5a1.5 1.5 0 1 1 3 0a1.5 1.5 0 0 1-3 0"/></svg>

React

import type { SVGProps } from "react";

export function FluentWallpaper20Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M3 6a3 3 0 0 1 3-3h2.5a.5.5 0 0 1 0 1H6a2 2 0 0 0-2 2v2.5a.5.5 0 0 1-1 0zm8-2.5a.5.5 0 0 1 .5-.5H14a3 3 0 0 1 3 3v2.5a.5.5 0 0 1-1 0V6a2 2 0 0 0-2-2h-2.5a.5.5 0 0 1-.5-.5M3.5 11a.5.5 0 0 1 .5.5V14c0 .37.101.718.277 1.016l4.486-4.486a1.75 1.75 0 0 1 2.474 0l4.486 4.486C15.9 14.718 16 14.371 16 14v-2.5a.5.5 0 0 1 1 0V14a3 3 0 0 1-3 3h-2.5a.5.5 0 0 1 0-1H14c.37 0 .718-.101 1.016-.277l-4.486-4.486a.75.75 0 0 0-1.06 0l-4.486 4.486C5.282 15.9 5.629 16 6 16h2.5a.5.5 0 0 1 0 1H6a3 3 0 0 1-3-3v-2.5a.5.5 0 0 1 .5-.5m9-4a.5.5 0 1 0 0 1a.5.5 0 0 0 0-1m-1.5.5a1.5 1.5 0 1 1 3 0a1.5 1.5 0 0 1-3 0"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M3 6a3 3 0 0 1 3-3h2.5a.5.5 0 0 1 0 1H6a2 2 0 0 0-2 2v2.5a.5.5 0 0 1-1 0zm8-2.5a.5.5 0 0 1 .5-.5H14a3 3 0 0 1 3 3v2.5a.5.5 0 0 1-1 0V6a2 2 0 0 0-2-2h-2.5a.5.5 0 0 1-.5-.5M3.5 11a.5.5 0 0 1 .5.5V14c0 .37.101.718.277 1.016l4.486-4.486a1.75 1.75 0 0 1 2.474 0l4.486 4.486C15.9 14.718 16 14.371 16 14v-2.5a.5.5 0 0 1 1 0V14a3 3 0 0 1-3 3h-2.5a.5.5 0 0 1 0-1H14c.37 0 .718-.101 1.016-.277l-4.486-4.486a.75.75 0 0 0-1.06 0l-4.486 4.486C5.282 15.9 5.629 16 6 16h2.5a.5.5 0 0 1 0 1H6a3 3 0 0 1-3-3v-2.5a.5.5 0 0 1 .5-.5m9-4a.5.5 0 1 0 0 1a.5.5 0 0 0 0-1m-1.5.5a1.5 1.5 0 1 1 3 0a1.5 1.5 0 0 1-3 0"/></svg>
</template>

CSS

.icon-wallpaper-20-regular {
  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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3%206a3%203%200%200%201%203-3h2.5a.5.5%200%200%201%200%201H6a2%202%200%200%200-2%202v2.5a.5.5%200%200%201-1%200zm8-2.5a.5.5%200%200%201%20.5-.5H14a3%203%200%200%201%203%203v2.5a.5.5%200%200%201-1%200V6a2%202%200%200%200-2-2h-2.5a.5.5%200%200%201-.5-.5M3.5%2011a.5.5%200%200%201%20.5.5V14c0%20.37.101.718.277%201.016l4.486-4.486a1.75%201.75%200%200%201%202.474%200l4.486%204.486C15.9%2014.718%2016%2014.371%2016%2014v-2.5a.5.5%200%200%201%201%200V14a3%203%200%200%201-3%203h-2.5a.5.5%200%200%201%200-1H14c.37%200%20.718-.101%201.016-.277l-4.486-4.486a.75.75%200%200%200-1.06%200l-4.486%204.486C5.282%2015.9%205.629%2016%206%2016h2.5a.5.5%200%200%201%200%201H6a3%203%200%200%201-3-3v-2.5a.5.5%200%200%201%20.5-.5m9-4a.5.5%200%201%200%200%201a.5.5%200%200%200%200-1m-1.5.5a1.5%201.5%200%201%201%203%200a1.5%201.5%200%200%201-3%200%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3%206a3%203%200%200%201%203-3h2.5a.5.5%200%200%201%200%201H6a2%202%200%200%200-2%202v2.5a.5.5%200%200%201-1%200zm8-2.5a.5.5%200%200%201%20.5-.5H14a3%203%200%200%201%203%203v2.5a.5.5%200%200%201-1%200V6a2%202%200%200%200-2-2h-2.5a.5.5%200%200%201-.5-.5M3.5%2011a.5.5%200%200%201%20.5.5V14c0%20.37.101.718.277%201.016l4.486-4.486a1.75%201.75%200%200%201%202.474%200l4.486%204.486C15.9%2014.718%2016%2014.371%2016%2014v-2.5a.5.5%200%200%201%201%200V14a3%203%200%200%201-3%203h-2.5a.5.5%200%200%201%200-1H14c.37%200%20.718-.101%201.016-.277l-4.486-4.486a.75.75%200%200%200-1.06%200l-4.486%204.486C5.282%2015.9%205.629%2016%206%2016h2.5a.5.5%200%200%201%200%201H6a3%203%200%200%201-3-3v-2.5a.5.5%200%200%201%20.5-.5m9-4a.5.5%200%201%200%200%201a.5.5%200%200%200%200-1m-1.5.5a1.5%201.5%200%201%201%203%200a1.5%201.5%200%200%201-3%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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