disabled picture icon

disabled-picture from IconPark by ByteDance · Color · Office · Apache-2.0 Free for personal and commercial use.

Name
disabled-picture
Set
IconPark
Style
Color
Category
Office
Viewbox
48×48
License
Apache 2.0

The same icon in other sets

More office icons from IconPark

Use the disabled picture icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><path fill="#000" d="M44 23.999C44 22.8945 43.1046 21.999 42 21.999C40.8954 21.999 40 22.8945 40 23.999H44ZM24 7.99902C25.1046 7.99902 26 7.10359 26 5.99902C26 4.89445 25.1046 3.99902 24 3.99902V7.99902ZM39 39.999H9V43.999H39V39.999ZM8 38.999V8.99902H4V38.999H8ZM40 23.999V38.999H44V23.999H40ZM9 7.99902H24V3.99902H9V7.99902ZM9 39.999C8.44772 39.999 8 39.5513 8 38.999H4C4 41.7604 6.23857 43.999 9 43.999V39.999ZM39 43.999C41.7614 43.999 44 41.7604 44 38.999H40C40 39.5513 39.5523 39.999 39 39.999V43.999ZM8 8.99902C8 8.44674 8.44771 7.99902 9 7.99902V3.99902C6.23858 3.99902 4 6.2376 4 8.99902H8Z"/><path stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M6 35L16.6931 25.198C17.4389 24.5143 18.5779 24.4953 19.3461 25.1538L32 36"/><path stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M28 31L32.7735 26.2265C33.4772 25.5228 34.5914 25.4436 35.3877 26.0408L42 31"/><circle cx="36" cy="12" r="6" stroke="#000" stroke-width="4"/><path stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M32 8L40 16"/></g></svg>

React

import type { SVGProps } from "react";

