image minus icon

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

Name
image-minus
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 minus icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21 4.008h-4a1 1 0 0 0 0 2h4a1 1 0 0 0 0-2M19 8a1 1 0 0 0-1 1v5.392l-1.48-1.48a2.78 2.78 0 0 0-3.929 0l-.698.697l-2.486-2.486a2.777 2.777 0 0 0-3.924 0L4 12.606V7a1 1 0 0 1 1-1h8a1 1 0 0 0 0-2H5a3.003 3.003 0 0 0-3 3v12a3.003 3.003 0 0 0 3 3h12a3.003 3.003 0 0 0 3-3V9a1 1 0 0 0-1-1M5 20a1 1 0 0 1-1-1v-3.566l2.897-2.897a.8.8 0 0 1 1.096 0l3.168 3.167c.009.01.012.022.02.03L15.448 20Zm13-1a.97.97 0 0 1-.179.537l-4.514-4.514l.698-.698a.78.78 0 0 1 1.1 0L18 17.22Z"/></svg>

React

import type { SVGProps } from "react";

export function UilImageMinus(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="M21 4.008h-4a1 1 0 0 0 0 2h4a1 1 0 0 0 0-2M19 8a1 1 0 0 0-1 1v5.392l-1.48-1.48a2.78 2.78 0 0 0-3.929 0l-.698.697l-2.486-2.486a2.777 2.777 0 0 0-3.924 0L4 12.606V7a1 1 0 0 1 1-1h8a1 1 0 0 0 0-2H5a3.003 3.003 0 0 0-3 3v12a3.003 3.003 0 0 0 3 3h12a3.003 3.003 0 0 0 3-3V9a1 1 0 0 0-1-1M5 20a1 1 0 0 1-1-1v-3.566l2.897-2.897a.8.8 0 0 1 1.096 0l3.168 3.167c.009.01.012.022.02.03L15.448 20Zm13-1a.97.97 0 0 1-.179.537l-4.514-4.514l.698-.698a.78.78 0 0 1 1.1 0L18 17.22Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21 4.008h-4a1 1 0 0 0 0 2h4a1 1 0 0 0 0-2M19 8a1 1 0 0 0-1 1v5.392l-1.48-1.48a2.78 2.78 0 0 0-3.929 0l-.698.697l-2.486-2.486a2.777 2.777 0 0 0-3.924 0L4 12.606V7a1 1 0 0 1 1-1h8a1 1 0 0 0 0-2H5a3.003 3.003 0 0 0-3 3v12a3.003 3.003 0 0 0 3 3h12a3.003 3.003 0 0 0 3-3V9a1 1 0 0 0-1-1M5 20a1 1 0 0 1-1-1v-3.566l2.897-2.897a.8.8 0 0 1 1.096 0l3.168 3.167c.009.01.012.022.02.03L15.448 20Zm13-1a.97.97 0 0 1-.179.537l-4.514-4.514l.698-.698a.78.78 0 0 1 1.1 0L18 17.22Z"/></svg>
</template>

CSS

.icon-image-minus {
  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%22M21%204.008h-4a1%201%200%200%200%200%202h4a1%201%200%200%200%200-2M19%208a1%201%200%200%200-1%201v5.392l-1.48-1.48a2.78%202.78%200%200%200-3.929%200l-.698.697l-2.486-2.486a2.777%202.777%200%200%200-3.924%200L4%2012.606V7a1%201%200%200%201%201-1h8a1%201%200%200%200%200-2H5a3.003%203.003%200%200%200-3%203v12a3.003%203.003%200%200%200%203%203h12a3.003%203.003%200%200%200%203-3V9a1%201%200%200%200-1-1M5%2020a1%201%200%200%201-1-1v-3.566l2.897-2.897a.8.8%200%200%201%201.096%200l3.168%203.167c.009.01.012.022.02.03L15.448%2020Zm13-1a.97.97%200%200%201-.179.537l-4.514-4.514l.698-.698a.78.78%200%200%201%201.1%200L18%2017.22Z%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%22M21%204.008h-4a1%201%200%200%200%200%202h4a1%201%200%200%200%200-2M19%208a1%201%200%200%200-1%201v5.392l-1.48-1.48a2.78%202.78%200%200%200-3.929%200l-.698.697l-2.486-2.486a2.777%202.777%200%200%200-3.924%200L4%2012.606V7a1%201%200%200%201%201-1h8a1%201%200%200%200%200-2H5a3.003%203.003%200%200%200-3%203v12a3.003%203.003%200%200%200%203%203h12a3.003%203.003%200%200%200%203-3V9a1%201%200%200%200-1-1M5%2020a1%201%200%200%201-1-1v-3.566l2.897-2.897a.8.8%200%200%201%201.096%200l3.168%203.167c.009.01.012.022.02.03L15.448%2020Zm13-1a.97.97%200%200%201-.179.537l-4.514-4.514l.698-.698a.78.78%200%200%201%201.1%200L18%2017.22Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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