screencast icon
screencast-duotone from Phosphor by Phosphor Icons · Duotone · MIT Free for personal and commercial use.
- Name
- screencast-duotone
- Set
- Phosphor
- Style
- Duotone
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
The same icon in other sets
Use the screencast icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="M224 56v144a8 8 0 0 1-8 8H48a16 16 0 0 0-16-16V56a8 8 0 0 1 8-8h176a8 8 0 0 1 8 8" opacity=".2"/><path d="M232 56v144a16 16 0 0 1-16 16h-72a8 8 0 0 1 0-16h72V56H40v40a8 8 0 0 1-16 0V56a16 16 0 0 1 16-16h176a16 16 0 0 1 16 16M32 184a8 8 0 0 0 0 16a8 8 0 0 1 8 8a8 8 0 0 0 16 0a24 24 0 0 0-24-24m0-32a8 8 0 0 0 0 16a40 40 0 0 1 40 40a8 8 0 0 0 16 0a56.06 56.06 0 0 0-56-56m0-32a8 8 0 0 0 0 16a72.08 72.08 0 0 1 72 72a8 8 0 0 0 16 0a88.1 88.1 0 0 0-88-88"/></g></svg>
React
import type { SVGProps } from "react";
export function PhScreencastDuotone(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="M224 56v144a8 8 0 0 1-8 8H48a16 16 0 0 0-16-16V56a8 8 0 0 1 8-8h176a8 8 0 0 1 8 8" opacity=".2"/><path d="M232 56v144a16 16 0 0 1-16 16h-72a8 8 0 0 1 0-16h72V56H40v40a8 8 0 0 1-16 0V56a16 16 0 0 1 16-16h176a16 16 0 0 1 16 16M32 184a8 8 0 0 0 0 16a8 8 0 0 1 8 8a8 8 0 0 0 16 0a24 24 0 0 0-24-24m0-32a8 8 0 0 0 0 16a40 40 0 0 1 40 40a8 8 0 0 0 16 0a56.06 56.06 0 0 0-56-56m0-32a8 8 0 0 0 0 16a72.08 72.08 0 0 1 72 72a8 8 0 0 0 16 0a88.1 88.1 0 0 0-88-88"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="M224 56v144a8 8 0 0 1-8 8H48a16 16 0 0 0-16-16V56a8 8 0 0 1 8-8h176a8 8 0 0 1 8 8" opacity=".2"/><path d="M232 56v144a16 16 0 0 1-16 16h-72a8 8 0 0 1 0-16h72V56H40v40a8 8 0 0 1-16 0V56a16 16 0 0 1 16-16h176a16 16 0 0 1 16 16M32 184a8 8 0 0 0 0 16a8 8 0 0 1 8 8a8 8 0 0 0 16 0a24 24 0 0 0-24-24m0-32a8 8 0 0 0 0 16a40 40 0 0 1 40 40a8 8 0 0 0 16 0a56.06 56.06 0 0 0-56-56m0-32a8 8 0 0 0 0 16a72.08 72.08 0 0 1 72 72a8 8 0 0 0 16 0a88.1 88.1 0 0 0-88-88"/></g></svg> </template>
CSS
.icon-screencast-duotone {
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%20256%20256%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M224%2056v144a8%208%200%200%201-8%208H48a16%2016%200%200%200-16-16V56a8%208%200%200%201%208-8h176a8%208%200%200%201%208%208%22%20opacity%3D%22.2%22%2F%3E%3Cpath%20d%3D%22M232%2056v144a16%2016%200%200%201-16%2016h-72a8%208%200%200%201%200-16h72V56H40v40a8%208%200%200%201-16%200V56a16%2016%200%200%201%2016-16h176a16%2016%200%200%201%2016%2016M32%20184a8%208%200%200%200%200%2016a8%208%200%200%201%208%208a8%208%200%200%200%2016%200a24%2024%200%200%200-24-24m0-32a8%208%200%200%200%200%2016a40%2040%200%200%201%2040%2040a8%208%200%200%200%2016%200a56.06%2056.06%200%200%200-56-56m0-32a8%208%200%200%200%200%2016a72.08%2072.08%200%200%201%2072%2072a8%208%200%200%200%2016%200a88.1%2088.1%200%200%200-88-88%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%20256%20256%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M224%2056v144a8%208%200%200%201-8%208H48a16%2016%200%200%200-16-16V56a8%208%200%200%201%208-8h176a8%208%200%200%201%208%208%22%20opacity%3D%22.2%22%2F%3E%3Cpath%20d%3D%22M232%2056v144a16%2016%200%200%201-16%2016h-72a8%208%200%200%201%200-16h72V56H40v40a8%208%200%200%201-16%200V56a16%2016%200%200%201%2016-16h176a16%2016%200%200%201%2016%2016M32%20184a8%208%200%200%200%200%2016a8%208%200%200%201%208%208a8%208%200%200%200%2016%200a24%2024%200%200%200-24-24m0-32a8%208%200%200%200%200%2016a40%2040%200%200%201%2040%2040a8%208%200%200%200%2016%200a56.06%2056.06%200%200%200-56-56m0-32a8%208%200%200%200%200%2016a72.08%2072.08%200%200%201%2072%2072a8%208%200%200%200%2016%200a88.1%2088.1%200%200%200-88-88%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/screencast-duotone.svg?color=%231a73e8&size=48