try catch icon
try-catch from Carbon by IBM · Outline · Organization · Apache-2.0 Free for personal and commercial use.
- Name
- try-catch
- Set
- Carbon
- Style
- Outline
- Category
- Organization
- Viewbox
- 32×32
- License
- Apache 2.0
More organization icons from Carbon
Use the try catch icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M25.2 13L23 10.8V7H10.2L8 4.8V2H6v2.8L2.8 8L6 11.2v14.9l-1.8-1.8l-1.4 1.4L7 29.9l1.1-1.1l3.1-3.1l-1.4-1.4L8 26.1V22h21v-9zm-11.2.5V20H8v-8.8L10.2 9H21v1.8L18.8 13H14zM27 20H16v-5h2.8l3.2 3.2l3.2-3.2H27z"/></svg>
React
import type { SVGProps } from "react";
export function CarbonTryCatch(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="M25.2 13L23 10.8V7H10.2L8 4.8V2H6v2.8L2.8 8L6 11.2v14.9l-1.8-1.8l-1.4 1.4L7 29.9l1.1-1.1l3.1-3.1l-1.4-1.4L8 26.1V22h21v-9zm-11.2.5V20H8v-8.8L10.2 9H21v1.8L18.8 13H14zM27 20H16v-5h2.8l3.2 3.2l3.2-3.2H27z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M25.2 13L23 10.8V7H10.2L8 4.8V2H6v2.8L2.8 8L6 11.2v14.9l-1.8-1.8l-1.4 1.4L7 29.9l1.1-1.1l3.1-3.1l-1.4-1.4L8 26.1V22h21v-9zm-11.2.5V20H8v-8.8L10.2 9H21v1.8L18.8 13H14zM27 20H16v-5h2.8l3.2 3.2l3.2-3.2H27z"/></svg> </template>
CSS
.icon-try-catch {
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%22M25.2%2013L23%2010.8V7H10.2L8%204.8V2H6v2.8L2.8%208L6%2011.2v14.9l-1.8-1.8l-1.4%201.4L7%2029.9l1.1-1.1l3.1-3.1l-1.4-1.4L8%2026.1V22h21v-9zm-11.2.5V20H8v-8.8L10.2%209H21v1.8L18.8%2013H14zM27%2020H16v-5h2.8l3.2%203.2l3.2-3.2H27z%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%22M25.2%2013L23%2010.8V7H10.2L8%204.8V2H6v2.8L2.8%208L6%2011.2v14.9l-1.8-1.8l-1.4%201.4L7%2029.9l1.1-1.1l3.1-3.1l-1.4-1.4L8%2026.1V22h21v-9zm-11.2.5V20H8v-8.8L10.2%209H21v1.8L18.8%2013H14zM27%2020H16v-5h2.8l3.2%203.2l3.2-3.2H27z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/try-catch.svg?color=%231a73e8&size=48