image-off-28-filled from Fluent UI System Icons by Microsoft Corporation · 28 Filled · MIT Free for personal and commercial use.

Name
image-off-28-filled
Set
Fluent UI System Icons
Style
28 Filled
Viewbox
28×28
License
MIT

9 other variants in Fluent UI System Icons

The same icon in other sets

Related icons in Fluent UI System Icons

Use the image off icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M3.28 2.22a.75.75 0 1 0-1.06 1.06l1.4 1.402A3.73 3.73 0 0 0 3 6.75v14.5c0 .764.229 1.475.621 2.068l8.965-8.964q.184-.183.398-.31l1.36 1.362a.5.5 0 0 0-.698.008L4.682 24.38A3.73 3.73 0 0 0 6.75 25h14.5c.764 0 1.475-.229 2.068-.621l1.401 1.401a.75.75 0 0 0 1.061-1.06zm2.94.817l18.743 18.744q.036-.26.037-.531V6.75A3.75 3.75 0 0 0 21.25 3H6.75q-.27 0-.53.037M21.75 9a2.25 2.25 0 1 1-4.5 0a2.25 2.25 0 0 1 4.5 0"/></svg>

React

import type { SVGProps } from "react";

export function FluentImageOff28Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M3.28 2.22a.75.75 0 1 0-1.06 1.06l1.4 1.402A3.73 3.73 0 0 0 3 6.75v14.5c0 .764.229 1.475.621 2.068l8.965-8.964q.184-.183.398-.31l1.36 1.362a.5.5 0 0 0-.698.008L4.682 24.38A3.73 3.73 0 0 0 6.75 25h14.5c.764 0 1.475-.229 2.068-.621l1.401 1.401a.75.75 0 0 0 1.061-1.06zm2.94.817l18.743 18.744q.036-.26.037-.531V6.75A3.75 3.75 0 0 0 21.25 3H6.75q-.27 0-.53.037M21.75 9a2.25 2.25 0 1 1-4.5 0a2.25 2.25 0 0 1 4.5 0"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M3.28 2.22a.75.75 0 1 0-1.06 1.06l1.4 1.402A3.73 3.73 0 0 0 3 6.75v14.5c0 .764.229 1.475.621 2.068l8.965-8.964q.184-.183.398-.31l1.36 1.362a.5.5 0 0 0-.698.008L4.682 24.38A3.73 3.73 0 0 0 6.75 25h14.5c.764 0 1.475-.229 2.068-.621l1.401 1.401a.75.75 0 0 0 1.061-1.06zm2.94.817l18.743 18.744q.036-.26.037-.531V6.75A3.75 3.75 0 0 0 21.25 3H6.75q-.27 0-.53.037M21.75 9a2.25 2.25 0 1 1-4.5 0a2.25 2.25 0 0 1 4.5 0"/></svg>
</template>

CSS

.icon-image-off-28-filled {
  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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3.28%202.22a.75.75%200%201%200-1.06%201.06l1.4%201.402A3.73%203.73%200%200%200%203%206.75v14.5c0%20.764.229%201.475.621%202.068l8.965-8.964q.184-.183.398-.31l1.36%201.362a.5.5%200%200%200-.698.008L4.682%2024.38A3.73%203.73%200%200%200%206.75%2025h14.5c.764%200%201.475-.229%202.068-.621l1.401%201.401a.75.75%200%200%200%201.061-1.06zm2.94.817l18.743%2018.744q.036-.26.037-.531V6.75A3.75%203.75%200%200%200%2021.25%203H6.75q-.27%200-.53.037M21.75%209a2.25%202.25%200%201%201-4.5%200a2.25%202.25%200%200%201%204.5%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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3.28%202.22a.75.75%200%201%200-1.06%201.06l1.4%201.402A3.73%203.73%200%200%200%203%206.75v14.5c0%20.764.229%201.475.621%202.068l8.965-8.964q.184-.183.398-.31l1.36%201.362a.5.5%200%200%200-.698.008L4.682%2024.38A3.73%203.73%200%200%200%206.75%2025h14.5c.764%200%201.475-.229%202.068-.621l1.401%201.401a.75.75%200%200%200%201.061-1.06zm2.94.817l18.743%2018.744q.036-.26.037-.531V6.75A3.75%203.75%200%200%200%2021.25%203H6.75q-.27%200-.53.037M21.75%209a2.25%202.25%200%201%201-4.5%200a2.25%202.25%200%200%201%204.5%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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