image slash icon

image-slash from Unicons by Iconscout · Line · User Interface · Apache-2.0 Free for personal and commercial use.

Name
image-slash
Set
Unicons
Style
Line
Category
User Interface
Viewbox
24×24
License
Apache 2.0

More user interface icons from Unicons

Use the image slash icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.5 4H10a1 1 0 0 0 0 2h9.5a1 1 0 0 1 1 1v6.76l-1.88-1.88a3 3 0 0 0-1.14-.71a1 1 0 1 0-.64 1.9a.8.8 0 0 1 .36.23l3.31 3.29a.7.7 0 0 0 0 .15a1 1 0 0 0 0 .15a1 1 0 0 0 .13.18a.5.5 0 0 0 .09.11a1 1 0 0 0 .2.14a.6.6 0 0 0 .11.06a.9.9 0 0 0 .37.08a1 1 0 0 0 1-1V7a3 3 0 0 0-2.91-3M3.21 2.29a1 1 0 0 0-1.42 1.42L3.18 5.1A3 3 0 0 0 2.5 7v10a3 3 0 0 0 3 3h12.59l1.7 1.71a1 1 0 0 0 1.42 0a1 1 0 0 0 0-1.42ZM4.5 7a1 1 0 0 1 .12-.46l2.72 2.71a3 3 0 0 0-1 .63L4.5 11.76Zm1 11a1 1 0 0 1-1-1v-2.42l3.3-3.29a1 1 0 0 1 1.4 0L15.91 18Z"/></svg>

React

import type { SVGProps } from "react";

export function UilImageSlash(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.5 4H10a1 1 0 0 0 0 2h9.5a1 1 0 0 1 1 1v6.76l-1.88-1.88a3 3 0 0 0-1.14-.71a1 1 0 1 0-.64 1.9a.8.8 0 0 1 .36.23l3.31 3.29a.7.7 0 0 0 0 .15a1 1 0 0 0 0 .15a1 1 0 0 0 .13.18a.5.5 0 0 0 .09.11a1 1 0 0 0 .2.14a.6.6 0 0 0 .11.06a.9.9 0 0 0 .37.08a1 1 0 0 0 1-1V7a3 3 0 0 0-2.91-3M3.21 2.29a1 1 0 0 0-1.42 1.42L3.18 5.1A3 3 0 0 0 2.5 7v10a3 3 0 0 0 3 3h12.59l1.7 1.71a1 1 0 0 0 1.42 0a1 1 0 0 0 0-1.42ZM4.5 7a1 1 0 0 1 .12-.46l2.72 2.71a3 3 0 0 0-1 .63L4.5 11.76Zm1 11a1 1 0 0 1-1-1v-2.42l3.3-3.29a1 1 0 0 1 1.4 0L15.91 18Z"/></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.5 4H10a1 1 0 0 0 0 2h9.5a1 1 0 0 1 1 1v6.76l-1.88-1.88a3 3 0 0 0-1.14-.71a1 1 0 1 0-.64 1.9a.8.8 0 0 1 .36.23l3.31 3.29a.7.7 0 0 0 0 .15a1 1 0 0 0 0 .15a1 1 0 0 0 .13.18a.5.5 0 0 0 .09.11a1 1 0 0 0 .2.14a.6.6 0 0 0 .11.06a.9.9 0 0 0 .37.08a1 1 0 0 0 1-1V7a3 3 0 0 0-2.91-3M3.21 2.29a1 1 0 0 0-1.42 1.42L3.18 5.1A3 3 0 0 0 2.5 7v10a3 3 0 0 0 3 3h12.59l1.7 1.71a1 1 0 0 0 1.42 0a1 1 0 0 0 0-1.42ZM4.5 7a1 1 0 0 1 .12-.46l2.72 2.71a3 3 0 0 0-1 .63L4.5 11.76Zm1 11a1 1 0 0 1-1-1v-2.42l3.3-3.29a1 1 0 0 1 1.4 0L15.91 18Z"/></svg>
</template>

CSS

.icon-image-slash {
  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.5%204H10a1%201%200%200%200%200%202h9.5a1%201%200%200%201%201%201v6.76l-1.88-1.88a3%203%200%200%200-1.14-.71a1%201%200%201%200-.64%201.9a.8.8%200%200%201%20.36.23l3.31%203.29a.7.7%200%200%200%200%20.15a1%201%200%200%200%200%20.15a1%201%200%200%200%20.13.18a.5.5%200%200%200%20.09.11a1%201%200%200%200%20.2.14a.6.6%200%200%200%20.11.06a.9.9%200%200%200%20.37.08a1%201%200%200%200%201-1V7a3%203%200%200%200-2.91-3M3.21%202.29a1%201%200%200%200-1.42%201.42L3.18%205.1A3%203%200%200%200%202.5%207v10a3%203%200%200%200%203%203h12.59l1.7%201.71a1%201%200%200%200%201.42%200a1%201%200%200%200%200-1.42ZM4.5%207a1%201%200%200%201%20.12-.46l2.72%202.71a3%203%200%200%200-1%20.63L4.5%2011.76Zm1%2011a1%201%200%200%201-1-1v-2.42l3.3-3.29a1%201%200%200%201%201.4%200L15.91%2018Z%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.5%204H10a1%201%200%200%200%200%202h9.5a1%201%200%200%201%201%201v6.76l-1.88-1.88a3%203%200%200%200-1.14-.71a1%201%200%201%200-.64%201.9a.8.8%200%200%201%20.36.23l3.31%203.29a.7.7%200%200%200%200%20.15a1%201%200%200%200%200%20.15a1%201%200%200%200%20.13.18a.5.5%200%200%200%20.09.11a1%201%200%200%200%20.2.14a.6.6%200%200%200%20.11.06a.9.9%200%200%200%20.37.08a1%201%200%200%200%201-1V7a3%203%200%200%200-2.91-3M3.21%202.29a1%201%200%200%200-1.42%201.42L3.18%205.1A3%203%200%200%200%202.5%207v10a3%203%200%200%200%203%203h12.59l1.7%201.71a1%201%200%200%200%201.42%200a1%201%200%200%200%200-1.42ZM4.5%207a1%201%200%200%201%20.12-.46l2.72%202.71a3%203%200%200%200-1%20.63L4.5%2011.76Zm1%2011a1%201%200%200%201-1-1v-2.42l3.3-3.29a1%201%200%200%201%201.4%200L15.91%2018Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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