screencast icon

screencast-bold-duotone from Solar by 480 Design · Bold Duotone · IT · CC-BY-4.0 Attribution required.

Name
screencast-bold-duotone
Set
Solar
Style
Bold Duotone
Category
IT
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

The same icon in other sets

More it icons from Solar

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 4H10C6.22876 4 4.34315 4 3.17157 5.17157C2 6.34315 2 8.22876 2 12C2 15.7712 2 17.6569 3.17157 18.8284C4.34315 20 6.22876 20 10 20H14C17.7712 20 19.6569 20 20.8284 18.8284C22 17.6569 22 15.7712 22 12C22 8.22876 22 6.34315 20.8284 5.17157C19.6569 4 17.7712 4 14 4Z" opacity=".5"/><path d="M2.75 9.5C2.33579 9.5 2 9.83579 2 10.25C2 10.6642 2.33579 11 2.75 11C7.30635 11 11 14.6937 11 19.25C11 19.6642 11.3358 20 11.75 20C12.1642 20 12.5 19.6642 12.5 19.25C12.5 13.8652 8.13478 9.5 2.75 9.5Z"/><path d="M2.75 12.5C2.33579 12.5 2 12.8358 2 13.25C2 13.6642 2.33579 14 2.75 14C5.6495 14 8 16.3505 8 19.25C8 19.6642 8.33579 20 8.75 20C9.16421 20 9.5 19.6642 9.5 19.25C9.5 15.5221 6.47792 12.5 2.75 12.5Z"/><path d="M2.75 15.5C2.33579 15.5 2 15.8358 2 16.25C2 16.6642 2.33579 17 2.75 17C3.99264 17 5 18.0074 5 19.25C5 19.6642 5.33579 20 5.75 20C6.16421 20 6.5 19.6642 6.5 19.25C6.5 17.1789 4.82107 15.5 2.75 15.5Z"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarScreencastBoldDuotone(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 4H10C6.22876 4 4.34315 4 3.17157 5.17157C2 6.34315 2 8.22876 2 12C2 15.7712 2 17.6569 3.17157 18.8284C4.34315 20 6.22876 20 10 20H14C17.7712 20 19.6569 20 20.8284 18.8284C22 17.6569 22 15.7712 22 12C22 8.22876 22 6.34315 20.8284 5.17157C19.6569 4 17.7712 4 14 4Z" opacity=".5"/><path d="M2.75 9.5C2.33579 9.5 2 9.83579 2 10.25C2 10.6642 2.33579 11 2.75 11C7.30635 11 11 14.6937 11 19.25C11 19.6642 11.3358 20 11.75 20C12.1642 20 12.5 19.6642 12.5 19.25C12.5 13.8652 8.13478 9.5 2.75 9.5Z"/><path d="M2.75 12.5C2.33579 12.5 2 12.8358 2 13.25C2 13.6642 2.33579 14 2.75 14C5.6495 14 8 16.3505 8 19.25C8 19.6642 8.33579 20 8.75 20C9.16421 20 9.5 19.6642 9.5 19.25C9.5 15.5221 6.47792 12.5 2.75 12.5Z"/><path d="M2.75 15.5C2.33579 15.5 2 15.8358 2 16.25C2 16.6642 2.33579 17 2.75 17C3.99264 17 5 18.0074 5 19.25C5 19.6642 5.33579 20 5.75 20C6.16421 20 6.5 19.6642 6.5 19.25C6.5 17.1789 4.82107 15.5 2.75 15.5Z"/></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 4H10C6.22876 4 4.34315 4 3.17157 5.17157C2 6.34315 2 8.22876 2 12C2 15.7712 2 17.6569 3.17157 18.8284C4.34315 20 6.22876 20 10 20H14C17.7712 20 19.6569 20 20.8284 18.8284C22 17.6569 22 15.7712 22 12C22 8.22876 22 6.34315 20.8284 5.17157C19.6569 4 17.7712 4 14 4Z" opacity=".5"/><path d="M2.75 9.5C2.33579 9.5 2 9.83579 2 10.25C2 10.6642 2.33579 11 2.75 11C7.30635 11 11 14.6937 11 19.25C11 19.6642 11.3358 20 11.75 20C12.1642 20 12.5 19.6642 12.5 19.25C12.5 13.8652 8.13478 9.5 2.75 9.5Z"/><path d="M2.75 12.5C2.33579 12.5 2 12.8358 2 13.25C2 13.6642 2.33579 14 2.75 14C5.6495 14 8 16.3505 8 19.25C8 19.6642 8.33579 20 8.75 20C9.16421 20 9.5 19.6642 9.5 19.25C9.5 15.5221 6.47792 12.5 2.75 12.5Z"/><path d="M2.75 15.5C2.33579 15.5 2 15.8358 2 16.25C2 16.6642 2.33579 17 2.75 17C3.99264 17 5 18.0074 5 19.25C5 19.6642 5.33579 20 5.75 20C6.16421 20 6.5 19.6642 6.5 19.25C6.5 17.1789 4.82107 15.5 2.75 15.5Z"/></g></svg>
</template>

