closed caption icon
closed-caption-32-regular from Fluent UI System Icons by Microsoft Corporation · 32 Regular · MIT Free for personal and commercial use.
- Name
- closed-caption-32-regular
- Set
- Fluent UI System Icons
- Style
- 32 Regular
- Viewbox
- 32×32
- License
- MIT
11 other variants in Fluent UI System Icons
The same icon in other sets
Related icons in Fluent UI System Icons
Use the closed caption icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M11.5 13C10.24 13 9 14.213 9 16s1.24 3 2.5 3a2.17 2.17 0 0 0 1.274-.421a1 1 0 1 1 1.164 1.626A4.17 4.17 0 0 1 11.5 21C8.893 21 7 18.632 7 16s1.893-5 4.5-5c.95 0 1.822.326 2.536.867a1 1 0 1 1-1.208 1.594A2.2 2.2 0 0 0 11.5 13m7.5 3c0-1.787 1.24-3 2.5-3c.479 0 .934.162 1.328.46a1 1 0 0 0 1.208-1.593A4.2 4.2 0 0 0 21.5 11c-2.607 0-4.5 2.368-4.5 5s1.893 5 4.5 5a4.17 4.17 0 0 0 2.438-.795a1 1 0 1 0-1.164-1.626A2.17 2.17 0 0 1 21.5 19c-1.26 0-2.5-1.213-2.5-3M2 8.5A4.5 4.5 0 0 1 6.5 4h19A4.5 4.5 0 0 1 30 8.5v15a4.5 4.5 0 0 1-4.5 4.5h-19A4.5 4.5 0 0 1 2 23.5zM6.5 6A2.5 2.5 0 0 0 4 8.5v15A2.5 2.5 0 0 0 6.5 26h19a2.5 2.5 0 0 0 2.5-2.5v-15A2.5 2.5 0 0 0 25.5 6z"/></svg>
React
import type { SVGProps } from "react";
export function FluentClosedCaption32Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M11.5 13C10.24 13 9 14.213 9 16s1.24 3 2.5 3a2.17 2.17 0 0 0 1.274-.421a1 1 0 1 1 1.164 1.626A4.17 4.17 0 0 1 11.5 21C8.893 21 7 18.632 7 16s1.893-5 4.5-5c.95 0 1.822.326 2.536.867a1 1 0 1 1-1.208 1.594A2.2 2.2 0 0 0 11.5 13m7.5 3c0-1.787 1.24-3 2.5-3c.479 0 .934.162 1.328.46a1 1 0 0 0 1.208-1.593A4.2 4.2 0 0 0 21.5 11c-2.607 0-4.5 2.368-4.5 5s1.893 5 4.5 5a4.17 4.17 0 0 0 2.438-.795a1 1 0 1 0-1.164-1.626A2.17 2.17 0 0 1 21.5 19c-1.26 0-2.5-1.213-2.5-3M2 8.5A4.5 4.5 0 0 1 6.5 4h19A4.5 4.5 0 0 1 30 8.5v15a4.5 4.5 0 0 1-4.5 4.5h-19A4.5 4.5 0 0 1 2 23.5zM6.5 6A2.5 2.5 0 0 0 4 8.5v15A2.5 2.5 0 0 0 6.5 26h19a2.5 2.5 0 0 0 2.5-2.5v-15A2.5 2.5 0 0 0 25.5 6z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M11.5 13C10.24 13 9 14.213 9 16s1.24 3 2.5 3a2.17 2.17 0 0 0 1.274-.421a1 1 0 1 1 1.164 1.626A4.17 4.17 0 0 1 11.5 21C8.893 21 7 18.632 7 16s1.893-5 4.5-5c.95 0 1.822.326 2.536.867a1 1 0 1 1-1.208 1.594A2.2 2.2 0 0 0 11.5 13m7.5 3c0-1.787 1.24-3 2.5-3c.479 0 .934.162 1.328.46a1 1 0 0 0 1.208-1.593A4.2 4.2 0 0 0 21.5 11c-2.607 0-4.5 2.368-4.5 5s1.893 5 4.5 5a4.17 4.17 0 0 0 2.438-.795a1 1 0 1 0-1.164-1.626A2.17 2.17 0 0 1 21.5 19c-1.26 0-2.5-1.213-2.5-3M2 8.5A4.5 4.5 0 0 1 6.5 4h19A4.5 4.5 0 0 1 30 8.5v15a4.5 4.5 0 0 1-4.5 4.5h-19A4.5 4.5 0 0 1 2 23.5zM6.5 6A2.5 2.5 0 0 0 4 8.5v15A2.5 2.5 0 0 0 6.5 26h19a2.5 2.5 0 0 0 2.5-2.5v-15A2.5 2.5 0 0 0 25.5 6z"/></svg> </template>
CSS
.icon-closed-caption-32-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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.5%2013C10.24%2013%209%2014.213%209%2016s1.24%203%202.5%203a2.17%202.17%200%200%200%201.274-.421a1%201%200%201%201%201.164%201.626A4.17%204.17%200%200%201%2011.5%2021C8.893%2021%207%2018.632%207%2016s1.893-5%204.5-5c.95%200%201.822.326%202.536.867a1%201%200%201%201-1.208%201.594A2.2%202.2%200%200%200%2011.5%2013m7.5%203c0-1.787%201.24-3%202.5-3c.479%200%20.934.162%201.328.46a1%201%200%200%200%201.208-1.593A4.2%204.2%200%200%200%2021.5%2011c-2.607%200-4.5%202.368-4.5%205s1.893%205%204.5%205a4.17%204.17%200%200%200%202.438-.795a1%201%200%201%200-1.164-1.626A2.17%202.17%200%200%201%2021.5%2019c-1.26%200-2.5-1.213-2.5-3M2%208.5A4.5%204.5%200%200%201%206.5%204h19A4.5%204.5%200%200%201%2030%208.5v15a4.5%204.5%200%200%201-4.5%204.5h-19A4.5%204.5%200%200%201%202%2023.5zM6.5%206A2.5%202.5%200%200%200%204%208.5v15A2.5%202.5%200%200%200%206.5%2026h19a2.5%202.5%200%200%200%202.5-2.5v-15A2.5%202.5%200%200%200%2025.5%206z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.5%2013C10.24%2013%209%2014.213%209%2016s1.24%203%202.5%203a2.17%202.17%200%200%200%201.274-.421a1%201%200%201%201%201.164%201.626A4.17%204.17%200%200%201%2011.5%2021C8.893%2021%207%2018.632%207%2016s1.893-5%204.5-5c.95%200%201.822.326%202.536.867a1%201%200%201%201-1.208%201.594A2.2%202.2%200%200%200%2011.5%2013m7.5%203c0-1.787%201.24-3%202.5-3c.479%200%20.934.162%201.328.46a1%201%200%200%200%201.208-1.593A4.2%204.2%200%200%200%2021.5%2011c-2.607%200-4.5%202.368-4.5%205s1.893%205%204.5%205a4.17%204.17%200%200%200%202.438-.795a1%201%200%201%200-1.164-1.626A2.17%202.17%200%200%201%2021.5%2019c-1.26%200-2.5-1.213-2.5-3M2%208.5A4.5%204.5%200%200%201%206.5%204h19A4.5%204.5%200%200%201%2030%208.5v15a4.5%204.5%200%200%201-4.5%204.5h-19A4.5%204.5%200%200%201%202%2023.5zM6.5%206A2.5%202.5%200%200%200%204%208.5v15A2.5%202.5%200%200%200%206.5%2026h19a2.5%202.5%200%200%200%202.5-2.5v-15A2.5%202.5%200%200%200%2025.5%206z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/closed-caption-32-regular.svg?color=%231a73e8&size=48