closed caption off icon
closed-caption-off-48-regular from Fluent UI System Icons by Microsoft Corporation · 48 Regular · MIT Free for personal and commercial use.
- Name
- closed-caption-off-48-regular
- Set
- Fluent UI System Icons
- Style
- 48 Regular
- Viewbox
- 48×48
- License
- MIT
9 other variants in Fluent UI System Icons
Related icons in Fluent UI System Icons
Use the closed caption off icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="m38.196 39.963l3.67 3.67a1.25 1.25 0 0 0 1.768-1.767l-37.5-37.5a1.25 1.25 0 1 0-1.768 1.768l2.79 2.79A6.5 6.5 0 0 0 4 14.5v19a6.5 6.5 0 0 0 6.5 6.5h27q.352 0 .696-.037M35.732 37.5H10.5a4 4 0 0 1-4-4v-19a4 4 0 0 1 2.516-3.716l5.756 5.756a5 5 0 0 0-.748.443C12.489 18.079 11 20.12 11 24c0 3.842 1.383 5.933 3.06 7.043c1.175.777 2.66 1.075 4.03.93c1.369-.145 2.79-.754 3.677-1.996a1.25 1.25 0 0 0-2.034-1.454c-.363.508-1.038.872-1.905.964c-.866.091-1.756-.111-2.388-.53c-.857-.566-1.94-1.799-1.94-4.957c0-3.12 1.138-4.384 1.976-4.983c.378-.27.813-.438 1.26-.513zm5.768-4c0 .77-.218 1.49-.596 2.101l1.798 1.797A6.47 6.47 0 0 0 44 33.5v-19A6.5 6.5 0 0 0 37.5 8H13.303l2.5 2.5H37.5a4 4 0 0 1 4 4zm-7.223-4.526l1.78 1.78q.393-.338.71-.777a1.25 1.25 0 0 0-2.034-1.454q-.18.253-.456.45m-7.93-7.93l2.178 2.178c.172-2.56 1.187-3.658 1.952-4.205c1.342-.959 3.409-.64 4.213.646a1.25 1.25 0 0 0 2.12-1.326c-1.696-2.713-5.478-3.003-7.787-1.354c-1.085.775-2.147 2.023-2.676 4.06"/></svg>
React
import type { SVGProps } from "react";
export function FluentClosedCaptionOff48Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="m38.196 39.963l3.67 3.67a1.25 1.25 0 0 0 1.768-1.767l-37.5-37.5a1.25 1.25 0 1 0-1.768 1.768l2.79 2.79A6.5 6.5 0 0 0 4 14.5v19a6.5 6.5 0 0 0 6.5 6.5h27q.352 0 .696-.037M35.732 37.5H10.5a4 4 0 0 1-4-4v-19a4 4 0 0 1 2.516-3.716l5.756 5.756a5 5 0 0 0-.748.443C12.489 18.079 11 20.12 11 24c0 3.842 1.383 5.933 3.06 7.043c1.175.777 2.66 1.075 4.03.93c1.369-.145 2.79-.754 3.677-1.996a1.25 1.25 0 0 0-2.034-1.454c-.363.508-1.038.872-1.905.964c-.866.091-1.756-.111-2.388-.53c-.857-.566-1.94-1.799-1.94-4.957c0-3.12 1.138-4.384 1.976-4.983c.378-.27.813-.438 1.26-.513zm5.768-4c0 .77-.218 1.49-.596 2.101l1.798 1.797A6.47 6.47 0 0 0 44 33.5v-19A6.5 6.5 0 0 0 37.5 8H13.303l2.5 2.5H37.5a4 4 0 0 1 4 4zm-7.223-4.526l1.78 1.78q.393-.338.71-.777a1.25 1.25 0 0 0-2.034-1.454q-.18.253-.456.45m-7.93-7.93l2.178 2.178c.172-2.56 1.187-3.658 1.952-4.205c1.342-.959 3.409-.64 4.213.646a1.25 1.25 0 0 0 2.12-1.326c-1.696-2.713-5.478-3.003-7.787-1.354c-1.085.775-2.147 2.023-2.676 4.06"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="m38.196 39.963l3.67 3.67a1.25 1.25 0 0 0 1.768-1.767l-37.5-37.5a1.25 1.25 0 1 0-1.768 1.768l2.79 2.79A6.5 6.5 0 0 0 4 14.5v19a6.5 6.5 0 0 0 6.5 6.5h27q.352 0 .696-.037M35.732 37.5H10.5a4 4 0 0 1-4-4v-19a4 4 0 0 1 2.516-3.716l5.756 5.756a5 5 0 0 0-.748.443C12.489 18.079 11 20.12 11 24c0 3.842 1.383 5.933 3.06 7.043c1.175.777 2.66 1.075 4.03.93c1.369-.145 2.79-.754 3.677-1.996a1.25 1.25 0 0 0-2.034-1.454c-.363.508-1.038.872-1.905.964c-.866.091-1.756-.111-2.388-.53c-.857-.566-1.94-1.799-1.94-4.957c0-3.12 1.138-4.384 1.976-4.983c.378-.27.813-.438 1.26-.513zm5.768-4c0 .77-.218 1.49-.596 2.101l1.798 1.797A6.47 6.47 0 0 0 44 33.5v-19A6.5 6.5 0 0 0 37.5 8H13.303l2.5 2.5H37.5a4 4 0 0 1 4 4zm-7.223-4.526l1.78 1.78q.393-.338.71-.777a1.25 1.25 0 0 0-2.034-1.454q-.18.253-.456.45m-7.93-7.93l2.178 2.178c.172-2.56 1.187-3.658 1.952-4.205c1.342-.959 3.409-.64 4.213.646a1.25 1.25 0 0 0 2.12-1.326c-1.696-2.713-5.478-3.003-7.787-1.354c-1.085.775-2.147 2.023-2.676 4.06"/></svg> </template>
CSS
.icon-closed-caption-off-48-regular {
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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m38.196%2039.963l3.67%203.67a1.25%201.25%200%200%200%201.768-1.767l-37.5-37.5a1.25%201.25%200%201%200-1.768%201.768l2.79%202.79A6.5%206.5%200%200%200%204%2014.5v19a6.5%206.5%200%200%200%206.5%206.5h27q.352%200%20.696-.037M35.732%2037.5H10.5a4%204%200%200%201-4-4v-19a4%204%200%200%201%202.516-3.716l5.756%205.756a5%205%200%200%200-.748.443C12.489%2018.079%2011%2020.12%2011%2024c0%203.842%201.383%205.933%203.06%207.043c1.175.777%202.66%201.075%204.03.93c1.369-.145%202.79-.754%203.677-1.996a1.25%201.25%200%200%200-2.034-1.454c-.363.508-1.038.872-1.905.964c-.866.091-1.756-.111-2.388-.53c-.857-.566-1.94-1.799-1.94-4.957c0-3.12%201.138-4.384%201.976-4.983c.378-.27.813-.438%201.26-.513zm5.768-4c0%20.77-.218%201.49-.596%202.101l1.798%201.797A6.47%206.47%200%200%200%2044%2033.5v-19A6.5%206.5%200%200%200%2037.5%208H13.303l2.5%202.5H37.5a4%204%200%200%201%204%204zm-7.223-4.526l1.78%201.78q.393-.338.71-.777a1.25%201.25%200%200%200-2.034-1.454q-.18.253-.456.45m-7.93-7.93l2.178%202.178c.172-2.56%201.187-3.658%201.952-4.205c1.342-.959%203.409-.64%204.213.646a1.25%201.25%200%200%200%202.12-1.326c-1.696-2.713-5.478-3.003-7.787-1.354c-1.085.775-2.147%202.023-2.676%204.06%22%2F%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m38.196%2039.963l3.67%203.67a1.25%201.25%200%200%200%201.768-1.767l-37.5-37.5a1.25%201.25%200%201%200-1.768%201.768l2.79%202.79A6.5%206.5%200%200%200%204%2014.5v19a6.5%206.5%200%200%200%206.5%206.5h27q.352%200%20.696-.037M35.732%2037.5H10.5a4%204%200%200%201-4-4v-19a4%204%200%200%201%202.516-3.716l5.756%205.756a5%205%200%200%200-.748.443C12.489%2018.079%2011%2020.12%2011%2024c0%203.842%201.383%205.933%203.06%207.043c1.175.777%202.66%201.075%204.03.93c1.369-.145%202.79-.754%203.677-1.996a1.25%201.25%200%200%200-2.034-1.454c-.363.508-1.038.872-1.905.964c-.866.091-1.756-.111-2.388-.53c-.857-.566-1.94-1.799-1.94-4.957c0-3.12%201.138-4.384%201.976-4.983c.378-.27.813-.438%201.26-.513zm5.768-4c0%20.77-.218%201.49-.596%202.101l1.798%201.797A6.47%206.47%200%200%200%2044%2033.5v-19A6.5%206.5%200%200%200%2037.5%208H13.303l2.5%202.5H37.5a4%204%200%200%201%204%204zm-7.223-4.526l1.78%201.78q.393-.338.71-.777a1.25%201.25%200%200%200-2.034-1.454q-.18.253-.456.45m-7.93-7.93l2.178%202.178c.172-2.56%201.187-3.658%201.952-4.205c1.342-.959%203.409-.64%204.213.646a1.25%201.25%200%200%200%202.12-1.326c-1.696-2.713-5.478-3.003-7.787-1.354c-1.085.775-2.147%202.023-2.676%204.06%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/closed-caption-off-48-regular.svg?color=%231a73e8&size=48