screen mirroring icon
screen-mirroring-filled from TDesign Icons by TDesign · Filled · MIT Free for personal and commercial use.
- Name
- screen-mirroring-filled
- Set
- TDesign Icons
- Style
- Filled
- Viewbox
- 24×24
- License
- MIT
1 other variant in TDesign Icons
Related icons in TDesign Icons
Use the screen mirroring icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.914 22H8.086L12 18.086zM10.5 8h-2v1h2z"/><path fill="currentColor" d="M23 19.999L16.535 20L12 15.464L7.465 20H1V2.999h22zM8 6c-.678 0-1.5.5-1.5 1.429V14h2v-3h2v3h2V7.429C12.5 6.5 11.678 6 11 6zm5.5 0v2h1v4h-1v2h4v-2h-1V8h1V6z"/></svg>
React
import type { SVGProps } from "react";
export function TdesignScreenMirroringFilled(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="M15.914 22H8.086L12 18.086zM10.5 8h-2v1h2z"/><path fill="currentColor" d="M23 19.999L16.535 20L12 15.464L7.465 20H1V2.999h22zM8 6c-.678 0-1.5.5-1.5 1.429V14h2v-3h2v3h2V7.429C12.5 6.5 11.678 6 11 6zm5.5 0v2h1v4h-1v2h4v-2h-1V8h1V6z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.914 22H8.086L12 18.086zM10.5 8h-2v1h2z"/><path fill="currentColor" d="M23 19.999L16.535 20L12 15.464L7.465 20H1V2.999h22zM8 6c-.678 0-1.5.5-1.5 1.429V14h2v-3h2v3h2V7.429C12.5 6.5 11.678 6 11 6zm5.5 0v2h1v4h-1v2h4v-2h-1V8h1V6z"/></svg> </template>
CSS
.icon-screen-mirroring-filled {
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%22M15.914%2022H8.086L12%2018.086zM10.5%208h-2v1h2z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M23%2019.999L16.535%2020L12%2015.464L7.465%2020H1V2.999h22zM8%206c-.678%200-1.5.5-1.5%201.429V14h2v-3h2v3h2V7.429C12.5%206.5%2011.678%206%2011%206zm5.5%200v2h1v4h-1v2h4v-2h-1V8h1V6z%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%22M15.914%2022H8.086L12%2018.086zM10.5%208h-2v1h2z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M23%2019.999L16.535%2020L12%2015.464L7.465%2020H1V2.999h22zM8%206c-.678%200-1.5.5-1.5%201.429V14h2v-3h2v3h2V7.429C12.5%206.5%2011.678%206%2011%206zm5.5%200v2h1v4h-1v2h4v-2h-1V8h1V6z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/tdesign/screen-mirroring-filled.svg?color=%231a73e8&size=48