screencast2 icon
screencast2-duotone from Reicon by REICON · Duotone · IT · MIT Free for personal and commercial use.
- Name
- screencast2-duotone
- Set
- Reicon
- Style
- Duotone
- 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="M14 3h-4C6.229 3 4.343 3 3.172 4.172S2 7.229 2 11s0 5.657 1.172 6.828S6.229 19 10 19h4c3.771 0 5.657 0 6.828-1.172S22 14.771 22 11s0-5.657-1.172-6.828S17.771 3 14 3" opacity=".5"/><path d="M9.95 16.05c.93-.93 1.396-1.396 1.97-1.427q.08-.003.159 0c.574.03 1.04.496 1.971 1.427c2.026 2.026 3.039 3.039 2.755 3.913a1.5 1.5 0 0 1-.09.218C16.297 21 14.865 21 12 21s-4.298 0-4.715-.819a1.5 1.5 0 0 1-.09-.218c-.284-.874.729-1.887 2.755-3.913"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconScreencast2Duotone(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 3h-4C6.229 3 4.343 3 3.172 4.172S2 7.229 2 11s0 5.657 1.172 6.828S6.229 19 10 19h4c3.771 0 5.657 0 6.828-1.172S22 14.771 22 11s0-5.657-1.172-6.828S17.771 3 14 3" opacity=".5"/><path d="M9.95 16.05c.93-.93 1.396-1.396 1.97-1.427q.08-.003.159 0c.574.03 1.04.496 1.971 1.427c2.026 2.026 3.039 3.039 2.755 3.913a1.5 1.5 0 0 1-.09.218C16.297 21 14.865 21 12 21s-4.298 0-4.715-.819a1.5 1.5 0 0 1-.09-.218c-.284-.874.729-1.887 2.755-3.913"/></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 3h-4C6.229 3 4.343 3 3.172 4.172S2 7.229 2 11s0 5.657 1.172 6.828S6.229 19 10 19h4c3.771 0 5.657 0 6.828-1.172S22 14.771 22 11s0-5.657-1.172-6.828S17.771 3 14 3" opacity=".5"/><path d="M9.95 16.05c.93-.93 1.396-1.396 1.97-1.427q.08-.003.159 0c.574.03 1.04.496 1.971 1.427c2.026 2.026 3.039 3.039 2.755 3.913a1.5 1.5 0 0 1-.09.218C16.297 21 14.865 21 12 21s-4.298 0-4.715-.819a1.5 1.5 0 0 1-.09-.218c-.284-.874.729-1.887 2.755-3.913"/></g></svg> </template>
CSS
.icon-screencast2-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%203h-4C6.229%203%204.343%203%203.172%204.172S2%207.229%202%2011s0%205.657%201.172%206.828S6.229%2019%2010%2019h4c3.771%200%205.657%200%206.828-1.172S22%2014.771%2022%2011s0-5.657-1.172-6.828S17.771%203%2014%203%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M9.95%2016.05c.93-.93%201.396-1.396%201.97-1.427q.08-.003.159%200c.574.03%201.04.496%201.971%201.427c2.026%202.026%203.039%203.039%202.755%203.913a1.5%201.5%200%200%201-.09.218C16.297%2021%2014.865%2021%2012%2021s-4.298%200-4.715-.819a1.5%201.5%200%200%201-.09-.218c-.284-.874.729-1.887%202.755-3.913%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%203h-4C6.229%203%204.343%203%203.172%204.172S2%207.229%202%2011s0%205.657%201.172%206.828S6.229%2019%2010%2019h4c3.771%200%205.657%200%206.828-1.172S22%2014.771%2022%2011s0-5.657-1.172-6.828S17.771%203%2014%203%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M9.95%2016.05c.93-.93%201.396-1.396%201.97-1.427q.08-.003.159%200c.574.03%201.04.496%201.971%201.427c2.026%202.026%203.039%203.039%202.755%203.913a1.5%201.5%200%200%201-.09.218C16.297%2021%2014.865%2021%2012%2021s-4.298%200-4.715-.819a1.5%201.5%200%200%201-.09-.218c-.284-.874.729-1.887%202.755-3.913%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-duotone.svg?color=%231a73e8&size=48