apps outage icon
apps-outage from Material Symbols by Google · Regular · UI Actions · Apache-2.0 Free for personal and commercial use.
- Name
- apps-outage
- Set
- Material Symbols
- Style
- Regular
- Category
- UI Actions
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- apps-outage-outline, apps-outage-outline-sharp, apps-outage-sharp
1 other variant in Material Symbols
The same icon in other sets
More ui actions icons from Material Symbols
Use the apps outage icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.588 19.413Q4 18.825 4 18t.588-1.412T6 16t1.413.588T8 18t-.587 1.413T6 20t-1.412-.587m0-6Q4 12.825 4 12t.588-1.412T6 10t1.413.588T8 12t-.587 1.413T6 14t-1.412-.587m0-6Q4 6.825 4 6t.588-1.412T6 4t1.413.588T8 6t-.587 1.413T6 8t-1.412-.587m6 12Q10 18.825 10 18t.588-1.412T12 16t1.413.588T14 18t-.587 1.413T12 20t-1.412-.587m0-6Q10 12.825 10 12t.588-1.412T12 10t1.413.588T14 12t-.587 1.413T12 14t-1.412-.587M12 8q-.825 0-1.412-.587T10 6q0-.875.613-1.437T12.075 4q-.05.25-.062.488T12 5q0 .775.163 1.513t.462 1.387q-.15.05-.3.075T12 8m3.463.538Q14 7.075 14 5t1.463-3.537T19 0t3.538 1.463T24 5t-1.463 3.538T19 10t-3.537-1.463m1.125 10.875Q16 18.826 16 18t.588-1.412T18 16t1.413.588T20 18t-.587 1.413T18 20t-1.412-.587M18 14q-.825 0-1.412-.587T16 12q0-.175.025-.325t.075-.3q.65.3 1.387.463T19 12q.275 0 .513-.012t.487-.063q0 .85-.562 1.463T18 14m1.35-6.15q.15-.15.15-.35t-.15-.35T19 7t-.35.15t-.15.35t.15.35T19 8t.35-.15M18.5 6h1V2h-1z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsAppsOutage(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.588 19.413Q4 18.825 4 18t.588-1.412T6 16t1.413.588T8 18t-.587 1.413T6 20t-1.412-.587m0-6Q4 12.825 4 12t.588-1.412T6 10t1.413.588T8 12t-.587 1.413T6 14t-1.412-.587m0-6Q4 6.825 4 6t.588-1.412T6 4t1.413.588T8 6t-.587 1.413T6 8t-1.412-.587m6 12Q10 18.825 10 18t.588-1.412T12 16t1.413.588T14 18t-.587 1.413T12 20t-1.412-.587m0-6Q10 12.825 10 12t.588-1.412T12 10t1.413.588T14 12t-.587 1.413T12 14t-1.412-.587M12 8q-.825 0-1.412-.587T10 6q0-.875.613-1.437T12.075 4q-.05.25-.062.488T12 5q0 .775.163 1.513t.462 1.387q-.15.05-.3.075T12 8m3.463.538Q14 7.075 14 5t1.463-3.537T19 0t3.538 1.463T24 5t-1.463 3.538T19 10t-3.537-1.463m1.125 10.875Q16 18.826 16 18t.588-1.412T18 16t1.413.588T20 18t-.587 1.413T18 20t-1.412-.587M18 14q-.825 0-1.412-.587T16 12q0-.175.025-.325t.075-.3q.65.3 1.387.463T19 12q.275 0 .513-.012t.487-.063q0 .85-.562 1.463T18 14m1.35-6.15q.15-.15.15-.35t-.15-.35T19 7t-.35.15t-.15.35t.15.35T19 8t.35-.15M18.5 6h1V2h-1z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.588 19.413Q4 18.825 4 18t.588-1.412T6 16t1.413.588T8 18t-.587 1.413T6 20t-1.412-.587m0-6Q4 12.825 4 12t.588-1.412T6 10t1.413.588T8 12t-.587 1.413T6 14t-1.412-.587m0-6Q4 6.825 4 6t.588-1.412T6 4t1.413.588T8 6t-.587 1.413T6 8t-1.412-.587m6 12Q10 18.825 10 18t.588-1.412T12 16t1.413.588T14 18t-.587 1.413T12 20t-1.412-.587m0-6Q10 12.825 10 12t.588-1.412T12 10t1.413.588T14 12t-.587 1.413T12 14t-1.412-.587M12 8q-.825 0-1.412-.587T10 6q0-.875.613-1.437T12.075 4q-.05.25-.062.488T12 5q0 .775.163 1.513t.462 1.387q-.15.05-.3.075T12 8m3.463.538Q14 7.075 14 5t1.463-3.537T19 0t3.538 1.463T24 5t-1.463 3.538T19 10t-3.537-1.463m1.125 10.875Q16 18.826 16 18t.588-1.412T18 16t1.413.588T20 18t-.587 1.413T18 20t-1.412-.587M18 14q-.825 0-1.412-.587T16 12q0-.175.025-.325t.075-.3q.65.3 1.387.463T19 12q.275 0 .513-.012t.487-.063q0 .85-.562 1.463T18 14m1.35-6.15q.15-.15.15-.35t-.15-.35T19 7t-.35.15t-.15.35t.15.35T19 8t.35-.15M18.5 6h1V2h-1z"/></svg> </template>
CSS
.icon-apps-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4.588%2019.413Q4%2018.825%204%2018t.588-1.412T6%2016t1.413.588T8%2018t-.587%201.413T6%2020t-1.412-.587m0-6Q4%2012.825%204%2012t.588-1.412T6%2010t1.413.588T8%2012t-.587%201.413T6%2014t-1.412-.587m0-6Q4%206.825%204%206t.588-1.412T6%204t1.413.588T8%206t-.587%201.413T6%208t-1.412-.587m6%2012Q10%2018.825%2010%2018t.588-1.412T12%2016t1.413.588T14%2018t-.587%201.413T12%2020t-1.412-.587m0-6Q10%2012.825%2010%2012t.588-1.412T12%2010t1.413.588T14%2012t-.587%201.413T12%2014t-1.412-.587M12%208q-.825%200-1.412-.587T10%206q0-.875.613-1.437T12.075%204q-.05.25-.062.488T12%205q0%20.775.163%201.513t.462%201.387q-.15.05-.3.075T12%208m3.463.538Q14%207.075%2014%205t1.463-3.537T19%200t3.538%201.463T24%205t-1.463%203.538T19%2010t-3.537-1.463m1.125%2010.875Q16%2018.826%2016%2018t.588-1.412T18%2016t1.413.588T20%2018t-.587%201.413T18%2020t-1.412-.587M18%2014q-.825%200-1.412-.587T16%2012q0-.175.025-.325t.075-.3q.65.3%201.387.463T19%2012q.275%200%20.513-.012t.487-.063q0%20.85-.562%201.463T18%2014m1.35-6.15q.15-.15.15-.35t-.15-.35T19%207t-.35.15t-.15.35t.15.35T19%208t.35-.15M18.5%206h1V2h-1z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4.588%2019.413Q4%2018.825%204%2018t.588-1.412T6%2016t1.413.588T8%2018t-.587%201.413T6%2020t-1.412-.587m0-6Q4%2012.825%204%2012t.588-1.412T6%2010t1.413.588T8%2012t-.587%201.413T6%2014t-1.412-.587m0-6Q4%206.825%204%206t.588-1.412T6%204t1.413.588T8%206t-.587%201.413T6%208t-1.412-.587m6%2012Q10%2018.825%2010%2018t.588-1.412T12%2016t1.413.588T14%2018t-.587%201.413T12%2020t-1.412-.587m0-6Q10%2012.825%2010%2012t.588-1.412T12%2010t1.413.588T14%2012t-.587%201.413T12%2014t-1.412-.587M12%208q-.825%200-1.412-.587T10%206q0-.875.613-1.437T12.075%204q-.05.25-.062.488T12%205q0%20.775.163%201.513t.462%201.387q-.15.05-.3.075T12%208m3.463.538Q14%207.075%2014%205t1.463-3.537T19%200t3.538%201.463T24%205t-1.463%203.538T19%2010t-3.537-1.463m1.125%2010.875Q16%2018.826%2016%2018t.588-1.412T18%2016t1.413.588T20%2018t-.587%201.413T18%2020t-1.412-.587M18%2014q-.825%200-1.412-.587T16%2012q0-.175.025-.325t.075-.3q.65.3%201.387.463T19%2012q.275%200%20.513-.012t.487-.063q0%20.85-.562%201.463T18%2014m1.35-6.15q.15-.15.15-.35t-.15-.35T19%207t-.35.15t-.15.35t.15.35T19%208t.35-.15M18.5%206h1V2h-1z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/apps-outage.svg?color=%231a73e8&size=48