image plus icon

image-plus from Unicons by Iconscout · Line · Multimedia · Apache-2.0 Free for personal and commercial use.

Name
image-plus
Set
Unicons
Style
Line
Category
Multimedia
Viewbox
24×24
License
Apache 2.0

The same icon in other sets

More multimedia icons from Unicons

Use the image plus icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19 10a1 1 0 0 0-1 1v3.38l-1.48-1.48a2.79 2.79 0 0 0-3.93 0l-.7.71l-2.48-2.49a2.79 2.79 0 0 0-3.93 0L4 12.61V7a1 1 0 0 1 1-1h8a1 1 0 0 0 0-2H5a3 3 0 0 0-3 3v12.22A2.79 2.79 0 0 0 4.78 22h12.44a3 3 0 0 0 .8-.12a2.74 2.74 0 0 0 2-2.65V11A1 1 0 0 0 19 10M5 20a1 1 0 0 1-1-1v-3.57l2.89-2.89a.78.78 0 0 1 1.1 0L15.46 20Zm13-1a1 1 0 0 1-.18.54L13.3 15l.71-.7a.77.77 0 0 1 1.1 0L18 17.21Zm3-15h-1V3a1 1 0 0 0-2 0v1h-1a1 1 0 0 0 0 2h1v1a1 1 0 0 0 2 0V6h1a1 1 0 0 0 0-2"/></svg>

React

import type { SVGProps } from "react";

export function UilImagePlus(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19 10a1 1 0 0 0-1 1v3.38l-1.48-1.48a2.79 2.79 0 0 0-3.93 0l-.7.71l-2.48-2.49a2.79 2.79 0 0 0-3.93 0L4 12.61V7a1 1 0 0 1 1-1h8a1 1 0 0 0 0-2H5a3 3 0 0 0-3 3v12.22A2.79 2.79 0 0 0 4.78 22h12.44a3 3 0 0 0 .8-.12a2.74 2.74 0 0 0 2-2.65V11A1 1 0 0 0 19 10M5 20a1 1 0 0 1-1-1v-3.57l2.89-2.89a.78.78 0 0 1 1.1 0L15.46 20Zm13-1a1 1 0 0 1-.18.54L13.3 15l.71-.7a.77.77 0 0 1 1.1 0L18 17.21Zm3-15h-1V3a1 1 0 0 0-2 0v1h-1a1 1 0 0 0 0 2h1v1a1 1 0 0 0 2 0V6h1a1 1 0 0 0 0-2"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19 10a1 1 0 0 0-1 1v3.38l-1.48-1.48a2.79 2.79 0 0 0-3.93 0l-.7.71l-2.48-2.49a2.79 2.79 0 0 0-3.93 0L4 12.61V7a1 1 0 0 1 1-1h8a1 1 0 0 0 0-2H5a3 3 0 0 0-3 3v12.22A2.79 2.79 0 0 0 4.78 22h12.44a3 3 0 0 0 .8-.12a2.74 2.74 0 0 0 2-2.65V11A1 1 0 0 0 19 10M5 20a1 1 0 0 1-1-1v-3.57l2.89-2.89a.78.78 0 0 1 1.1 0L15.46 20Zm13-1a1 1 0 0 1-.18.54L13.3 15l.71-.7a.77.77 0 0 1 1.1 0L18 17.21Zm3-15h-1V3a1 1 0 0 0-2 0v1h-1a1 1 0 0 0 0 2h1v1a1 1 0 0 0 2 0V6h1a1 1 0 0 0 0-2"/></svg>
</template>

CSS

.icon-image-plus {
  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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M19%2010a1%201%200%200%200-1%201v3.38l-1.48-1.48a2.79%202.79%200%200%200-3.93%200l-.7.71l-2.48-2.49a2.79%202.79%200%200%200-3.93%200L4%2012.61V7a1%201%200%200%201%201-1h8a1%201%200%200%200%200-2H5a3%203%200%200%200-3%203v12.22A2.79%202.79%200%200%200%204.78%2022h12.44a3%203%200%200%200%20.8-.12a2.74%202.74%200%200%200%202-2.65V11A1%201%200%200%200%2019%2010M5%2020a1%201%200%200%201-1-1v-3.57l2.89-2.89a.78.78%200%200%201%201.1%200L15.46%2020Zm13-1a1%201%200%200%201-.18.54L13.3%2015l.71-.7a.77.77%200%200%201%201.1%200L18%2017.21Zm3-15h-1V3a1%201%200%200%200-2%200v1h-1a1%201%200%200%200%200%202h1v1a1%201%200%200%200%202%200V6h1a1%201%200%200%200%200-2%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M19%2010a1%201%200%200%200-1%201v3.38l-1.48-1.48a2.79%202.79%200%200%200-3.93%200l-.7.71l-2.48-2.49a2.79%202.79%200%200%200-3.93%200L4%2012.61V7a1%201%200%200%201%201-1h8a1%201%200%200%200%200-2H5a3%203%200%200%200-3%203v12.22A2.79%202.79%200%200%200%204.78%2022h12.44a3%203%200%200%200%20.8-.12a2.74%202.74%200%200%200%202-2.65V11A1%201%200%200%200%2019%2010M5%2020a1%201%200%200%201-1-1v-3.57l2.89-2.89a.78.78%200%200%201%201.1%200L15.46%2020Zm13-1a1%201%200%200%201-.18.54L13.3%2015l.71-.7a.77.77%200%200%201%201.1%200L18%2017.21Zm3-15h-1V3a1%201%200%200%200-2%200v1h-1a1%201%200%200%200%200%202h1v1a1%201%200%200%200%202%200V6h1a1%201%200%200%200%200-2%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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