video time icon

video-time-filled from Reicon by REICON · Filled · Newicons · MIT Free for personal and commercial use.

Name
video-time-filled
Set
Reicon
Style
Filled
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="currentColor"><path d="M21.98 15.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.77.64 1.77 1.02 2.85 1.02c1.14 0 2.17-.43 2.97-1.12A4.52 4.52 0 0 0 23 18.5c0-1.08-.38-2.08-1.02-2.85m-2.45 3.13c0 .26-.14.51-.36.64l-1.41.84c-.12.07-.25.11-.39.11c-.25 0-.5-.13-.64-.36c-.21-.36-.1-.82.26-1.03l1.04-.62V17.1c0-.41.34-.75.75-.75s.75.34.75.75zm-4.8-12.92V2.5c0-.28-.22-.5-.5-.5H9.77c-.28 0-.5.22-.5.5v3.36c0 .28.22.5.5.5h4.46c.28 0 .5-.22.5-.5M7.249 2.02c-2.56.16-4.31 1.48-4.96 3.68c-.1.33.14.66.48.66h4.5c.28 0 .5-.22.5-.5V2.52a.5.5 0 0 0-.52-.5m9.501-.011c2.56.16 4.31 1.48 4.96 3.68c.1.33-.14.66-.48.66h-4.5c-.28 0-.5-.22-.5-.5v-3.34a.5.5 0 0 1 .52-.5"/><path d="M22 8.36v4.38c0 .37-.39.61-.72.44a6.01 6.01 0 0 0-7.08 1.13a5.94 5.94 0 0 0-1.7 4.19c0 .81.32 1.85.72 2.72c.16.35-.08.78-.47.78H7.81C4.6 22 2 19.4 2 16.19V8.36c0-.28.22-.5.5-.5h19c.28 0 .5.22.5.5"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconVideoTimeFilled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M21.98 15.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.77.64 1.77 1.02 2.85 1.02c1.14 0 2.17-.43 2.97-1.12A4.52 4.52 0 0 0 23 18.5c0-1.08-.38-2.08-1.02-2.85m-2.45 3.13c0 .26-.14.51-.36.64l-1.41.84c-.12.07-.25.11-.39.11c-.25 0-.5-.13-.64-.36c-.21-.36-.1-.82.26-1.03l1.04-.62V17.1c0-.41.34-.75.75-.75s.75.34.75.75zm-4.8-12.92V2.5c0-.28-.22-.5-.5-.5H9.77c-.28 0-.5.22-.5.5v3.36c0 .28.22.5.5.5h4.46c.28 0 .5-.22.5-.5M7.249 2.02c-2.56.16-4.31 1.48-4.96 3.68c-.1.33.14.66.48.66h4.5c.28 0 .5-.22.5-.5V2.52a.5.5 0 0 0-.52-.5m9.501-.011c2.56.16 4.31 1.48 4.96 3.68c.1.33-.14.66-.48.66h-4.5c-.28 0-.5-.22-.5-.5v-3.34a.5.5 0 0 1 .52-.5"/><path d="M22 8.36v4.38c0 .37-.39.61-.72.44a6.01 6.01 0 0 0-7.08 1.13a5.94 5.94 0 0 0-1.7 4.19c0 .81.32 1.85.72 2.72c.16.35-.08.78-.47.78H7.81C4.6 22 2 19.4 2 16.19V8.36c0-.28.22-.5.5-.5h19c.28 0 .5.22.5.5"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M21.98 15.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.77.64 1.77 1.02 2.85 1.02c1.14 0 2.17-.43 2.97-1.12A4.52 4.52 0 0 0 23 18.5c0-1.08-.38-2.08-1.02-2.85m-2.45 3.13c0 .26-.14.51-.36.64l-1.41.84c-.12.07-.25.11-.39.11c-.25 0-.5-.13-.64-.36c-.21-.36-.1-.82.26-1.03l1.04-.62V17.1c0-.41.34-.75.75-.75s.75.34.75.75zm-4.8-12.92V2.5c0-.28-.22-.5-.5-.5H9.77c-.28 0-.5.22-.5.5v3.36c0 .28.22.5.5.5h4.46c.28 0 .5-.22.5-.5M7.249 2.02c-2.56.16-4.31 1.48-4.96 3.68c-.1.33.14.66.48.66h4.5c.28 0 .5-.22.5-.5V2.52a.5.5 0 0 0-.52-.5m9.501-.011c2.56.16 4.31 1.48 4.96 3.68c.1.33-.14.66-.48.66h-4.5c-.28 0-.5-.22-.5-.5v-3.34a.5.5 0 0 1 .52-.5"/><path d="M22 8.36v4.38c0 .37-.39.61-.72.44a6.01 6.01 0 0 0-7.08 1.13a5.94 5.94 0 0 0-1.7 4.19c0 .81.32 1.85.72 2.72c.16.35-.08.78-.47.78H7.81C4.6 22 2 19.4 2 16.19V8.36c0-.28.22-.5.5-.5h19c.28 0 .5.22.5.5"/></g></svg>
</template>

