video camera filled icon
video-camera-filled from Element Plus by Element Plus · Outline · MIT Free for personal and commercial use.
- Name
- video-camera-filled
- Set
- Element Plus
- Style
- Outline
- Viewbox
- 1024×1024
- License
- MIT
Related icons in Element Plus
Use the video camera filled icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="m768 576l192-64v320l-192-64v96a32 32 0 0 1-32 32H96a32 32 0 0 1-32-32V480a32 32 0 0 1 32-32h640a32 32 0 0 1 32 32zM192 768v64h384v-64zm192-480a160 160 0 0 1 320 0a160 160 0 0 1-320 0m64 0a96 96 0 1 0 192 0a96 96 0 0 0-192 0m-320 32a128 128 0 1 1 256 0a128 128 0 0 1-256 0m64 0a64 64 0 1 0 128 0a64 64 0 0 0-128 0"/></svg>
React
import type { SVGProps } from "react";
export function EpVideoCameraFilled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="m768 576l192-64v320l-192-64v96a32 32 0 0 1-32 32H96a32 32 0 0 1-32-32V480a32 32 0 0 1 32-32h640a32 32 0 0 1 32 32zM192 768v64h384v-64zm192-480a160 160 0 0 1 320 0a160 160 0 0 1-320 0m64 0a96 96 0 1 0 192 0a96 96 0 0 0-192 0m-320 32a128 128 0 1 1 256 0a128 128 0 0 1-256 0m64 0a64 64 0 1 0 128 0a64 64 0 0 0-128 0"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="m768 576l192-64v320l-192-64v96a32 32 0 0 1-32 32H96a32 32 0 0 1-32-32V480a32 32 0 0 1 32-32h640a32 32 0 0 1 32 32zM192 768v64h384v-64zm192-480a160 160 0 0 1 320 0a160 160 0 0 1-320 0m64 0a96 96 0 1 0 192 0a96 96 0 0 0-192 0m-320 32a128 128 0 1 1 256 0a128 128 0 0 1-256 0m64 0a64 64 0 1 0 128 0a64 64 0 0 0-128 0"/></svg> </template>
CSS
.icon-video-camera-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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m768%20576l192-64v320l-192-64v96a32%2032%200%200%201-32%2032H96a32%2032%200%200%201-32-32V480a32%2032%200%200%201%2032-32h640a32%2032%200%200%201%2032%2032zM192%20768v64h384v-64zm192-480a160%20160%200%200%201%20320%200a160%20160%200%200%201-320%200m64%200a96%2096%200%201%200%20192%200a96%2096%200%200%200-192%200m-320%2032a128%20128%200%201%201%20256%200a128%20128%200%200%201-256%200m64%200a64%2064%200%201%200%20128%200a64%2064%200%200%200-128%200%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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m768%20576l192-64v320l-192-64v96a32%2032%200%200%201-32%2032H96a32%2032%200%200%201-32-32V480a32%2032%200%200%201%2032-32h640a32%2032%200%200%201%2032%2032zM192%20768v64h384v-64zm192-480a160%20160%200%200%201%20320%200a160%20160%200%200%201-320%200m64%200a96%2096%200%201%200%20192%200a96%2096%200%200%200-192%200m-320%2032a128%20128%200%201%201%20256%200a128%20128%200%200%201-256%200m64%200a64%2064%200%201%200%20128%200a64%2064%200%200%200-128%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ep/video-camera-filled.svg?color=%231a73e8&size=48