status partial fail icon

status-partial-fail from Carbon by IBM · Outline · Apache-2.0 Free for personal and commercial use.

Name
status-partial-fail
Set
Carbon
Style
Outline
Viewbox
32×32
License
Apache 2.0

Related icons in Carbon

Use the status partial fail icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path d="M25.14 23.764l1.532 1.285a13.976 13.976 0 0 0 2.441-4.182l-1.878-.683a11.973 11.973 0 0 1-2.094 3.58z" fill="currentColor"/><path d="M18 27.81l.413 1.968a13.889 13.889 0 0 0 4.541-1.638L22 26.409a12.52 12.52 0 0 1-4 1.401z" fill="currentColor"/><path d="M10 26.409L9 28.14a14.14 14.14 0 0 0 4.587 1.638l.347-1.967A12.152 12.152 0 0 1 10 26.409z" fill="currentColor"/><path d="M4.765 20.184l-1.878.683a13.976 13.976 0 0 0 2.44 4.182l1.532-1.285a11.973 11.973 0 0 1-2.094-3.58z" fill="currentColor"/><path d="M16 22a1.5 1.5 0 1 0 1.5 1.5A1.5 1.5 0 0 0 16 22z" fill="currentColor"/><path d="M15 8h2v11h-2z" fill="currentColor"/><path d="M30 16h-2a12 12 0 0 0-24 0H2a14 14 0 0 1 28 0z" fill="currentColor"/></svg>

React

import type { SVGProps } from "react";

export function CarbonStatusPartialFail(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path d="M25.14 23.764l1.532 1.285a13.976 13.976 0 0 0 2.441-4.182l-1.878-.683a11.973 11.973 0 0 1-2.094 3.58z" fill="currentColor"/><path d="M18 27.81l.413 1.968a13.889 13.889 0 0 0 4.541-1.638L22 26.409a12.52 12.52 0 0 1-4 1.401z" fill="currentColor"/><path d="M10 26.409L9 28.14a14.14 14.14 0 0 0 4.587 1.638l.347-1.967A12.152 12.152 0 0 1 10 26.409z" fill="currentColor"/><path d="M4.765 20.184l-1.878.683a13.976 13.976 0 0 0 2.44 4.182l1.532-1.285a11.973 11.973 0 0 1-2.094-3.58z" fill="currentColor"/><path d="M16 22a1.5 1.5 0 1 0 1.5 1.5A1.5 1.5 0 0 0 16 22z" fill="currentColor"/><path d="M15 8h2v11h-2z" fill="currentColor"/><path d="M30 16h-2a12 12 0 0 0-24 0H2a14 14 0 0 1 28 0z" fill="currentColor"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path d="M25.14 23.764l1.532 1.285a13.976 13.976 0 0 0 2.441-4.182l-1.878-.683a11.973 11.973 0 0 1-2.094 3.58z" fill="currentColor"/><path d="M18 27.81l.413 1.968a13.889 13.889 0 0 0 4.541-1.638L22 26.409a12.52 12.52 0 0 1-4 1.401z" fill="currentColor"/><path d="M10 26.409L9 28.14a14.14 14.14 0 0 0 4.587 1.638l.347-1.967A12.152 12.152 0 0 1 10 26.409z" fill="currentColor"/><path d="M4.765 20.184l-1.878.683a13.976 13.976 0 0 0 2.44 4.182l1.532-1.285a11.973 11.973 0 0 1-2.094-3.58z" fill="currentColor"/><path d="M16 22a1.5 1.5 0 1 0 1.5 1.5A1.5 1.5 0 0 0 16 22z" fill="currentColor"/><path d="M15 8h2v11h-2z" fill="currentColor"/><path d="M30 16h-2a12 12 0 0 0-24 0H2a14 14 0 0 1 28 0z" fill="currentColor"/></svg>
</template>

CSS

.icon-status-partial-fail {
  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%20d%3D%22M25.14%2023.764l1.532%201.285a13.976%2013.976%200%200%200%202.441-4.182l-1.878-.683a11.973%2011.973%200%200%201-2.094%203.58z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M18%2027.81l.413%201.968a13.889%2013.889%200%200%200%204.541-1.638L22%2026.409a12.52%2012.52%200%200%201-4%201.401z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M10%2026.409L9%2028.14a14.14%2014.14%200%200%200%204.587%201.638l.347-1.967A12.152%2012.152%200%200%201%2010%2026.409z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M4.765%2020.184l-1.878.683a13.976%2013.976%200%200%200%202.44%204.182l1.532-1.285a11.973%2011.973%200%200%201-2.094-3.58z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M16%2022a1.5%201.5%200%201%200%201.5%201.5A1.5%201.5%200%200%200%2016%2022z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M15%208h2v11h-2z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M30%2016h-2a12%2012%200%200%200-24%200H2a14%2014%200%200%201%2028%200z%22%20fill%3D%22currentColor%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%20d%3D%22M25.14%2023.764l1.532%201.285a13.976%2013.976%200%200%200%202.441-4.182l-1.878-.683a11.973%2011.973%200%200%201-2.094%203.58z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M18%2027.81l.413%201.968a13.889%2013.889%200%200%200%204.541-1.638L22%2026.409a12.52%2012.52%200%200%201-4%201.401z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M10%2026.409L9%2028.14a14.14%2014.14%200%200%200%204.587%201.638l.347-1.967A12.152%2012.152%200%200%201%2010%2026.409z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M4.765%2020.184l-1.878.683a13.976%2013.976%200%200%200%202.44%204.182l1.532-1.285a11.973%2011.973%200%200%201-2.094-3.58z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M16%2022a1.5%201.5%200%201%200%201.5%201.5A1.5%201.5%200%200%200%2016%2022z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M15%208h2v11h-2z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M30%2016h-2a12%2012%200%200%200-24%200H2a14%2014%200%200%201%2028%200z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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