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

Name
image-off-32
Set
Fluent UI System Color Icons
Style
32
Viewbox
32×32
License
MIT

4 other variants in Fluent UI System Color Icons

The same icon in other sets

Use the image off icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="url(#SVGgsU2Fd1k2)" d="M3 7.5A4.5 4.5 0 0 1 7.5 3h17A4.5 4.5 0 0 1 29 7.5v17a4.5 4.5 0 0 1-4.5 4.5h-17A4.5 4.5 0 0 1 3 24.5z"/><path fill="url(#SVGx5EF5dHl2)" d="M28.356 26.82A4.5 4.5 0 0 1 24.5 29h-17a4.5 4.5 0 0 1-3.856-2.18l10.588-10.588a2.5 2.5 0 0 1 3.536 0z"/><path fill="url(#SVGESiwkccA2)" d="M19 11a3 3 0 1 1 6 0a3 3 0 0 1-6 0"/><path fill="url(#SVGETeiSDzi2)" d="M3 7.5A4.5 4.5 0 0 1 7.5 3h17A4.5 4.5 0 0 1 29 7.5v17a4.5 4.5 0 0 1-4.5 4.5h-17A4.5 4.5 0 0 1 3 24.5z"/><path fill="url(#SVG4A2Ku9au2)" d="M2.366 2.366a1.25 1.25 0 0 1 1.768 0l25.5 25.5a1.25 1.25 0 0 1-1.768 1.768l-25.5-25.5a1.25 1.25 0 0 1 0-1.768"/><defs><linearGradient id="SVGx5EF5dHl2" x1="12.469" x2="15.605" y1="15.5" y2="29.673" gradientUnits="userSpaceOnUse"><stop stop-color="#e7dede"/><stop offset="1" stop-color="#d3d3d3"/></linearGradient><linearGradient id="SVGESiwkccA2" x1="20.8" x2="22.992" y1="7.333" y2="15.225" gradientUnits="userSpaceOnUse"><stop stop-color="#fdfdfd"/><stop offset="1" stop-color="#e4e4e4"/></linearGradient><linearGradient id="SVGETeiSDzi2" x1="29" x2="3" y1="3" y2="29" gradientUnits="userSpaceOnUse"><stop offset=".464" stop-opacity="0"/><stop offset=".484"/><stop offset=".573" stop-opacity="0"/></linearGradient><linearGradient id="SVG4A2Ku9au2" x1="2" x2="24.75" y1="-3.25" y2="30.875" gradientUnits="userSpaceOnUse"><stop stop-color="#e82c41"/><stop offset="1" stop-color="#aa1d2d"/></linearGradient><radialGradient id="SVGgsU2Fd1k2" cx="0" cy="0" r="1" gradientTransform="rotate(51.687 8.393 -13.26)scale(71.8942 65.3927)" gradientUnits="userSpaceOnUse"><stop offset=".338" stop-color="#a9a9a9"/><stop offset=".695" stop-color="#898989"/></radialGradient></defs></g></svg>

React

import type { SVGProps } from "react";

