failed from Element Plus by Element Plus · Outline · MIT Free for personal and commercial use.

Name
failed
Set
Element Plus
Style
Outline
Viewbox
1024×1024
License
MIT

Use the failed icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M557.2 608L693 472.3L647.7 427L512.1 562.8L376.3 427L331 472.3L466.8 608L331 743.7l45.2 45.3L512 653.2L647.7 789l45.3-45.3L557.3 608zM704 192h160v736H160V192h160v64h384zm-320 0V96h256v96z"/></svg>

React

import type { SVGProps } from "react";

export function EpFailed(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M557.2 608L693 472.3L647.7 427L512.1 562.8L376.3 427L331 472.3L466.8 608L331 743.7l45.2 45.3L512 653.2L647.7 789l45.3-45.3L557.3 608zM704 192h160v736H160V192h160v64h384zm-320 0V96h256v96z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M557.2 608L693 472.3L647.7 427L512.1 562.8L376.3 427L331 472.3L466.8 608L331 743.7l45.2 45.3L512 653.2L647.7 789l45.3-45.3L557.3 608zM704 192h160v736H160V192h160v64h384zm-320 0V96h256v96z"/></svg>
</template>

CSS

.icon-failed {
  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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M557.2%20608L693%20472.3L647.7%20427L512.1%20562.8L376.3%20427L331%20472.3L466.8%20608L331%20743.7l45.2%2045.3L512%20653.2L647.7%20789l45.3-45.3L557.3%20608zM704%20192h160v736H160V192h160v64h384zm-320%200V96h256v96z%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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M557.2%20608L693%20472.3L647.7%20427L512.1%20562.8L376.3%20427L331%20472.3L466.8%20608L331%20743.7l45.2%2045.3L512%20653.2L647.7%20789l45.3-45.3L557.3%20608zM704%20192h160v736H160V192h160v64h384zm-320%200V96h256v96z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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