pictures icon

pictures-f from Jam Icons by Michael Amprimo · Filled · MIT Free for personal and commercial use.

Name
pictures-f
Set
Jam Icons
Style
Filled
Viewbox
24×24
License
MIT

1 other variant in Jam Icons

Use the pictures icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-2 -2 24 24"><path fill="currentColor" d="m16 14.606l-1.339-1.287a3 3 0 0 0-4.8.52L5.94 20H2a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2zm0 2.752V18a2 2 0 0 1-2 2H8.512l3.077-5.154a1 1 0 0 1 1.6-.174zM6 15a3 3 0 1 0 0-6a3 3 0 0 0 0 6M4 5V2a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v6.76l-1.339-1.441a3 3 0 0 0-1.887-.953C16.408 5.557 15.64 5 14.75 5h-1.92a3.001 3.001 0 0 0-5.66 0zm13 9V8.512a1 1 0 0 1 .189.16L20 11.661V12a2 2 0 0 1-2 2z"/></svg>

React

import type { SVGProps } from "react";

export function JamPicturesF(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-2 -2 24 24"><path fill="currentColor" d="m16 14.606l-1.339-1.287a3 3 0 0 0-4.8.52L5.94 20H2a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2zm0 2.752V18a2 2 0 0 1-2 2H8.512l3.077-5.154a1 1 0 0 1 1.6-.174zM6 15a3 3 0 1 0 0-6a3 3 0 0 0 0 6M4 5V2a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v6.76l-1.339-1.441a3 3 0 0 0-1.887-.953C16.408 5.557 15.64 5 14.75 5h-1.92a3.001 3.001 0 0 0-5.66 0zm13 9V8.512a1 1 0 0 1 .189.16L20 11.661V12a2 2 0 0 1-2 2z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-2 -2 24 24"><path fill="currentColor" d="m16 14.606l-1.339-1.287a3 3 0 0 0-4.8.52L5.94 20H2a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2zm0 2.752V18a2 2 0 0 1-2 2H8.512l3.077-5.154a1 1 0 0 1 1.6-.174zM6 15a3 3 0 1 0 0-6a3 3 0 0 0 0 6M4 5V2a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v6.76l-1.339-1.441a3 3 0 0 0-1.887-.953C16.408 5.557 15.64 5 14.75 5h-1.92a3.001 3.001 0 0 0-5.66 0zm13 9V8.512a1 1 0 0 1 .189.16L20 11.661V12a2 2 0 0 1-2 2z"/></svg>
</template>

CSS

.icon-pictures-f {
  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%22-2%20-2%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m16%2014.606l-1.339-1.287a3%203%200%200%200-4.8.52L5.94%2020H2a2%202%200%200%201-2-2V8a2%202%200%200%201%202-2h12a2%202%200%200%201%202%202zm0%202.752V18a2%202%200%200%201-2%202H8.512l3.077-5.154a1%201%200%200%201%201.6-.174zM6%2015a3%203%200%201%200%200-6a3%203%200%200%200%200%206M4%205V2a2%202%200%200%201%202-2h12a2%202%200%200%201%202%202v6.76l-1.339-1.441a3%203%200%200%200-1.887-.953C16.408%205.557%2015.64%205%2014.75%205h-1.92a3.001%203.001%200%200%200-5.66%200zm13%209V8.512a1%201%200%200%201%20.189.16L20%2011.661V12a2%202%200%200%201-2%202z%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%22-2%20-2%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m16%2014.606l-1.339-1.287a3%203%200%200%200-4.8.52L5.94%2020H2a2%202%200%200%201-2-2V8a2%202%200%200%201%202-2h12a2%202%200%200%201%202%202zm0%202.752V18a2%202%200%200%201-2%202H8.512l3.077-5.154a1%201%200%200%201%201.6-.174zM6%2015a3%203%200%201%200%200-6a3%203%200%200%200%200%206M4%205V2a2%202%200%200%201%202-2h12a2%202%200%200%201%202%202v6.76l-1.339-1.441a3%203%200%200%200-1.887-.953C16.408%205.557%2015.64%205%2014.75%205h-1.92a3.001%203.001%200%200%200-5.66%200zm13%209V8.512a1%201%200%200%201%20.189.16L20%2011.661V12a2%202%200%200%201-2%202z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/jam/pictures-f.svg?color=%231a73e8&size=48