export function FluentColorImageOff32(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="url(#SVGgsU2Fd1k2)" d="M3 7.5A4.5 4.5 0 0 1 7.5 3h17A4.5 4.5 0 0 1 29 7.5v17a4.5 4.5 0 0 1-4.5 4.5h-17A4.5 4.5 0 0 1 3 24.5z"/><path fill="url(#SVGx5EF5dHl2)" d="M28.356 26.82A4.5 4.5 0 0 1 24.5 29h-17a4.5 4.5 0 0 1-3.856-2.18l10.588-10.588a2.5 2.5 0 0 1 3.536 0z"/><path fill="url(#SVGESiwkccA2)" d="M19 11a3 3 0 1 1 6 0a3 3 0 0 1-6 0"/><path fill="url(#SVGETeiSDzi2)" d="M3 7.5A4.5 4.5 0 0 1 7.5 3h17A4.5 4.5 0 0 1 29 7.5v17a4.5 4.5 0 0 1-4.5 4.5h-17A4.5 4.5 0 0 1 3 24.5z"/><path fill="url(#SVG4A2Ku9au2)" d="M2.366 2.366a1.25 1.25 0 0 1 1.768 0l25.5 25.5a1.25 1.25 0 0 1-1.768 1.768l-25.5-25.5a1.25 1.25 0 0 1 0-1.768"/><defs><linearGradient id="SVGx5EF5dHl2" x1="12.469" x2="15.605" y1="15.5" y2="29.673" gradientUnits="userSpaceOnUse"><stop stopColor="#e7dede"/><stop offset="1" stopColor="#d3d3d3"/></linearGradient><linearGradient id="SVGESiwkccA2" x1="20.8" x2="22.992" y1="7.333" y2="15.225" gradientUnits="userSpaceOnUse"><stop stopColor="#fdfdfd"/><stop offset="1" stopColor="#e4e4e4"/></linearGradient><linearGradient id="SVGETeiSDzi2" x1="29" x2="3" y1="3" y2="29" gradientUnits="userSpaceOnUse"><stop offset=".464" stopOpacity="0"/><stop offset=".484"/><stop offset=".573" stopOpacity="0"/></linearGradient><linearGradient id="SVG4A2Ku9au2" x1="2" x2="24.75" y1="-3.25" y2="30.875" gradientUnits="userSpaceOnUse"><stop stopColor="#e82c41"/><stop offset="1" stopColor="#aa1d2d"/></linearGradient><radialGradient id="SVGgsU2Fd1k2" cx="0" cy="0" r="1" gradientTransform="rotate(51.687 8.393 -13.26)scale(71.8942 65.3927)" gradientUnits="userSpaceOnUse"><stop offset=".338" stopColor="#a9a9a9"/><stop offset=".695" stopColor="#898989"/></radialGradient></defs></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="url(#SVGgsU2Fd1k2)" d="M3 7.5A4.5 4.5 0 0 1 7.5 3h17A4.5 4.5 0 0 1 29 7.5v17a4.5 4.5 0 0 1-4.5 4.5h-17A4.5 4.5 0 0 1 3 24.5z"/><path fill="url(#SVGx5EF5dHl2)" d="M28.356 26.82A4.5 4.5 0 0 1 24.5 29h-17a4.5 4.5 0 0 1-3.856-2.18l10.588-10.588a2.5 2.5 0 0 1 3.536 0z"/><path fill="url(#SVGESiwkccA2)" d="M19 11a3 3 0 1 1 6 0a3 3 0 0 1-6 0"/><path fill="url(#SVGETeiSDzi2)" d="M3 7.5A4.5 4.5 0 0 1 7.5 3h17A4.5 4.5 0 0 1 29 7.5v17a4.5 4.5 0 0 1-4.5 4.5h-17A4.5 4.5 0 0 1 3 24.5z"/><path fill="url(#SVG4A2Ku9au2)" d="M2.366 2.366a1.25 1.25 0 0 1 1.768 0l25.5 25.5a1.25 1.25 0 0 1-1.768 1.768l-25.5-25.5a1.25 1.25 0 0 1 0-1.768"/><defs><linearGradient id="SVGx5EF5dHl2" x1="12.469" x2="15.605" y1="15.5" y2="29.673" gradientUnits="userSpaceOnUse"><stop stop-color="#e7dede"/><stop offset="1" stop-color="#d3d3d3"/></linearGradient><linearGradient id="SVGESiwkccA2" x1="20.8" x2="22.992" y1="7.333" y2="15.225" gradientUnits="userSpaceOnUse"><stop stop-color="#fdfdfd"/><stop offset="1" stop-color="#e4e4e4"/></linearGradient><linearGradient id="SVGETeiSDzi2" x1="29" x2="3" y1="3" y2="29" gradientUnits="userSpaceOnUse"><stop offset=".464" stop-opacity="0"/><stop offset=".484"/><stop offset=".573" stop-opacity="0"/></linearGradient><linearGradient id="SVG4A2Ku9au2" x1="2" x2="24.75" y1="-3.25" y2="30.875" gradientUnits="userSpaceOnUse"><stop stop-color="#e82c41"/><stop offset="1" stop-color="#aa1d2d"/></linearGradient><radialGradient id="SVGgsU2Fd1k2" cx="0" cy="0" r="1" gradientTransform="rotate(51.687 8.393 -13.26)scale(71.8942 65.3927)" gradientUnits="userSpaceOnUse"><stop offset=".338" stop-color="#a9a9a9"/><stop offset=".695" stop-color="#898989"/></radialGradient></defs></g></svg>
</template>

CSS

.icon-image-off-32 {
  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%2032%2032%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22url(%23SVGgsU2Fd1k2)%22%20d%3D%22M3%207.5A4.5%204.5%200%200%201%207.5%203h17A4.5%204.5%200%200%201%2029%207.5v17a4.5%204.5%200%200%201-4.5%204.5h-17A4.5%204.5%200%200%201%203%2024.5z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGx5EF5dHl2)%22%20d%3D%22M28.356%2026.82A4.5%204.5%200%200%201%2024.5%2029h-17a4.5%204.5%200%200%201-3.856-2.18l10.588-10.588a2.5%202.5%200%200%201%203.536%200z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGESiwkccA2)%22%20d%3D%22M19%2011a3%203%200%201%201%206%200a3%203%200%200%201-6%200%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGETeiSDzi2)%22%20d%3D%22M3%207.5A4.5%204.5%200%200%201%207.5%203h17A4.5%204.5%200%200%201%2029%207.5v17a4.5%204.5%200%200%201-4.5%204.5h-17A4.5%204.5%200%200%201%203%2024.5z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVG4A2Ku9au2)%22%20d%3D%22M2.366%202.366a1.25%201.25%200%200%201%201.768%200l25.5%2025.5a1.25%201.25%200%200%201-1.768%201.768l-25.5-25.5a1.25%201.25%200%200%201%200-1.768%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGx5EF5dHl2%22%20x1%3D%2212.469%22%20x2%3D%2215.605%22%20y1%3D%2215.5%22%20y2%3D%2229.673%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23e7dede%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23d3d3d3%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGESiwkccA2%22%20x1%3D%2220.8%22%20x2%3D%2222.992%22%20y1%3D%227.333%22%20y2%3D%2215.225%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23fdfdfd%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23e4e4e4%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGETeiSDzi2%22%20x1%3D%2229%22%20x2%3D%223%22%20y1%3D%223%22%20y2%3D%2229%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%22.464%22%20stop-opacity%3D%220%22%2F%3E%3Cstop%20offset%3D%22.484%22%2F%3E%3Cstop%20offset%3D%22.573%22%20stop-opacity%3D%220%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVG4A2Ku9au2%22%20x1%3D%222%22%20x2%3D%2224.75%22%20y1%3D%22-3.25%22%20y2%3D%2230.875%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23e82c41%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23aa1d2d%22%2F%3E%3C%2FlinearGradient%3E%3CradialGradient%20id%3D%22SVGgsU2Fd1k2%22%20cx%3D%220%22%20cy%3D%220%22%20r%3D%221%22%20gradientTransform%3D%22rotate(51.687%208.393%20-13.26)scale(71.8942%2065.3927)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%22.338%22%20stop-color%3D%22%23a9a9a9%22%2F%3E%3Cstop%20offset%3D%22.695%22%20stop-color%3D%22%23898989%22%2F%3E%3C%2FradialGradient%3E%3C%2Fdefs%3E%3C%2Fg%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%2032%2032%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22url(%23SVGgsU2Fd1k2)%22%20d%3D%22M3%207.5A4.5%204.5%200%200%201%207.5%203h17A4.5%204.5%200%200%201%2029%207.5v17a4.5%204.5%200%200%201-4.5%204.5h-17A4.5%204.5%200%200%201%203%2024.5z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGx5EF5dHl2)%22%20d%3D%22M28.356%2026.82A4.5%204.5%200%200%201%2024.5%2029h-17a4.5%204.5%200%200%201-3.856-2.18l10.588-10.588a2.5%202.5%200%200%201%203.536%200z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGESiwkccA2)%22%20d%3D%22M19%2011a3%203%200%201%201%206%200a3%203%200%200%201-6%200%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGETeiSDzi2)%22%20d%3D%22M3%207.5A4.5%204.5%200%200%201%207.5%203h17A4.5%204.5%200%200%201%2029%207.5v17a4.5%204.5%200%200%201-4.5%204.5h-17A4.5%204.5%200%200%201%203%2024.5z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVG4A2Ku9au2)%22%20d%3D%22M2.366%202.366a1.25%201.25%200%200%201%201.768%200l25.5%2025.5a1.25%201.25%200%200%201-1.768%201.768l-25.5-25.5a1.25%201.25%200%200%201%200-1.768%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGx5EF5dHl2%22%20x1%3D%2212.469%22%20x2%3D%2215.605%22%20y1%3D%2215.5%22%20y2%3D%2229.673%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23e7dede%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23d3d3d3%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGESiwkccA2%22%20x1%3D%2220.8%22%20x2%3D%2222.992%22%20y1%3D%227.333%22%20y2%3D%2215.225%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23fdfdfd%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23e4e4e4%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGETeiSDzi2%22%20x1%3D%2229%22%20x2%3D%223%22%20y1%3D%223%22%20y2%3D%2229%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%22.464%22%20stop-opacity%3D%220%22%2F%3E%3Cstop%20offset%3D%22.484%22%2F%3E%3Cstop%20offset%3D%22.573%22%20stop-opacity%3D%220%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVG4A2Ku9au2%22%20x1%3D%222%22%20x2%3D%2224.75%22%20y1%3D%22-3.25%22%20y2%3D%2230.875%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23e82c41%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23aa1d2d%22%2F%3E%3C%2FlinearGradient%3E%3CradialGradient%20id%3D%22SVGgsU2Fd1k2%22%20cx%3D%220%22%20cy%3D%220%22%20r%3D%221%22%20gradientTransform%3D%22rotate(51.687%208.393%20-13.26)scale(71.8942%2065.3927)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%22.338%22%20stop-color%3D%22%23a9a9a9%22%2F%3E%3Cstop%20offset%3D%22.695%22%20stop-color%3D%22%23898989%22%2F%3E%3C%2FradialGradient%3E%3C%2Fdefs%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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