video icon
video-fill from MingCute Icon by MingCute Design · Fill · Apache-2.0 Free for personal and commercial use.
- Name
- video-fill
- Set
- MingCute Icon
- Style
- Fill
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in MingCute Icon
The same icon in other sets
videoAkar IconsvideoBoxIcons v2videoBoxIcons v2 SolidvideoCarbonvideoCatppuccin Iconsvideo-fillEva IconsvideoFont Awesome 6 SolidvideoFont Awesome SolidvideoFeather Iconsvideo-16-filledFluent UI System Iconsvideo-16Fluent UI System Color IconsvideoHealth IconsvideoIconParkvideoIconPark OutlinevideoIconPark SolidvideoIconPark TwoTonevideoLine AwesomevideoLucidevideoMage IconsvideoMajesticonsvideoMaterial Icon ThemevideoMaterial Design IconsvideoMyna UI Iconsvideo-16Octicons
Related icons in MingCute Icon
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" d="M20 3a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2zm-9.66 4.638a1.235 1.235 0 0 0-1.715.992a29 29 0 0 0-.176 3.264c0 1.55.112 2.719.176 3.264c.097.82.952 1.319 1.715.991a28 28 0 0 0 2.915-1.481a28 28 0 0 0 2.742-1.784a1.234 1.234 0 0 0 0-1.98a28 28 0 0 0-2.741-1.786a28 28 0 0 0-2.916-1.48"/></svg>
React
import type { SVGProps } from "react";
export function MingcuteVideoFill(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="M20 3a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2zm-9.66 4.638a1.235 1.235 0 0 0-1.715.992a29 29 0 0 0-.176 3.264c0 1.55.112 2.719.176 3.264c.097.82.952 1.319 1.715.991a28 28 0 0 0 2.915-1.481a28 28 0 0 0 2.742-1.784a1.234 1.234 0 0 0 0-1.98a28 28 0 0 0-2.741-1.786a28 28 0 0 0-2.916-1.48"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20 3a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2zm-9.66 4.638a1.235 1.235 0 0 0-1.715.992a29 29 0 0 0-.176 3.264c0 1.55.112 2.719.176 3.264c.097.82.952 1.319 1.715.991a28 28 0 0 0 2.915-1.481a28 28 0 0 0 2.742-1.784a1.234 1.234 0 0 0 0-1.98a28 28 0 0 0-2.741-1.786a28 28 0 0 0-2.916-1.48"/></svg> </template>
CSS
.icon-video-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%22M20%203a2%202%200%200%201%202%202v14a2%202%200%200%201-2%202H4a2%202%200%200%201-2-2V5a2%202%200%200%201%202-2zm-9.66%204.638a1.235%201.235%200%200%200-1.715.992a29%2029%200%200%200-.176%203.264c0%201.55.112%202.719.176%203.264c.097.82.952%201.319%201.715.991a28%2028%200%200%200%202.915-1.481a28%2028%200%200%200%202.742-1.784a1.234%201.234%200%200%200%200-1.98a28%2028%200%200%200-2.741-1.786a28%2028%200%200%200-2.916-1.48%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%22M20%203a2%202%200%200%201%202%202v14a2%202%200%200%201-2%202H4a2%202%200%200%201-2-2V5a2%202%200%200%201%202-2zm-9.66%204.638a1.235%201.235%200%200%200-1.715.992a29%2029%200%200%200-.176%203.264c0%201.55.112%202.719.176%203.264c.097.82.952%201.319%201.715.991a28%2028%200%200%200%202.915-1.481a28%2028%200%200%200%202.742-1.784a1.234%201.234%200%200%200%200-1.98a28%2028%200%200%200-2.741-1.786a28%2028%200%200%200-2.916-1.48%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mingcute/video-fill.svg?color=%231a73e8&size=48