wallpaper slideshow icon
wallpaper-slideshow-rounded from Material Symbols Light by Google · Rounded · Android · Apache-2.0 Free for personal and commercial use.
- Name
- wallpaper-slideshow-rounded
- Set
- Material Symbols Light
- Style
- Rounded
- Category
- Android
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- wallpaper-slideshow-outline-rounded
2 other variants in Material Symbols Light
The same icon in other sets
More android icons from Material Symbols Light
1x-mobiledata1x-mobiledata-badge3g-mobiledata3g-mobiledata-badge4g-mobiledata4g-mobiledata-badge4g-plus-mobiledata5g5g-mobiledata-badgeadbairplanemode-inactiveandroidandroid-cell-4-barandroid-cell-4-bar-alertandroid-cell-4-bar-offandroid-cell-4-bar-plusandroid-cell-5-barandroid-cell-5-bar-alertandroid-cell-5-bar-offandroid-cell-5-bar-plusandroid-cell-dual-4-barandroid-cell-dual-4-bar-alertandroid-cell-dual-4-bar-plusandroid-cell-dual-5-bar
Use the wallpaper slideshow icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.038 8.001q-.211-.21-.211-.52t.21-.52q.211-.211.52-.211t.521.21q.21.211.21.52t-.21.521t-.52.21t-.52-.21m.995 5.691H9.967q-.248 0-.357-.217t.054-.429l1.078-1.411q.131-.162.314-.162t.313.143l1.265 1.5l2.131-2.668q.131-.161.323-.161t.324.161l1.944 2.598q.142.212.033.429t-.356.217M5.116 20q-.691 0-1.153-.462T3.5 18.385V7.115q0-.213.143-.356T4 6.616t.357.143t.143.357v11.269q0 .23.192.423t.423.192h11.27q.213 0 .356.143t.144.357t-.144.357t-.356.143zM6.5 4.616q0-.691.463-1.153T8.116 3h3.692q.213 0 .357.143t.143.357t-.143.357t-.357.143H8.116q-.231 0-.424.192t-.192.423v4.068q0 .213-.143.357T7 9.183t-.357-.143t-.143-.357zM8.116 17q-.691 0-1.153-.462T6.5 15.385v-3.318q0-.213.143-.356T7 11.567t.357.144t.143.356v3.318q0 .23.192.423t.423.192h3.693q.213 0 .356.143t.144.357t-.144.357t-.356.143zm10.769 0h-3.693q-.213 0-.356-.143t-.144-.357t.144-.357t.356-.143h3.693q.23 0 .423-.192t.192-.424v-3.317q0-.213.143-.356t.357-.144t.357.144t.143.356v3.318q0 .69-.462 1.153T18.884 17M20.5 4.616v4.067q0 .213-.143.357T20 9.183t-.357-.143t-.143-.357V4.616q0-.231-.192-.424T18.884 4h-3.692q-.213 0-.356-.143t-.144-.357t.144-.357t.356-.143h3.693q.69 0 1.153.463t.462 1.152"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightWallpaperSlideshowRounded(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="M16.038 8.001q-.211-.21-.211-.52t.21-.52q.211-.211.52-.211t.521.21q.21.211.21.52t-.21.521t-.52.21t-.52-.21m.995 5.691H9.967q-.248 0-.357-.217t.054-.429l1.078-1.411q.131-.162.314-.162t.313.143l1.265 1.5l2.131-2.668q.131-.161.323-.161t.324.161l1.944 2.598q.142.212.033.429t-.356.217M5.116 20q-.691 0-1.153-.462T3.5 18.385V7.115q0-.213.143-.356T4 6.616t.357.143t.143.357v11.269q0 .23.192.423t.423.192h11.27q.213 0 .356.143t.144.357t-.144.357t-.356.143zM6.5 4.616q0-.691.463-1.153T8.116 3h3.692q.213 0 .357.143t.143.357t-.143.357t-.357.143H8.116q-.231 0-.424.192t-.192.423v4.068q0 .213-.143.357T7 9.183t-.357-.143t-.143-.357zM8.116 17q-.691 0-1.153-.462T6.5 15.385v-3.318q0-.213.143-.356T7 11.567t.357.144t.143.356v3.318q0 .23.192.423t.423.192h3.693q.213 0 .356.143t.144.357t-.144.357t-.356.143zm10.769 0h-3.693q-.213 0-.356-.143t-.144-.357t.144-.357t.356-.143h3.693q.23 0 .423-.192t.192-.424v-3.317q0-.213.143-.356t.357-.144t.357.144t.143.356v3.318q0 .69-.462 1.153T18.884 17M20.5 4.616v4.067q0 .213-.143.357T20 9.183t-.357-.143t-.143-.357V4.616q0-.231-.192-.424T18.884 4h-3.692q-.213 0-.356-.143t-.144-.357t.144-.357t.356-.143h3.693q.69 0 1.153.463t.462 1.152"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.038 8.001q-.211-.21-.211-.52t.21-.52q.211-.211.52-.211t.521.21q.21.211.21.52t-.21.521t-.52.21t-.52-.21m.995 5.691H9.967q-.248 0-.357-.217t.054-.429l1.078-1.411q.131-.162.314-.162t.313.143l1.265 1.5l2.131-2.668q.131-.161.323-.161t.324.161l1.944 2.598q.142.212.033.429t-.356.217M5.116 20q-.691 0-1.153-.462T3.5 18.385V7.115q0-.213.143-.356T4 6.616t.357.143t.143.357v11.269q0 .23.192.423t.423.192h11.27q.213 0 .356.143t.144.357t-.144.357t-.356.143zM6.5 4.616q0-.691.463-1.153T8.116 3h3.692q.213 0 .357.143t.143.357t-.143.357t-.357.143H8.116q-.231 0-.424.192t-.192.423v4.068q0 .213-.143.357T7 9.183t-.357-.143t-.143-.357zM8.116 17q-.691 0-1.153-.462T6.5 15.385v-3.318q0-.213.143-.356T7 11.567t.357.144t.143.356v3.318q0 .23.192.423t.423.192h3.693q.213 0 .356.143t.144.357t-.144.357t-.356.143zm10.769 0h-3.693q-.213 0-.356-.143t-.144-.357t.144-.357t.356-.143h3.693q.23 0 .423-.192t.192-.424v-3.317q0-.213.143-.356t.357-.144t.357.144t.143.356v3.318q0 .69-.462 1.153T18.884 17M20.5 4.616v4.067q0 .213-.143.357T20 9.183t-.357-.143t-.143-.357V4.616q0-.231-.192-.424T18.884 4h-3.692q-.213 0-.356-.143t-.144-.357t.144-.357t.356-.143h3.693q.69 0 1.153.463t.462 1.152"/></svg> </template>
CSS
.icon-wallpaper-slideshow-rounded {
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%22M16.038%208.001q-.211-.21-.211-.52t.21-.52q.211-.211.52-.211t.521.21q.21.211.21.52t-.21.521t-.52.21t-.52-.21m.995%205.691H9.967q-.248%200-.357-.217t.054-.429l1.078-1.411q.131-.162.314-.162t.313.143l1.265%201.5l2.131-2.668q.131-.161.323-.161t.324.161l1.944%202.598q.142.212.033.429t-.356.217M5.116%2020q-.691%200-1.153-.462T3.5%2018.385V7.115q0-.213.143-.356T4%206.616t.357.143t.143.357v11.269q0%20.23.192.423t.423.192h11.27q.213%200%20.356.143t.144.357t-.144.357t-.356.143zM6.5%204.616q0-.691.463-1.153T8.116%203h3.692q.213%200%20.357.143t.143.357t-.143.357t-.357.143H8.116q-.231%200-.424.192t-.192.423v4.068q0%20.213-.143.357T7%209.183t-.357-.143t-.143-.357zM8.116%2017q-.691%200-1.153-.462T6.5%2015.385v-3.318q0-.213.143-.356T7%2011.567t.357.144t.143.356v3.318q0%20.23.192.423t.423.192h3.693q.213%200%20.356.143t.144.357t-.144.357t-.356.143zm10.769%200h-3.693q-.213%200-.356-.143t-.144-.357t.144-.357t.356-.143h3.693q.23%200%20.423-.192t.192-.424v-3.317q0-.213.143-.356t.357-.144t.357.144t.143.356v3.318q0%20.69-.462%201.153T18.884%2017M20.5%204.616v4.067q0%20.213-.143.357T20%209.183t-.357-.143t-.143-.357V4.616q0-.231-.192-.424T18.884%204h-3.692q-.213%200-.356-.143t-.144-.357t.144-.357t.356-.143h3.693q.69%200%201.153.463t.462%201.152%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%22M16.038%208.001q-.211-.21-.211-.52t.21-.52q.211-.211.52-.211t.521.21q.21.211.21.52t-.21.521t-.52.21t-.52-.21m.995%205.691H9.967q-.248%200-.357-.217t.054-.429l1.078-1.411q.131-.162.314-.162t.313.143l1.265%201.5l2.131-2.668q.131-.161.323-.161t.324.161l1.944%202.598q.142.212.033.429t-.356.217M5.116%2020q-.691%200-1.153-.462T3.5%2018.385V7.115q0-.213.143-.356T4%206.616t.357.143t.143.357v11.269q0%20.23.192.423t.423.192h11.27q.213%200%20.356.143t.144.357t-.144.357t-.356.143zM6.5%204.616q0-.691.463-1.153T8.116%203h3.692q.213%200%20.357.143t.143.357t-.143.357t-.357.143H8.116q-.231%200-.424.192t-.192.423v4.068q0%20.213-.143.357T7%209.183t-.357-.143t-.143-.357zM8.116%2017q-.691%200-1.153-.462T6.5%2015.385v-3.318q0-.213.143-.356T7%2011.567t.357.144t.143.356v3.318q0%20.23.192.423t.423.192h3.693q.213%200%20.356.143t.144.357t-.144.357t-.356.143zm10.769%200h-3.693q-.213%200-.356-.143t-.144-.357t.144-.357t.356-.143h3.693q.23%200%20.423-.192t.192-.424v-3.317q0-.213.143-.356t.357-.144t.357.144t.143.356v3.318q0%20.69-.462%201.153T18.884%2017M20.5%204.616v4.067q0%20.213-.143.357T20%209.183t-.357-.143t-.143-.357V4.616q0-.231-.192-.424T18.884%204h-3.692q-.213%200-.356-.143t-.144-.357t.144-.357t.356-.143h3.693q.69%200%201.153.463t.462%201.152%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/wallpaper-slideshow-rounded.svg?color=%231a73e8&size=48