ios images icon

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

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

Related icons in IonIcons

Use the ios images icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M262.3 199.2c-1.6-2.8-5.6-3.2-7.7-.7l-91.9 122.2c-2.5 2.9-.6 7.4 3.2 7.7l161.1 14c3.8.3 6.4-3.8 4.5-7.1l-69.2-136.1z" fill="currentColor"/><path d="M367.2 264.1c-1.6-2.8-5.6-3.2-7.7-.7l-24.8 25.1a4.68 4.68 0 00-.5 5.4l25.4 49.5c.8 1.3 2.1 2.2 3.7 2.3l44.9 3.9c3.8.3 6.4-3.8 4.5-7.1l-45.5-78.4z" fill="currentColor"/><path d="M378.1 224.4c11.2-.1 20.9-8.3 23-19.2 2.8-14.8-8.6-28.3-23.7-28.1-11.2.1-20.9 8.3-23 19.2-2.8 14.8 8.6 28.3 23.7 28.1z" fill="currentColor"/><path d="M455.2 129.3l-65.8-5.7-6.1-67c-1.3-14.9-14.5-25.9-29.5-24.5L56.7 58.9c-14.9 1.3-25.9 14.5-24.6 29.4l26.8 296.5c1.3 14.9 14.5 25.9 29.5 24.5l15.7-1.4-1.5 16.7c-1.3 14.9 9.7 28 24.7 29.3l297.3 25.9c14.9 1.3 28.1-9.7 29.4-24.6l26-296.6c1.2-14.8-9.8-28-24.8-29.3zM87.6 300.7c-3.7.3-7-2.4-7.4-6.1l-18-200c-.3-3.7 2.4-7 6.1-7.3l279.2-25.1c3.7-.3 7 2.4 7.4 6.1l4.8 52.8L158 103.4c-14.9-1.3-28.1 9.7-29.4 24.6l-14.9 170.3-26.1 2.4zm362.2-135.6l-17.5 200c-.3 3.7-3.6 6.5-7.3 6.2l-18.6-1.6L145.7 347c-3.7-.3-6.5-3.6-6.2-7.3l3.8-43.9L157 139.7c.3-3.7 3.6-6.5 7.3-6.2l198 17.3 29.7 2.6 51.6 4.5c3.8.2 6.6 3.5 6.2 7.2z" fill="currentColor"/></svg>

React

import type { SVGProps } from "react";

