closed captions tag icon

closed-captions-tag from Iconoir by Luca Burgio · Regular · Photos and Videos · MIT Free for personal and commercial use.

Name
closed-captions-tag
Set
Iconoir
Style
Regular
Category
Photos and Videos
Viewbox
24×24
License
MIT
Aliases
closed-captions

1 other variant in Iconoir

More photos and videos icons from Iconoir

Use the closed captions tag icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path d="M1 15V9a6 6 0 0 1 6-6h10a6 6 0 0 1 6 6v6a6 6 0 0 1-6 6H7a6 6 0 0 1-6-6Z"/><path stroke-linecap="round" d="m10.5 10l-.172-.172a2.83 2.83 0 0 0-2-.828v0A2.83 2.83 0 0 0 5.5 11.828v.344A2.83 2.83 0 0 0 8.328 15v0c.75 0 1.47-.298 2-.828L10.5 14m8-4l-.172-.172a2.83 2.83 0 0 0-2-.828v0a2.83 2.83 0 0 0-2.828 2.828v.344A2.83 2.83 0 0 0 16.328 15v0c.75 0 1.47-.298 2-.828L18.5 14"/></g></svg>

React

import type { SVGProps } from "react";

export function IconoirClosedCaptionsTag(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeWidth="1.5"><path d="M1 15V9a6 6 0 0 1 6-6h10a6 6 0 0 1 6 6v6a6 6 0 0 1-6 6H7a6 6 0 0 1-6-6Z"/><path strokeLinecap="round" d="m10.5 10l-.172-.172a2.83 2.83 0 0 0-2-.828v0A2.83 2.83 0 0 0 5.5 11.828v.344A2.83 2.83 0 0 0 8.328 15v0c.75 0 1.47-.298 2-.828L10.5 14m8-4l-.172-.172a2.83 2.83 0 0 0-2-.828v0a2.83 2.83 0 0 0-2.828 2.828v.344A2.83 2.83 0 0 0 16.328 15v0c.75 0 1.47-.298 2-.828L18.5 14"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path d="M1 15V9a6 6 0 0 1 6-6h10a6 6 0 0 1 6 6v6a6 6 0 0 1-6 6H7a6 6 0 0 1-6-6Z"/><path stroke-linecap="round" d="m10.5 10l-.172-.172a2.83 2.83 0 0 0-2-.828v0A2.83 2.83 0 0 0 5.5 11.828v.344A2.83 2.83 0 0 0 8.328 15v0c.75 0 1.47-.298 2-.828L10.5 14m8-4l-.172-.172a2.83 2.83 0 0 0-2-.828v0a2.83 2.83 0 0 0-2.828 2.828v.344A2.83 2.83 0 0 0 16.328 15v0c.75 0 1.47-.298 2-.828L18.5 14"/></g></svg>
</template>

CSS

.icon-closed-captions-tag {
  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%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M1%2015V9a6%206%200%200%201%206-6h10a6%206%200%200%201%206%206v6a6%206%200%200%201-6%206H7a6%206%200%200%201-6-6Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22m10.5%2010l-.172-.172a2.83%202.83%200%200%200-2-.828v0A2.83%202.83%200%200%200%205.5%2011.828v.344A2.83%202.83%200%200%200%208.328%2015v0c.75%200%201.47-.298%202-.828L10.5%2014m8-4l-.172-.172a2.83%202.83%200%200%200-2-.828v0a2.83%202.83%200%200%200-2.828%202.828v.344A2.83%202.83%200%200%200%2016.328%2015v0c.75%200%201.47-.298%202-.828L18.5%2014%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%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M1%2015V9a6%206%200%200%201%206-6h10a6%206%200%200%201%206%206v6a6%206%200%200%201-6%206H7a6%206%200%200%201-6-6Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22m10.5%2010l-.172-.172a2.83%202.83%200%200%200-2-.828v0A2.83%202.83%200%200%200%205.5%2011.828v.344A2.83%202.83%200%200%200%208.328%2015v0c.75%200%201.47-.298%202-.828L10.5%2014m8-4l-.172-.172a2.83%202.83%200%200%200-2-.828v0a2.83%202.83%200%200%200-2.828%202.828v.344A2.83%202.83%200%200%200%2016.328%2015v0c.75%200%201.47-.298%202-.828L18.5%2014%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/iconoir/closed-captions-tag.svg?color=%231a73e8&size=48