picture frame icon
picture-frame-filled from Reicon by REICON · Filled · Newicons · MIT Free for personal and commercial use.
- Name
- picture-frame-filled
- Set
- Reicon
- Style
- Filled
- Category
- Newicons
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
More newicons icons from Reicon
Use the picture frame icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m10.51 11.22l-2.2-8.83a.505.505 0 0 0-.5-.39C4.6 2 2 4.6 2 7.81v5.7c0 .34.33.59.66.49l7.5-2.17a.5.5 0 0 0 .35-.61m.61 2.459a.515.515 0 0 0-.64-.37l-8.11 2.36c-.22.07-.37.27-.37.5v.02c0 3.21 2.6 5.81 5.81 5.81h4.72c.33 0 .58-.31.5-.64zM16.19 2h-5.75c-.33 0-.58.31-.5.64l4.74 18.97c.06.23.26.39.5.39h1C19.4 22 22 19.4 22 16.19V7.81C22 4.6 19.4 2 16.19 2"/></svg>
React
import type { SVGProps } from "react";
export function ReiconPictureFrameFilled(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="m10.51 11.22l-2.2-8.83a.505.505 0 0 0-.5-.39C4.6 2 2 4.6 2 7.81v5.7c0 .34.33.59.66.49l7.5-2.17a.5.5 0 0 0 .35-.61m.61 2.459a.515.515 0 0 0-.64-.37l-8.11 2.36c-.22.07-.37.27-.37.5v.02c0 3.21 2.6 5.81 5.81 5.81h4.72c.33 0 .58-.31.5-.64zM16.19 2h-5.75c-.33 0-.58.31-.5.64l4.74 18.97c.06.23.26.39.5.39h1C19.4 22 22 19.4 22 16.19V7.81C22 4.6 19.4 2 16.19 2"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m10.51 11.22l-2.2-8.83a.505.505 0 0 0-.5-.39C4.6 2 2 4.6 2 7.81v5.7c0 .34.33.59.66.49l7.5-2.17a.5.5 0 0 0 .35-.61m.61 2.459a.515.515 0 0 0-.64-.37l-8.11 2.36c-.22.07-.37.27-.37.5v.02c0 3.21 2.6 5.81 5.81 5.81h4.72c.33 0 .58-.31.5-.64zM16.19 2h-5.75c-.33 0-.58.31-.5.64l4.74 18.97c.06.23.26.39.5.39h1C19.4 22 22 19.4 22 16.19V7.81C22 4.6 19.4 2 16.19 2"/></svg> </template>
CSS
.icon-picture-frame-filled {
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%22m10.51%2011.22l-2.2-8.83a.505.505%200%200%200-.5-.39C4.6%202%202%204.6%202%207.81v5.7c0%20.34.33.59.66.49l7.5-2.17a.5.5%200%200%200%20.35-.61m.61%202.459a.515.515%200%200%200-.64-.37l-8.11%202.36c-.22.07-.37.27-.37.5v.02c0%203.21%202.6%205.81%205.81%205.81h4.72c.33%200%20.58-.31.5-.64zM16.19%202h-5.75c-.33%200-.58.31-.5.64l4.74%2018.97c.06.23.26.39.5.39h1C19.4%2022%2022%2019.4%2022%2016.19V7.81C22%204.6%2019.4%202%2016.19%202%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%22m10.51%2011.22l-2.2-8.83a.505.505%200%200%200-.5-.39C4.6%202%202%204.6%202%207.81v5.7c0%20.34.33.59.66.49l7.5-2.17a.5.5%200%200%200%20.35-.61m.61%202.459a.515.515%200%200%200-.64-.37l-8.11%202.36c-.22.07-.37.27-.37.5v.02c0%203.21%202.6%205.81%205.81%205.81h4.72c.33%200%20.58-.31.5-.64zM16.19%202h-5.75c-.33%200-.58.31-.5.64l4.74%2018.97c.06.23.26.39.5.39h1C19.4%2022%2022%2019.4%2022%2016.19V7.81C22%204.6%2019.4%202%2016.19%202%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/picture-frame-filled.svg?color=%231a73e8&size=48