mirroring screen icon

mirroring-screen from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
mirroring-screen
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

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-width="1.5"><path d="M4 21a2 2 0 0 0-2-2m6 2a6 6 0 0 0-6-6m10 6c0-5.523-4.477-10-10-10"/><path d="M3 8c.078-1.872.329-3.02 1.139-3.828C5.312 3 7.202 3 10.979 3h3.006c3.778 0 5.668 0 6.841 1.172S22 7.229 22 11v1c0 3.772 0 5.658-1.174 6.83c-1.065 1.062-2.719 1.16-5.839 1.17"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsMirroringScreen(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" strokeWidth="1.5"><path d="M4 21a2 2 0 0 0-2-2m6 2a6 6 0 0 0-6-6m10 6c0-5.523-4.477-10-10-10"/><path d="M3 8c.078-1.872.329-3.02 1.139-3.828C5.312 3 7.202 3 10.979 3h3.006c3.778 0 5.668 0 6.841 1.172S22 7.229 22 11v1c0 3.772 0 5.658-1.174 6.83c-1.065 1.062-2.719 1.16-5.839 1.17"/></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-width="1.5"><path d="M4 21a2 2 0 0 0-2-2m6 2a6 6 0 0 0-6-6m10 6c0-5.523-4.477-10-10-10"/><path d="M3 8c.078-1.872.329-3.02 1.139-3.828C5.312 3 7.202 3 10.979 3h3.006c3.778 0 5.668 0 6.841 1.172S22 7.229 22 11v1c0 3.772 0 5.658-1.174 6.83c-1.065 1.062-2.719 1.16-5.839 1.17"/></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-width%3D%221.5%22%3E%3Cpath%20d%3D%22M4%2021a2%202%200%200%200-2-2m6%202a6%206%200%200%200-6-6m10%206c0-5.523-4.477-10-10-10%22%2F%3E%3Cpath%20d%3D%22M3%208c.078-1.872.329-3.02%201.139-3.828C5.312%203%207.202%203%2010.979%203h3.006c3.778%200%205.668%200%206.841%201.172S22%207.229%2022%2011v1c0%203.772%200%205.658-1.174%206.83c-1.065%201.062-2.719%201.16-5.839%201.17%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-width%3D%221.5%22%3E%3Cpath%20d%3D%22M4%2021a2%202%200%200%200-2-2m6%202a6%206%200%200%200-6-6m10%206c0-5.523-4.477-10-10-10%22%2F%3E%3Cpath%20d%3D%22M3%208c.078-1.872.329-3.02%201.139-3.828C5.312%203%207.202%203%2010.979%203h3.006c3.778%200%205.668%200%206.841%201.172S22%207.229%2022%2011v1c0%203.772%200%205.658-1.174%206.83c-1.065%201.062-2.719%201.16-5.839%201.17%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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