no image icon

no-image from Carbon by IBM · Outline · Actions · Apache-2.0 Free for personal and commercial use.

Name
no-image
Set
Carbon
Style
Outline
Category
Actions
Viewbox
32×32
License
Apache 2.0

More actions icons from Carbon

Use the no image icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M30 3.414L28.586 2L2 28.586L3.414 30l2-2H26a2.003 2.003 0 0 0 2-2V5.414ZM26 26H7.414l7.793-7.793l2.379 2.379a2 2 0 0 0 2.828 0L22 19l4 3.997Zm0-5.832l-2.586-2.586a2 2 0 0 0-2.828 0L19 19.168l-2.377-2.377L26 7.414ZM6 22v-3l5-4.997l1.373 1.374l1.416-1.416l-1.375-1.375a2 2 0 0 0-2.828 0L6 16.172V6h16V4H6a2 2 0 0 0-2 2v16Z"/></svg>

React

import type { SVGProps } from "react";

export function CarbonNoImage(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M30 3.414L28.586 2L2 28.586L3.414 30l2-2H26a2.003 2.003 0 0 0 2-2V5.414ZM26 26H7.414l7.793-7.793l2.379 2.379a2 2 0 0 0 2.828 0L22 19l4 3.997Zm0-5.832l-2.586-2.586a2 2 0 0 0-2.828 0L19 19.168l-2.377-2.377L26 7.414ZM6 22v-3l5-4.997l1.373 1.374l1.416-1.416l-1.375-1.375a2 2 0 0 0-2.828 0L6 16.172V6h16V4H6a2 2 0 0 0-2 2v16Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M30 3.414L28.586 2L2 28.586L3.414 30l2-2H26a2.003 2.003 0 0 0 2-2V5.414ZM26 26H7.414l7.793-7.793l2.379 2.379a2 2 0 0 0 2.828 0L22 19l4 3.997Zm0-5.832l-2.586-2.586a2 2 0 0 0-2.828 0L19 19.168l-2.377-2.377L26 7.414ZM6 22v-3l5-4.997l1.373 1.374l1.416-1.416l-1.375-1.375a2 2 0 0 0-2.828 0L6 16.172V6h16V4H6a2 2 0 0 0-2 2v16Z"/></svg>
</template>

CSS

.icon-no-image {
  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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M30%203.414L28.586%202L2%2028.586L3.414%2030l2-2H26a2.003%202.003%200%200%200%202-2V5.414ZM26%2026H7.414l7.793-7.793l2.379%202.379a2%202%200%200%200%202.828%200L22%2019l4%203.997Zm0-5.832l-2.586-2.586a2%202%200%200%200-2.828%200L19%2019.168l-2.377-2.377L26%207.414ZM6%2022v-3l5-4.997l1.373%201.374l1.416-1.416l-1.375-1.375a2%202%200%200%200-2.828%200L6%2016.172V6h16V4H6a2%202%200%200%200-2%202v16Z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M30%203.414L28.586%202L2%2028.586L3.414%2030l2-2H26a2.003%202.003%200%200%200%202-2V5.414ZM26%2026H7.414l7.793-7.793l2.379%202.379a2%202%200%200%200%202.828%200L22%2019l4%203.997Zm0-5.832l-2.586-2.586a2%202%200%200%200-2.828%200L19%2019.168l-2.377-2.377L26%207.414ZM6%2022v-3l5-4.997l1.373%201.374l1.416-1.416l-1.375-1.375a2%202%200%200%200-2.828%200L6%2016.172V6h16V4H6a2%202%200%200%200-2%202v16Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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