framed-picture from Fluent Emoji High Contrast by Microsoft Corporation · Default · Activities · MIT Free for personal and commercial use.

Name
framed-picture
Set
Fluent Emoji High Contrast
Style
Default
Category
Activities
Viewbox
32×32
License
MIT

The same emoji in other sets

More activities icons from Fluent Emoji High Contrast

Use the framed picture emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="M19 10.5a.88.88 0 0 0-.518-.799a.875.875 0 0 0-.799-1.384a.875.875 0 0 0-1.384-.8a.875.875 0 0 0-1.598 0a.875.875 0 0 0-1.384.8a.875.875 0 0 0-.8 1.384a.875.875 0 0 0 0 1.598a.875.875 0 0 0 .8 1.384a.875.875 0 0 0 1.384.8a.875.875 0 0 0 1.598 0a.875.875 0 0 0 1.384-.8a.875.875 0 0 0 .8-1.384A.88.88 0 0 0 19 10.5M15.5 13a2.5 2.5 0 1 1 0-5a2.5 2.5 0 0 1 0 5"/><path d="M27 27H5V5h22zM25.667 9.114a3 3 0 0 1 .333-.35V6H6v3.17c.563.2 1.048.562 1.4 1.03A1 1 0 0 1 9 11a2 2 0 0 1 0 4H6v2.382l1.521-.76c1.112-.65 3.02-.97 4.926-.017l4 2c.163.082.241.09.263.091c.012 0 .034.001.093-.028c.075-.037.187-.113.363-.268c.175-.156.37-.35.627-.607l2.889-2.889a3 3 0 0 1 2.58-4.893a2 2 0 0 1 2.405-.897M23 14l-4.5 4.5c-1 1-1.5 1.5-2.5 1l-4-2c-1.6-.8-3.167-.5-4 0l-2 1v7.407c2.541-2.072 6.083-3.407 10-3.407s7.459 1.335 10 3.407V12.092c-1.005.203-1.857.765-3 1.908"/><path d="M1 2a1 1 0 0 1 1-1h28a1 1 0 0 1 1 1v28a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1zm2 1v26h26V3z"/></g></svg>

React

import type { SVGProps } from "react";

