video time icon
video-time from Reicon by REICON · Outline · Newicons · MIT Free for personal and commercial use.
- Name
- video-time
- Set
- Reicon
- Style
- Outline
- Category
- Newicons
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
More newicons icons from Reicon
Use the video time 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-linejoin="round" stroke-width="1.5"><path d="M22 9v6c0 .22 0 .44-.02.65A4.46 4.46 0 0 0 18.5 14c-1.06 0-2.04.37-2.81.99A4.45 4.45 0 0 0 14 18.5c0 1.41.64 2.66 1.65 3.48c-.21.02-.43.02-.65.02H9c-5 0-7-2-7-7V9c0-5 2-7 7-7h6c5 0 7 2 7 7M2.52 7.11h18.96m-12.96-5v4.86m6.96-4.86v4.41"/><path stroke-miterlimit="10" d="M23 18.5c0 1.35-.6 2.55-1.53 3.38c-.8.69-1.83 1.12-2.97 1.12c-1.08 0-2.08-.38-2.85-1.02A4.46 4.46 0 0 1 14 18.5c0-1.42.65-2.69 1.69-3.51A4.47 4.47 0 0 1 18.5 14c1.41 0 2.66.64 3.48 1.65c.64.77 1.02 1.77 1.02 2.85"/><path stroke-miterlimit="10" d="M18.78 17.09v1.69l-1.4.84"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconVideoTime(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" strokeLinejoin="round" strokeWidth="1.5"><path d="M22 9v6c0 .22 0 .44-.02.65A4.46 4.46 0 0 0 18.5 14c-1.06 0-2.04.37-2.81.99A4.45 4.45 0 0 0 14 18.5c0 1.41.64 2.66 1.65 3.48c-.21.02-.43.02-.65.02H9c-5 0-7-2-7-7V9c0-5 2-7 7-7h6c5 0 7 2 7 7M2.52 7.11h18.96m-12.96-5v4.86m6.96-4.86v4.41"/><path strokeMiterlimit="10" d="M23 18.5c0 1.35-.6 2.55-1.53 3.38c-.8.69-1.83 1.12-2.97 1.12c-1.08 0-2.08-.38-2.85-1.02A4.46 4.46 0 0 1 14 18.5c0-1.42.65-2.69 1.69-3.51A4.47 4.47 0 0 1 18.5 14c1.41 0 2.66.64 3.48 1.65c.64.77 1.02 1.77 1.02 2.85"/><path strokeMiterlimit="10" d="M18.78 17.09v1.69l-1.4.84"/></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-linejoin="round" stroke-width="1.5"><path d="M22 9v6c0 .22 0 .44-.02.65A4.46 4.46 0 0 0 18.5 14c-1.06 0-2.04.37-2.81.99A4.45 4.45 0 0 0 14 18.5c0 1.41.64 2.66 1.65 3.48c-.21.02-.43.02-.65.02H9c-5 0-7-2-7-7V9c0-5 2-7 7-7h6c5 0 7 2 7 7M2.52 7.11h18.96m-12.96-5v4.86m6.96-4.86v4.41"/><path stroke-miterlimit="10" d="M23 18.5c0 1.35-.6 2.55-1.53 3.38c-.8.69-1.83 1.12-2.97 1.12c-1.08 0-2.08-.38-2.85-1.02A4.46 4.46 0 0 1 14 18.5c0-1.42.65-2.69 1.69-3.51A4.47 4.47 0 0 1 18.5 14c1.41 0 2.66.64 3.48 1.65c.64.77 1.02 1.77 1.02 2.85"/><path stroke-miterlimit="10" d="M18.78 17.09v1.69l-1.4.84"/></g></svg> </template>
CSS
.icon-video-time {
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-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M22%209v6c0%20.22%200%20.44-.02.65A4.46%204.46%200%200%200%2018.5%2014c-1.06%200-2.04.37-2.81.99A4.45%204.45%200%200%200%2014%2018.5c0%201.41.64%202.66%201.65%203.48c-.21.02-.43.02-.65.02H9c-5%200-7-2-7-7V9c0-5%202-7%207-7h6c5%200%207%202%207%207M2.52%207.11h18.96m-12.96-5v4.86m6.96-4.86v4.41%22%2F%3E%3Cpath%20stroke-miterlimit%3D%2210%22%20d%3D%22M23%2018.5c0%201.35-.6%202.55-1.53%203.38c-.8.69-1.83%201.12-2.97%201.12c-1.08%200-2.08-.38-2.85-1.02A4.46%204.46%200%200%201%2014%2018.5c0-1.42.65-2.69%201.69-3.51A4.47%204.47%200%200%201%2018.5%2014c1.41%200%202.66.64%203.48%201.65c.64.77%201.02%201.77%201.02%202.85%22%2F%3E%3Cpath%20stroke-miterlimit%3D%2210%22%20d%3D%22M18.78%2017.09v1.69l-1.4.84%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-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M22%209v6c0%20.22%200%20.44-.02.65A4.46%204.46%200%200%200%2018.5%2014c-1.06%200-2.04.37-2.81.99A4.45%204.45%200%200%200%2014%2018.5c0%201.41.64%202.66%201.65%203.48c-.21.02-.43.02-.65.02H9c-5%200-7-2-7-7V9c0-5%202-7%207-7h6c5%200%207%202%207%207M2.52%207.11h18.96m-12.96-5v4.86m6.96-4.86v4.41%22%2F%3E%3Cpath%20stroke-miterlimit%3D%2210%22%20d%3D%22M23%2018.5c0%201.35-.6%202.55-1.53%203.38c-.8.69-1.83%201.12-2.97%201.12c-1.08%200-2.08-.38-2.85-1.02A4.46%204.46%200%200%201%2014%2018.5c0-1.42.65-2.69%201.69-3.51A4.47%204.47%200%200%201%2018.5%2014c1.41%200%202.66.64%203.48%201.65c.64.77%201.02%201.77%201.02%202.85%22%2F%3E%3Cpath%20stroke-miterlimit%3D%2210%22%20d%3D%22M18.78%2017.09v1.69l-1.4.84%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/video-time.svg?color=%231a73e8&size=48