images from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.

Name
images
Set
IonIcons
Style
Regular
Viewbox
512×512
License
MIT

2 other variants in IonIcons

The same icon in other sets

Use the images icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M450.29 112H142c-34 0-62 27.51-62 61.33v245.34c0 33.82 28 61.33 62 61.33h308c34 0 62-26.18 62-60V173.33c0-33.82-27.68-61.33-61.71-61.33m-77.15 61.34a46 46 0 1 1-46.28 46a46.19 46.19 0 0 1 46.28-46.01Zm-231.55 276c-17 0-29.86-13.75-29.86-30.66v-64.83l90.46-80.79a46.54 46.54 0 0 1 63.44 1.83L328.27 337l-113 112.33ZM480 418.67a30.67 30.67 0 0 1-30.71 30.66H259L376.08 333a46.24 46.24 0 0 1 59.44-.16L480 370.59Z"/><path fill="currentColor" d="M384 32H64A64 64 0 0 0 0 96v256a64.11 64.11 0 0 0 48 62V152a72 72 0 0 1 72-72h326a64.11 64.11 0 0 0-62-48"/></svg>

React

import type { SVGProps } from "react";

export function IonImages(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M450.29 112H142c-34 0-62 27.51-62 61.33v245.34c0 33.82 28 61.33 62 61.33h308c34 0 62-26.18 62-60V173.33c0-33.82-27.68-61.33-61.71-61.33m-77.15 61.34a46 46 0 1 1-46.28 46a46.19 46.19 0 0 1 46.28-46.01Zm-231.55 276c-17 0-29.86-13.75-29.86-30.66v-64.83l90.46-80.79a46.54 46.54 0 0 1 63.44 1.83L328.27 337l-113 112.33ZM480 418.67a30.67 30.67 0 0 1-30.71 30.66H259L376.08 333a46.24 46.24 0 0 1 59.44-.16L480 370.59Z"/><path fill="currentColor" d="M384 32H64A64 64 0 0 0 0 96v256a64.11 64.11 0 0 0 48 62V152a72 72 0 0 1 72-72h326a64.11 64.11 0 0 0-62-48"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M450.29 112H142c-34 0-62 27.51-62 61.33v245.34c0 33.82 28 61.33 62 61.33h308c34 0 62-26.18 62-60V173.33c0-33.82-27.68-61.33-61.71-61.33m-77.15 61.34a46 46 0 1 1-46.28 46a46.19 46.19 0 0 1 46.28-46.01Zm-231.55 276c-17 0-29.86-13.75-29.86-30.66v-64.83l90.46-80.79a46.54 46.54 0 0 1 63.44 1.83L328.27 337l-113 112.33ZM480 418.67a30.67 30.67 0 0 1-30.71 30.66H259L376.08 333a46.24 46.24 0 0 1 59.44-.16L480 370.59Z"/><path fill="currentColor" d="M384 32H64A64 64 0 0 0 0 96v256a64.11 64.11 0 0 0 48 62V152a72 72 0 0 1 72-72h326a64.11 64.11 0 0 0-62-48"/></svg>
</template>

CSS

.icon-images {
  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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M450.29%20112H142c-34%200-62%2027.51-62%2061.33v245.34c0%2033.82%2028%2061.33%2062%2061.33h308c34%200%2062-26.18%2062-60V173.33c0-33.82-27.68-61.33-61.71-61.33m-77.15%2061.34a46%2046%200%201%201-46.28%2046a46.19%2046.19%200%200%201%2046.28-46.01Zm-231.55%20276c-17%200-29.86-13.75-29.86-30.66v-64.83l90.46-80.79a46.54%2046.54%200%200%201%2063.44%201.83L328.27%20337l-113%20112.33ZM480%20418.67a30.67%2030.67%200%200%201-30.71%2030.66H259L376.08%20333a46.24%2046.24%200%200%201%2059.44-.16L480%20370.59Z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M384%2032H64A64%2064%200%200%200%200%2096v256a64.11%2064.11%200%200%200%2048%2062V152a72%2072%200%200%201%2072-72h326a64.11%2064.11%200%200%200-62-48%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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M450.29%20112H142c-34%200-62%2027.51-62%2061.33v245.34c0%2033.82%2028%2061.33%2062%2061.33h308c34%200%2062-26.18%2062-60V173.33c0-33.82-27.68-61.33-61.71-61.33m-77.15%2061.34a46%2046%200%201%201-46.28%2046a46.19%2046.19%200%200%201%2046.28-46.01Zm-231.55%20276c-17%200-29.86-13.75-29.86-30.66v-64.83l90.46-80.79a46.54%2046.54%200%200%201%2063.44%201.83L328.27%20337l-113%20112.33ZM480%20418.67a30.67%2030.67%200%200%201-30.71%2030.66H259L376.08%20333a46.24%2046.24%200%200%201%2059.44-.16L480%20370.59Z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M384%2032H64A64%2064%200%200%200%200%2096v256a64.11%2064.11%200%200%200%2048%2062V152a72%2072%200%200%201%2072-72h326a64.11%2064.11%200%200%200-62-48%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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