photo frame icon
photo-frame-rounded from Material Symbols Light by Google · Rounded · Images · Apache-2.0 Free for personal and commercial use.
- Name
- photo-frame-rounded
- Set
- Material Symbols Light
- Style
- Rounded
- Category
- Images
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols Light
The same icon in other sets
More images icons from Material Symbols Light
Use the photo frame icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.654 19.423q-.348 0-.578-.23t-.23-.577V18h-1.23q-.691 0-1.153-.462T2 16.384V6.616q0-.691.463-1.153T3.616 5h16.769q.69 0 1.153.463T22 6.616v9.769q0 .69-.462 1.153T20.385 18h-1.231v.616q0 .348-.23.577t-.578.23zM7.236 14.5h9.572q.242 0 .353-.217t-.03-.43l-2.693-3.597q-.13-.162-.323-.171q-.192-.01-.323.151L11 13.828l-1.773-2.16q-.13-.142-.32-.139t-.32.164l-1.673 2.162q-.162.212-.044.429t.367.217"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightPhotoFrameRounded(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="M5.654 19.423q-.348 0-.578-.23t-.23-.577V18h-1.23q-.691 0-1.153-.462T2 16.384V6.616q0-.691.463-1.153T3.616 5h16.769q.69 0 1.153.463T22 6.616v9.769q0 .69-.462 1.153T20.385 18h-1.231v.616q0 .348-.23.577t-.578.23zM7.236 14.5h9.572q.242 0 .353-.217t-.03-.43l-2.693-3.597q-.13-.162-.323-.171q-.192-.01-.323.151L11 13.828l-1.773-2.16q-.13-.142-.32-.139t-.32.164l-1.673 2.162q-.162.212-.044.429t.367.217"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.654 19.423q-.348 0-.578-.23t-.23-.577V18h-1.23q-.691 0-1.153-.462T2 16.384V6.616q0-.691.463-1.153T3.616 5h16.769q.69 0 1.153.463T22 6.616v9.769q0 .69-.462 1.153T20.385 18h-1.231v.616q0 .348-.23.577t-.578.23zM7.236 14.5h9.572q.242 0 .353-.217t-.03-.43l-2.693-3.597q-.13-.162-.323-.171q-.192-.01-.323.151L11 13.828l-1.773-2.16q-.13-.142-.32-.139t-.32.164l-1.673 2.162q-.162.212-.044.429t.367.217"/></svg> </template>
CSS
.icon-photo-frame-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%22M5.654%2019.423q-.348%200-.578-.23t-.23-.577V18h-1.23q-.691%200-1.153-.462T2%2016.384V6.616q0-.691.463-1.153T3.616%205h16.769q.69%200%201.153.463T22%206.616v9.769q0%20.69-.462%201.153T20.385%2018h-1.231v.616q0%20.348-.23.577t-.578.23zM7.236%2014.5h9.572q.242%200%20.353-.217t-.03-.43l-2.693-3.597q-.13-.162-.323-.171q-.192-.01-.323.151L11%2013.828l-1.773-2.16q-.13-.142-.32-.139t-.32.164l-1.673%202.162q-.162.212-.044.429t.367.217%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%22M5.654%2019.423q-.348%200-.578-.23t-.23-.577V18h-1.23q-.691%200-1.153-.462T2%2016.384V6.616q0-.691.463-1.153T3.616%205h16.769q.69%200%201.153.463T22%206.616v9.769q0%20.69-.462%201.153T20.385%2018h-1.231v.616q0%20.348-.23.577t-.578.23zM7.236%2014.5h9.572q.242%200%20.353-.217t-.03-.43l-2.693-3.597q-.13-.162-.323-.171q-.192-.01-.323.151L11%2013.828l-1.773-2.16q-.13-.142-.32-.139t-.32.164l-1.673%202.162q-.162.212-.044.429t.367.217%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/photo-frame-rounded.svg?color=%231a73e8&size=48