round apps outage icon

round-apps-outage from Google Material Icons by Material Design Authors · Baseline · Navigation · Apache-2.0 Free for personal and commercial use.

Name
round-apps-outage
Set
Google Material Icons
Style
Baseline
Category
Navigation
Viewbox
24×24
License
Apache 2.0

More navigation icons from Google Material Icons

Use the round 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="M6 8c1.1 0 2-.9 2-2s-.9-2-2-2s-2 .9-2 2s.9 2 2 2m6 12c1.1 0 2-.9 2-2s-.9-2-2-2s-2 .9-2 2s.9 2 2 2m-6 0c1.1 0 2-.9 2-2s-.9-2-2-2s-2 .9-2 2s.9 2 2 2m0-6c1.1 0 2-.9 2-2s-.9-2-2-2s-2 .9-2 2s.9 2 2 2m6 0c1.1 0 2-.9 2-2s-.9-2-2-2s-2 .9-2 2s.9 2 2 2m.07-10H12c-1.1 0-2 .9-2 2s.9 2 2 2c.22 0 .43-.04.63-.1A6.9 6.9 0 0 1 12 5c0-.34.02-.67.07-1M19 12a6.9 6.9 0 0 1-2.9-.63c-.06.2-.1.41-.1.63c0 1.1.9 2 2 2s2-.9 2-2v-.07c-.33.05-.66.07-1 .07m-1 8c1.1 0 2-.9 2-2s-.9-2-2-2s-2 .9-2 2s.9 2 2 2m1-20c-2.76 0-5 2.24-5 5s2.24 5 5 5s5-2.24 5-5s-2.24-5-5-5m.5 7.5c0 .28-.22.5-.5.5c-.27 0-.5-.22-.5-.5s.22-.5.5-.5s.5.22.5.5M19 6c-.28 0-.5-.22-.5-.5v-3c0-.28.22-.5.5-.5s.5.22.5.5v3c0 .28-.22.5-.5.5"/></svg>

React

import type { SVGProps } from "react";