export function FluentEmojiHighContrastFramedPicture(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="M19 10.5a.88.88 0 0 0-.518-.799a.875.875 0 0 0-.799-1.384a.875.875 0 0 0-1.384-.8a.875.875 0 0 0-1.598 0a.875.875 0 0 0-1.384.8a.875.875 0 0 0-.8 1.384a.875.875 0 0 0 0 1.598a.875.875 0 0 0 .8 1.384a.875.875 0 0 0 1.384.8a.875.875 0 0 0 1.598 0a.875.875 0 0 0 1.384-.8a.875.875 0 0 0 .8-1.384A.88.88 0 0 0 19 10.5M15.5 13a2.5 2.5 0 1 1 0-5a2.5 2.5 0 0 1 0 5"/><path d="M27 27H5V5h22zM25.667 9.114a3 3 0 0 1 .333-.35V6H6v3.17c.563.2 1.048.562 1.4 1.03A1 1 0 0 1 9 11a2 2 0 0 1 0 4H6v2.382l1.521-.76c1.112-.65 3.02-.97 4.926-.017l4 2c.163.082.241.09.263.091c.012 0 .034.001.093-.028c.075-.037.187-.113.363-.268c.175-.156.37-.35.627-.607l2.889-2.889a3 3 0 0 1 2.58-4.893a2 2 0 0 1 2.405-.897M23 14l-4.5 4.5c-1 1-1.5 1.5-2.5 1l-4-2c-1.6-.8-3.167-.5-4 0l-2 1v7.407c2.541-2.072 6.083-3.407 10-3.407s7.459 1.335 10 3.407V12.092c-1.005.203-1.857.765-3 1.908"/><path d="M1 2a1 1 0 0 1 1-1h28a1 1 0 0 1 1 1v28a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1zm2 1v26h26V3z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="M19 10.5a.88.88 0 0 0-.518-.799a.875.875 0 0 0-.799-1.384a.875.875 0 0 0-1.384-.8a.875.875 0 0 0-1.598 0a.875.875 0 0 0-1.384.8a.875.875 0 0 0-.8 1.384a.875.875 0 0 0 0 1.598a.875.875 0 0 0 .8 1.384a.875.875 0 0 0 1.384.8a.875.875 0 0 0 1.598 0a.875.875 0 0 0 1.384-.8a.875.875 0 0 0 .8-1.384A.88.88 0 0 0 19 10.5M15.5 13a2.5 2.5 0 1 1 0-5a2.5 2.5 0 0 1 0 5"/><path d="M27 27H5V5h22zM25.667 9.114a3 3 0 0 1 .333-.35V6H6v3.17c.563.2 1.048.562 1.4 1.03A1 1 0 0 1 9 11a2 2 0 0 1 0 4H6v2.382l1.521-.76c1.112-.65 3.02-.97 4.926-.017l4 2c.163.082.241.09.263.091c.012 0 .034.001.093-.028c.075-.037.187-.113.363-.268c.175-.156.37-.35.627-.607l2.889-2.889a3 3 0 0 1 2.58-4.893a2 2 0 0 1 2.405-.897M23 14l-4.5 4.5c-1 1-1.5 1.5-2.5 1l-4-2c-1.6-.8-3.167-.5-4 0l-2 1v7.407c2.541-2.072 6.083-3.407 10-3.407s7.459 1.335 10 3.407V12.092c-1.005.203-1.857.765-3 1.908"/><path d="M1 2a1 1 0 0 1 1-1h28a1 1 0 0 1 1 1v28a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1zm2 1v26h26V3z"/></g></svg>
</template>

CSS

.icon-framed-picture {
  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%2032%2032%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M19%2010.5a.88.88%200%200%200-.518-.799a.875.875%200%200%200-.799-1.384a.875.875%200%200%200-1.384-.8a.875.875%200%200%200-1.598%200a.875.875%200%200%200-1.384.8a.875.875%200%200%200-.8%201.384a.875.875%200%200%200%200%201.598a.875.875%200%200%200%20.8%201.384a.875.875%200%200%200%201.384.8a.875.875%200%200%200%201.598%200a.875.875%200%200%200%201.384-.8a.875.875%200%200%200%20.8-1.384A.88.88%200%200%200%2019%2010.5M15.5%2013a2.5%202.5%200%201%201%200-5a2.5%202.5%200%200%201%200%205%22%2F%3E%3Cpath%20d%3D%22M27%2027H5V5h22zM25.667%209.114a3%203%200%200%201%20.333-.35V6H6v3.17c.563.2%201.048.562%201.4%201.03A1%201%200%200%201%209%2011a2%202%200%200%201%200%204H6v2.382l1.521-.76c1.112-.65%203.02-.97%204.926-.017l4%202c.163.082.241.09.263.091c.012%200%20.034.001.093-.028c.075-.037.187-.113.363-.268c.175-.156.37-.35.627-.607l2.889-2.889a3%203%200%200%201%202.58-4.893a2%202%200%200%201%202.405-.897M23%2014l-4.5%204.5c-1%201-1.5%201.5-2.5%201l-4-2c-1.6-.8-3.167-.5-4%200l-2%201v7.407c2.541-2.072%206.083-3.407%2010-3.407s7.459%201.335%2010%203.407V12.092c-1.005.203-1.857.765-3%201.908%22%2F%3E%3Cpath%20d%3D%22M1%202a1%201%200%200%201%201-1h28a1%201%200%200%201%201%201v28a1%201%200%200%201-1%201H2a1%201%200%200%201-1-1zm2%201v26h26V3z%22%2F%3E%3C%2Fg%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%2032%2032%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M19%2010.5a.88.88%200%200%200-.518-.799a.875.875%200%200%200-.799-1.384a.875.875%200%200%200-1.384-.8a.875.875%200%200%200-1.598%200a.875.875%200%200%200-1.384.8a.875.875%200%200%200-.8%201.384a.875.875%200%200%200%200%201.598a.875.875%200%200%200%20.8%201.384a.875.875%200%200%200%201.384.8a.875.875%200%200%200%201.598%200a.875.875%200%200%200%201.384-.8a.875.875%200%200%200%20.8-1.384A.88.88%200%200%200%2019%2010.5M15.5%2013a2.5%202.5%200%201%201%200-5a2.5%202.5%200%200%201%200%205%22%2F%3E%3Cpath%20d%3D%22M27%2027H5V5h22zM25.667%209.114a3%203%200%200%201%20.333-.35V6H6v3.17c.563.2%201.048.562%201.4%201.03A1%201%200%200%201%209%2011a2%202%200%200%201%200%204H6v2.382l1.521-.76c1.112-.65%203.02-.97%204.926-.017l4%202c.163.082.241.09.263.091c.012%200%20.034.001.093-.028c.075-.037.187-.113.363-.268c.175-.156.37-.35.627-.607l2.889-2.889a3%203%200%200%201%202.58-4.893a2%202%200%200%201%202.405-.897M23%2014l-4.5%204.5c-1%201-1.5%201.5-2.5%201l-4-2c-1.6-.8-3.167-.5-4%200l-2%201v7.407c2.541-2.072%206.083-3.407%2010-3.407s7.459%201.335%2010%203.407V12.092c-1.005.203-1.857.765-3%201.908%22%2F%3E%3Cpath%20d%3D%22M1%202a1%201%200%200%201%201-1h28a1%201%200%200%201%201%201v28a1%201%200%200%201-1%201H2a1%201%200%200%201-1-1zm2%201v26h26V3z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent-emoji-high-contrast/framed-picture.svg?color=%231a73e8&size=48