video from Reicon by REICON · Outline · Video · MIT Free for personal and commercial use.

Name
video
Set
Reicon
Style
Outline
Category
Video
Viewbox
24×24
License
MIT

1 other variant in Reicon

The same icon in other sets

All video icons →

More video icons from Reicon

Use the video icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M12.332 3.75H6.168c-.883 0-1.591 0-2.164.047c-.588.048-1.099.149-1.57.389A4 4 0 0 0 .686 5.934c-.24.471-.341.982-.39 1.57C.25 8.077.25 8.785.25 9.668v4.664c0 .883 0 1.591.047 2.164c.048.588.149 1.099.389 1.57a4 4 0 0 0 1.748 1.748c.471.24.982.341 1.57.39c.573.046 1.281.046 2.164.046h6.164c.883 0 1.591 0 2.164-.047c.588-.048 1.099-.149 1.57-.389a4 4 0 0 0 1.748-1.748c.24-.471.341-.982.39-1.57c.03-.373.04-.804.044-1.302l2.742 2.492c1.06.964 2.76.212 2.76-1.22V7.535c0-1.433-1.7-2.185-2.76-1.221l-2.742 2.492a18 18 0 0 0-.045-1.302c-.048-.588-.149-1.099-.389-1.57a4 4 0 0 0-1.748-1.748c-.471-.24-.982-.341-1.57-.39c-.573-.046-1.281-.046-2.164-.046m5.918 7.082v2.336L22 16.577a.14.14 0 0 0 .076.04a.2.2 0 0 0 .085-.014a.16.16 0 0 0 .066-.054a.14.14 0 0 0 .023-.083V7.535a.14.14 0 0 0-.023-.084a.16.16 0 0 0-.066-.054a.16.16 0 0 0-.085-.013a.14.14 0 0 0-.077.04zM16.75 9.7c0-.922 0-1.57-.042-2.074c-.04-.495-.116-.787-.23-1.011a2.5 2.5 0 0 0-1.093-1.093c-.224-.114-.516-.19-1.011-.23c-.505-.041-1.152-.042-2.074-.042H6.2c-.922 0-1.57 0-2.074.042c-.495.04-.787.116-1.011.23a2.5 2.5 0 0 0-1.093 1.093c-.114.224-.19.516-.23 1.011c-.041.505-.042 1.152-.042 2.074v4.6c0 .922 0 1.57.042 2.073c.04.496.116.788.23 1.012a2.5 2.5 0 0 0 1.093 1.092c.224.115.516.19 1.011.231c.505.041 1.152.042 2.074.042h6.1c.922 0 1.57 0 2.073-.042c.496-.04.788-.116 1.012-.23a2.5 2.5 0 0 0 1.092-1.093c.115-.224.19-.516.231-1.012c.041-.504.042-1.15.042-2.073z" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function ReiconVideo(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fillRule="evenodd" d="M12.332 3.75H6.168c-.883 0-1.591 0-2.164.047c-.588.048-1.099.149-1.57.389A4 4 0 0 0 .686 5.934c-.24.471-.341.982-.39 1.57C.25 8.077.25 8.785.25 9.668v4.664c0 .883 0 1.591.047 2.164c.048.588.149 1.099.389 1.57a4 4 0 0 0 1.748 1.748c.471.24.982.341 1.57.39c.573.046 1.281.046 2.164.046h6.164c.883 0 1.591 0 2.164-.047c.588-.048 1.099-.149 1.57-.389a4 4 0 0 0 1.748-1.748c.24-.471.341-.982.39-1.57c.03-.373.04-.804.044-1.302l2.742 2.492c1.06.964 2.76.212 2.76-1.22V7.535c0-1.433-1.7-2.185-2.76-1.221l-2.742 2.492a18 18 0 0 0-.045-1.302c-.048-.588-.149-1.099-.389-1.57a4 4 0 0 0-1.748-1.748c-.471-.24-.982-.341-1.57-.39c-.573-.046-1.281-.046-2.164-.046m5.918 7.082v2.336L22 16.577a.14.14 0 0 0 .076.04a.2.2 0 0 0 .085-.014a.16.16 0 0 0 .066-.054a.14.14 0 0 0 .023-.083V7.535a.14.14 0 0 0-.023-.084a.16.16 0 0 0-.066-.054a.16.16 0 0 0-.085-.013a.14.14 0 0 0-.077.04zM16.75 9.7c0-.922 0-1.57-.042-2.074c-.04-.495-.116-.787-.23-1.011a2.5 2.5 0 0 0-1.093-1.093c-.224-.114-.516-.19-1.011-.23c-.505-.041-1.152-.042-2.074-.042H6.2c-.922 0-1.57 0-2.074.042c-.495.04-.787.116-1.011.23a2.5 2.5 0 0 0-1.093 1.093c-.114.224-.19.516-.23 1.011c-.041.505-.042 1.152-.042 2.074v4.6c0 .922 0 1.57.042 2.073c.04.496.116.788.23 1.012a2.5 2.5 0 0 0 1.093 1.092c.224.115.516.19 1.011.231c.505.041 1.152.042 2.074.042h6.1c.922 0 1.57 0 2.073-.042c.496-.04.788-.116 1.012-.23a2.5 2.5 0 0 0 1.092-1.093c.115-.224.19-.516.231-1.012c.041-.504.042-1.15.042-2.073z" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M12.332 3.75H6.168c-.883 0-1.591 0-2.164.047c-.588.048-1.099.149-1.57.389A4 4 0 0 0 .686 5.934c-.24.471-.341.982-.39 1.57C.25 8.077.25 8.785.25 9.668v4.664c0 .883 0 1.591.047 2.164c.048.588.149 1.099.389 1.57a4 4 0 0 0 1.748 1.748c.471.24.982.341 1.57.39c.573.046 1.281.046 2.164.046h6.164c.883 0 1.591 0 2.164-.047c.588-.048 1.099-.149 1.57-.389a4 4 0 0 0 1.748-1.748c.24-.471.341-.982.39-1.57c.03-.373.04-.804.044-1.302l2.742 2.492c1.06.964 2.76.212 2.76-1.22V7.535c0-1.433-1.7-2.185-2.76-1.221l-2.742 2.492a18 18 0 0 0-.045-1.302c-.048-.588-.149-1.099-.389-1.57a4 4 0 0 0-1.748-1.748c-.471-.24-.982-.341-1.57-.39c-.573-.046-1.281-.046-2.164-.046m5.918 7.082v2.336L22 16.577a.14.14 0 0 0 .076.04a.2.2 0 0 0 .085-.014a.16.16 0 0 0 .066-.054a.14.14 0 0 0 .023-.083V7.535a.14.14 0 0 0-.023-.084a.16.16 0 0 0-.066-.054a.16.16 0 0 0-.085-.013a.14.14 0 0 0-.077.04zM16.75 9.7c0-.922 0-1.57-.042-2.074c-.04-.495-.116-.787-.23-1.011a2.5 2.5 0 0 0-1.093-1.093c-.224-.114-.516-.19-1.011-.23c-.505-.041-1.152-.042-2.074-.042H6.2c-.922 0-1.57 0-2.074.042c-.495.04-.787.116-1.011.23a2.5 2.5 0 0 0-1.093 1.093c-.114.224-.19.516-.23 1.011c-.041.505-.042 1.152-.042 2.074v4.6c0 .922 0 1.57.042 2.073c.04.496.116.788.23 1.012a2.5 2.5 0 0 0 1.093 1.092c.224.115.516.19 1.011.231c.505.041 1.152.042 2.074.042h6.1c.922 0 1.57 0 2.073-.042c.496-.04.788-.116 1.012-.23a2.5 2.5 0 0 0 1.092-1.093c.115-.224.19-.516.231-1.012c.041-.504.042-1.15.042-2.073z" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-video {
  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%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M12.332%203.75H6.168c-.883%200-1.591%200-2.164.047c-.588.048-1.099.149-1.57.389A4%204%200%200%200%20.686%205.934c-.24.471-.341.982-.39%201.57C.25%208.077.25%208.785.25%209.668v4.664c0%20.883%200%201.591.047%202.164c.048.588.149%201.099.389%201.57a4%204%200%200%200%201.748%201.748c.471.24.982.341%201.57.39c.573.046%201.281.046%202.164.046h6.164c.883%200%201.591%200%202.164-.047c.588-.048%201.099-.149%201.57-.389a4%204%200%200%200%201.748-1.748c.24-.471.341-.982.39-1.57c.03-.373.04-.804.044-1.302l2.742%202.492c1.06.964%202.76.212%202.76-1.22V7.535c0-1.433-1.7-2.185-2.76-1.221l-2.742%202.492a18%2018%200%200%200-.045-1.302c-.048-.588-.149-1.099-.389-1.57a4%204%200%200%200-1.748-1.748c-.471-.24-.982-.341-1.57-.39c-.573-.046-1.281-.046-2.164-.046m5.918%207.082v2.336L22%2016.577a.14.14%200%200%200%20.076.04a.2.2%200%200%200%20.085-.014a.16.16%200%200%200%20.066-.054a.14.14%200%200%200%20.023-.083V7.535a.14.14%200%200%200-.023-.084a.16.16%200%200%200-.066-.054a.16.16%200%200%200-.085-.013a.14.14%200%200%200-.077.04zM16.75%209.7c0-.922%200-1.57-.042-2.074c-.04-.495-.116-.787-.23-1.011a2.5%202.5%200%200%200-1.093-1.093c-.224-.114-.516-.19-1.011-.23c-.505-.041-1.152-.042-2.074-.042H6.2c-.922%200-1.57%200-2.074.042c-.495.04-.787.116-1.011.23a2.5%202.5%200%200%200-1.093%201.093c-.114.224-.19.516-.23%201.011c-.041.505-.042%201.152-.042%202.074v4.6c0%20.922%200%201.57.042%202.073c.04.496.116.788.23%201.012a2.5%202.5%200%200%200%201.093%201.092c.224.115.516.19%201.011.231c.505.041%201.152.042%202.074.042h6.1c.922%200%201.57%200%202.073-.042c.496-.04.788-.116%201.012-.23a2.5%202.5%200%200%200%201.092-1.093c.115-.224.19-.516.231-1.012c.041-.504.042-1.15.042-2.073z%22%20clip-rule%3D%22evenodd%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M12.332%203.75H6.168c-.883%200-1.591%200-2.164.047c-.588.048-1.099.149-1.57.389A4%204%200%200%200%20.686%205.934c-.24.471-.341.982-.39%201.57C.25%208.077.25%208.785.25%209.668v4.664c0%20.883%200%201.591.047%202.164c.048.588.149%201.099.389%201.57a4%204%200%200%200%201.748%201.748c.471.24.982.341%201.57.39c.573.046%201.281.046%202.164.046h6.164c.883%200%201.591%200%202.164-.047c.588-.048%201.099-.149%201.57-.389a4%204%200%200%200%201.748-1.748c.24-.471.341-.982.39-1.57c.03-.373.04-.804.044-1.302l2.742%202.492c1.06.964%202.76.212%202.76-1.22V7.535c0-1.433-1.7-2.185-2.76-1.221l-2.742%202.492a18%2018%200%200%200-.045-1.302c-.048-.588-.149-1.099-.389-1.57a4%204%200%200%200-1.748-1.748c-.471-.24-.982-.341-1.57-.39c-.573-.046-1.281-.046-2.164-.046m5.918%207.082v2.336L22%2016.577a.14.14%200%200%200%20.076.04a.2.2%200%200%200%20.085-.014a.16.16%200%200%200%20.066-.054a.14.14%200%200%200%20.023-.083V7.535a.14.14%200%200%200-.023-.084a.16.16%200%200%200-.066-.054a.16.16%200%200%200-.085-.013a.14.14%200%200%200-.077.04zM16.75%209.7c0-.922%200-1.57-.042-2.074c-.04-.495-.116-.787-.23-1.011a2.5%202.5%200%200%200-1.093-1.093c-.224-.114-.516-.19-1.011-.23c-.505-.041-1.152-.042-2.074-.042H6.2c-.922%200-1.57%200-2.074.042c-.495.04-.787.116-1.011.23a2.5%202.5%200%200%200-1.093%201.093c-.114.224-.19.516-.23%201.011c-.041.505-.042%201.152-.042%202.074v4.6c0%20.922%200%201.57.042%202.073c.04.496.116.788.23%201.012a2.5%202.5%200%200%200%201.093%201.092c.224.115.516.19%201.011.231c.505.041%201.152.042%202.074.042h6.1c.922%200%201.57%200%202.073-.042c.496-.04.788-.116%201.012-.23a2.5%202.5%200%200%200%201.092-1.093c.115-.224.19-.516.231-1.012c.041-.504.042-1.15.042-2.073z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/video.svg?color=%231a73e8&size=48