screencast2 icon
screencast2 from Reicon by REICON · Outline · IT · MIT Free for personal and commercial use.
- Name
- screencast2
- Set
- Reicon
- Style
- Outline
- Category
- IT
- Viewbox
- 24×24
- License
- MIT
2 other variants in Reicon
More it icons from Reicon
Use the screencast2 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M9.944 2.25c-1.838 0-3.294 0-4.433.153c-1.172.158-2.121.49-2.87 1.238c-.748.749-1.08 1.698-1.238 2.87c-.153 1.14-.153 2.595-.153 4.433v.112c0 1.838 0 3.294.153 4.433c.158 1.172.49 2.121 1.238 2.87c.304.303.646.543 1.031.73a.75.75 0 0 0 .656-1.348a2.3 2.3 0 0 1-.626-.443c-.423-.423-.677-1.003-.812-2.009c-.138-1.027-.14-2.382-.14-4.289s.002-3.261.14-4.29c.135-1.005.389-1.585.812-2.008s1.003-.677 2.009-.812c1.028-.138 2.382-.14 4.289-.14h4c1.907 0 3.262.002 4.29.14c1.005.135 1.585.389 2.008.812s.677 1.003.812 2.009c.138 1.028.14 2.382.14 4.289s-.002 3.262-.14 4.29c-.135 1.005-.389 1.585-.812 2.008c-.18.18-.384.325-.626.443a.75.75 0 0 0 .656 1.349a3.8 3.8 0 0 0 1.03-.731c.75-.749 1.081-1.698 1.239-2.87c.153-1.14.153-2.595.153-4.433v-.112c0-1.838 0-3.294-.153-4.433c-.158-1.172-.49-2.121-1.238-2.87c-.749-.748-1.698-1.08-2.87-1.238c-1.14-.153-2.595-.153-4.433-.153z"/><path fill-rule="evenodd" d="M12.118 13.875a2 2 0 0 0-.236 0c-.502.026-.908.248-1.273.532c-.342.265-.72.643-1.157 1.08l-.076.076c-.976.976-1.764 1.765-2.266 2.42c-.49.64-.895 1.391-.629 2.212q.055.169.136.327c.391.768 1.208 1.013 2.009 1.12c.818.108 1.932.108 3.313.108h.121c1.381 0 2.496 0 3.314-.109c.8-.106 1.617-.35 2.009-1.119q.082-.158.136-.327c.266-.82-.14-1.571-.63-2.212c-.501-.655-1.29-1.444-2.266-2.42l-.075-.075c-.438-.438-.815-.816-1.157-1.081c-.366-.284-.771-.506-1.273-.533m-.158 1.497h.08c.072.004.187.03.43.22c.26.2.57.51 1.05.989c1.03 1.03 1.745 1.747 2.178 2.313c.452.59.411.784.394.838a1 1 0 0 1-.045.109c-.026.05-.134.215-.87.313c-.708.094-1.721.096-3.177.096s-2.47-.002-3.176-.096c-.737-.098-.845-.263-.871-.313a1 1 0 0 1-.045-.11c-.018-.053-.058-.246.394-.837c.433-.566 1.148-1.284 2.178-2.313c.48-.48.79-.789 1.049-.99c.244-.189.358-.215.431-.219" clip-rule="evenodd"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconScreencast2(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="M9.944 2.25c-1.838 0-3.294 0-4.433.153c-1.172.158-2.121.49-2.87 1.238c-.748.749-1.08 1.698-1.238 2.87c-.153 1.14-.153 2.595-.153 4.433v.112c0 1.838 0 3.294.153 4.433c.158 1.172.49 2.121 1.238 2.87c.304.303.646.543 1.031.73a.75.75 0 0 0 .656-1.348a2.3 2.3 0 0 1-.626-.443c-.423-.423-.677-1.003-.812-2.009c-.138-1.027-.14-2.382-.14-4.289s.002-3.261.14-4.29c.135-1.005.389-1.585.812-2.008s1.003-.677 2.009-.812c1.028-.138 2.382-.14 4.289-.14h4c1.907 0 3.262.002 4.29.14c1.005.135 1.585.389 2.008.812s.677 1.003.812 2.009c.138 1.028.14 2.382.14 4.289s-.002 3.262-.14 4.29c-.135 1.005-.389 1.585-.812 2.008c-.18.18-.384.325-.626.443a.75.75 0 0 0 .656 1.349a3.8 3.8 0 0 0 1.03-.731c.75-.749 1.081-1.698 1.239-2.87c.153-1.14.153-2.595.153-4.433v-.112c0-1.838 0-3.294-.153-4.433c-.158-1.172-.49-2.121-1.238-2.87c-.749-.748-1.698-1.08-2.87-1.238c-1.14-.153-2.595-.153-4.433-.153z"/><path fillRule="evenodd" d="M12.118 13.875a2 2 0 0 0-.236 0c-.502.026-.908.248-1.273.532c-.342.265-.72.643-1.157 1.08l-.076.076c-.976.976-1.764 1.765-2.266 2.42c-.49.64-.895 1.391-.629 2.212q.055.169.136.327c.391.768 1.208 1.013 2.009 1.12c.818.108 1.932.108 3.313.108h.121c1.381 0 2.496 0 3.314-.109c.8-.106 1.617-.35 2.009-1.119q.082-.158.136-.327c.266-.82-.14-1.571-.63-2.212c-.501-.655-1.29-1.444-2.266-2.42l-.075-.075c-.438-.438-.815-.816-1.157-1.081c-.366-.284-.771-.506-1.273-.533m-.158 1.497h.08c.072.004.187.03.43.22c.26.2.57.51 1.05.989c1.03 1.03 1.745 1.747 2.178 2.313c.452.59.411.784.394.838a1 1 0 0 1-.045.109c-.026.05-.134.215-.87.313c-.708.094-1.721.096-3.177.096s-2.47-.002-3.176-.096c-.737-.098-.845-.263-.871-.313a1 1 0 0 1-.045-.11c-.018-.053-.058-.246.394-.837c.433-.566 1.148-1.284 2.178-2.313c.48-.48.79-.789 1.049-.99c.244-.189.358-.215.431-.219" clipRule="evenodd"/></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="M9.944 2.25c-1.838 0-3.294 0-4.433.153c-1.172.158-2.121.49-2.87 1.238c-.748.749-1.08 1.698-1.238 2.87c-.153 1.14-.153 2.595-.153 4.433v.112c0 1.838 0 3.294.153 4.433c.158 1.172.49 2.121 1.238 2.87c.304.303.646.543 1.031.73a.75.75 0 0 0 .656-1.348a2.3 2.3 0 0 1-.626-.443c-.423-.423-.677-1.003-.812-2.009c-.138-1.027-.14-2.382-.14-4.289s.002-3.261.14-4.29c.135-1.005.389-1.585.812-2.008s1.003-.677 2.009-.812c1.028-.138 2.382-.14 4.289-.14h4c1.907 0 3.262.002 4.29.14c1.005.135 1.585.389 2.008.812s.677 1.003.812 2.009c.138 1.028.14 2.382.14 4.289s-.002 3.262-.14 4.29c-.135 1.005-.389 1.585-.812 2.008c-.18.18-.384.325-.626.443a.75.75 0 0 0 .656 1.349a3.8 3.8 0 0 0 1.03-.731c.75-.749 1.081-1.698 1.239-2.87c.153-1.14.153-2.595.153-4.433v-.112c0-1.838 0-3.294-.153-4.433c-.158-1.172-.49-2.121-1.238-2.87c-.749-.748-1.698-1.08-2.87-1.238c-1.14-.153-2.595-.153-4.433-.153z"/><path fill-rule="evenodd" d="M12.118 13.875a2 2 0 0 0-.236 0c-.502.026-.908.248-1.273.532c-.342.265-.72.643-1.157 1.08l-.076.076c-.976.976-1.764 1.765-2.266 2.42c-.49.64-.895 1.391-.629 2.212q.055.169.136.327c.391.768 1.208 1.013 2.009 1.12c.818.108 1.932.108 3.313.108h.121c1.381 0 2.496 0 3.314-.109c.8-.106 1.617-.35 2.009-1.119q.082-.158.136-.327c.266-.82-.14-1.571-.63-2.212c-.501-.655-1.29-1.444-2.266-2.42l-.075-.075c-.438-.438-.815-.816-1.157-1.081c-.366-.284-.771-.506-1.273-.533m-.158 1.497h.08c.072.004.187.03.43.22c.26.2.57.51 1.05.989c1.03 1.03 1.745 1.747 2.178 2.313c.452.59.411.784.394.838a1 1 0 0 1-.045.109c-.026.05-.134.215-.87.313c-.708.094-1.721.096-3.177.096s-2.47-.002-3.176-.096c-.737-.098-.845-.263-.871-.313a1 1 0 0 1-.045-.11c-.018-.053-.058-.246.394-.837c.433-.566 1.148-1.284 2.178-2.313c.48-.48.79-.789 1.049-.99c.244-.189.358-.215.431-.219" clip-rule="evenodd"/></g></svg> </template>
CSS
.icon-screencast2 {
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%22M9.944%202.25c-1.838%200-3.294%200-4.433.153c-1.172.158-2.121.49-2.87%201.238c-.748.749-1.08%201.698-1.238%202.87c-.153%201.14-.153%202.595-.153%204.433v.112c0%201.838%200%203.294.153%204.433c.158%201.172.49%202.121%201.238%202.87c.304.303.646.543%201.031.73a.75.75%200%200%200%20.656-1.348a2.3%202.3%200%200%201-.626-.443c-.423-.423-.677-1.003-.812-2.009c-.138-1.027-.14-2.382-.14-4.289s.002-3.261.14-4.29c.135-1.005.389-1.585.812-2.008s1.003-.677%202.009-.812c1.028-.138%202.382-.14%204.289-.14h4c1.907%200%203.262.002%204.29.14c1.005.135%201.585.389%202.008.812s.677%201.003.812%202.009c.138%201.028.14%202.382.14%204.289s-.002%203.262-.14%204.29c-.135%201.005-.389%201.585-.812%202.008c-.18.18-.384.325-.626.443a.75.75%200%200%200%20.656%201.349a3.8%203.8%200%200%200%201.03-.731c.75-.749%201.081-1.698%201.239-2.87c.153-1.14.153-2.595.153-4.433v-.112c0-1.838%200-3.294-.153-4.433c-.158-1.172-.49-2.121-1.238-2.87c-.749-.748-1.698-1.08-2.87-1.238c-1.14-.153-2.595-.153-4.433-.153z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M12.118%2013.875a2%202%200%200%200-.236%200c-.502.026-.908.248-1.273.532c-.342.265-.72.643-1.157%201.08l-.076.076c-.976.976-1.764%201.765-2.266%202.42c-.49.64-.895%201.391-.629%202.212q.055.169.136.327c.391.768%201.208%201.013%202.009%201.12c.818.108%201.932.108%203.313.108h.121c1.381%200%202.496%200%203.314-.109c.8-.106%201.617-.35%202.009-1.119q.082-.158.136-.327c.266-.82-.14-1.571-.63-2.212c-.501-.655-1.29-1.444-2.266-2.42l-.075-.075c-.438-.438-.815-.816-1.157-1.081c-.366-.284-.771-.506-1.273-.533m-.158%201.497h.08c.072.004.187.03.43.22c.26.2.57.51%201.05.989c1.03%201.03%201.745%201.747%202.178%202.313c.452.59.411.784.394.838a1%201%200%200%201-.045.109c-.026.05-.134.215-.87.313c-.708.094-1.721.096-3.177.096s-2.47-.002-3.176-.096c-.737-.098-.845-.263-.871-.313a1%201%200%200%201-.045-.11c-.018-.053-.058-.246.394-.837c.433-.566%201.148-1.284%202.178-2.313c.48-.48.79-.789%201.049-.99c.244-.189.358-.215.431-.219%22%20clip-rule%3D%22evenodd%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%22M9.944%202.25c-1.838%200-3.294%200-4.433.153c-1.172.158-2.121.49-2.87%201.238c-.748.749-1.08%201.698-1.238%202.87c-.153%201.14-.153%202.595-.153%204.433v.112c0%201.838%200%203.294.153%204.433c.158%201.172.49%202.121%201.238%202.87c.304.303.646.543%201.031.73a.75.75%200%200%200%20.656-1.348a2.3%202.3%200%200%201-.626-.443c-.423-.423-.677-1.003-.812-2.009c-.138-1.027-.14-2.382-.14-4.289s.002-3.261.14-4.29c.135-1.005.389-1.585.812-2.008s1.003-.677%202.009-.812c1.028-.138%202.382-.14%204.289-.14h4c1.907%200%203.262.002%204.29.14c1.005.135%201.585.389%202.008.812s.677%201.003.812%202.009c.138%201.028.14%202.382.14%204.289s-.002%203.262-.14%204.29c-.135%201.005-.389%201.585-.812%202.008c-.18.18-.384.325-.626.443a.75.75%200%200%200%20.656%201.349a3.8%203.8%200%200%200%201.03-.731c.75-.749%201.081-1.698%201.239-2.87c.153-1.14.153-2.595.153-4.433v-.112c0-1.838%200-3.294-.153-4.433c-.158-1.172-.49-2.121-1.238-2.87c-.749-.748-1.698-1.08-2.87-1.238c-1.14-.153-2.595-.153-4.433-.153z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M12.118%2013.875a2%202%200%200%200-.236%200c-.502.026-.908.248-1.273.532c-.342.265-.72.643-1.157%201.08l-.076.076c-.976.976-1.764%201.765-2.266%202.42c-.49.64-.895%201.391-.629%202.212q.055.169.136.327c.391.768%201.208%201.013%202.009%201.12c.818.108%201.932.108%203.313.108h.121c1.381%200%202.496%200%203.314-.109c.8-.106%201.617-.35%202.009-1.119q.082-.158.136-.327c.266-.82-.14-1.571-.63-2.212c-.501-.655-1.29-1.444-2.266-2.42l-.075-.075c-.438-.438-.815-.816-1.157-1.081c-.366-.284-.771-.506-1.273-.533m-.158%201.497h.08c.072.004.187.03.43.22c.26.2.57.51%201.05.989c1.03%201.03%201.745%201.747%202.178%202.313c.452.59.411.784.394.838a1%201%200%200%201-.045.109c-.026.05-.134.215-.87.313c-.708.094-1.721.096-3.177.096s-2.47-.002-3.176-.096c-.737-.098-.845-.263-.871-.313a1%201%200%200%201-.045-.11c-.018-.053-.058-.246.394-.837c.433-.566%201.148-1.284%202.178-2.313c.48-.48.79-.789%201.049-.99c.244-.189.358-.215.431-.219%22%20clip-rule%3D%22evenodd%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/screencast2.svg?color=%231a73e8&size=48