image not found 01 icon

image-not-found-01 from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
image-not-found-01
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

Related icons in Huge Icons

Use the image not found 01 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M15.5 8a.5.5 0 0 0 0-1m0 1a.5.5 0 0 1 0-1m0 1V7M2 2l20 20"/><path d="M17.3 21.3c-1.281.2-2.97.2-5.3.2c-4.23 0-6.345 0-7.747-1.198q-.3-.256-.555-.555C2.5 18.345 2.5 16.23 2.5 12c0-2.33 0-4.019.2-5.3m17.335 13.335q.14-.138.267-.288C21.5 18.345 21.5 16.23 21.5 12s0-6.345-1.198-7.747q-.256-.3-.555-.555C18.345 2.5 16.23 2.5 12 2.5s-6.345 0-7.747 1.198q-.15.128-.289.266"/><path d="m3 16l4.5-4.5M21 16l-2.47-2.47a1.81 1.81 0 0 0-2.56 0l-1.22 1.22"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsImageNotFound01(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"><path d="M15.5 8a.5.5 0 0 0 0-1m0 1a.5.5 0 0 1 0-1m0 1V7M2 2l20 20"/><path d="M17.3 21.3c-1.281.2-2.97.2-5.3.2c-4.23 0-6.345 0-7.747-1.198q-.3-.256-.555-.555C2.5 18.345 2.5 16.23 2.5 12c0-2.33 0-4.019.2-5.3m17.335 13.335q.14-.138.267-.288C21.5 18.345 21.5 16.23 21.5 12s0-6.345-1.198-7.747q-.256-.3-.555-.555C18.345 2.5 16.23 2.5 12 2.5s-6.345 0-7.747 1.198q-.15.128-.289.266"/><path d="m3 16l4.5-4.5M21 16l-2.47-2.47a1.81 1.81 0 0 0-2.56 0l-1.22 1.22"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M15.5 8a.5.5 0 0 0 0-1m0 1a.5.5 0 0 1 0-1m0 1V7M2 2l20 20"/><path d="M17.3 21.3c-1.281.2-2.97.2-5.3.2c-4.23 0-6.345 0-7.747-1.198q-.3-.256-.555-.555C2.5 18.345 2.5 16.23 2.5 12c0-2.33 0-4.019.2-5.3m17.335 13.335q.14-.138.267-.288C21.5 18.345 21.5 16.23 21.5 12s0-6.345-1.198-7.747q-.256-.3-.555-.555C18.345 2.5 16.23 2.5 12 2.5s-6.345 0-7.747 1.198q-.15.128-.289.266"/><path d="m3 16l4.5-4.5M21 16l-2.47-2.47a1.81 1.81 0 0 0-2.56 0l-1.22 1.22"/></g></svg>
</template>

CSS

.icon-image-not-found-01 {
  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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M15.5%208a.5.5%200%200%200%200-1m0%201a.5.5%200%200%201%200-1m0%201V7M2%202l20%2020%22%2F%3E%3Cpath%20d%3D%22M17.3%2021.3c-1.281.2-2.97.2-5.3.2c-4.23%200-6.345%200-7.747-1.198q-.3-.256-.555-.555C2.5%2018.345%202.5%2016.23%202.5%2012c0-2.33%200-4.019.2-5.3m17.335%2013.335q.14-.138.267-.288C21.5%2018.345%2021.5%2016.23%2021.5%2012s0-6.345-1.198-7.747q-.256-.3-.555-.555C18.345%202.5%2016.23%202.5%2012%202.5s-6.345%200-7.747%201.198q-.15.128-.289.266%22%2F%3E%3Cpath%20d%3D%22m3%2016l4.5-4.5M21%2016l-2.47-2.47a1.81%201.81%200%200%200-2.56%200l-1.22%201.22%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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M15.5%208a.5.5%200%200%200%200-1m0%201a.5.5%200%200%201%200-1m0%201V7M2%202l20%2020%22%2F%3E%3Cpath%20d%3D%22M17.3%2021.3c-1.281.2-2.97.2-5.3.2c-4.23%200-6.345%200-7.747-1.198q-.3-.256-.555-.555C2.5%2018.345%202.5%2016.23%202.5%2012c0-2.33%200-4.019.2-5.3m17.335%2013.335q.14-.138.267-.288C21.5%2018.345%2021.5%2016.23%2021.5%2012s0-6.345-1.198-7.747q-.256-.3-.555-.555C18.345%202.5%2016.23%202.5%2012%202.5s-6.345%200-7.747%201.198q-.15.128-.289.266%22%2F%3E%3Cpath%20d%3D%22m3%2016l4.5-4.5M21%2016l-2.47-2.47a1.81%201.81%200%200%200-2.56%200l-1.22%201.22%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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