dual screen icon
dual-screen-filled from Tabler Icons by Paweł Kuna · Filled · MIT Free for personal and commercial use.
- Name
- dual-screen-filled
- Set
- Tabler Icons
- Style
- Filled
- Viewbox
- 24×24
- License
- MIT
1 other variant in Tabler Icons
The same icon in other sets
Use the dual screen icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19 3a1 1 0 0 1 1 1v15a1 1 0 0 1-1 1h-5v2a1 1 0 0 1-1.351.936l-8-3A1 1 0 0 1 4 19V4a1 1 0 0 1 .212-.616l.068-.079l.078-.072l.066-.05l.092-.058l.065-.033l.1-.04l.099-.028l.046-.01l.108-.013L5 3zm-5.649 3.064A1 1 0 0 1 14 7v11h4V5h-7.486z"/></svg>
React
import type { SVGProps } from "react";
export function TablerDualScreenFilled(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="M19 3a1 1 0 0 1 1 1v15a1 1 0 0 1-1 1h-5v2a1 1 0 0 1-1.351.936l-8-3A1 1 0 0 1 4 19V4a1 1 0 0 1 .212-.616l.068-.079l.078-.072l.066-.05l.092-.058l.065-.033l.1-.04l.099-.028l.046-.01l.108-.013L5 3zm-5.649 3.064A1 1 0 0 1 14 7v11h4V5h-7.486z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19 3a1 1 0 0 1 1 1v15a1 1 0 0 1-1 1h-5v2a1 1 0 0 1-1.351.936l-8-3A1 1 0 0 1 4 19V4a1 1 0 0 1 .212-.616l.068-.079l.078-.072l.066-.05l.092-.058l.065-.033l.1-.04l.099-.028l.046-.01l.108-.013L5 3zm-5.649 3.064A1 1 0 0 1 14 7v11h4V5h-7.486z"/></svg> </template>
CSS
.icon-dual-screen-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%22M19%203a1%201%200%200%201%201%201v15a1%201%200%200%201-1%201h-5v2a1%201%200%200%201-1.351.936l-8-3A1%201%200%200%201%204%2019V4a1%201%200%200%201%20.212-.616l.068-.079l.078-.072l.066-.05l.092-.058l.065-.033l.1-.04l.099-.028l.046-.01l.108-.013L5%203zm-5.649%203.064A1%201%200%200%201%2014%207v11h4V5h-7.486z%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%22M19%203a1%201%200%200%201%201%201v15a1%201%200%200%201-1%201h-5v2a1%201%200%200%201-1.351.936l-8-3A1%201%200%200%201%204%2019V4a1%201%200%200%201%20.212-.616l.068-.079l.078-.072l.066-.05l.092-.058l.065-.033l.1-.04l.099-.028l.046-.01l.108-.013L5%203zm-5.649%203.064A1%201%200%200%201%2014%207v11h4V5h-7.486z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/tabler/dual-screen-filled.svg?color=%231a73e8&size=48