scenery icon
scenery from Unicons by Iconscout · Line · Multimedia · Apache-2.0 Free for personal and commercial use.
- Name
- scenery
- Set
- Unicons
- Style
- Line
- Category
- Multimedia
- Viewbox
- 24×24
- License
- Apache 2.0
The same icon in other sets
More multimedia icons from Unicons
Use the scenery icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19 2H5a3 3 0 0 0-3 3v14a3 3 0 0 0 3 3h14a3 3 0 0 0 .49-.05l.3-.07h.12l.37-.14l.13-.07c.1-.06.21-.11.31-.18a4 4 0 0 0 .38-.32l.07-.09a3 3 0 0 0 .27-.32l.09-.13a2.3 2.3 0 0 0 .18-.35a1 1 0 0 0 .07-.15c.05-.12.08-.25.12-.38v-.15a2.6 2.6 0 0 0 .1-.6V5a3 3 0 0 0-3-3M5 20a1 1 0 0 1-1-1v-4.31l3.29-3.3a1 1 0 0 1 1.42 0l8.6 8.61Zm15-1a1 1 0 0 1-.07.36a1 1 0 0 1-.08.14a1 1 0 0 1-.09.12l-5.35-5.35l.88-.88a1 1 0 0 1 1.42 0l3.29 3.3Zm0-5.14L18.12 12a3.08 3.08 0 0 0-4.24 0l-.88.88L10.12 10a3.08 3.08 0 0 0-4.24 0L4 11.86V5a1 1 0 0 1 1-1h14a1 1 0 0 1 1 1ZM13.5 6A1.5 1.5 0 1 0 15 7.5A1.5 1.5 0 0 0 13.5 6"/></svg>
React
import type { SVGProps } from "react";
export function UilScenery(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="M19 2H5a3 3 0 0 0-3 3v14a3 3 0 0 0 3 3h14a3 3 0 0 0 .49-.05l.3-.07h.12l.37-.14l.13-.07c.1-.06.21-.11.31-.18a4 4 0 0 0 .38-.32l.07-.09a3 3 0 0 0 .27-.32l.09-.13a2.3 2.3 0 0 0 .18-.35a1 1 0 0 0 .07-.15c.05-.12.08-.25.12-.38v-.15a2.6 2.6 0 0 0 .1-.6V5a3 3 0 0 0-3-3M5 20a1 1 0 0 1-1-1v-4.31l3.29-3.3a1 1 0 0 1 1.42 0l8.6 8.61Zm15-1a1 1 0 0 1-.07.36a1 1 0 0 1-.08.14a1 1 0 0 1-.09.12l-5.35-5.35l.88-.88a1 1 0 0 1 1.42 0l3.29 3.3Zm0-5.14L18.12 12a3.08 3.08 0 0 0-4.24 0l-.88.88L10.12 10a3.08 3.08 0 0 0-4.24 0L4 11.86V5a1 1 0 0 1 1-1h14a1 1 0 0 1 1 1ZM13.5 6A1.5 1.5 0 1 0 15 7.5A1.5 1.5 0 0 0 13.5 6"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19 2H5a3 3 0 0 0-3 3v14a3 3 0 0 0 3 3h14a3 3 0 0 0 .49-.05l.3-.07h.12l.37-.14l.13-.07c.1-.06.21-.11.31-.18a4 4 0 0 0 .38-.32l.07-.09a3 3 0 0 0 .27-.32l.09-.13a2.3 2.3 0 0 0 .18-.35a1 1 0 0 0 .07-.15c.05-.12.08-.25.12-.38v-.15a2.6 2.6 0 0 0 .1-.6V5a3 3 0 0 0-3-3M5 20a1 1 0 0 1-1-1v-4.31l3.29-3.3a1 1 0 0 1 1.42 0l8.6 8.61Zm15-1a1 1 0 0 1-.07.36a1 1 0 0 1-.08.14a1 1 0 0 1-.09.12l-5.35-5.35l.88-.88a1 1 0 0 1 1.42 0l3.29 3.3Zm0-5.14L18.12 12a3.08 3.08 0 0 0-4.24 0l-.88.88L10.12 10a3.08 3.08 0 0 0-4.24 0L4 11.86V5a1 1 0 0 1 1-1h14a1 1 0 0 1 1 1ZM13.5 6A1.5 1.5 0 1 0 15 7.5A1.5 1.5 0 0 0 13.5 6"/></svg> </template>
CSS
.icon-scenery {
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%22M19%202H5a3%203%200%200%200-3%203v14a3%203%200%200%200%203%203h14a3%203%200%200%200%20.49-.05l.3-.07h.12l.37-.14l.13-.07c.1-.06.21-.11.31-.18a4%204%200%200%200%20.38-.32l.07-.09a3%203%200%200%200%20.27-.32l.09-.13a2.3%202.3%200%200%200%20.18-.35a1%201%200%200%200%20.07-.15c.05-.12.08-.25.12-.38v-.15a2.6%202.6%200%200%200%20.1-.6V5a3%203%200%200%200-3-3M5%2020a1%201%200%200%201-1-1v-4.31l3.29-3.3a1%201%200%200%201%201.42%200l8.6%208.61Zm15-1a1%201%200%200%201-.07.36a1%201%200%200%201-.08.14a1%201%200%200%201-.09.12l-5.35-5.35l.88-.88a1%201%200%200%201%201.42%200l3.29%203.3Zm0-5.14L18.12%2012a3.08%203.08%200%200%200-4.24%200l-.88.88L10.12%2010a3.08%203.08%200%200%200-4.24%200L4%2011.86V5a1%201%200%200%201%201-1h14a1%201%200%200%201%201%201ZM13.5%206A1.5%201.5%200%201%200%2015%207.5A1.5%201.5%200%200%200%2013.5%206%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%22M19%202H5a3%203%200%200%200-3%203v14a3%203%200%200%200%203%203h14a3%203%200%200%200%20.49-.05l.3-.07h.12l.37-.14l.13-.07c.1-.06.21-.11.31-.18a4%204%200%200%200%20.38-.32l.07-.09a3%203%200%200%200%20.27-.32l.09-.13a2.3%202.3%200%200%200%20.18-.35a1%201%200%200%200%20.07-.15c.05-.12.08-.25.12-.38v-.15a2.6%202.6%200%200%200%20.1-.6V5a3%203%200%200%200-3-3M5%2020a1%201%200%200%201-1-1v-4.31l3.29-3.3a1%201%200%200%201%201.42%200l8.6%208.61Zm15-1a1%201%200%200%201-.07.36a1%201%200%200%201-.08.14a1%201%200%200%201-.09.12l-5.35-5.35l.88-.88a1%201%200%200%201%201.42%200l3.29%203.3Zm0-5.14L18.12%2012a3.08%203.08%200%200%200-4.24%200l-.88.88L10.12%2010a3.08%203.08%200%200%200-4.24%200L4%2011.86V5a1%201%200%200%201%201-1h14a1%201%200%200%201%201%201ZM13.5%206A1.5%201.5%200%201%200%2015%207.5A1.5%201.5%200%200%200%2013.5%206%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/uil/scenery.svg?color=%231a73e8&size=48