image frame icon
image-frame from Majesticons by Gerrit Halfmann · Solid · MIT Free for personal and commercial use.
- Name
- image-frame
- Set
- Majesticons
- Style
- Solid
- Viewbox
- 24×24
- License
- MIT
1 other variant in Majesticons
The same icon in other sets
Related icons in Majesticons
Use the image frame icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M12.707 4.121a1 1 0 0 0-1.414 0L10.414 5h3.172zm3.66.879a1 1 0 0 0-.16-.207l-2.086-2.086a3 3 0 0 0-4.242 0L7.793 4.793a1 1 0 0 0-.16.207H5a3 3 0 0 0-3 3v6.5q0 .13.031.25q-.03.12-.031.25v3a3 3 0 0 0 3 3h14a3 3 0 0 0 3-3v-5a1 1 0 0 0-.032-.25A1 1 0 0 0 22 12.5V8a3 3 0 0 0-3-3h-2.634zM20 11.986V8a1 1 0 0 0-1-1H5a1 1 0 0 0-1 1v6.016A1 1 0 0 0 5 15c2.689 0 4.861.353 6.585.87c2.34.702 3.853 1.708 4.717 2.551a1 1 0 1 0 1.396-1.431c-1.12-1.094-2.925-2.252-5.539-3.036a20 20 0 0 0-.773-.215c1.176-.573 2.472-.967 3.737-1.235A25 25 0 0 1 20 11.986M5.978 8.488A2.67 2.67 0 0 1 7.5 8c.41 0 1.003.115 1.522.488c.57.41.978 1.086.978 2.012s-.408 1.601-.978 2.011A2.67 2.67 0 0 1 7.5 13c-.41 0-1.003-.115-1.522-.489C5.408 12.101 5 11.427 5 10.5c0-.926.408-1.601.978-2.012" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function MajesticonsImageFrame(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" fillRule="evenodd" d="M12.707 4.121a1 1 0 0 0-1.414 0L10.414 5h3.172zm3.66.879a1 1 0 0 0-.16-.207l-2.086-2.086a3 3 0 0 0-4.242 0L7.793 4.793a1 1 0 0 0-.16.207H5a3 3 0 0 0-3 3v6.5q0 .13.031.25q-.03.12-.031.25v3a3 3 0 0 0 3 3h14a3 3 0 0 0 3-3v-5a1 1 0 0 0-.032-.25A1 1 0 0 0 22 12.5V8a3 3 0 0 0-3-3h-2.634zM20 11.986V8a1 1 0 0 0-1-1H5a1 1 0 0 0-1 1v6.016A1 1 0 0 0 5 15c2.689 0 4.861.353 6.585.87c2.34.702 3.853 1.708 4.717 2.551a1 1 0 1 0 1.396-1.431c-1.12-1.094-2.925-2.252-5.539-3.036a20 20 0 0 0-.773-.215c1.176-.573 2.472-.967 3.737-1.235A25 25 0 0 1 20 11.986M5.978 8.488A2.67 2.67 0 0 1 7.5 8c.41 0 1.003.115 1.522.488c.57.41.978 1.086.978 2.012s-.408 1.601-.978 2.011A2.67 2.67 0 0 1 7.5 13c-.41 0-1.003-.115-1.522-.489C5.408 12.101 5 11.427 5 10.5c0-.926.408-1.601.978-2.012" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M12.707 4.121a1 1 0 0 0-1.414 0L10.414 5h3.172zm3.66.879a1 1 0 0 0-.16-.207l-2.086-2.086a3 3 0 0 0-4.242 0L7.793 4.793a1 1 0 0 0-.16.207H5a3 3 0 0 0-3 3v6.5q0 .13.031.25q-.03.12-.031.25v3a3 3 0 0 0 3 3h14a3 3 0 0 0 3-3v-5a1 1 0 0 0-.032-.25A1 1 0 0 0 22 12.5V8a3 3 0 0 0-3-3h-2.634zM20 11.986V8a1 1 0 0 0-1-1H5a1 1 0 0 0-1 1v6.016A1 1 0 0 0 5 15c2.689 0 4.861.353 6.585.87c2.34.702 3.853 1.708 4.717 2.551a1 1 0 1 0 1.396-1.431c-1.12-1.094-2.925-2.252-5.539-3.036a20 20 0 0 0-.773-.215c1.176-.573 2.472-.967 3.737-1.235A25 25 0 0 1 20 11.986M5.978 8.488A2.67 2.67 0 0 1 7.5 8c.41 0 1.003.115 1.522.488c.57.41.978 1.086.978 2.012s-.408 1.601-.978 2.011A2.67 2.67 0 0 1 7.5 13c-.41 0-1.003-.115-1.522-.489C5.408 12.101 5 11.427 5 10.5c0-.926.408-1.601.978-2.012" clip-rule="evenodd"/></svg> </template>
CSS
.icon-image-frame {
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%20fill-rule%3D%22evenodd%22%20d%3D%22M12.707%204.121a1%201%200%200%200-1.414%200L10.414%205h3.172zm3.66.879a1%201%200%200%200-.16-.207l-2.086-2.086a3%203%200%200%200-4.242%200L7.793%204.793a1%201%200%200%200-.16.207H5a3%203%200%200%200-3%203v6.5q0%20.13.031.25q-.03.12-.031.25v3a3%203%200%200%200%203%203h14a3%203%200%200%200%203-3v-5a1%201%200%200%200-.032-.25A1%201%200%200%200%2022%2012.5V8a3%203%200%200%200-3-3h-2.634zM20%2011.986V8a1%201%200%200%200-1-1H5a1%201%200%200%200-1%201v6.016A1%201%200%200%200%205%2015c2.689%200%204.861.353%206.585.87c2.34.702%203.853%201.708%204.717%202.551a1%201%200%201%200%201.396-1.431c-1.12-1.094-2.925-2.252-5.539-3.036a20%2020%200%200%200-.773-.215c1.176-.573%202.472-.967%203.737-1.235A25%2025%200%200%201%2020%2011.986M5.978%208.488A2.67%202.67%200%200%201%207.5%208c.41%200%201.003.115%201.522.488c.57.41.978%201.086.978%202.012s-.408%201.601-.978%202.011A2.67%202.67%200%200%201%207.5%2013c-.41%200-1.003-.115-1.522-.489C5.408%2012.101%205%2011.427%205%2010.5c0-.926.408-1.601.978-2.012%22%20clip-rule%3D%22evenodd%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%20fill-rule%3D%22evenodd%22%20d%3D%22M12.707%204.121a1%201%200%200%200-1.414%200L10.414%205h3.172zm3.66.879a1%201%200%200%200-.16-.207l-2.086-2.086a3%203%200%200%200-4.242%200L7.793%204.793a1%201%200%200%200-.16.207H5a3%203%200%200%200-3%203v6.5q0%20.13.031.25q-.03.12-.031.25v3a3%203%200%200%200%203%203h14a3%203%200%200%200%203-3v-5a1%201%200%200%200-.032-.25A1%201%200%200%200%2022%2012.5V8a3%203%200%200%200-3-3h-2.634zM20%2011.986V8a1%201%200%200%200-1-1H5a1%201%200%200%200-1%201v6.016A1%201%200%200%200%205%2015c2.689%200%204.861.353%206.585.87c2.34.702%203.853%201.708%204.717%202.551a1%201%200%201%200%201.396-1.431c-1.12-1.094-2.925-2.252-5.539-3.036a20%2020%200%200%200-.773-.215c1.176-.573%202.472-.967%203.737-1.235A25%2025%200%200%201%2020%2011.986M5.978%208.488A2.67%202.67%200%200%201%207.5%208c.41%200%201.003.115%201.522.488c.57.41.978%201.086.978%202.012s-.408%201.601-.978%202.011A2.67%202.67%200%200%201%207.5%2013c-.41%200-1.003-.115-1.522-.489C5.408%2012.101%205%2011.427%205%2010.5c0-.926.408-1.601.978-2.012%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/majesticons/image-frame.svg?color=%231a73e8&size=48