screencast icon
screencast-duotone from Reicon by REICON · Duotone · IT · MIT Free for personal and commercial use.
- Name
- screencast-duotone
- Set
- Reicon
- Style
- Duotone
- Category
- IT
- Viewbox
- 24×24
- License
- MIT
2 other variants in Reicon
The same icon in other sets
All screencast icons →More it icons from Reicon
Use the screencast icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M14 4h-4C6.229 4 4.343 4 3.172 5.172S2 8.229 2 12s0 5.657 1.172 6.828S6.229 20 10 20h4c3.771 0 5.657 0 6.828-1.172S22 15.771 22 12s0-5.657-1.172-6.828S17.771 4 14 4" opacity=".5"/><path d="M2.75 9.5a.75.75 0 0 0 0 1.5A8.25 8.25 0 0 1 11 19.25a.75.75 0 0 0 1.5 0A9.75 9.75 0 0 0 2.75 9.5"/><path d="M2.75 12.5a.75.75 0 0 0 0 1.5C5.65 14 8 16.35 8 19.25a.75.75 0 0 0 1.5 0a6.75 6.75 0 0 0-6.75-6.75"/><path d="M2.75 15.5a.75.75 0 0 0 0 1.5A2.25 2.25 0 0 1 5 19.25a.75.75 0 0 0 1.5 0a3.75 3.75 0 0 0-3.75-3.75"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconScreencastDuotone(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M14 4h-4C6.229 4 4.343 4 3.172 5.172S2 8.229 2 12s0 5.657 1.172 6.828S6.229 20 10 20h4c3.771 0 5.657 0 6.828-1.172S22 15.771 22 12s0-5.657-1.172-6.828S17.771 4 14 4" opacity=".5"/><path d="M2.75 9.5a.75.75 0 0 0 0 1.5A8.25 8.25 0 0 1 11 19.25a.75.75 0 0 0 1.5 0A9.75 9.75 0 0 0 2.75 9.5"/><path d="M2.75 12.5a.75.75 0 0 0 0 1.5C5.65 14 8 16.35 8 19.25a.75.75 0 0 0 1.5 0a6.75 6.75 0 0 0-6.75-6.75"/><path d="M2.75 15.5a.75.75 0 0 0 0 1.5A2.25 2.25 0 0 1 5 19.25a.75.75 0 0 0 1.5 0a3.75 3.75 0 0 0-3.75-3.75"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M14 4h-4C6.229 4 4.343 4 3.172 5.172S2 8.229 2 12s0 5.657 1.172 6.828S6.229 20 10 20h4c3.771 0 5.657 0 6.828-1.172S22 15.771 22 12s0-5.657-1.172-6.828S17.771 4 14 4" opacity=".5"/><path d="M2.75 9.5a.75.75 0 0 0 0 1.5A8.25 8.25 0 0 1 11 19.25a.75.75 0 0 0 1.5 0A9.75 9.75 0 0 0 2.75 9.5"/><path d="M2.75 12.5a.75.75 0 0 0 0 1.5C5.65 14 8 16.35 8 19.25a.75.75 0 0 0 1.5 0a6.75 6.75 0 0 0-6.75-6.75"/><path d="M2.75 15.5a.75.75 0 0 0 0 1.5A2.25 2.25 0 0 1 5 19.25a.75.75 0 0 0 1.5 0a3.75 3.75 0 0 0-3.75-3.75"/></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%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M14%204h-4C6.229%204%204.343%204%203.172%205.172S2%208.229%202%2012s0%205.657%201.172%206.828S6.229%2020%2010%2020h4c3.771%200%205.657%200%206.828-1.172S22%2015.771%2022%2012s0-5.657-1.172-6.828S17.771%204%2014%204%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M2.75%209.5a.75.75%200%200%200%200%201.5A8.25%208.25%200%200%201%2011%2019.25a.75.75%200%200%200%201.5%200A9.75%209.75%200%200%200%202.75%209.5%22%2F%3E%3Cpath%20d%3D%22M2.75%2012.5a.75.75%200%200%200%200%201.5C5.65%2014%208%2016.35%208%2019.25a.75.75%200%200%200%201.5%200a6.75%206.75%200%200%200-6.75-6.75%22%2F%3E%3Cpath%20d%3D%22M2.75%2015.5a.75.75%200%200%200%200%201.5A2.25%202.25%200%200%201%205%2019.25a.75.75%200%200%200%201.5%200a3.75%203.75%200%200%200-3.75-3.75%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%22currentColor%22%3E%3Cpath%20d%3D%22M14%204h-4C6.229%204%204.343%204%203.172%205.172S2%208.229%202%2012s0%205.657%201.172%206.828S6.229%2020%2010%2020h4c3.771%200%205.657%200%206.828-1.172S22%2015.771%2022%2012s0-5.657-1.172-6.828S17.771%204%2014%204%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M2.75%209.5a.75.75%200%200%200%200%201.5A8.25%208.25%200%200%201%2011%2019.25a.75.75%200%200%200%201.5%200A9.75%209.75%200%200%200%202.75%209.5%22%2F%3E%3Cpath%20d%3D%22M2.75%2012.5a.75.75%200%200%200%200%201.5C5.65%2014%208%2016.35%208%2019.25a.75.75%200%200%200%201.5%200a6.75%206.75%200%200%200-6.75-6.75%22%2F%3E%3Cpath%20d%3D%22M2.75%2015.5a.75.75%200%200%200%200%201.5A2.25%202.25%200%200%201%205%2019.25a.75.75%200%200%200%201.5%200a3.75%203.75%200%200%200-3.75-3.75%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/screencast-duotone.svg?color=%231a73e8&size=48