dual screen closed alert icon

dual-screen-closed-alert-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.

Name
dual-screen-closed-alert-24-regular
Set
Fluent UI System Icons
Style
24 Regular
Viewbox
24×24
License
MIT

3 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the dual screen closed alert icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.499 2h.002A4.01 4.01 0 0 1 20.5 5.999v2.52l1.384 1.66A.5.5 0 0 1 21.5 11h-10a.5.5 0 0 1-.384-.82L12.5 8.519v-2.52A4.01 4.01 0 0 1 16.499 2M5.75 5h5.853a5 5 0 0 0-.103.996V6.5h-5v13h8.25a.75.75 0 0 0 .75-.75v-4.92a3 3 0 0 0 1.5.129v4.791A2.25 2.25 0 0 1 14.75 21h-9a.75.75 0 0 1-.75-.75V5.75A.75.75 0 0 1 5.75 5m9.754 7.732a2 2 0 0 1-.727-.732h3.446a1.984 1.984 0 0 1-2.719.732"/></svg>

React

import type { SVGProps } from "react";

export function FluentDualScreenClosedAlert24Regular(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="M16.499 2h.002A4.01 4.01 0 0 1 20.5 5.999v2.52l1.384 1.66A.5.5 0 0 1 21.5 11h-10a.5.5 0 0 1-.384-.82L12.5 8.519v-2.52A4.01 4.01 0 0 1 16.499 2M5.75 5h5.853a5 5 0 0 0-.103.996V6.5h-5v13h8.25a.75.75 0 0 0 .75-.75v-4.92a3 3 0 0 0 1.5.129v4.791A2.25 2.25 0 0 1 14.75 21h-9a.75.75 0 0 1-.75-.75V5.75A.75.75 0 0 1 5.75 5m9.754 7.732a2 2 0 0 1-.727-.732h3.446a1.984 1.984 0 0 1-2.719.732"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.499 2h.002A4.01 4.01 0 0 1 20.5 5.999v2.52l1.384 1.66A.5.5 0 0 1 21.5 11h-10a.5.5 0 0 1-.384-.82L12.5 8.519v-2.52A4.01 4.01 0 0 1 16.499 2M5.75 5h5.853a5 5 0 0 0-.103.996V6.5h-5v13h8.25a.75.75 0 0 0 .75-.75v-4.92a3 3 0 0 0 1.5.129v4.791A2.25 2.25 0 0 1 14.75 21h-9a.75.75 0 0 1-.75-.75V5.75A.75.75 0 0 1 5.75 5m9.754 7.732a2 2 0 0 1-.727-.732h3.446a1.984 1.984 0 0 1-2.719.732"/></svg>
</template>

CSS

.icon-dual-screen-closed-alert-24-regular {
  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%22M16.499%202h.002A4.01%204.01%200%200%201%2020.5%205.999v2.52l1.384%201.66A.5.5%200%200%201%2021.5%2011h-10a.5.5%200%200%201-.384-.82L12.5%208.519v-2.52A4.01%204.01%200%200%201%2016.499%202M5.75%205h5.853a5%205%200%200%200-.103.996V6.5h-5v13h8.25a.75.75%200%200%200%20.75-.75v-4.92a3%203%200%200%200%201.5.129v4.791A2.25%202.25%200%200%201%2014.75%2021h-9a.75.75%200%200%201-.75-.75V5.75A.75.75%200%200%201%205.75%205m9.754%207.732a2%202%200%200%201-.727-.732h3.446a1.984%201.984%200%200%201-2.719.732%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%22M16.499%202h.002A4.01%204.01%200%200%201%2020.5%205.999v2.52l1.384%201.66A.5.5%200%200%201%2021.5%2011h-10a.5.5%200%200%201-.384-.82L12.5%208.519v-2.52A4.01%204.01%200%200%201%2016.499%202M5.75%205h5.853a5%205%200%200%200-.103.996V6.5h-5v13h8.25a.75.75%200%200%200%20.75-.75v-4.92a3%203%200%200%200%201.5.129v4.791A2.25%202.25%200%200%201%2014.75%2021h-9a.75.75%200%200%201-.75-.75V5.75A.75.75%200%200%201%205.75%205m9.754%207.732a2%202%200%200%201-.727-.732h3.446a1.984%201.984%200%200%201-2.719.732%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/dual-screen-closed-alert-24-regular.svg?color=%231a73e8&size=48