video player icon
video-player-fill from Mage Icons by MageIcons · Fill · Apache-2.0 Free for personal and commercial use.
- Name
- video-player-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 player icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.706 6.259h-4.328V2.212a6.14 6.14 0 0 1 4.328 4.047M6.65 2.212v4.047H2.275A6.13 6.13 0 0 1 6.65 2.212M15.613 2H8.415v4.259h7.198zM22 8.024H2.004a.7.7 0 0 0 0 .152v7.647A6.177 6.177 0 0 0 8.156 22h7.645a6.186 6.186 0 0 0 6.176-6.177V8.176A.7.7 0 0 0 22 8.024m-6.328 7.14a1.4 1.4 0 0 1-.376.448l-3.53 2.47a1.26 1.26 0 0 1-.634.224h-.118a1.27 1.27 0 0 1-1.059-.541c-.13-.195-.2-.425-.2-.66v-4.61c-.001-.23.064-.455.189-.648c.13-.177.299-.322.494-.423c.2-.09.416-.135.635-.13c.211.01.417.07.6.177L15.2 13.6a1.18 1.18 0 0 1 .589.976c.016.204-.025.407-.118.589"/></svg>
React
import type { SVGProps } from "react";
export function MageVideoPlayerFill(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.706 6.259h-4.328V2.212a6.14 6.14 0 0 1 4.328 4.047M6.65 2.212v4.047H2.275A6.13 6.13 0 0 1 6.65 2.212M15.613 2H8.415v4.259h7.198zM22 8.024H2.004a.7.7 0 0 0 0 .152v7.647A6.177 6.177 0 0 0 8.156 22h7.645a6.186 6.186 0 0 0 6.176-6.177V8.176A.7.7 0 0 0 22 8.024m-6.328 7.14a1.4 1.4 0 0 1-.376.448l-3.53 2.47a1.26 1.26 0 0 1-.634.224h-.118a1.27 1.27 0 0 1-1.059-.541c-.13-.195-.2-.425-.2-.66v-4.61c-.001-.23.064-.455.189-.648c.13-.177.299-.322.494-.423c.2-.09.416-.135.635-.13c.211.01.417.07.6.177L15.2 13.6a1.18 1.18 0 0 1 .589.976c.016.204-.025.407-.118.589"/></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.706 6.259h-4.328V2.212a6.14 6.14 0 0 1 4.328 4.047M6.65 2.212v4.047H2.275A6.13 6.13 0 0 1 6.65 2.212M15.613 2H8.415v4.259h7.198zM22 8.024H2.004a.7.7 0 0 0 0 .152v7.647A6.177 6.177 0 0 0 8.156 22h7.645a6.186 6.186 0 0 0 6.176-6.177V8.176A.7.7 0 0 0 22 8.024m-6.328 7.14a1.4 1.4 0 0 1-.376.448l-3.53 2.47a1.26 1.26 0 0 1-.634.224h-.118a1.27 1.27 0 0 1-1.059-.541c-.13-.195-.2-.425-.2-.66v-4.61c-.001-.23.064-.455.189-.648c.13-.177.299-.322.494-.423c.2-.09.416-.135.635-.13c.211.01.417.07.6.177L15.2 13.6a1.18 1.18 0 0 1 .589.976c.016.204-.025.407-.118.589"/></svg> </template>
CSS
.icon-video-player-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.706%206.259h-4.328V2.212a6.14%206.14%200%200%201%204.328%204.047M6.65%202.212v4.047H2.275A6.13%206.13%200%200%201%206.65%202.212M15.613%202H8.415v4.259h7.198zM22%208.024H2.004a.7.7%200%200%200%200%20.152v7.647A6.177%206.177%200%200%200%208.156%2022h7.645a6.186%206.186%200%200%200%206.176-6.177V8.176A.7.7%200%200%200%2022%208.024m-6.328%207.14a1.4%201.4%200%200%201-.376.448l-3.53%202.47a1.26%201.26%200%200%201-.634.224h-.118a1.27%201.27%200%200%201-1.059-.541c-.13-.195-.2-.425-.2-.66v-4.61c-.001-.23.064-.455.189-.648c.13-.177.299-.322.494-.423c.2-.09.416-.135.635-.13c.211.01.417.07.6.177L15.2%2013.6a1.18%201.18%200%200%201%20.589.976c.016.204-.025.407-.118.589%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.706%206.259h-4.328V2.212a6.14%206.14%200%200%201%204.328%204.047M6.65%202.212v4.047H2.275A6.13%206.13%200%200%201%206.65%202.212M15.613%202H8.415v4.259h7.198zM22%208.024H2.004a.7.7%200%200%200%200%20.152v7.647A6.177%206.177%200%200%200%208.156%2022h7.645a6.186%206.186%200%200%200%206.176-6.177V8.176A.7.7%200%200%200%2022%208.024m-6.328%207.14a1.4%201.4%200%200%201-.376.448l-3.53%202.47a1.26%201.26%200%200%201-.634.224h-.118a1.27%201.27%200%200%201-1.059-.541c-.13-.195-.2-.425-.2-.66v-4.61c-.001-.23.064-.455.189-.648c.13-.177.299-.322.494-.423c.2-.09.416-.135.635-.13c.211.01.417.07.6.177L15.2%2013.6a1.18%201.18%200%200%201%20.589.976c.016.204-.025.407-.118.589%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mage/video-player-fill.svg?color=%231a73e8&size=48