round wallpaper icon
round-wallpaper from Google Material Icons by Material Design Authors · Baseline · Device · Apache-2.0 Free for personal and commercial use.
- Name
- round-wallpaper
- Set
- Google Material Icons
- Style
- Baseline
- Category
- Device
- Viewbox
- 24×24
- License
- Apache 2.0
More device icons from Google Material Icons
baseline-1x-mobiledatabaseline-30fpsbaseline-3g-mobiledatabaseline-4g-mobiledatabaseline-4g-plus-mobiledatabaseline-60fpsbaseline-access-alarmbaseline-access-alarmsbaseline-access-timebaseline-access-time-filledbaseline-ad-unitsbaseline-add-alarmbaseline-add-to-home-screenbaseline-airbaseline-airplane-ticketbaseline-airplanemode-activebaseline-airplanemode-inactivebaseline-aodbaseline-battery-0-barbaseline-battery-1-barbaseline-battery-2-barbaseline-battery-20baseline-battery-3-barbaseline-battery-30
Use the round wallpaper icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4 5c0-.55.45-1 1-1h5c.55 0 1-.45 1-1s-.45-1-1-1H4c-1.1 0-2 .9-2 2v6c0 .55.45 1 1 1s1-.45 1-1zm5.61 8.49l-2.96 3.7c-.26.33-.03.81.39.81H17a.5.5 0 0 0 .4-.8l-2-2.67c-.2-.27-.6-.27-.8 0l-1.63 2.18l-2.58-3.22a.5.5 0 0 0-.78 0M17 8.5c0-.83-.67-1.5-1.5-1.5S14 7.67 14 8.5s.67 1.5 1.5 1.5S17 9.33 17 8.5M20 2h-6c-.55 0-1 .45-1 1s.45 1 1 1h5c.55 0 1 .45 1 1v5c0 .55.45 1 1 1s1-.45 1-1V4c0-1.1-.9-2-2-2m0 17c0 .55-.45 1-1 1h-5c-.55 0-1 .45-1 1s.45 1 1 1h6c1.1 0 2-.9 2-2v-6c0-.55-.45-1-1-1s-1 .45-1 1zM3 13c-.55 0-1 .45-1 1v6c0 1.1.9 2 2 2h6c.55 0 1-.45 1-1s-.45-1-1-1H5c-.55 0-1-.45-1-1v-5c0-.55-.45-1-1-1"/></svg>
React
import type { SVGProps } from "react";
export function IcRoundWallpaper(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" d="M4 5c0-.55.45-1 1-1h5c.55 0 1-.45 1-1s-.45-1-1-1H4c-1.1 0-2 .9-2 2v6c0 .55.45 1 1 1s1-.45 1-1zm5.61 8.49l-2.96 3.7c-.26.33-.03.81.39.81H17a.5.5 0 0 0 .4-.8l-2-2.67c-.2-.27-.6-.27-.8 0l-1.63 2.18l-2.58-3.22a.5.5 0 0 0-.78 0M17 8.5c0-.83-.67-1.5-1.5-1.5S14 7.67 14 8.5s.67 1.5 1.5 1.5S17 9.33 17 8.5M20 2h-6c-.55 0-1 .45-1 1s.45 1 1 1h5c.55 0 1 .45 1 1v5c0 .55.45 1 1 1s1-.45 1-1V4c0-1.1-.9-2-2-2m0 17c0 .55-.45 1-1 1h-5c-.55 0-1 .45-1 1s.45 1 1 1h6c1.1 0 2-.9 2-2v-6c0-.55-.45-1-1-1s-1 .45-1 1zM3 13c-.55 0-1 .45-1 1v6c0 1.1.9 2 2 2h6c.55 0 1-.45 1-1s-.45-1-1-1H5c-.55 0-1-.45-1-1v-5c0-.55-.45-1-1-1"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4 5c0-.55.45-1 1-1h5c.55 0 1-.45 1-1s-.45-1-1-1H4c-1.1 0-2 .9-2 2v6c0 .55.45 1 1 1s1-.45 1-1zm5.61 8.49l-2.96 3.7c-.26.33-.03.81.39.81H17a.5.5 0 0 0 .4-.8l-2-2.67c-.2-.27-.6-.27-.8 0l-1.63 2.18l-2.58-3.22a.5.5 0 0 0-.78 0M17 8.5c0-.83-.67-1.5-1.5-1.5S14 7.67 14 8.5s.67 1.5 1.5 1.5S17 9.33 17 8.5M20 2h-6c-.55 0-1 .45-1 1s.45 1 1 1h5c.55 0 1 .45 1 1v5c0 .55.45 1 1 1s1-.45 1-1V4c0-1.1-.9-2-2-2m0 17c0 .55-.45 1-1 1h-5c-.55 0-1 .45-1 1s.45 1 1 1h6c1.1 0 2-.9 2-2v-6c0-.55-.45-1-1-1s-1 .45-1 1zM3 13c-.55 0-1 .45-1 1v6c0 1.1.9 2 2 2h6c.55 0 1-.45 1-1s-.45-1-1-1H5c-.55 0-1-.45-1-1v-5c0-.55-.45-1-1-1"/></svg> </template>
CSS
.icon-round-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%20d%3D%22M4%205c0-.55.45-1%201-1h5c.55%200%201-.45%201-1s-.45-1-1-1H4c-1.1%200-2%20.9-2%202v6c0%20.55.45%201%201%201s1-.45%201-1zm5.61%208.49l-2.96%203.7c-.26.33-.03.81.39.81H17a.5.5%200%200%200%20.4-.8l-2-2.67c-.2-.27-.6-.27-.8%200l-1.63%202.18l-2.58-3.22a.5.5%200%200%200-.78%200M17%208.5c0-.83-.67-1.5-1.5-1.5S14%207.67%2014%208.5s.67%201.5%201.5%201.5S17%209.33%2017%208.5M20%202h-6c-.55%200-1%20.45-1%201s.45%201%201%201h5c.55%200%201%20.45%201%201v5c0%20.55.45%201%201%201s1-.45%201-1V4c0-1.1-.9-2-2-2m0%2017c0%20.55-.45%201-1%201h-5c-.55%200-1%20.45-1%201s.45%201%201%201h6c1.1%200%202-.9%202-2v-6c0-.55-.45-1-1-1s-1%20.45-1%201zM3%2013c-.55%200-1%20.45-1%201v6c0%201.1.9%202%202%202h6c.55%200%201-.45%201-1s-.45-1-1-1H5c-.55%200-1-.45-1-1v-5c0-.55-.45-1-1-1%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%20d%3D%22M4%205c0-.55.45-1%201-1h5c.55%200%201-.45%201-1s-.45-1-1-1H4c-1.1%200-2%20.9-2%202v6c0%20.55.45%201%201%201s1-.45%201-1zm5.61%208.49l-2.96%203.7c-.26.33-.03.81.39.81H17a.5.5%200%200%200%20.4-.8l-2-2.67c-.2-.27-.6-.27-.8%200l-1.63%202.18l-2.58-3.22a.5.5%200%200%200-.78%200M17%208.5c0-.83-.67-1.5-1.5-1.5S14%207.67%2014%208.5s.67%201.5%201.5%201.5S17%209.33%2017%208.5M20%202h-6c-.55%200-1%20.45-1%201s.45%201%201%201h5c.55%200%201%20.45%201%201v5c0%20.55.45%201%201%201s1-.45%201-1V4c0-1.1-.9-2-2-2m0%2017c0%20.55-.45%201-1%201h-5c-.55%200-1%20.45-1%201s.45%201%201%201h6c1.1%200%202-.9%202-2v-6c0-.55-.45-1-1-1s-1%20.45-1%201zM3%2013c-.55%200-1%20.45-1%201v6c0%201.1.9%202%202%202h6c.55%200%201-.45%201-1s-.45-1-1-1H5c-.55%200-1-.45-1-1v-5c0-.55-.45-1-1-1%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/round-wallpaper.svg?color=%231a73e8&size=48