video player icon
video-player from Mage Icons by MageIcons · Outline · Apache-2.0 Free for personal and commercial use.
- Name
- video-player
- Set
- Mage Icons
- Style
- Outline
- 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"><g fill="none" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" stroke-linejoin="round" d="M3.196 7.873h17.608m-4.997 0V2.877M8.193 7.873V2.877m1.947 9.051v4.922c0 .101.032.2.091.286c.06.085.145.154.246.199a.66.66 0 0 0 .633-.057l3.798-2.65a.56.56 0 0 0 .176-.199a.5.5 0 0 0-.02-.492a.6.6 0 0 0-.192-.186l-3.798-2.272a.66.66 0 0 0-.616-.025a.6.6 0 0 0-.232.198a.5.5 0 0 0-.086.276"/><rect width="18.5" height="18.5" x="2.75" y="2.75" rx="6"/></g></svg>
React
import type { SVGProps } from "react";
export function MageVideoPlayer(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeWidth="1.5"><path strokeLinecap="round" strokeLinejoin="round" d="M3.196 7.873h17.608m-4.997 0V2.877M8.193 7.873V2.877m1.947 9.051v4.922c0 .101.032.2.091.286c.06.085.145.154.246.199a.66.66 0 0 0 .633-.057l3.798-2.65a.56.56 0 0 0 .176-.199a.5.5 0 0 0-.02-.492a.6.6 0 0 0-.192-.186l-3.798-2.272a.66.66 0 0 0-.616-.025a.6.6 0 0 0-.232.198a.5.5 0 0 0-.086.276"/><rect width="18.5" height="18.5" x="2.75" y="2.75" rx="6"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" stroke-linejoin="round" d="M3.196 7.873h17.608m-4.997 0V2.877M8.193 7.873V2.877m1.947 9.051v4.922c0 .101.032.2.091.286c.06.085.145.154.246.199a.66.66 0 0 0 .633-.057l3.798-2.65a.56.56 0 0 0 .176-.199a.5.5 0 0 0-.02-.492a.6.6 0 0 0-.192-.186l-3.798-2.272a.66.66 0 0 0-.616-.025a.6.6 0 0 0-.232.198a.5.5 0 0 0-.086.276"/><rect width="18.5" height="18.5" x="2.75" y="2.75" rx="6"/></g></svg> </template>
CSS
.icon-video-player {
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%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M3.196%207.873h17.608m-4.997%200V2.877M8.193%207.873V2.877m1.947%209.051v4.922c0%20.101.032.2.091.286c.06.085.145.154.246.199a.66.66%200%200%200%20.633-.057l3.798-2.65a.56.56%200%200%200%20.176-.199a.5.5%200%200%200-.02-.492a.6.6%200%200%200-.192-.186l-3.798-2.272a.66.66%200%200%200-.616-.025a.6.6%200%200%200-.232.198a.5.5%200%200%200-.086.276%22%2F%3E%3Crect%20width%3D%2218.5%22%20height%3D%2218.5%22%20x%3D%222.75%22%20y%3D%222.75%22%20rx%3D%226%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%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M3.196%207.873h17.608m-4.997%200V2.877M8.193%207.873V2.877m1.947%209.051v4.922c0%20.101.032.2.091.286c.06.085.145.154.246.199a.66.66%200%200%200%20.633-.057l3.798-2.65a.56.56%200%200%200%20.176-.199a.5.5%200%200%200-.02-.492a.6.6%200%200%200-.192-.186l-3.798-2.272a.66.66%200%200%200-.616-.025a.6.6%200%200%200-.232.198a.5.5%200%200%200-.086.276%22%2F%3E%3Crect%20width%3D%2218.5%22%20height%3D%2218.5%22%20x%3D%222.75%22%20y%3D%222.75%22%20rx%3D%226%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mage/video-player.svg?color=%231a73e8&size=48