export function IcRoundAppsOutage(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="M6 8c1.1 0 2-.9 2-2s-.9-2-2-2s-2 .9-2 2s.9 2 2 2m6 12c1.1 0 2-.9 2-2s-.9-2-2-2s-2 .9-2 2s.9 2 2 2m-6 0c1.1 0 2-.9 2-2s-.9-2-2-2s-2 .9-2 2s.9 2 2 2m0-6c1.1 0 2-.9 2-2s-.9-2-2-2s-2 .9-2 2s.9 2 2 2m6 0c1.1 0 2-.9 2-2s-.9-2-2-2s-2 .9-2 2s.9 2 2 2m.07-10H12c-1.1 0-2 .9-2 2s.9 2 2 2c.22 0 .43-.04.63-.1A6.9 6.9 0 0 1 12 5c0-.34.02-.67.07-1M19 12a6.9 6.9 0 0 1-2.9-.63c-.06.2-.1.41-.1.63c0 1.1.9 2 2 2s2-.9 2-2v-.07c-.33.05-.66.07-1 .07m-1 8c1.1 0 2-.9 2-2s-.9-2-2-2s-2 .9-2 2s.9 2 2 2m1-20c-2.76 0-5 2.24-5 5s2.24 5 5 5s5-2.24 5-5s-2.24-5-5-5m.5 7.5c0 .28-.22.5-.5.5c-.27 0-.5-.22-.5-.5s.22-.5.5-.5s.5.22.5.5M19 6c-.28 0-.5-.22-.5-.5v-3c0-.28.22-.5.5-.5s.5.22.5.5v3c0 .28-.22.5-.5.5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6 8c1.1 0 2-.9 2-2s-.9-2-2-2s-2 .9-2 2s.9 2 2 2m6 12c1.1 0 2-.9 2-2s-.9-2-2-2s-2 .9-2 2s.9 2 2 2m-6 0c1.1 0 2-.9 2-2s-.9-2-2-2s-2 .9-2 2s.9 2 2 2m0-6c1.1 0 2-.9 2-2s-.9-2-2-2s-2 .9-2 2s.9 2 2 2m6 0c1.1 0 2-.9 2-2s-.9-2-2-2s-2 .9-2 2s.9 2 2 2m.07-10H12c-1.1 0-2 .9-2 2s.9 2 2 2c.22 0 .43-.04.63-.1A6.9 6.9 0 0 1 12 5c0-.34.02-.67.07-1M19 12a6.9 6.9 0 0 1-2.9-.63c-.06.2-.1.41-.1.63c0 1.1.9 2 2 2s2-.9 2-2v-.07c-.33.05-.66.07-1 .07m-1 8c1.1 0 2-.9 2-2s-.9-2-2-2s-2 .9-2 2s.9 2 2 2m1-20c-2.76 0-5 2.24-5 5s2.24 5 5 5s5-2.24 5-5s-2.24-5-5-5m.5 7.5c0 .28-.22.5-.5.5c-.27 0-.5-.22-.5-.5s.22-.5.5-.5s.5.22.5.5M19 6c-.28 0-.5-.22-.5-.5v-3c0-.28.22-.5.5-.5s.5.22.5.5v3c0 .28-.22.5-.5.5"/></svg>
</template>

CSS

.icon-round-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%22M6%208c1.1%200%202-.9%202-2s-.9-2-2-2s-2%20.9-2%202s.9%202%202%202m6%2012c1.1%200%202-.9%202-2s-.9-2-2-2s-2%20.9-2%202s.9%202%202%202m-6%200c1.1%200%202-.9%202-2s-.9-2-2-2s-2%20.9-2%202s.9%202%202%202m0-6c1.1%200%202-.9%202-2s-.9-2-2-2s-2%20.9-2%202s.9%202%202%202m6%200c1.1%200%202-.9%202-2s-.9-2-2-2s-2%20.9-2%202s.9%202%202%202m.07-10H12c-1.1%200-2%20.9-2%202s.9%202%202%202c.22%200%20.43-.04.63-.1A6.9%206.9%200%200%201%2012%205c0-.34.02-.67.07-1M19%2012a6.9%206.9%200%200%201-2.9-.63c-.06.2-.1.41-.1.63c0%201.1.9%202%202%202s2-.9%202-2v-.07c-.33.05-.66.07-1%20.07m-1%208c1.1%200%202-.9%202-2s-.9-2-2-2s-2%20.9-2%202s.9%202%202%202m1-20c-2.76%200-5%202.24-5%205s2.24%205%205%205s5-2.24%205-5s-2.24-5-5-5m.5%207.5c0%20.28-.22.5-.5.5c-.27%200-.5-.22-.5-.5s.22-.5.5-.5s.5.22.5.5M19%206c-.28%200-.5-.22-.5-.5v-3c0-.28.22-.5.5-.5s.5.22.5.5v3c0%20.28-.22.5-.5.5%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%22M6%208c1.1%200%202-.9%202-2s-.9-2-2-2s-2%20.9-2%202s.9%202%202%202m6%2012c1.1%200%202-.9%202-2s-.9-2-2-2s-2%20.9-2%202s.9%202%202%202m-6%200c1.1%200%202-.9%202-2s-.9-2-2-2s-2%20.9-2%202s.9%202%202%202m0-6c1.1%200%202-.9%202-2s-.9-2-2-2s-2%20.9-2%202s.9%202%202%202m6%200c1.1%200%202-.9%202-2s-.9-2-2-2s-2%20.9-2%202s.9%202%202%202m.07-10H12c-1.1%200-2%20.9-2%202s.9%202%202%202c.22%200%20.43-.04.63-.1A6.9%206.9%200%200%201%2012%205c0-.34.02-.67.07-1M19%2012a6.9%206.9%200%200%201-2.9-.63c-.06.2-.1.41-.1.63c0%201.1.9%202%202%202s2-.9%202-2v-.07c-.33.05-.66.07-1%20.07m-1%208c1.1%200%202-.9%202-2s-.9-2-2-2s-2%20.9-2%202s.9%202%202%202m1-20c-2.76%200-5%202.24-5%205s2.24%205%205%205s5-2.24%205-5s-2.24-5-5-5m.5%207.5c0%20.28-.22.5-.5.5c-.27%200-.5-.22-.5-.5s.22-.5.5-.5s.5.22.5.5M19%206c-.28%200-.5-.22-.5-.5v-3c0-.28.22-.5.5-.5s.5.22.5.5v3c0%20.28-.22.5-.5.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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