video from Keyline Icons by Keyline Icons · Stroke · MIT Free for personal and commercial use.

Name
video
Set
Keyline Icons
Style
Stroke
Viewbox
24×24
License
MIT

7 other variants in Keyline Icons

The same icon in other sets

Use the video icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 12L13 12C14.6569 12 16 13.3431 16 15L16 18C16 19.6569 14.6569 21 13 21L5 21C3.3431 21 2 19.6569 2 18L2 15C2 13.3431 3.3431 12 5 12ZM16 15L20.5528 12.7236C21.2177 12.3912 22 12.8747 22 13.618L22 19.382C22 20.1253 21.2177 20.6088 20.5528 20.2764L16 18M8 5.5C8 6.8807 6.8807 8 5.5 8C4.1193 8 3 6.8807 3 5.5C3 4.1193 4.1193 3 5.5 3C6.8807 3 8 4.1193 8 5.5ZM17 5.5C17 6.8807 15.8807 8 14.5 8C13.1193 8 12 6.8807 12 5.5C12 4.1193 13.1193 3 14.5 3C15.8807 3 17 4.1193 17 5.5Z"/></svg>

React

import type { SVGProps } from "react";

export function KeylineIconsVideo(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M5 12L13 12C14.6569 12 16 13.3431 16 15L16 18C16 19.6569 14.6569 21 13 21L5 21C3.3431 21 2 19.6569 2 18L2 15C2 13.3431 3.3431 12 5 12ZM16 15L20.5528 12.7236C21.2177 12.3912 22 12.8747 22 13.618L22 19.382C22 20.1253 21.2177 20.6088 20.5528 20.2764L16 18M8 5.5C8 6.8807 6.8807 8 5.5 8C4.1193 8 3 6.8807 3 5.5C3 4.1193 4.1193 3 5.5 3C6.8807 3 8 4.1193 8 5.5ZM17 5.5C17 6.8807 15.8807 8 14.5 8C13.1193 8 12 6.8807 12 5.5C12 4.1193 13.1193 3 14.5 3C15.8807 3 17 4.1193 17 5.5Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 12L13 12C14.6569 12 16 13.3431 16 15L16 18C16 19.6569 14.6569 21 13 21L5 21C3.3431 21 2 19.6569 2 18L2 15C2 13.3431 3.3431 12 5 12ZM16 15L20.5528 12.7236C21.2177 12.3912 22 12.8747 22 13.618L22 19.382C22 20.1253 21.2177 20.6088 20.5528 20.2764L16 18M8 5.5C8 6.8807 6.8807 8 5.5 8C4.1193 8 3 6.8807 3 5.5C3 4.1193 4.1193 3 5.5 3C6.8807 3 8 4.1193 8 5.5ZM17 5.5C17 6.8807 15.8807 8 14.5 8C13.1193 8 12 6.8807 12 5.5C12 4.1193 13.1193 3 14.5 3C15.8807 3 17 4.1193 17 5.5Z"/></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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M5%2012L13%2012C14.6569%2012%2016%2013.3431%2016%2015L16%2018C16%2019.6569%2014.6569%2021%2013%2021L5%2021C3.3431%2021%202%2019.6569%202%2018L2%2015C2%2013.3431%203.3431%2012%205%2012ZM16%2015L20.5528%2012.7236C21.2177%2012.3912%2022%2012.8747%2022%2013.618L22%2019.382C22%2020.1253%2021.2177%2020.6088%2020.5528%2020.2764L16%2018M8%205.5C8%206.8807%206.8807%208%205.5%208C4.1193%208%203%206.8807%203%205.5C3%204.1193%204.1193%203%205.5%203C6.8807%203%208%204.1193%208%205.5ZM17%205.5C17%206.8807%2015.8807%208%2014.5%208C13.1193%208%2012%206.8807%2012%205.5C12%204.1193%2013.1193%203%2014.5%203C15.8807%203%2017%204.1193%2017%205.5Z%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M5%2012L13%2012C14.6569%2012%2016%2013.3431%2016%2015L16%2018C16%2019.6569%2014.6569%2021%2013%2021L5%2021C3.3431%2021%202%2019.6569%202%2018L2%2015C2%2013.3431%203.3431%2012%205%2012ZM16%2015L20.5528%2012.7236C21.2177%2012.3912%2022%2012.8747%2022%2013.618L22%2019.382C22%2020.1253%2021.2177%2020.6088%2020.5528%2020.2764L16%2018M8%205.5C8%206.8807%206.8807%208%205.5%208C4.1193%208%203%206.8807%203%205.5C3%204.1193%204.1193%203%205.5%203C6.8807%203%208%204.1193%208%205.5ZM17%205.5C17%206.8807%2015.8807%208%2014.5%208C13.1193%208%2012%206.8807%2012%205.5C12%204.1193%2013.1193%203%2014.5%203C15.8807%203%2017%204.1193%2017%205.5Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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