export function IconParkDisabledPicture(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><path fill="#000" d="M44 23.999C44 22.8945 43.1046 21.999 42 21.999C40.8954 21.999 40 22.8945 40 23.999H44ZM24 7.99902C25.1046 7.99902 26 7.10359 26 5.99902C26 4.89445 25.1046 3.99902 24 3.99902V7.99902ZM39 39.999H9V43.999H39V39.999ZM8 38.999V8.99902H4V38.999H8ZM40 23.999V38.999H44V23.999H40ZM9 7.99902H24V3.99902H9V7.99902ZM9 39.999C8.44772 39.999 8 39.5513 8 38.999H4C4 41.7604 6.23857 43.999 9 43.999V39.999ZM39 43.999C41.7614 43.999 44 41.7604 44 38.999H40C40 39.5513 39.5523 39.999 39 39.999V43.999ZM8 8.99902C8 8.44674 8.44771 7.99902 9 7.99902V3.99902C6.23858 3.99902 4 6.2376 4 8.99902H8Z"/><path stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="4" d="M6 35L16.6931 25.198C17.4389 24.5143 18.5779 24.4953 19.3461 25.1538L32 36"/><path stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="4" d="M28 31L32.7735 26.2265C33.4772 25.5228 34.5914 25.4436 35.3877 26.0408L42 31"/><circle cx="36" cy="12" r="6" stroke="#000" strokeWidth="4"/><path stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="4" d="M32 8L40 16"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><path fill="#000" d="M44 23.999C44 22.8945 43.1046 21.999 42 21.999C40.8954 21.999 40 22.8945 40 23.999H44ZM24 7.99902C25.1046 7.99902 26 7.10359 26 5.99902C26 4.89445 25.1046 3.99902 24 3.99902V7.99902ZM39 39.999H9V43.999H39V39.999ZM8 38.999V8.99902H4V38.999H8ZM40 23.999V38.999H44V23.999H40ZM9 7.99902H24V3.99902H9V7.99902ZM9 39.999C8.44772 39.999 8 39.5513 8 38.999H4C4 41.7604 6.23857 43.999 9 43.999V39.999ZM39 43.999C41.7614 43.999 44 41.7604 44 38.999H40C40 39.5513 39.5523 39.999 39 39.999V43.999ZM8 8.99902C8 8.44674 8.44771 7.99902 9 7.99902V3.99902C6.23858 3.99902 4 6.2376 4 8.99902H8Z"/><path stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M6 35L16.6931 25.198C17.4389 24.5143 18.5779 24.4953 19.3461 25.1538L32 36"/><path stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M28 31L32.7735 26.2265C33.4772 25.5228 34.5914 25.4436 35.3877 26.0408L42 31"/><circle cx="36" cy="12" r="6" stroke="#000" stroke-width="4"/><path stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M32 8L40 16"/></g></svg>
</template>

CSS

.icon-disabled-picture {
  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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23000%22%20d%3D%22M44%2023.999C44%2022.8945%2043.1046%2021.999%2042%2021.999C40.8954%2021.999%2040%2022.8945%2040%2023.999H44ZM24%207.99902C25.1046%207.99902%2026%207.10359%2026%205.99902C26%204.89445%2025.1046%203.99902%2024%203.99902V7.99902ZM39%2039.999H9V43.999H39V39.999ZM8%2038.999V8.99902H4V38.999H8ZM40%2023.999V38.999H44V23.999H40ZM9%207.99902H24V3.99902H9V7.99902ZM9%2039.999C8.44772%2039.999%208%2039.5513%208%2038.999H4C4%2041.7604%206.23857%2043.999%209%2043.999V39.999ZM39%2043.999C41.7614%2043.999%2044%2041.7604%2044%2038.999H40C40%2039.5513%2039.5523%2039.999%2039%2039.999V43.999ZM8%208.99902C8%208.44674%208.44771%207.99902%209%207.99902V3.99902C6.23858%203.99902%204%206.2376%204%208.99902H8Z%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M6%2035L16.6931%2025.198C17.4389%2024.5143%2018.5779%2024.4953%2019.3461%2025.1538L32%2036%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M28%2031L32.7735%2026.2265C33.4772%2025.5228%2034.5914%2025.4436%2035.3877%2026.0408L42%2031%22%2F%3E%3Ccircle%20cx%3D%2236%22%20cy%3D%2212%22%20r%3D%226%22%20stroke%3D%22%23000%22%20stroke-width%3D%224%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M32%208L40%2016%22%2F%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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23000%22%20d%3D%22M44%2023.999C44%2022.8945%2043.1046%2021.999%2042%2021.999C40.8954%2021.999%2040%2022.8945%2040%2023.999H44ZM24%207.99902C25.1046%207.99902%2026%207.10359%2026%205.99902C26%204.89445%2025.1046%203.99902%2024%203.99902V7.99902ZM39%2039.999H9V43.999H39V39.999ZM8%2038.999V8.99902H4V38.999H8ZM40%2023.999V38.999H44V23.999H40ZM9%207.99902H24V3.99902H9V7.99902ZM9%2039.999C8.44772%2039.999%208%2039.5513%208%2038.999H4C4%2041.7604%206.23857%2043.999%209%2043.999V39.999ZM39%2043.999C41.7614%2043.999%2044%2041.7604%2044%2038.999H40C40%2039.5513%2039.5523%2039.999%2039%2039.999V43.999ZM8%208.99902C8%208.44674%208.44771%207.99902%209%207.99902V3.99902C6.23858%203.99902%204%206.2376%204%208.99902H8Z%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M6%2035L16.6931%2025.198C17.4389%2024.5143%2018.5779%2024.4953%2019.3461%2025.1538L32%2036%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M28%2031L32.7735%2026.2265C33.4772%2025.5228%2034.5914%2025.4436%2035.3877%2026.0408L42%2031%22%2F%3E%3Ccircle%20cx%3D%2236%22%20cy%3D%2212%22%20r%3D%226%22%20stroke%3D%22%23000%22%20stroke-width%3D%224%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M32%208L40%2016%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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