screencast icon
screencast-filled from Reicon by REICON · Filled · IT · MIT Free for personal and commercial use.
- Name
- screencast-filled
- Set
- Reicon
- Style
- Filled
- 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="M6.5 4H14c3.772 0 5.657 0 6.829 1.172S22 8.229 22 12s0 5.657-1.171 6.828c-1.1 1.1-3.708 1.168-7.141 1.172a.687.687 0 0 1-.688-.687C13 13.617 8.383 9 2.688 9a.685.685 0 0 1-.686-.688c.002-.31.007-.593.018-.704a4 4 0 0 1 3.588-3.589C5.804 4 6.036 4 6.5 4"/><path d="M2 10.25a.75.75 0 0 0 0 1.5A8.25 8.25 0 0 1 10.25 20a.75.75 0 0 0 1.5 0A9.75 9.75 0 0 0 2 10.25"/><path d="M2 13.25a.75.75 0 0 0 0 1.5c2.9 0 5.25 2.35 5.25 5.25a.75.75 0 0 0 1.5 0A6.75 6.75 0 0 0 2 13.25"/><path d="M2 16.25a.75.75 0 0 0 0 1.5A2.25 2.25 0 0 1 4.25 20a.75.75 0 0 0 1.5 0A3.75 3.75 0 0 0 2 16.25"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconScreencastFilled(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="M6.5 4H14c3.772 0 5.657 0 6.829 1.172S22 8.229 22 12s0 5.657-1.171 6.828c-1.1 1.1-3.708 1.168-7.141 1.172a.687.687 0 0 1-.688-.687C13 13.617 8.383 9 2.688 9a.685.685 0 0 1-.686-.688c.002-.31.007-.593.018-.704a4 4 0 0 1 3.588-3.589C5.804 4 6.036 4 6.5 4"/><path d="M2 10.25a.75.75 0 0 0 0 1.5A8.25 8.25 0 0 1 10.25 20a.75.75 0 0 0 1.5 0A9.75 9.75 0 0 0 2 10.25"/><path d="M2 13.25a.75.75 0 0 0 0 1.5c2.9 0 5.25 2.35 5.25 5.25a.75.75 0 0 0 1.5 0A6.75 6.75 0 0 0 2 13.25"/><path d="M2 16.25a.75.75 0 0 0 0 1.5A2.25 2.25 0 0 1 4.25 20a.75.75 0 0 0 1.5 0A3.75 3.75 0 0 0 2 16.25"/></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="M6.5 4H14c3.772 0 5.657 0 6.829 1.172S22 8.229 22 12s0 5.657-1.171 6.828c-1.1 1.1-3.708 1.168-7.141 1.172a.687.687 0 0 1-.688-.687C13 13.617 8.383 9 2.688 9a.685.685 0 0 1-.686-.688c.002-.31.007-.593.018-.704a4 4 0 0 1 3.588-3.589C5.804 4 6.036 4 6.5 4"/><path d="M2 10.25a.75.75 0 0 0 0 1.5A8.25 8.25 0 0 1 10.25 20a.75.75 0 0 0 1.5 0A9.75 9.75 0 0 0 2 10.25"/><path d="M2 13.25a.75.75 0 0 0 0 1.5c2.9 0 5.25 2.35 5.25 5.25a.75.75 0 0 0 1.5 0A6.75 6.75 0 0 0 2 13.25"/><path d="M2 16.25a.75.75 0 0 0 0 1.5A2.25 2.25 0 0 1 4.25 20a.75.75 0 0 0 1.5 0A3.75 3.75 0 0 0 2 16.25"/></g></svg> </template>
CSS
.icon-screencast-filled {
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%22M6.5%204H14c3.772%200%205.657%200%206.829%201.172S22%208.229%2022%2012s0%205.657-1.171%206.828c-1.1%201.1-3.708%201.168-7.141%201.172a.687.687%200%200%201-.688-.687C13%2013.617%208.383%209%202.688%209a.685.685%200%200%201-.686-.688c.002-.31.007-.593.018-.704a4%204%200%200%201%203.588-3.589C5.804%204%206.036%204%206.5%204%22%2F%3E%3Cpath%20d%3D%22M2%2010.25a.75.75%200%200%200%200%201.5A8.25%208.25%200%200%201%2010.25%2020a.75.75%200%200%200%201.5%200A9.75%209.75%200%200%200%202%2010.25%22%2F%3E%3Cpath%20d%3D%22M2%2013.25a.75.75%200%200%200%200%201.5c2.9%200%205.25%202.35%205.25%205.25a.75.75%200%200%200%201.5%200A6.75%206.75%200%200%200%202%2013.25%22%2F%3E%3Cpath%20d%3D%22M2%2016.25a.75.75%200%200%200%200%201.5A2.25%202.25%200%200%201%204.25%2020a.75.75%200%200%200%201.5%200A3.75%203.75%200%200%200%202%2016.25%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%22M6.5%204H14c3.772%200%205.657%200%206.829%201.172S22%208.229%2022%2012s0%205.657-1.171%206.828c-1.1%201.1-3.708%201.168-7.141%201.172a.687.687%200%200%201-.688-.687C13%2013.617%208.383%209%202.688%209a.685.685%200%200%201-.686-.688c.002-.31.007-.593.018-.704a4%204%200%200%201%203.588-3.589C5.804%204%206.036%204%206.5%204%22%2F%3E%3Cpath%20d%3D%22M2%2010.25a.75.75%200%200%200%200%201.5A8.25%208.25%200%200%201%2010.25%2020a.75.75%200%200%200%201.5%200A9.75%209.75%200%200%200%202%2010.25%22%2F%3E%3Cpath%20d%3D%22M2%2013.25a.75.75%200%200%200%200%201.5c2.9%200%205.25%202.35%205.25%205.25a.75.75%200%200%200%201.5%200A6.75%206.75%200%200%200%202%2013.25%22%2F%3E%3Cpath%20d%3D%22M2%2016.25a.75.75%200%200%200%200%201.5A2.25%202.25%200%200%201%204.25%2020a.75.75%200%200%200%201.5%200A3.75%203.75%200%200%200%202%2016.25%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-filled.svg?color=%231a73e8&size=48