CSS

.icon-video-time-filled {
  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%22currentColor%22%3E%3Cpath%20d%3D%22M21.98%2015.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.77.64%201.77%201.02%202.85%201.02c1.14%200%202.17-.43%202.97-1.12A4.52%204.52%200%200%200%2023%2018.5c0-1.08-.38-2.08-1.02-2.85m-2.45%203.13c0%20.26-.14.51-.36.64l-1.41.84c-.12.07-.25.11-.39.11c-.25%200-.5-.13-.64-.36c-.21-.36-.1-.82.26-1.03l1.04-.62V17.1c0-.41.34-.75.75-.75s.75.34.75.75zm-4.8-12.92V2.5c0-.28-.22-.5-.5-.5H9.77c-.28%200-.5.22-.5.5v3.36c0%20.28.22.5.5.5h4.46c.28%200%20.5-.22.5-.5M7.249%202.02c-2.56.16-4.31%201.48-4.96%203.68c-.1.33.14.66.48.66h4.5c.28%200%20.5-.22.5-.5V2.52a.5.5%200%200%200-.52-.5m9.501-.011c2.56.16%204.31%201.48%204.96%203.68c.1.33-.14.66-.48.66h-4.5c-.28%200-.5-.22-.5-.5v-3.34a.5.5%200%200%201%20.52-.5%22%2F%3E%3Cpath%20d%3D%22M22%208.36v4.38c0%20.37-.39.61-.72.44a6.01%206.01%200%200%200-7.08%201.13a5.94%205.94%200%200%200-1.7%204.19c0%20.81.32%201.85.72%202.72c.16.35-.08.78-.47.78H7.81C4.6%2022%202%2019.4%202%2016.19V8.36c0-.28.22-.5.5-.5h19c.28%200%20.5.22.5.5%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%22currentColor%22%3E%3Cpath%20d%3D%22M21.98%2015.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.77.64%201.77%201.02%202.85%201.02c1.14%200%202.17-.43%202.97-1.12A4.52%204.52%200%200%200%2023%2018.5c0-1.08-.38-2.08-1.02-2.85m-2.45%203.13c0%20.26-.14.51-.36.64l-1.41.84c-.12.07-.25.11-.39.11c-.25%200-.5-.13-.64-.36c-.21-.36-.1-.82.26-1.03l1.04-.62V17.1c0-.41.34-.75.75-.75s.75.34.75.75zm-4.8-12.92V2.5c0-.28-.22-.5-.5-.5H9.77c-.28%200-.5.22-.5.5v3.36c0%20.28.22.5.5.5h4.46c.28%200%20.5-.22.5-.5M7.249%202.02c-2.56.16-4.31%201.48-4.96%203.68c-.1.33.14.66.48.66h4.5c.28%200%20.5-.22.5-.5V2.52a.5.5%200%200%200-.52-.5m9.501-.011c2.56.16%204.31%201.48%204.96%203.68c.1.33-.14.66-.48.66h-4.5c-.28%200-.5-.22-.5-.5v-3.34a.5.5%200%200%201%20.52-.5%22%2F%3E%3Cpath%20d%3D%22M22%208.36v4.38c0%20.37-.39.61-.72.44a6.01%206.01%200%200%200-7.08%201.13a5.94%205.94%200%200%200-1.7%204.19c0%20.81.32%201.85.72%202.72c.16.35-.08.78-.47.78H7.81C4.6%2022%202%2019.4%202%2016.19V8.36c0-.28.22-.5.5-.5h19c.28%200%20.5.22.5.5%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-filled.svg?color=%231a73e8&size=48