screencast2 icon
screencast2-filled from Reicon by REICON · Filled · IT · MIT Free for personal and commercial use.
- Name
- screencast2-filled
- Set
- Reicon
- Style
- Filled
- 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.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"/><path d="M14 3h-4C6.229 3 4.343 3 3.172 4.172S2 7.229 2 11s0 5.657 1.172 6.828c.242.243.514.435.828.587c.481.234 1.06.375 1.77.459c.167-.533.473-.992.745-1.347c.532-.696 1.35-1.514 2.297-2.46l.13-.131c.42-.42.827-.827 1.207-1.122c.426-.331.977-.651 1.693-.689a3 3 0 0 1 .316 0c.716.038 1.267.358 1.693.69c.38.294.787.702 1.206 1.12l.13.131c.948.947 1.766 1.765 2.298 2.46c.272.356.577.815.744 1.348c.712-.084 1.29-.225 1.771-.459a3 3 0 0 0 .828-.587C22 16.657 22 14.771 22 11s0-5.657-1.172-6.828S17.771 3 14 3"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconScreencast2Filled(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.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"/><path d="M14 3h-4C6.229 3 4.343 3 3.172 4.172S2 7.229 2 11s0 5.657 1.172 6.828c.242.243.514.435.828.587c.481.234 1.06.375 1.77.459c.167-.533.473-.992.745-1.347c.532-.696 1.35-1.514 2.297-2.46l.13-.131c.42-.42.827-.827 1.207-1.122c.426-.331.977-.651 1.693-.689a3 3 0 0 1 .316 0c.716.038 1.267.358 1.693.69c.38.294.787.702 1.206 1.12l.13.131c.948.947 1.766 1.765 2.298 2.46c.272.356.577.815.744 1.348c.712-.084 1.29-.225 1.771-.459a3 3 0 0 0 .828-.587C22 16.657 22 14.771 22 11s0-5.657-1.172-6.828S17.771 3 14 3"/></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.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"/><path d="M14 3h-4C6.229 3 4.343 3 3.172 4.172S2 7.229 2 11s0 5.657 1.172 6.828c.242.243.514.435.828.587c.481.234 1.06.375 1.77.459c.167-.533.473-.992.745-1.347c.532-.696 1.35-1.514 2.297-2.46l.13-.131c.42-.42.827-.827 1.207-1.122c.426-.331.977-.651 1.693-.689a3 3 0 0 1 .316 0c.716.038 1.267.358 1.693.69c.38.294.787.702 1.206 1.12l.13.131c.948.947 1.766 1.765 2.298 2.46c.272.356.577.815.744 1.348c.712-.084 1.29-.225 1.771-.459a3 3 0 0 0 .828-.587C22 16.657 22 14.771 22 11s0-5.657-1.172-6.828S17.771 3 14 3"/></g></svg> </template>
CSS
.icon-screencast2-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%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%3Cpath%20d%3D%22M14%203h-4C6.229%203%204.343%203%203.172%204.172S2%207.229%202%2011s0%205.657%201.172%206.828c.242.243.514.435.828.587c.481.234%201.06.375%201.77.459c.167-.533.473-.992.745-1.347c.532-.696%201.35-1.514%202.297-2.46l.13-.131c.42-.42.827-.827%201.207-1.122c.426-.331.977-.651%201.693-.689a3%203%200%200%201%20.316%200c.716.038%201.267.358%201.693.69c.38.294.787.702%201.206%201.12l.13.131c.948.947%201.766%201.765%202.298%202.46c.272.356.577.815.744%201.348c.712-.084%201.29-.225%201.771-.459a3%203%200%200%200%20.828-.587C22%2016.657%2022%2014.771%2022%2011s0-5.657-1.172-6.828S17.771%203%2014%203%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.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%3Cpath%20d%3D%22M14%203h-4C6.229%203%204.343%203%203.172%204.172S2%207.229%202%2011s0%205.657%201.172%206.828c.242.243.514.435.828.587c.481.234%201.06.375%201.77.459c.167-.533.473-.992.745-1.347c.532-.696%201.35-1.514%202.297-2.46l.13-.131c.42-.42.827-.827%201.207-1.122c.426-.331.977-.651%201.693-.689a3%203%200%200%201%20.316%200c.716.038%201.267.358%201.693.69c.38.294.787.702%201.206%201.12l.13.131c.948.947%201.766%201.765%202.298%202.46c.272.356.577.815.744%201.348c.712-.084%201.29-.225%201.771-.459a3%203%200%200%200%20.828-.587C22%2016.657%2022%2014.771%2022%2011s0-5.657-1.172-6.828S17.771%203%2014%203%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-filled.svg?color=%231a73e8&size=48