outage icon
outage from Carbon by IBM · Outline · Tools · Apache-2.0 Free for personal and commercial use.
- Name
- outage
- Set
- Carbon
- Style
- Outline
- Category
- Tools
- Viewbox
- 32×32
- License
- Apache 2.0
More tools icons from Carbon
Use the outage icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M12 24h9v2h-9zm1 4h6v2h-6zm-4.217-9.025l1.418-1.418A6.92 6.92 0 0 1 8 12a7.99 7.99 0 0 1 13.527-5.77l1.414-1.413A9.988 9.988 0 0 0 6 12a8.94 8.94 0 0 0 2.783 6.975"/><path fill="currentColor" d="M30 3.414L28.586 2L2 28.586L3.414 30L23.661 9.753A7.7 7.7 0 0 1 24 12a7.2 7.2 0 0 1-2.822 6.143C20.107 19.135 19 20.16 19 22h2c0-.92.526-1.45 1.535-2.386A9.2 9.2 0 0 0 26 12a9.9 9.9 0 0 0-.776-3.81Z"/></svg>
React
import type { SVGProps } from "react";
export function CarbonOutage(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="M12 24h9v2h-9zm1 4h6v2h-6zm-4.217-9.025l1.418-1.418A6.92 6.92 0 0 1 8 12a7.99 7.99 0 0 1 13.527-5.77l1.414-1.413A9.988 9.988 0 0 0 6 12a8.94 8.94 0 0 0 2.783 6.975"/><path fill="currentColor" d="M30 3.414L28.586 2L2 28.586L3.414 30L23.661 9.753A7.7 7.7 0 0 1 24 12a7.2 7.2 0 0 1-2.822 6.143C20.107 19.135 19 20.16 19 22h2c0-.92.526-1.45 1.535-2.386A9.2 9.2 0 0 0 26 12a9.9 9.9 0 0 0-.776-3.81Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M12 24h9v2h-9zm1 4h6v2h-6zm-4.217-9.025l1.418-1.418A6.92 6.92 0 0 1 8 12a7.99 7.99 0 0 1 13.527-5.77l1.414-1.413A9.988 9.988 0 0 0 6 12a8.94 8.94 0 0 0 2.783 6.975"/><path fill="currentColor" d="M30 3.414L28.586 2L2 28.586L3.414 30L23.661 9.753A7.7 7.7 0 0 1 24 12a7.2 7.2 0 0 1-2.822 6.143C20.107 19.135 19 20.16 19 22h2c0-.92.526-1.45 1.535-2.386A9.2 9.2 0 0 0 26 12a9.9 9.9 0 0 0-.776-3.81Z"/></svg> </template>
CSS
.icon-outage {
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%22M12%2024h9v2h-9zm1%204h6v2h-6zm-4.217-9.025l1.418-1.418A6.92%206.92%200%200%201%208%2012a7.99%207.99%200%200%201%2013.527-5.77l1.414-1.413A9.988%209.988%200%200%200%206%2012a8.94%208.94%200%200%200%202.783%206.975%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M30%203.414L28.586%202L2%2028.586L3.414%2030L23.661%209.753A7.7%207.7%200%200%201%2024%2012a7.2%207.2%200%200%201-2.822%206.143C20.107%2019.135%2019%2020.16%2019%2022h2c0-.92.526-1.45%201.535-2.386A9.2%209.2%200%200%200%2026%2012a9.9%209.9%200%200%200-.776-3.81Z%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%22M12%2024h9v2h-9zm1%204h6v2h-6zm-4.217-9.025l1.418-1.418A6.92%206.92%200%200%201%208%2012a7.99%207.99%200%200%201%2013.527-5.77l1.414-1.413A9.988%209.988%200%200%200%206%2012a8.94%208.94%200%200%200%202.783%206.975%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M30%203.414L28.586%202L2%2028.586L3.414%2030L23.661%209.753A7.7%207.7%200%200%201%2024%2012a7.2%207.2%200%200%201-2.822%206.143C20.107%2019.135%2019%2020.16%2019%2022h2c0-.92.526-1.45%201.535-2.386A9.2%209.2%200%200%200%2026%2012a9.9%209.9%200%200%200-.776-3.81Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/outage.svg?color=%231a73e8&size=48