screencast icon
screencast-linear from Solar by 480 Design · Linear · IT · CC-BY-4.0 Attribution required.
- Name
- screencast-linear
- Set
- Solar
- Style
- Linear
- 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
braces-boldbrackets-boldbug-boldbug-minimalistic-boldcode-2-boldcode-boldcode-circle-boldcode-square-boldcommand-boldgit-branch-boldgit-commit-boldgit-diff-boldgit-fork-boldgit-graph-boldgit-pull-request-boldhashtag-boldhashtag-chat-boldhashtag-circle-boldhashtag-square-boldpanel-top-boldpanel-top-close-boldpanel-top-open-boldpanels-top-left-boldparentheses-bold
Use the screencast icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5"><path stroke-linejoin="round" d="M14 20C17.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 4H6.5C6.03566 4 5.80349 4 5.60793 4.01926C3.70882 4.20631 2.20631 5.70882 2.01926 7.60793C2 7.80349 2 8.03566 2 8.5"/><path d="M11 20C11 15.0294 6.97056 11 2 11"/><path d="M8 20C8 16.6863 5.31371 14 2 14"/><path d="M5 20C5 18.3431 3.65685 17 2 17"/></g></svg>
React
import type { SVGProps } from "react";
export function SolarScreencastLinear(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeWidth="1.5"><path strokeLinejoin="round" d="M14 20C17.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 4H6.5C6.03566 4 5.80349 4 5.60793 4.01926C3.70882 4.20631 2.20631 5.70882 2.01926 7.60793C2 7.80349 2 8.03566 2 8.5"/><path d="M11 20C11 15.0294 6.97056 11 2 11"/><path d="M8 20C8 16.6863 5.31371 14 2 14"/><path d="M5 20C5 18.3431 3.65685 17 2 17"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5"><path stroke-linejoin="round" d="M14 20C17.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 4H6.5C6.03566 4 5.80349 4 5.60793 4.01926C3.70882 4.20631 2.20631 5.70882 2.01926 7.60793C2 7.80349 2 8.03566 2 8.5"/><path d="M11 20C11 15.0294 6.97056 11 2 11"/><path d="M8 20C8 16.6863 5.31371 14 2 14"/><path d="M5 20C5 18.3431 3.65685 17 2 17"/></g></svg> </template>
CSS
.icon-screencast-linear {
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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M14%2020C17.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%204H6.5C6.03566%204%205.80349%204%205.60793%204.01926C3.70882%204.20631%202.20631%205.70882%202.01926%207.60793C2%207.80349%202%208.03566%202%208.5%22%2F%3E%3Cpath%20d%3D%22M11%2020C11%2015.0294%206.97056%2011%202%2011%22%2F%3E%3Cpath%20d%3D%22M8%2020C8%2016.6863%205.31371%2014%202%2014%22%2F%3E%3Cpath%20d%3D%22M5%2020C5%2018.3431%203.65685%2017%202%2017%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M14%2020C17.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%204H6.5C6.03566%204%205.80349%204%205.60793%204.01926C3.70882%204.20631%202.20631%205.70882%202.01926%207.60793C2%207.80349%202%208.03566%202%208.5%22%2F%3E%3Cpath%20d%3D%22M11%2020C11%2015.0294%206.97056%2011%202%2011%22%2F%3E%3Cpath%20d%3D%22M8%2020C8%2016.6863%205.31371%2014%202%2014%22%2F%3E%3Cpath%20d%3D%22M5%2020C5%2018.3431%203.65685%2017%202%2017%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-linear.svg?color=%231a73e8&size=48