closed-caption-32-filled from Fluent UI System Icons by Microsoft Corporation · 32 Filled · MIT Free for personal and commercial use.

Name
closed-caption-32-filled
Set
Fluent UI System Icons
Style
32 Filled
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="M6.5 4A4.5 4.5 0 0 0 2 8.5v15A4.5 4.5 0 0 0 6.5 28h19a4.5 4.5 0 0 0 4.5-4.5v-15A4.5 4.5 0 0 0 25.5 4zM9 16c0 1.787 1.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 13C10.24 13 9 14.213 9 16m12.5-3c-1.26 0-2.5 1.213-2.5 3s1.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 21.5 21c-2.607 0-4.5-2.368-4.5-5s1.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 21.5 13"/></svg>

React

import type { SVGProps } from "react";

export function FluentClosedCaption32Filled(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="M6.5 4A4.5 4.5 0 0 0 2 8.5v15A4.5 4.5 0 0 0 6.5 28h19a4.5 4.5 0 0 0 4.5-4.5v-15A4.5 4.5 0 0 0 25.5 4zM9 16c0 1.787 1.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 13C10.24 13 9 14.213 9 16m12.5-3c-1.26 0-2.5 1.213-2.5 3s1.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 21.5 21c-2.607 0-4.5-2.368-4.5-5s1.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 21.5 13"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M6.5 4A4.5 4.5 0 0 0 2 8.5v15A4.5 4.5 0 0 0 6.5 28h19a4.5 4.5 0 0 0 4.5-4.5v-15A4.5 4.5 0 0 0 25.5 4zM9 16c0 1.787 1.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 13C10.24 13 9 14.213 9 16m12.5-3c-1.26 0-2.5 1.213-2.5 3s1.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 21.5 21c-2.607 0-4.5-2.368-4.5-5s1.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 21.5 13"/></svg>
</template>

CSS

.icon-closed-caption-32-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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.5%204A4.5%204.5%200%200%200%202%208.5v15A4.5%204.5%200%200%200%206.5%2028h19a4.5%204.5%200%200%200%204.5-4.5v-15A4.5%204.5%200%200%200%2025.5%204zM9%2016c0%201.787%201.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%2013C10.24%2013%209%2014.213%209%2016m12.5-3c-1.26%200-2.5%201.213-2.5%203s1.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%2021.5%2021c-2.607%200-4.5-2.368-4.5-5s1.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%2021.5%2013%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%22M6.5%204A4.5%204.5%200%200%200%202%208.5v15A4.5%204.5%200%200%200%206.5%2028h19a4.5%204.5%200%200%200%204.5-4.5v-15A4.5%204.5%200%200%200%2025.5%204zM9%2016c0%201.787%201.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%2013C10.24%2013%209%2014.213%209%2016m12.5-3c-1.26%200-2.5%201.213-2.5%203s1.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%2021.5%2021c-2.607%200-4.5-2.368-4.5-5s1.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%2021.5%2013%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-filled.svg?color=%231a73e8&size=48