md images icon

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

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

Related icons in IonIcons

Use the md images icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M457.6 140.2l-82.5-4-4.8-53.8c-1-11.3-11.1-19.2-22.9-18.3L51.5 88.4c-11.8 1-20.3 10.5-19.4 21.7l21.2 235.8c1 11.3 11.2 19.2 22.9 18.3l15-1.2-2.4 45.8c-.6 12.6 9.2 22.8 22.4 23.5L441.3 448c13.2.6 24.1-8.6 24.8-21.2L480 163.5c.6-12.5-9.3-22.7-22.4-23.3zm-354.9 5.3l-7.1 134.8L78.1 305 62 127v-.5-.5c1-5 4.4-9 9.6-9.4l261-21.4c5.2-.4 9.7 3 10.5 7.9 0 .2.3.2.3.4 0 .1.3.2.3.4l2.7 30.8-219-10.5c-13.2-.4-24.1 8.8-24.7 21.3zm334 236.9l-84.8-99.5-37.4 34.3-69.2-80.8-122.7 130.7L133 168v-.4c1-5.4 6.2-9.3 11.9-9l291.2 14c5.8.3 10.3 4.7 10.4 10.2 0 .2.3.3.3.5l-10.1 199.1z" fill="currentColor"/><path d="M384 256c17.6 0 32-14.4 32-32s-14.3-32-32-32c-17.6 0-32 14.3-32 32s14.3 32 32 32z" fill="currentColor"/></svg>

React

import type { SVGProps } from "react";

export function IonMdImages(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M457.6 140.2l-82.5-4-4.8-53.8c-1-11.3-11.1-19.2-22.9-18.3L51.5 88.4c-11.8 1-20.3 10.5-19.4 21.7l21.2 235.8c1 11.3 11.2 19.2 22.9 18.3l15-1.2-2.4 45.8c-.6 12.6 9.2 22.8 22.4 23.5L441.3 448c13.2.6 24.1-8.6 24.8-21.2L480 163.5c.6-12.5-9.3-22.7-22.4-23.3zm-354.9 5.3l-7.1 134.8L78.1 305 62 127v-.5-.5c1-5 4.4-9 9.6-9.4l261-21.4c5.2-.4 9.7 3 10.5 7.9 0 .2.3.2.3.4 0 .1.3.2.3.4l2.7 30.8-219-10.5c-13.2-.4-24.1 8.8-24.7 21.3zm334 236.9l-84.8-99.5-37.4 34.3-69.2-80.8-122.7 130.7L133 168v-.4c1-5.4 6.2-9.3 11.9-9l291.2 14c5.8.3 10.3 4.7 10.4 10.2 0 .2.3.3.3.5l-10.1 199.1z" fill="currentColor"/><path d="M384 256c17.6 0 32-14.4 32-32s-14.3-32-32-32c-17.6 0-32 14.3-32 32s14.3 32 32 32z" fill="currentColor"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M457.6 140.2l-82.5-4-4.8-53.8c-1-11.3-11.1-19.2-22.9-18.3L51.5 88.4c-11.8 1-20.3 10.5-19.4 21.7l21.2 235.8c1 11.3 11.2 19.2 22.9 18.3l15-1.2-2.4 45.8c-.6 12.6 9.2 22.8 22.4 23.5L441.3 448c13.2.6 24.1-8.6 24.8-21.2L480 163.5c.6-12.5-9.3-22.7-22.4-23.3zm-354.9 5.3l-7.1 134.8L78.1 305 62 127v-.5-.5c1-5 4.4-9 9.6-9.4l261-21.4c5.2-.4 9.7 3 10.5 7.9 0 .2.3.2.3.4 0 .1.3.2.3.4l2.7 30.8-219-10.5c-13.2-.4-24.1 8.8-24.7 21.3zm334 236.9l-84.8-99.5-37.4 34.3-69.2-80.8-122.7 130.7L133 168v-.4c1-5.4 6.2-9.3 11.9-9l291.2 14c5.8.3 10.3 4.7 10.4 10.2 0 .2.3.3.3.5l-10.1 199.1z" fill="currentColor"/><path d="M384 256c17.6 0 32-14.4 32-32s-14.3-32-32-32c-17.6 0-32 14.3-32 32s14.3 32 32 32z" fill="currentColor"/></svg>
</template>

CSS

.icon-md-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%22M457.6%20140.2l-82.5-4-4.8-53.8c-1-11.3-11.1-19.2-22.9-18.3L51.5%2088.4c-11.8%201-20.3%2010.5-19.4%2021.7l21.2%20235.8c1%2011.3%2011.2%2019.2%2022.9%2018.3l15-1.2-2.4%2045.8c-.6%2012.6%209.2%2022.8%2022.4%2023.5L441.3%20448c13.2.6%2024.1-8.6%2024.8-21.2L480%20163.5c.6-12.5-9.3-22.7-22.4-23.3zm-354.9%205.3l-7.1%20134.8L78.1%20305%2062%20127v-.5-.5c1-5%204.4-9%209.6-9.4l261-21.4c5.2-.4%209.7%203%2010.5%207.9%200%20.2.3.2.3.4%200%20.1.3.2.3.4l2.7%2030.8-219-10.5c-13.2-.4-24.1%208.8-24.7%2021.3zm334%20236.9l-84.8-99.5-37.4%2034.3-69.2-80.8-122.7%20130.7L133%20168v-.4c1-5.4%206.2-9.3%2011.9-9l291.2%2014c5.8.3%2010.3%204.7%2010.4%2010.2%200%20.2.3.3.3.5l-10.1%20199.1z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M384%20256c17.6%200%2032-14.4%2032-32s-14.3-32-32-32c-17.6%200-32%2014.3-32%2032s14.3%2032%2032%2032z%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%22M457.6%20140.2l-82.5-4-4.8-53.8c-1-11.3-11.1-19.2-22.9-18.3L51.5%2088.4c-11.8%201-20.3%2010.5-19.4%2021.7l21.2%20235.8c1%2011.3%2011.2%2019.2%2022.9%2018.3l15-1.2-2.4%2045.8c-.6%2012.6%209.2%2022.8%2022.4%2023.5L441.3%20448c13.2.6%2024.1-8.6%2024.8-21.2L480%20163.5c.6-12.5-9.3-22.7-22.4-23.3zm-354.9%205.3l-7.1%20134.8L78.1%20305%2062%20127v-.5-.5c1-5%204.4-9%209.6-9.4l261-21.4c5.2-.4%209.7%203%2010.5%207.9%200%20.2.3.2.3.4%200%20.1.3.2.3.4l2.7%2030.8-219-10.5c-13.2-.4-24.1%208.8-24.7%2021.3zm334%20236.9l-84.8-99.5-37.4%2034.3-69.2-80.8-122.7%20130.7L133%20168v-.4c1-5.4%206.2-9.3%2011.9-9l291.2%2014c5.8.3%2010.3%204.7%2010.4%2010.2%200%20.2.3.3.3.5l-10.1%20199.1z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M384%20256c17.6%200%2032-14.4%2032-32s-14.3-32-32-32c-17.6%200-32%2014.3-32%2032s14.3%2032%2032%2032z%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/md-images.svg?color=%231a73e8&size=48