mirroring screen icon

mirroring-screen from Reicon by REICON · Outline · Newicons · MIT Free for personal and commercial use.

Name
mirroring-screen
Set
Reicon
Style
Outline
Category
Newicons
Viewbox
24×24
License
MIT

1 other variant in Reicon

The same icon in other sets

More newicons icons from Reicon

Use the mirroring screen icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M2 9V8c0-3 2-5 5-5h10c3 0 5 2 5 5v8c0 3-2 5-5 5h-1"/><path d="M3.69 11.71c4.62.59 8.01 3.99 8.61 8.61m-9.68-5.25c3.39.43 5.88 2.93 6.32 6.32m-6.96-2.53c1.69.22 2.94 1.46 3.16 3.16"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconMirroringScreen(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"><path d="M2 9V8c0-3 2-5 5-5h10c3 0 5 2 5 5v8c0 3-2 5-5 5h-1"/><path d="M3.69 11.71c4.62.59 8.01 3.99 8.61 8.61m-9.68-5.25c3.39.43 5.88 2.93 6.32 6.32m-6.96-2.53c1.69.22 2.94 1.46 3.16 3.16"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M2 9V8c0-3 2-5 5-5h10c3 0 5 2 5 5v8c0 3-2 5-5 5h-1"/><path d="M3.69 11.71c4.62.59 8.01 3.99 8.61 8.61m-9.68-5.25c3.39.43 5.88 2.93 6.32 6.32m-6.96-2.53c1.69.22 2.94 1.46 3.16 3.16"/></g></svg>
</template>

CSS

.icon-mirroring-screen {
  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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M2%209V8c0-3%202-5%205-5h10c3%200%205%202%205%205v8c0%203-2%205-5%205h-1%22%2F%3E%3Cpath%20d%3D%22M3.69%2011.71c4.62.59%208.01%203.99%208.61%208.61m-9.68-5.25c3.39.43%205.88%202.93%206.32%206.32m-6.96-2.53c1.69.22%202.94%201.46%203.16%203.16%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M2%209V8c0-3%202-5%205-5h10c3%200%205%202%205%205v8c0%203-2%205-5%205h-1%22%2F%3E%3Cpath%20d%3D%22M3.69%2011.71c4.62.59%208.01%203.99%208.61%208.61m-9.68-5.25c3.39.43%205.88%202.93%206.32%206.32m-6.96-2.53c1.69.22%202.94%201.46%203.16%203.16%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/mirroring-screen.svg?color=%231a73e8&size=48