CSS

.icon-screencast-bold-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%204H10C6.22876%204%204.34315%204%203.17157%205.17157C2%206.34315%202%208.22876%202%2012C2%2015.7712%202%2017.6569%203.17157%2018.8284C4.34315%2020%206.22876%2020%2010%2020H14C17.7712%2020%2019.6569%2020%2020.8284%2018.8284C22%2017.6569%2022%2015.7712%2022%2012C22%208.22876%2022%206.34315%2020.8284%205.17157C19.6569%204%2017.7712%204%2014%204Z%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M2.75%209.5C2.33579%209.5%202%209.83579%202%2010.25C2%2010.6642%202.33579%2011%202.75%2011C7.30635%2011%2011%2014.6937%2011%2019.25C11%2019.6642%2011.3358%2020%2011.75%2020C12.1642%2020%2012.5%2019.6642%2012.5%2019.25C12.5%2013.8652%208.13478%209.5%202.75%209.5Z%22%2F%3E%3Cpath%20d%3D%22M2.75%2012.5C2.33579%2012.5%202%2012.8358%202%2013.25C2%2013.6642%202.33579%2014%202.75%2014C5.6495%2014%208%2016.3505%208%2019.25C8%2019.6642%208.33579%2020%208.75%2020C9.16421%2020%209.5%2019.6642%209.5%2019.25C9.5%2015.5221%206.47792%2012.5%202.75%2012.5Z%22%2F%3E%3Cpath%20d%3D%22M2.75%2015.5C2.33579%2015.5%202%2015.8358%202%2016.25C2%2016.6642%202.33579%2017%202.75%2017C3.99264%2017%205%2018.0074%205%2019.25C5%2019.6642%205.33579%2020%205.75%2020C6.16421%2020%206.5%2019.6642%206.5%2019.25C6.5%2017.1789%204.82107%2015.5%202.75%2015.5Z%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%204H10C6.22876%204%204.34315%204%203.17157%205.17157C2%206.34315%202%208.22876%202%2012C2%2015.7712%202%2017.6569%203.17157%2018.8284C4.34315%2020%206.22876%2020%2010%2020H14C17.7712%2020%2019.6569%2020%2020.8284%2018.8284C22%2017.6569%2022%2015.7712%2022%2012C22%208.22876%2022%206.34315%2020.8284%205.17157C19.6569%204%2017.7712%204%2014%204Z%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M2.75%209.5C2.33579%209.5%202%209.83579%202%2010.25C2%2010.6642%202.33579%2011%202.75%2011C7.30635%2011%2011%2014.6937%2011%2019.25C11%2019.6642%2011.3358%2020%2011.75%2020C12.1642%2020%2012.5%2019.6642%2012.5%2019.25C12.5%2013.8652%208.13478%209.5%202.75%209.5Z%22%2F%3E%3Cpath%20d%3D%22M2.75%2012.5C2.33579%2012.5%202%2012.8358%202%2013.25C2%2013.6642%202.33579%2014%202.75%2014C5.6495%2014%208%2016.3505%208%2019.25C8%2019.6642%208.33579%2020%208.75%2020C9.16421%2020%209.5%2019.6642%209.5%2019.25C9.5%2015.5221%206.47792%2012.5%202.75%2012.5Z%22%2F%3E%3Cpath%20d%3D%22M2.75%2015.5C2.33579%2015.5%202%2015.8358%202%2016.25C2%2016.6642%202.33579%2017%202.75%2017C3.99264%2017%205%2018.0074%205%2019.25C5%2019.6642%205.33579%2020%205.75%2020C6.16421%2020%206.5%2019.6642%206.5%2019.25C6.5%2017.1789%204.82107%2015.5%202.75%2015.5Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/solar/screencast-bold-duotone.svg?color=%231a73e8&size=48