image multiple off icon

image-multiple-off-16-regular from Fluent UI System Icons by Microsoft Corporation · 16 Regular · MIT Free for personal and commercial use.

Name
image-multiple-off-16-regular
Set
Fluent UI System Icons
Style
16 Regular
Viewbox
16×16
License
MIT

3 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the image multiple off icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="m12.309 13.016l1.837 1.838a.5.5 0 0 0 .708-.708l-13-13a.5.5 0 1 0-.708.708L2.414 3.12A2.5 2.5 0 0 0 2 4.5v5A2.5 2.5 0 0 0 4.5 12h5c.51 0 .983-.152 1.379-.414l.717.717A3.5 3.5 0 0 1 9.5 13H5c.456.607 1.182 1 2 1h2.5a4.48 4.48 0 0 0 2.809-.984m-2.162-2.162A1.5 1.5 0 0 1 9.5 11h-5c-.232 0-.45-.053-.647-.146l2.645-2.645a.71.71 0 0 1 1.001-.003l.003.003zM6.402 7.109a1.7 1.7 0 0 0-.611.393l-2.645 2.645A1.5 1.5 0 0 1 3 9.5v-5c0-.232.052-.45.146-.647zM11 4.5v4.379l.975.975Q12 9.68 12 9.5v-5A2.5 2.5 0 0 0 9.5 2h-5q-.18 0-.354.025L5.121 3H9.5A1.5 1.5 0 0 1 11 4.5m1.797 6.176l.764.764A4.5 4.5 0 0 0 14 9.5V6c0-.818-.393-1.544-1-2v5.5c0 .413-.072.809-.203 1.176M10 5a1 1 0 1 1-2 0a1 1 0 0 1 2 0"/></svg>

React

import type { SVGProps } from "react";

export function FluentImageMultipleOff16Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="m12.309 13.016l1.837 1.838a.5.5 0 0 0 .708-.708l-13-13a.5.5 0 1 0-.708.708L2.414 3.12A2.5 2.5 0 0 0 2 4.5v5A2.5 2.5 0 0 0 4.5 12h5c.51 0 .983-.152 1.379-.414l.717.717A3.5 3.5 0 0 1 9.5 13H5c.456.607 1.182 1 2 1h2.5a4.48 4.48 0 0 0 2.809-.984m-2.162-2.162A1.5 1.5 0 0 1 9.5 11h-5c-.232 0-.45-.053-.647-.146l2.645-2.645a.71.71 0 0 1 1.001-.003l.003.003zM6.402 7.109a1.7 1.7 0 0 0-.611.393l-2.645 2.645A1.5 1.5 0 0 1 3 9.5v-5c0-.232.052-.45.146-.647zM11 4.5v4.379l.975.975Q12 9.68 12 9.5v-5A2.5 2.5 0 0 0 9.5 2h-5q-.18 0-.354.025L5.121 3H9.5A1.5 1.5 0 0 1 11 4.5m1.797 6.176l.764.764A4.5 4.5 0 0 0 14 9.5V6c0-.818-.393-1.544-1-2v5.5c0 .413-.072.809-.203 1.176M10 5a1 1 0 1 1-2 0a1 1 0 0 1 2 0"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="m12.309 13.016l1.837 1.838a.5.5 0 0 0 .708-.708l-13-13a.5.5 0 1 0-.708.708L2.414 3.12A2.5 2.5 0 0 0 2 4.5v5A2.5 2.5 0 0 0 4.5 12h5c.51 0 .983-.152 1.379-.414l.717.717A3.5 3.5 0 0 1 9.5 13H5c.456.607 1.182 1 2 1h2.5a4.48 4.48 0 0 0 2.809-.984m-2.162-2.162A1.5 1.5 0 0 1 9.5 11h-5c-.232 0-.45-.053-.647-.146l2.645-2.645a.71.71 0 0 1 1.001-.003l.003.003zM6.402 7.109a1.7 1.7 0 0 0-.611.393l-2.645 2.645A1.5 1.5 0 0 1 3 9.5v-5c0-.232.052-.45.146-.647zM11 4.5v4.379l.975.975Q12 9.68 12 9.5v-5A2.5 2.5 0 0 0 9.5 2h-5q-.18 0-.354.025L5.121 3H9.5A1.5 1.5 0 0 1 11 4.5m1.797 6.176l.764.764A4.5 4.5 0 0 0 14 9.5V6c0-.818-.393-1.544-1-2v5.5c0 .413-.072.809-.203 1.176M10 5a1 1 0 1 1-2 0a1 1 0 0 1 2 0"/></svg>
</template>

CSS

.icon-image-multiple-off-16-regular {
  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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m12.309%2013.016l1.837%201.838a.5.5%200%200%200%20.708-.708l-13-13a.5.5%200%201%200-.708.708L2.414%203.12A2.5%202.5%200%200%200%202%204.5v5A2.5%202.5%200%200%200%204.5%2012h5c.51%200%20.983-.152%201.379-.414l.717.717A3.5%203.5%200%200%201%209.5%2013H5c.456.607%201.182%201%202%201h2.5a4.48%204.48%200%200%200%202.809-.984m-2.162-2.162A1.5%201.5%200%200%201%209.5%2011h-5c-.232%200-.45-.053-.647-.146l2.645-2.645a.71.71%200%200%201%201.001-.003l.003.003zM6.402%207.109a1.7%201.7%200%200%200-.611.393l-2.645%202.645A1.5%201.5%200%200%201%203%209.5v-5c0-.232.052-.45.146-.647zM11%204.5v4.379l.975.975Q12%209.68%2012%209.5v-5A2.5%202.5%200%200%200%209.5%202h-5q-.18%200-.354.025L5.121%203H9.5A1.5%201.5%200%200%201%2011%204.5m1.797%206.176l.764.764A4.5%204.5%200%200%200%2014%209.5V6c0-.818-.393-1.544-1-2v5.5c0%20.413-.072.809-.203%201.176M10%205a1%201%200%201%201-2%200a1%201%200%200%201%202%200%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m12.309%2013.016l1.837%201.838a.5.5%200%200%200%20.708-.708l-13-13a.5.5%200%201%200-.708.708L2.414%203.12A2.5%202.5%200%200%200%202%204.5v5A2.5%202.5%200%200%200%204.5%2012h5c.51%200%20.983-.152%201.379-.414l.717.717A3.5%203.5%200%200%201%209.5%2013H5c.456.607%201.182%201%202%201h2.5a4.48%204.48%200%200%200%202.809-.984m-2.162-2.162A1.5%201.5%200%200%201%209.5%2011h-5c-.232%200-.45-.053-.647-.146l2.645-2.645a.71.71%200%200%201%201.001-.003l.003.003zM6.402%207.109a1.7%201.7%200%200%200-.611.393l-2.645%202.645A1.5%201.5%200%200%201%203%209.5v-5c0-.232.052-.45.146-.647zM11%204.5v4.379l.975.975Q12%209.68%2012%209.5v-5A2.5%202.5%200%200%200%209.5%202h-5q-.18%200-.354.025L5.121%203H9.5A1.5%201.5%200%200%201%2011%204.5m1.797%206.176l.764.764A4.5%204.5%200%200%200%2014%209.5V6c0-.818-.393-1.544-1-2v5.5c0%20.413-.072.809-.203%201.176M10%205a1%201%200%201%201-2%200a1%201%200%200%201%202%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/image-multiple-off-16-regular.svg?color=%231a73e8&size=48