js error icon

js-error from Carbon by IBM · Outline · Organization · Apache-2.0 Free for personal and commercial use.

Name
js-error
Set
Carbon
Style
Outline
Category
Organization
Viewbox
32×32
License
Apache 2.0

More organization icons from Carbon

Use the js error icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M20.334 30h-2.667A1.67 1.67 0 0 1 16 28.334V26h2v2h2v-8h2v8.334c0 .918-.748 1.666-1.666 1.666m8 0H24v-2h4v-2h-2c-1.103 0-2-.897-2-2v-2.333c0-.92.748-1.667 1.667-1.667H30v2h-4v2h2c1.103 0 2 .897 2 2v2.334c0 .918-.748 1.666-1.666 1.666M16 18a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0-3M15 7h2v9h-2z"/><path fill="currentColor" d="M14 26H9.5a1 1 0 0 1-.86-.491l-6.5-11a1 1 0 0 1 0-1.018l6.5-11A1 1 0 0 1 9.5 2h13a1 1 0 0 1 .86.491l6.5 11a1 1 0 0 1 0 1.018l-2 3.384l-1.72-1.017L27.837 14L21.93 4H10.071L4.16 14l5.91 10H14z"/></svg>

React

import type { SVGProps } from "react";

export function CarbonJsError(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="M20.334 30h-2.667A1.67 1.67 0 0 1 16 28.334V26h2v2h2v-8h2v8.334c0 .918-.748 1.666-1.666 1.666m8 0H24v-2h4v-2h-2c-1.103 0-2-.897-2-2v-2.333c0-.92.748-1.667 1.667-1.667H30v2h-4v2h2c1.103 0 2 .897 2 2v2.334c0 .918-.748 1.666-1.666 1.666M16 18a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0-3M15 7h2v9h-2z"/><path fill="currentColor" d="M14 26H9.5a1 1 0 0 1-.86-.491l-6.5-11a1 1 0 0 1 0-1.018l6.5-11A1 1 0 0 1 9.5 2h13a1 1 0 0 1 .86.491l6.5 11a1 1 0 0 1 0 1.018l-2 3.384l-1.72-1.017L27.837 14L21.93 4H10.071L4.16 14l5.91 10H14z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M20.334 30h-2.667A1.67 1.67 0 0 1 16 28.334V26h2v2h2v-8h2v8.334c0 .918-.748 1.666-1.666 1.666m8 0H24v-2h4v-2h-2c-1.103 0-2-.897-2-2v-2.333c0-.92.748-1.667 1.667-1.667H30v2h-4v2h2c1.103 0 2 .897 2 2v2.334c0 .918-.748 1.666-1.666 1.666M16 18a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0-3M15 7h2v9h-2z"/><path fill="currentColor" d="M14 26H9.5a1 1 0 0 1-.86-.491l-6.5-11a1 1 0 0 1 0-1.018l6.5-11A1 1 0 0 1 9.5 2h13a1 1 0 0 1 .86.491l6.5 11a1 1 0 0 1 0 1.018l-2 3.384l-1.72-1.017L27.837 14L21.93 4H10.071L4.16 14l5.91 10H14z"/></svg>
</template>

CSS

.icon-js-error {
  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%22M20.334%2030h-2.667A1.67%201.67%200%200%201%2016%2028.334V26h2v2h2v-8h2v8.334c0%20.918-.748%201.666-1.666%201.666m8%200H24v-2h4v-2h-2c-1.103%200-2-.897-2-2v-2.333c0-.92.748-1.667%201.667-1.667H30v2h-4v2h2c1.103%200%202%20.897%202%202v2.334c0%20.918-.748%201.666-1.666%201.666M16%2018a1.5%201.5%200%201%200%200%203a1.5%201.5%200%200%200%200-3M15%207h2v9h-2z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14%2026H9.5a1%201%200%200%201-.86-.491l-6.5-11a1%201%200%200%201%200-1.018l6.5-11A1%201%200%200%201%209.5%202h13a1%201%200%200%201%20.86.491l6.5%2011a1%201%200%200%201%200%201.018l-2%203.384l-1.72-1.017L27.837%2014L21.93%204H10.071L4.16%2014l5.91%2010H14z%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%22M20.334%2030h-2.667A1.67%201.67%200%200%201%2016%2028.334V26h2v2h2v-8h2v8.334c0%20.918-.748%201.666-1.666%201.666m8%200H24v-2h4v-2h-2c-1.103%200-2-.897-2-2v-2.333c0-.92.748-1.667%201.667-1.667H30v2h-4v2h2c1.103%200%202%20.897%202%202v2.334c0%20.918-.748%201.666-1.666%201.666M16%2018a1.5%201.5%200%201%200%200%203a1.5%201.5%200%200%200%200-3M15%207h2v9h-2z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14%2026H9.5a1%201%200%200%201-.86-.491l-6.5-11a1%201%200%200%201%200-1.018l6.5-11A1%201%200%200%201%209.5%202h13a1%201%200%200%201%20.86.491l6.5%2011a1%201%200%200%201%200%201.018l-2%203.384l-1.72-1.017L27.837%2014L21.93%204H10.071L4.16%2014l5.91%2010H14z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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