apps-outage from Material Symbols Light by Google · Regular · UI Actions · Apache-2.0 Free for personal and commercial use.

Name
apps-outage
Set
Material Symbols Light
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 Light

The same icon in other sets

More ui actions icons from Material Symbols Light

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="M5.126 18.874q-.357-.357-.357-.874t.357-.874t.874-.357t.874.357t.357.874t-.357.874t-.874.357t-.874-.357m0-6q-.357-.357-.357-.874t.357-.874t.874-.357t.874.357t.357.874t-.357.874t-.874.357t-.874-.357m0-6Q4.769 6.517 4.769 6t.357-.874T6 4.769t.874.357t.357.874t-.357.874T6 7.231t-.874-.357m6 12q-.357-.357-.357-.874t.357-.874t.874-.357t.874.357t.357.874t-.357.874t-.874.357t-.874-.357m0-6q-.357-.357-.357-.874t.357-.874t.874-.357t.874.357t.357.874t-.357.874t-.874.357t-.874-.357M12 7.231q-.517 0-.874-.357T10.769 6q0-.529.363-.88t.866-.35q-.011.057-.014.112T11.98 5q0 .564.066 1.109q.067.545.232 1.08q-.073.03-.137.036T12 7.231m3.915.855Q14.75 6.92 14.75 5.25t1.165-2.835T18.75 1.25t2.836 1.165T22.75 5.25t-1.164 2.836T18.75 9.25t-2.835-1.164m1.211 10.788q-.357-.357-.357-.874t.357-.874t.874-.357t.874.357t.357.874t-.357.874t-.874.357t-.874-.357M18 13.231q-.517 0-.874-.357T16.769 12q0-.079.006-.142t.037-.137q.534.165 1.08.232q.545.066 1.108.066q.064 0 .118-.003q.055-.003.113-.014q0 .504-.351.866t-.88.363m1.08-5.65q.132-.131.132-.331t-.131-.33t-.331-.132t-.33.131t-.132.331t.131.33t.331.132t.33-.131m-.714-1.716h.768v-3h-.769z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightAppsOutage(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="M5.126 18.874q-.357-.357-.357-.874t.357-.874t.874-.357t.874.357t.357.874t-.357.874t-.874.357t-.874-.357m0-6q-.357-.357-.357-.874t.357-.874t.874-.357t.874.357t.357.874t-.357.874t-.874.357t-.874-.357m0-6Q4.769 6.517 4.769 6t.357-.874T6 4.769t.874.357t.357.874t-.357.874T6 7.231t-.874-.357m6 12q-.357-.357-.357-.874t.357-.874t.874-.357t.874.357t.357.874t-.357.874t-.874.357t-.874-.357m0-6q-.357-.357-.357-.874t.357-.874t.874-.357t.874.357t.357.874t-.357.874t-.874.357t-.874-.357M12 7.231q-.517 0-.874-.357T10.769 6q0-.529.363-.88t.866-.35q-.011.057-.014.112T11.98 5q0 .564.066 1.109q.067.545.232 1.08q-.073.03-.137.036T12 7.231m3.915.855Q14.75 6.92 14.75 5.25t1.165-2.835T18.75 1.25t2.836 1.165T22.75 5.25t-1.164 2.836T18.75 9.25t-2.835-1.164m1.211 10.788q-.357-.357-.357-.874t.357-.874t.874-.357t.874.357t.357.874t-.357.874t-.874.357t-.874-.357M18 13.231q-.517 0-.874-.357T16.769 12q0-.079.006-.142t.037-.137q.534.165 1.08.232q.545.066 1.108.066q.064 0 .118-.003q.055-.003.113-.014q0 .504-.351.866t-.88.363m1.08-5.65q.132-.131.132-.331t-.131-.33t-.331-.132t-.33.131t-.132.331t.131.33t.331.132t.33-.131m-.714-1.716h.768v-3h-.769z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.126 18.874q-.357-.357-.357-.874t.357-.874t.874-.357t.874.357t.357.874t-.357.874t-.874.357t-.874-.357m0-6q-.357-.357-.357-.874t.357-.874t.874-.357t.874.357t.357.874t-.357.874t-.874.357t-.874-.357m0-6Q4.769 6.517 4.769 6t.357-.874T6 4.769t.874.357t.357.874t-.357.874T6 7.231t-.874-.357m6 12q-.357-.357-.357-.874t.357-.874t.874-.357t.874.357t.357.874t-.357.874t-.874.357t-.874-.357m0-6q-.357-.357-.357-.874t.357-.874t.874-.357t.874.357t.357.874t-.357.874t-.874.357t-.874-.357M12 7.231q-.517 0-.874-.357T10.769 6q0-.529.363-.88t.866-.35q-.011.057-.014.112T11.98 5q0 .564.066 1.109q.067.545.232 1.08q-.073.03-.137.036T12 7.231m3.915.855Q14.75 6.92 14.75 5.25t1.165-2.835T18.75 1.25t2.836 1.165T22.75 5.25t-1.164 2.836T18.75 9.25t-2.835-1.164m1.211 10.788q-.357-.357-.357-.874t.357-.874t.874-.357t.874.357t.357.874t-.357.874t-.874.357t-.874-.357M18 13.231q-.517 0-.874-.357T16.769 12q0-.079.006-.142t.037-.137q.534.165 1.08.232q.545.066 1.108.066q.064 0 .118-.003q.055-.003.113-.014q0 .504-.351.866t-.88.363m1.08-5.65q.132-.131.132-.331t-.131-.33t-.331-.132t-.33.131t-.132.331t.131.33t.331.132t.33-.131m-.714-1.716h.768v-3h-.769z"/></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%22M5.126%2018.874q-.357-.357-.357-.874t.357-.874t.874-.357t.874.357t.357.874t-.357.874t-.874.357t-.874-.357m0-6q-.357-.357-.357-.874t.357-.874t.874-.357t.874.357t.357.874t-.357.874t-.874.357t-.874-.357m0-6Q4.769%206.517%204.769%206t.357-.874T6%204.769t.874.357t.357.874t-.357.874T6%207.231t-.874-.357m6%2012q-.357-.357-.357-.874t.357-.874t.874-.357t.874.357t.357.874t-.357.874t-.874.357t-.874-.357m0-6q-.357-.357-.357-.874t.357-.874t.874-.357t.874.357t.357.874t-.357.874t-.874.357t-.874-.357M12%207.231q-.517%200-.874-.357T10.769%206q0-.529.363-.88t.866-.35q-.011.057-.014.112T11.98%205q0%20.564.066%201.109q.067.545.232%201.08q-.073.03-.137.036T12%207.231m3.915.855Q14.75%206.92%2014.75%205.25t1.165-2.835T18.75%201.25t2.836%201.165T22.75%205.25t-1.164%202.836T18.75%209.25t-2.835-1.164m1.211%2010.788q-.357-.357-.357-.874t.357-.874t.874-.357t.874.357t.357.874t-.357.874t-.874.357t-.874-.357M18%2013.231q-.517%200-.874-.357T16.769%2012q0-.079.006-.142t.037-.137q.534.165%201.08.232q.545.066%201.108.066q.064%200%20.118-.003q.055-.003.113-.014q0%20.504-.351.866t-.88.363m1.08-5.65q.132-.131.132-.331t-.131-.33t-.331-.132t-.33.131t-.132.331t.131.33t.331.132t.33-.131m-.714-1.716h.768v-3h-.769z%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%22M5.126%2018.874q-.357-.357-.357-.874t.357-.874t.874-.357t.874.357t.357.874t-.357.874t-.874.357t-.874-.357m0-6q-.357-.357-.357-.874t.357-.874t.874-.357t.874.357t.357.874t-.357.874t-.874.357t-.874-.357m0-6Q4.769%206.517%204.769%206t.357-.874T6%204.769t.874.357t.357.874t-.357.874T6%207.231t-.874-.357m6%2012q-.357-.357-.357-.874t.357-.874t.874-.357t.874.357t.357.874t-.357.874t-.874.357t-.874-.357m0-6q-.357-.357-.357-.874t.357-.874t.874-.357t.874.357t.357.874t-.357.874t-.874.357t-.874-.357M12%207.231q-.517%200-.874-.357T10.769%206q0-.529.363-.88t.866-.35q-.011.057-.014.112T11.98%205q0%20.564.066%201.109q.067.545.232%201.08q-.073.03-.137.036T12%207.231m3.915.855Q14.75%206.92%2014.75%205.25t1.165-2.835T18.75%201.25t2.836%201.165T22.75%205.25t-1.164%202.836T18.75%209.25t-2.835-1.164m1.211%2010.788q-.357-.357-.357-.874t.357-.874t.874-.357t.874.357t.357.874t-.357.874t-.874.357t-.874-.357M18%2013.231q-.517%200-.874-.357T16.769%2012q0-.079.006-.142t.037-.137q.534.165%201.08.232q.545.066%201.108.066q.064%200%20.118-.003q.055-.003.113-.014q0%20.504-.351.866t-.88.363m1.08-5.65q.132-.131.132-.331t-.131-.33t-.331-.132t-.33.131t-.132.331t.131.33t.331.132t.33-.131m-.714-1.716h.768v-3h-.769z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/apps-outage.svg?color=%231a73e8&size=48