video upload icon

video-upload-fill from Mage Icons by MageIcons · Fill · Apache-2.0 Free for personal and commercial use.

Name
video-upload-fill
Set
Mage Icons
Style
Fill
Viewbox
24×24
License
Apache 2.0

1 other variant in Mage Icons

The same icon in other sets

Related icons in Mage Icons

Use the video upload icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.93 8.33a2.06 2.06 0 0 0-.86-.77a2.11 2.11 0 0 0-2.2.24l-2.52 2v-.9a4.37 4.37 0 0 0-2.68-4A4.4 4.4 0 0 0 12 4.57H6.1a4.3 4.3 0 0 0-1.67.33a4.38 4.38 0 0 0-2.35 2.36a4.3 4.3 0 0 0-.33 1.66v6.17a4.34 4.34 0 0 0 4.35 4.34h5.83a4.37 4.37 0 0 0 4.017-2.677a4.3 4.3 0 0 0 .333-1.663v-.9l2.52 2c.289.23.634.378 1 .43h.25a2 2 0 0 0 .9-.21a2.13 2.13 0 0 0 .98-.78a2.05 2.05 0 0 0 .32-1.11V9.37a2.1 2.1 0 0 0-.32-1.04m-10.06 3.78a.75.75 0 0 1-1.06 0l-1-1v3.38a.75.75 0 1 1-1.5 0v-3.38l-1 1a.74.74 0 0 1-1.06 0a.75.75 0 0 1 0-1.06l2-2a1.4 1.4 0 0 1 .39-.27q.227-.09.47-.09a1.15 1.15 0 0 1 .85.36l2 2a.75.75 0 0 1-.13 1.06z"/></svg>

React

import type { SVGProps } from "react";

export function MageVideoUploadFill(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" d="M21.93 8.33a2.06 2.06 0 0 0-.86-.77a2.11 2.11 0 0 0-2.2.24l-2.52 2v-.9a4.37 4.37 0 0 0-2.68-4A4.4 4.4 0 0 0 12 4.57H6.1a4.3 4.3 0 0 0-1.67.33a4.38 4.38 0 0 0-2.35 2.36a4.3 4.3 0 0 0-.33 1.66v6.17a4.34 4.34 0 0 0 4.35 4.34h5.83a4.37 4.37 0 0 0 4.017-2.677a4.3 4.3 0 0 0 .333-1.663v-.9l2.52 2c.289.23.634.378 1 .43h.25a2 2 0 0 0 .9-.21a2.13 2.13 0 0 0 .98-.78a2.05 2.05 0 0 0 .32-1.11V9.37a2.1 2.1 0 0 0-.32-1.04m-10.06 3.78a.75.75 0 0 1-1.06 0l-1-1v3.38a.75.75 0 1 1-1.5 0v-3.38l-1 1a.74.74 0 0 1-1.06 0a.75.75 0 0 1 0-1.06l2-2a1.4 1.4 0 0 1 .39-.27q.227-.09.47-.09a1.15 1.15 0 0 1 .85.36l2 2a.75.75 0 0 1-.13 1.06z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.93 8.33a2.06 2.06 0 0 0-.86-.77a2.11 2.11 0 0 0-2.2.24l-2.52 2v-.9a4.37 4.37 0 0 0-2.68-4A4.4 4.4 0 0 0 12 4.57H6.1a4.3 4.3 0 0 0-1.67.33a4.38 4.38 0 0 0-2.35 2.36a4.3 4.3 0 0 0-.33 1.66v6.17a4.34 4.34 0 0 0 4.35 4.34h5.83a4.37 4.37 0 0 0 4.017-2.677a4.3 4.3 0 0 0 .333-1.663v-.9l2.52 2c.289.23.634.378 1 .43h.25a2 2 0 0 0 .9-.21a2.13 2.13 0 0 0 .98-.78a2.05 2.05 0 0 0 .32-1.11V9.37a2.1 2.1 0 0 0-.32-1.04m-10.06 3.78a.75.75 0 0 1-1.06 0l-1-1v3.38a.75.75 0 1 1-1.5 0v-3.38l-1 1a.74.74 0 0 1-1.06 0a.75.75 0 0 1 0-1.06l2-2a1.4 1.4 0 0 1 .39-.27q.227-.09.47-.09a1.15 1.15 0 0 1 .85.36l2 2a.75.75 0 0 1-.13 1.06z"/></svg>
</template>

CSS

.icon-video-upload-fill {
  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%20d%3D%22M21.93%208.33a2.06%202.06%200%200%200-.86-.77a2.11%202.11%200%200%200-2.2.24l-2.52%202v-.9a4.37%204.37%200%200%200-2.68-4A4.4%204.4%200%200%200%2012%204.57H6.1a4.3%204.3%200%200%200-1.67.33a4.38%204.38%200%200%200-2.35%202.36a4.3%204.3%200%200%200-.33%201.66v6.17a4.34%204.34%200%200%200%204.35%204.34h5.83a4.37%204.37%200%200%200%204.017-2.677a4.3%204.3%200%200%200%20.333-1.663v-.9l2.52%202c.289.23.634.378%201%20.43h.25a2%202%200%200%200%20.9-.21a2.13%202.13%200%200%200%20.98-.78a2.05%202.05%200%200%200%20.32-1.11V9.37a2.1%202.1%200%200%200-.32-1.04m-10.06%203.78a.75.75%200%200%201-1.06%200l-1-1v3.38a.75.75%200%201%201-1.5%200v-3.38l-1%201a.74.74%200%200%201-1.06%200a.75.75%200%200%201%200-1.06l2-2a1.4%201.4%200%200%201%20.39-.27q.227-.09.47-.09a1.15%201.15%200%200%201%20.85.36l2%202a.75.75%200%200%201-.13%201.06z%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%20d%3D%22M21.93%208.33a2.06%202.06%200%200%200-.86-.77a2.11%202.11%200%200%200-2.2.24l-2.52%202v-.9a4.37%204.37%200%200%200-2.68-4A4.4%204.4%200%200%200%2012%204.57H6.1a4.3%204.3%200%200%200-1.67.33a4.38%204.38%200%200%200-2.35%202.36a4.3%204.3%200%200%200-.33%201.66v6.17a4.34%204.34%200%200%200%204.35%204.34h5.83a4.37%204.37%200%200%200%204.017-2.677a4.3%204.3%200%200%200%20.333-1.663v-.9l2.52%202c.289.23.634.378%201%20.43h.25a2%202%200%200%200%20.9-.21a2.13%202.13%200%200%200%20.98-.78a2.05%202.05%200%200%200%20.32-1.11V9.37a2.1%202.1%200%200%200-.32-1.04m-10.06%203.78a.75.75%200%200%201-1.06%200l-1-1v3.38a.75.75%200%201%201-1.5%200v-3.38l-1%201a.74.74%200%200%201-1.06%200a.75.75%200%200%201%200-1.06l2-2a1.4%201.4%200%200%201%20.39-.27q.227-.09.47-.09a1.15%201.15%200%200%201%20.85.36l2%202a.75.75%200%200%201-.13%201.06z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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