open caption icon
open-caption from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- open-caption
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Related icons in Huge Icons
Use the open caption 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-linecap="round" stroke-width="1.5"><path d="M2 10.5c0-3.316 0-4.975 1.053-6.082q.253-.265.554-.49C4.862 3 6.741 3 10.5 3h3c3.759 0 5.638 0 6.892.929q.302.223.555.49C22 5.524 22 7.183 22 10.5s0 4.975-1.053 6.082q-.253.265-.555.49C19.138 18 17.26 18 13.5 18h-3c-3.759 0-5.638 0-6.893-.929a4.3 4.3 0 0 1-.554-.49C2 15.476 2 13.817 2 10.5Z"/><path d="M10.5 7.5H10c-.932 0-1.398 0-1.765.152a2 2 0 0 0-1.083 1.083C7 9.102 7 9.568 7 10.5s0 1.398.152 1.765a2 2 0 0 0 1.083 1.083c.367.152.833.152 1.765.152h.5m6.5-6h-.5c-.932 0-1.398 0-1.765.152a2 2 0 0 0-1.083 1.083c-.152.367-.152.833-.152 1.765s0 1.398.152 1.765a2 2 0 0 0 1.083 1.083c.367.152.833.152 1.765.152h.5M2 21h20"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsOpenCaption(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" strokeLinecap="round" strokeWidth="1.5"><path d="M2 10.5c0-3.316 0-4.975 1.053-6.082q.253-.265.554-.49C4.862 3 6.741 3 10.5 3h3c3.759 0 5.638 0 6.892.929q.302.223.555.49C22 5.524 22 7.183 22 10.5s0 4.975-1.053 6.082q-.253.265-.555.49C19.138 18 17.26 18 13.5 18h-3c-3.759 0-5.638 0-6.893-.929a4.3 4.3 0 0 1-.554-.49C2 15.476 2 13.817 2 10.5Z"/><path d="M10.5 7.5H10c-.932 0-1.398 0-1.765.152a2 2 0 0 0-1.083 1.083C7 9.102 7 9.568 7 10.5s0 1.398.152 1.765a2 2 0 0 0 1.083 1.083c.367.152.833.152 1.765.152h.5m6.5-6h-.5c-.932 0-1.398 0-1.765.152a2 2 0 0 0-1.083 1.083c-.152.367-.152.833-.152 1.765s0 1.398.152 1.765a2 2 0 0 0 1.083 1.083c.367.152.833.152 1.765.152h.5M2 21h20"/></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-linecap="round" stroke-width="1.5"><path d="M2 10.5c0-3.316 0-4.975 1.053-6.082q.253-.265.554-.49C4.862 3 6.741 3 10.5 3h3c3.759 0 5.638 0 6.892.929q.302.223.555.49C22 5.524 22 7.183 22 10.5s0 4.975-1.053 6.082q-.253.265-.555.49C19.138 18 17.26 18 13.5 18h-3c-3.759 0-5.638 0-6.893-.929a4.3 4.3 0 0 1-.554-.49C2 15.476 2 13.817 2 10.5Z"/><path d="M10.5 7.5H10c-.932 0-1.398 0-1.765.152a2 2 0 0 0-1.083 1.083C7 9.102 7 9.568 7 10.5s0 1.398.152 1.765a2 2 0 0 0 1.083 1.083c.367.152.833.152 1.765.152h.5m6.5-6h-.5c-.932 0-1.398 0-1.765.152a2 2 0 0 0-1.083 1.083c-.152.367-.152.833-.152 1.765s0 1.398.152 1.765a2 2 0 0 0 1.083 1.083c.367.152.833.152 1.765.152h.5M2 21h20"/></g></svg> </template>
CSS
.icon-open-caption {
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-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M2%2010.5c0-3.316%200-4.975%201.053-6.082q.253-.265.554-.49C4.862%203%206.741%203%2010.5%203h3c3.759%200%205.638%200%206.892.929q.302.223.555.49C22%205.524%2022%207.183%2022%2010.5s0%204.975-1.053%206.082q-.253.265-.555.49C19.138%2018%2017.26%2018%2013.5%2018h-3c-3.759%200-5.638%200-6.893-.929a4.3%204.3%200%200%201-.554-.49C2%2015.476%202%2013.817%202%2010.5Z%22%2F%3E%3Cpath%20d%3D%22M10.5%207.5H10c-.932%200-1.398%200-1.765.152a2%202%200%200%200-1.083%201.083C7%209.102%207%209.568%207%2010.5s0%201.398.152%201.765a2%202%200%200%200%201.083%201.083c.367.152.833.152%201.765.152h.5m6.5-6h-.5c-.932%200-1.398%200-1.765.152a2%202%200%200%200-1.083%201.083c-.152.367-.152.833-.152%201.765s0%201.398.152%201.765a2%202%200%200%200%201.083%201.083c.367.152.833.152%201.765.152h.5M2%2021h20%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-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M2%2010.5c0-3.316%200-4.975%201.053-6.082q.253-.265.554-.49C4.862%203%206.741%203%2010.5%203h3c3.759%200%205.638%200%206.892.929q.302.223.555.49C22%205.524%2022%207.183%2022%2010.5s0%204.975-1.053%206.082q-.253.265-.555.49C19.138%2018%2017.26%2018%2013.5%2018h-3c-3.759%200-5.638%200-6.893-.929a4.3%204.3%200%200%201-.554-.49C2%2015.476%202%2013.817%202%2010.5Z%22%2F%3E%3Cpath%20d%3D%22M10.5%207.5H10c-.932%200-1.398%200-1.765.152a2%202%200%200%200-1.083%201.083C7%209.102%207%209.568%207%2010.5s0%201.398.152%201.765a2%202%200%200%200%201.083%201.083c.367.152.833.152%201.765.152h.5m6.5-6h-.5c-.932%200-1.398%200-1.765.152a2%202%200%200%200-1.083%201.083c-.152.367-.152.833-.152%201.765s0%201.398.152%201.765a2%202%200%200%200%201.083%201.083c.367.152.833.152%201.765.152h.5M2%2021h20%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/open-caption.svg?color=%231a73e8&size=48