video3 icon
video3-filled from Reicon by REICON · Filled · Newicons · MIT Free for personal and commercial use.
- Name
- video3-filled
- Set
- Reicon
- Style
- Filled
- Category
- Newicons
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
More newicons icons from Reicon
Use the video3 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.15 6.17c-.41-.22-1.27-.45-2.44.37l-1.47 1.04c-.11-3.11-1.46-4.33-4.74-4.33h-6C3.08 3.25 1.75 4.58 1.75 8v8c0 2.3 1.25 4.75 4.75 4.75h6c3.28 0 4.63-1.22 4.74-4.33l1.47 1.04c.62.44 1.16.58 1.59.58c.37 0 .66-.11.85-.21c.41-.21 1.1-.78 1.1-2.21V8.38c0-1.43-.69-2-1.1-2.21M11 11.38c-1.03 0-1.88-.84-1.88-1.88S9.97 7.62 11 7.62s1.88.84 1.88 1.88s-.85 1.88-1.88 1.88"/></svg>
React
import type { SVGProps } from "react";
export function ReiconVideo3Filled(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.15 6.17c-.41-.22-1.27-.45-2.44.37l-1.47 1.04c-.11-3.11-1.46-4.33-4.74-4.33h-6C3.08 3.25 1.75 4.58 1.75 8v8c0 2.3 1.25 4.75 4.75 4.75h6c3.28 0 4.63-1.22 4.74-4.33l1.47 1.04c.62.44 1.16.58 1.59.58c.37 0 .66-.11.85-.21c.41-.21 1.1-.78 1.1-2.21V8.38c0-1.43-.69-2-1.1-2.21M11 11.38c-1.03 0-1.88-.84-1.88-1.88S9.97 7.62 11 7.62s1.88.84 1.88 1.88s-.85 1.88-1.88 1.88"/></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.15 6.17c-.41-.22-1.27-.45-2.44.37l-1.47 1.04c-.11-3.11-1.46-4.33-4.74-4.33h-6C3.08 3.25 1.75 4.58 1.75 8v8c0 2.3 1.25 4.75 4.75 4.75h6c3.28 0 4.63-1.22 4.74-4.33l1.47 1.04c.62.44 1.16.58 1.59.58c.37 0 .66-.11.85-.21c.41-.21 1.1-.78 1.1-2.21V8.38c0-1.43-.69-2-1.1-2.21M11 11.38c-1.03 0-1.88-.84-1.88-1.88S9.97 7.62 11 7.62s1.88.84 1.88 1.88s-.85 1.88-1.88 1.88"/></svg> </template>
CSS
.icon-video3-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M21.15%206.17c-.41-.22-1.27-.45-2.44.37l-1.47%201.04c-.11-3.11-1.46-4.33-4.74-4.33h-6C3.08%203.25%201.75%204.58%201.75%208v8c0%202.3%201.25%204.75%204.75%204.75h6c3.28%200%204.63-1.22%204.74-4.33l1.47%201.04c.62.44%201.16.58%201.59.58c.37%200%20.66-.11.85-.21c.41-.21%201.1-.78%201.1-2.21V8.38c0-1.43-.69-2-1.1-2.21M11%2011.38c-1.03%200-1.88-.84-1.88-1.88S9.97%207.62%2011%207.62s1.88.84%201.88%201.88s-.85%201.88-1.88%201.88%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.15%206.17c-.41-.22-1.27-.45-2.44.37l-1.47%201.04c-.11-3.11-1.46-4.33-4.74-4.33h-6C3.08%203.25%201.75%204.58%201.75%208v8c0%202.3%201.25%204.75%204.75%204.75h6c3.28%200%204.63-1.22%204.74-4.33l1.47%201.04c.62.44%201.16.58%201.59.58c.37%200%20.66-.11.85-.21c.41-.21%201.1-.78%201.1-2.21V8.38c0-1.43-.69-2-1.1-2.21M11%2011.38c-1.03%200-1.88-.84-1.88-1.88S9.97%207.62%2011%207.62s1.88.84%201.88%201.88s-.85%201.88-1.88%201.88%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/video3-filled.svg?color=%231a73e8&size=48