export function IonIosImages(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M262.3 199.2c-1.6-2.8-5.6-3.2-7.7-.7l-91.9 122.2c-2.5 2.9-.6 7.4 3.2 7.7l161.1 14c3.8.3 6.4-3.8 4.5-7.1l-69.2-136.1z" fill="currentColor"/><path d="M367.2 264.1c-1.6-2.8-5.6-3.2-7.7-.7l-24.8 25.1a4.68 4.68 0 00-.5 5.4l25.4 49.5c.8 1.3 2.1 2.2 3.7 2.3l44.9 3.9c3.8.3 6.4-3.8 4.5-7.1l-45.5-78.4z" fill="currentColor"/><path d="M378.1 224.4c11.2-.1 20.9-8.3 23-19.2 2.8-14.8-8.6-28.3-23.7-28.1-11.2.1-20.9 8.3-23 19.2-2.8 14.8 8.6 28.3 23.7 28.1z" fill="currentColor"/><path d="M455.2 129.3l-65.8-5.7-6.1-67c-1.3-14.9-14.5-25.9-29.5-24.5L56.7 58.9c-14.9 1.3-25.9 14.5-24.6 29.4l26.8 296.5c1.3 14.9 14.5 25.9 29.5 24.5l15.7-1.4-1.5 16.7c-1.3 14.9 9.7 28 24.7 29.3l297.3 25.9c14.9 1.3 28.1-9.7 29.4-24.6l26-296.6c1.2-14.8-9.8-28-24.8-29.3zM87.6 300.7c-3.7.3-7-2.4-7.4-6.1l-18-200c-.3-3.7 2.4-7 6.1-7.3l279.2-25.1c3.7-.3 7 2.4 7.4 6.1l4.8 52.8L158 103.4c-14.9-1.3-28.1 9.7-29.4 24.6l-14.9 170.3-26.1 2.4zm362.2-135.6l-17.5 200c-.3 3.7-3.6 6.5-7.3 6.2l-18.6-1.6L145.7 347c-3.7-.3-6.5-3.6-6.2-7.3l3.8-43.9L157 139.7c.3-3.7 3.6-6.5 7.3-6.2l198 17.3 29.7 2.6 51.6 4.5c3.8.2 6.6 3.5 6.2 7.2z" fill="currentColor"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M262.3 199.2c-1.6-2.8-5.6-3.2-7.7-.7l-91.9 122.2c-2.5 2.9-.6 7.4 3.2 7.7l161.1 14c3.8.3 6.4-3.8 4.5-7.1l-69.2-136.1z" fill="currentColor"/><path d="M367.2 264.1c-1.6-2.8-5.6-3.2-7.7-.7l-24.8 25.1a4.68 4.68 0 00-.5 5.4l25.4 49.5c.8 1.3 2.1 2.2 3.7 2.3l44.9 3.9c3.8.3 6.4-3.8 4.5-7.1l-45.5-78.4z" fill="currentColor"/><path d="M378.1 224.4c11.2-.1 20.9-8.3 23-19.2 2.8-14.8-8.6-28.3-23.7-28.1-11.2.1-20.9 8.3-23 19.2-2.8 14.8 8.6 28.3 23.7 28.1z" fill="currentColor"/><path d="M455.2 129.3l-65.8-5.7-6.1-67c-1.3-14.9-14.5-25.9-29.5-24.5L56.7 58.9c-14.9 1.3-25.9 14.5-24.6 29.4l26.8 296.5c1.3 14.9 14.5 25.9 29.5 24.5l15.7-1.4-1.5 16.7c-1.3 14.9 9.7 28 24.7 29.3l297.3 25.9c14.9 1.3 28.1-9.7 29.4-24.6l26-296.6c1.2-14.8-9.8-28-24.8-29.3zM87.6 300.7c-3.7.3-7-2.4-7.4-6.1l-18-200c-.3-3.7 2.4-7 6.1-7.3l279.2-25.1c3.7-.3 7 2.4 7.4 6.1l4.8 52.8L158 103.4c-14.9-1.3-28.1 9.7-29.4 24.6l-14.9 170.3-26.1 2.4zm362.2-135.6l-17.5 200c-.3 3.7-3.6 6.5-7.3 6.2l-18.6-1.6L145.7 347c-3.7-.3-6.5-3.6-6.2-7.3l3.8-43.9L157 139.7c.3-3.7 3.6-6.5 7.3-6.2l198 17.3 29.7 2.6 51.6 4.5c3.8.2 6.6 3.5 6.2 7.2z" fill="currentColor"/></svg>
</template>

CSS

.icon-ios-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%20d%3D%22M262.3%20199.2c-1.6-2.8-5.6-3.2-7.7-.7l-91.9%20122.2c-2.5%202.9-.6%207.4%203.2%207.7l161.1%2014c3.8.3%206.4-3.8%204.5-7.1l-69.2-136.1z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M367.2%20264.1c-1.6-2.8-5.6-3.2-7.7-.7l-24.8%2025.1a4.68%204.68%200%2000-.5%205.4l25.4%2049.5c.8%201.3%202.1%202.2%203.7%202.3l44.9%203.9c3.8.3%206.4-3.8%204.5-7.1l-45.5-78.4z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M378.1%20224.4c11.2-.1%2020.9-8.3%2023-19.2%202.8-14.8-8.6-28.3-23.7-28.1-11.2.1-20.9%208.3-23%2019.2-2.8%2014.8%208.6%2028.3%2023.7%2028.1z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M455.2%20129.3l-65.8-5.7-6.1-67c-1.3-14.9-14.5-25.9-29.5-24.5L56.7%2058.9c-14.9%201.3-25.9%2014.5-24.6%2029.4l26.8%20296.5c1.3%2014.9%2014.5%2025.9%2029.5%2024.5l15.7-1.4-1.5%2016.7c-1.3%2014.9%209.7%2028%2024.7%2029.3l297.3%2025.9c14.9%201.3%2028.1-9.7%2029.4-24.6l26-296.6c1.2-14.8-9.8-28-24.8-29.3zM87.6%20300.7c-3.7.3-7-2.4-7.4-6.1l-18-200c-.3-3.7%202.4-7%206.1-7.3l279.2-25.1c3.7-.3%207%202.4%207.4%206.1l4.8%2052.8L158%20103.4c-14.9-1.3-28.1%209.7-29.4%2024.6l-14.9%20170.3-26.1%202.4zm362.2-135.6l-17.5%20200c-.3%203.7-3.6%206.5-7.3%206.2l-18.6-1.6L145.7%20347c-3.7-.3-6.5-3.6-6.2-7.3l3.8-43.9L157%20139.7c.3-3.7%203.6-6.5%207.3-6.2l198%2017.3%2029.7%202.6%2051.6%204.5c3.8.2%206.6%203.5%206.2%207.2z%22%20fill%3D%22currentColor%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%20d%3D%22M262.3%20199.2c-1.6-2.8-5.6-3.2-7.7-.7l-91.9%20122.2c-2.5%202.9-.6%207.4%203.2%207.7l161.1%2014c3.8.3%206.4-3.8%204.5-7.1l-69.2-136.1z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M367.2%20264.1c-1.6-2.8-5.6-3.2-7.7-.7l-24.8%2025.1a4.68%204.68%200%2000-.5%205.4l25.4%2049.5c.8%201.3%202.1%202.2%203.7%202.3l44.9%203.9c3.8.3%206.4-3.8%204.5-7.1l-45.5-78.4z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M378.1%20224.4c11.2-.1%2020.9-8.3%2023-19.2%202.8-14.8-8.6-28.3-23.7-28.1-11.2.1-20.9%208.3-23%2019.2-2.8%2014.8%208.6%2028.3%2023.7%2028.1z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M455.2%20129.3l-65.8-5.7-6.1-67c-1.3-14.9-14.5-25.9-29.5-24.5L56.7%2058.9c-14.9%201.3-25.9%2014.5-24.6%2029.4l26.8%20296.5c1.3%2014.9%2014.5%2025.9%2029.5%2024.5l15.7-1.4-1.5%2016.7c-1.3%2014.9%209.7%2028%2024.7%2029.3l297.3%2025.9c14.9%201.3%2028.1-9.7%2029.4-24.6l26-296.6c1.2-14.8-9.8-28-24.8-29.3zM87.6%20300.7c-3.7.3-7-2.4-7.4-6.1l-18-200c-.3-3.7%202.4-7%206.1-7.3l279.2-25.1c3.7-.3%207%202.4%207.4%206.1l4.8%2052.8L158%20103.4c-14.9-1.3-28.1%209.7-29.4%2024.6l-14.9%20170.3-26.1%202.4zm362.2-135.6l-17.5%20200c-.3%203.7-3.6%206.5-7.3%206.2l-18.6-1.6L145.7%20347c-3.7-.3-6.5-3.6-6.2-7.3l3.8-43.9L157%20139.7c.3-3.7%203.6-6.5%207.3-6.2l198%2017.3%2029.7%202.6%2051.6%204.5c3.8.2%206.6%203.5%206.2%207.2z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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