images icon

images-filled from Reicon by REICON · Filled · Video · MIT Free for personal and commercial use.

Name
images-filled
Set
Reicon
Style
Filled
Category
Video
Viewbox
24×24
License
MIT

1 other variant in Reicon

The same icon in other sets

All images icons →

More video icons from Reicon

Use the images icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M10.667 9.333c-.735 0-1.334-.598-1.334-1.333s.599-1.333 1.334-1.333S12 7.265 12 8s-.599 1.333-1.333 1.333m7.649-.649c-.91-.91-2.39-.91-3.3 0l-7.307 7.304c.384.213.82.347 1.29.347h10a2.667 2.667 0 0 0 2.666-2.667v-1.633l-3.35-3.351Z"/><path d="M16.333 21.333H5a3.67 3.67 0 0 1-3.667-3.666V9a1 1 0 0 1 2 0v8.667c0 .918.748 1.666 1.667 1.666h11.333a1 1 0 0 1 0 2"/><path d="M19 17.333H9a3.67 3.67 0 0 1-3.667-3.666V6.333A3.67 3.67 0 0 1 9 2.667h10a3.67 3.67 0 0 1 3.667 3.666v7.334A3.67 3.67 0 0 1 19 17.333M9 4.667c-.919 0-1.667.748-1.667 1.666v7.334c0 .918.748 1.666 1.667 1.666h10c.919 0 1.667-.748 1.667-1.666V6.333c0-.918-.748-1.666-1.667-1.666z"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconImagesFilled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M10.667 9.333c-.735 0-1.334-.598-1.334-1.333s.599-1.333 1.334-1.333S12 7.265 12 8s-.599 1.333-1.333 1.333m7.649-.649c-.91-.91-2.39-.91-3.3 0l-7.307 7.304c.384.213.82.347 1.29.347h10a2.667 2.667 0 0 0 2.666-2.667v-1.633l-3.35-3.351Z"/><path d="M16.333 21.333H5a3.67 3.67 0 0 1-3.667-3.666V9a1 1 0 0 1 2 0v8.667c0 .918.748 1.666 1.667 1.666h11.333a1 1 0 0 1 0 2"/><path d="M19 17.333H9a3.67 3.67 0 0 1-3.667-3.666V6.333A3.67 3.67 0 0 1 9 2.667h10a3.67 3.67 0 0 1 3.667 3.666v7.334A3.67 3.67 0 0 1 19 17.333M9 4.667c-.919 0-1.667.748-1.667 1.666v7.334c0 .918.748 1.666 1.667 1.666h10c.919 0 1.667-.748 1.667-1.666V6.333c0-.918-.748-1.666-1.667-1.666z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M10.667 9.333c-.735 0-1.334-.598-1.334-1.333s.599-1.333 1.334-1.333S12 7.265 12 8s-.599 1.333-1.333 1.333m7.649-.649c-.91-.91-2.39-.91-3.3 0l-7.307 7.304c.384.213.82.347 1.29.347h10a2.667 2.667 0 0 0 2.666-2.667v-1.633l-3.35-3.351Z"/><path d="M16.333 21.333H5a3.67 3.67 0 0 1-3.667-3.666V9a1 1 0 0 1 2 0v8.667c0 .918.748 1.666 1.667 1.666h11.333a1 1 0 0 1 0 2"/><path d="M19 17.333H9a3.67 3.67 0 0 1-3.667-3.666V6.333A3.67 3.67 0 0 1 9 2.667h10a3.67 3.67 0 0 1 3.667 3.666v7.334A3.67 3.67 0 0 1 19 17.333M9 4.667c-.919 0-1.667.748-1.667 1.666v7.334c0 .918.748 1.666 1.667 1.666h10c.919 0 1.667-.748 1.667-1.666V6.333c0-.918-.748-1.666-1.667-1.666z"/></g></svg>
</template>

CSS

.icon-images-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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M10.667%209.333c-.735%200-1.334-.598-1.334-1.333s.599-1.333%201.334-1.333S12%207.265%2012%208s-.599%201.333-1.333%201.333m7.649-.649c-.91-.91-2.39-.91-3.3%200l-7.307%207.304c.384.213.82.347%201.29.347h10a2.667%202.667%200%200%200%202.666-2.667v-1.633l-3.35-3.351Z%22%2F%3E%3Cpath%20d%3D%22M16.333%2021.333H5a3.67%203.67%200%200%201-3.667-3.666V9a1%201%200%200%201%202%200v8.667c0%20.918.748%201.666%201.667%201.666h11.333a1%201%200%200%201%200%202%22%2F%3E%3Cpath%20d%3D%22M19%2017.333H9a3.67%203.67%200%200%201-3.667-3.666V6.333A3.67%203.67%200%200%201%209%202.667h10a3.67%203.67%200%200%201%203.667%203.666v7.334A3.67%203.67%200%200%201%2019%2017.333M9%204.667c-.919%200-1.667.748-1.667%201.666v7.334c0%20.918.748%201.666%201.667%201.666h10c.919%200%201.667-.748%201.667-1.666V6.333c0-.918-.748-1.666-1.667-1.666z%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%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M10.667%209.333c-.735%200-1.334-.598-1.334-1.333s.599-1.333%201.334-1.333S12%207.265%2012%208s-.599%201.333-1.333%201.333m7.649-.649c-.91-.91-2.39-.91-3.3%200l-7.307%207.304c.384.213.82.347%201.29.347h10a2.667%202.667%200%200%200%202.666-2.667v-1.633l-3.35-3.351Z%22%2F%3E%3Cpath%20d%3D%22M16.333%2021.333H5a3.67%203.67%200%200%201-3.667-3.666V9a1%201%200%200%201%202%200v8.667c0%20.918.748%201.666%201.667%201.666h11.333a1%201%200%200%201%200%202%22%2F%3E%3Cpath%20d%3D%22M19%2017.333H9a3.67%203.67%200%200%201-3.667-3.666V6.333A3.67%203.67%200%200%201%209%202.667h10a3.67%203.67%200%200%201%203.667%203.666v7.334A3.67%203.67%200%200%201%2019%2017.333M9%204.667c-.919%200-1.667.748-1.667%201.666v7.334c0%20.918.748%201.666%201.667%201.666h10c.919%200%201.667-.748%201.667-1.666V6.333c0-.918-.748-1.666-1.667-1.666z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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