video lib icon

video-lib-filled from Reicon by REICON · Filled · Video · MIT Free for personal and commercial use.

Name
video-lib-filled
Set
Reicon
Style
Filled
Category
Video
Viewbox
24×24
License
MIT

2 other variants in Reicon

More video icons from Reicon

Use the video lib icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M8.51 2h6.98c.232 0 .41 0 .566.015c1.108.109 2.015.775 2.4 1.672H5.544c.385-.897 1.292-1.563 2.4-1.672C8.098 2 8.276 2 8.51 2m-2.2 2.723c-1.39 0-2.53.84-2.91 1.954l-.024.07c.398-.12.813-.2 1.232-.253c1.08-.139 2.446-.139 4.032-.139h6.892c1.586 0 2.951 0 4.032.139c.42.054.834.132 1.232.253l-.023-.07c-.38-1.114-1.52-1.954-2.911-1.954z"/><path fill-rule="evenodd" d="M15.328 7.542H8.672c-3.374 0-5.062 0-6.01.987s-.725 2.511-.278 5.56l.422 2.892c.35 2.391.525 3.587 1.422 4.303c.898.716 2.22.716 4.867.716h5.81c2.646 0 3.97 0 4.867-.716s1.072-1.912 1.422-4.303l.422-2.891c.447-3.05.67-4.574-.278-5.561s-2.636-.987-6.01-.987m-.747 8.252c.559-.346.559-1.242 0-1.588l-3.371-2.09c-.543-.337-1.21.101-1.21.794v4.18c0 .693.667 1.13 1.21.794z" clip-rule="evenodd"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconVideoLibFilled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M8.51 2h6.98c.232 0 .41 0 .566.015c1.108.109 2.015.775 2.4 1.672H5.544c.385-.897 1.292-1.563 2.4-1.672C8.098 2 8.276 2 8.51 2m-2.2 2.723c-1.39 0-2.53.84-2.91 1.954l-.024.07c.398-.12.813-.2 1.232-.253c1.08-.139 2.446-.139 4.032-.139h6.892c1.586 0 2.951 0 4.032.139c.42.054.834.132 1.232.253l-.023-.07c-.38-1.114-1.52-1.954-2.911-1.954z"/><path fillRule="evenodd" d="M15.328 7.542H8.672c-3.374 0-5.062 0-6.01.987s-.725 2.511-.278 5.56l.422 2.892c.35 2.391.525 3.587 1.422 4.303c.898.716 2.22.716 4.867.716h5.81c2.646 0 3.97 0 4.867-.716s1.072-1.912 1.422-4.303l.422-2.891c.447-3.05.67-4.574-.278-5.561s-2.636-.987-6.01-.987m-.747 8.252c.559-.346.559-1.242 0-1.588l-3.371-2.09c-.543-.337-1.21.101-1.21.794v4.18c0 .693.667 1.13 1.21.794z" clipRule="evenodd"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M8.51 2h6.98c.232 0 .41 0 .566.015c1.108.109 2.015.775 2.4 1.672H5.544c.385-.897 1.292-1.563 2.4-1.672C8.098 2 8.276 2 8.51 2m-2.2 2.723c-1.39 0-2.53.84-2.91 1.954l-.024.07c.398-.12.813-.2 1.232-.253c1.08-.139 2.446-.139 4.032-.139h6.892c1.586 0 2.951 0 4.032.139c.42.054.834.132 1.232.253l-.023-.07c-.38-1.114-1.52-1.954-2.911-1.954z"/><path fill-rule="evenodd" d="M15.328 7.542H8.672c-3.374 0-5.062 0-6.01.987s-.725 2.511-.278 5.56l.422 2.892c.35 2.391.525 3.587 1.422 4.303c.898.716 2.22.716 4.867.716h5.81c2.646 0 3.97 0 4.867-.716s1.072-1.912 1.422-4.303l.422-2.891c.447-3.05.67-4.574-.278-5.561s-2.636-.987-6.01-.987m-.747 8.252c.559-.346.559-1.242 0-1.588l-3.371-2.09c-.543-.337-1.21.101-1.21.794v4.18c0 .693.667 1.13 1.21.794z" clip-rule="evenodd"/></g></svg>
</template>

CSS

.icon-video-lib-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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M8.51%202h6.98c.232%200%20.41%200%20.566.015c1.108.109%202.015.775%202.4%201.672H5.544c.385-.897%201.292-1.563%202.4-1.672C8.098%202%208.276%202%208.51%202m-2.2%202.723c-1.39%200-2.53.84-2.91%201.954l-.024.07c.398-.12.813-.2%201.232-.253c1.08-.139%202.446-.139%204.032-.139h6.892c1.586%200%202.951%200%204.032.139c.42.054.834.132%201.232.253l-.023-.07c-.38-1.114-1.52-1.954-2.911-1.954z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M15.328%207.542H8.672c-3.374%200-5.062%200-6.01.987s-.725%202.511-.278%205.56l.422%202.892c.35%202.391.525%203.587%201.422%204.303c.898.716%202.22.716%204.867.716h5.81c2.646%200%203.97%200%204.867-.716s1.072-1.912%201.422-4.303l.422-2.891c.447-3.05.67-4.574-.278-5.561s-2.636-.987-6.01-.987m-.747%208.252c.559-.346.559-1.242%200-1.588l-3.371-2.09c-.543-.337-1.21.101-1.21.794v4.18c0%20.693.667%201.13%201.21.794z%22%20clip-rule%3D%22evenodd%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%22currentColor%22%3E%3Cpath%20d%3D%22M8.51%202h6.98c.232%200%20.41%200%20.566.015c1.108.109%202.015.775%202.4%201.672H5.544c.385-.897%201.292-1.563%202.4-1.672C8.098%202%208.276%202%208.51%202m-2.2%202.723c-1.39%200-2.53.84-2.91%201.954l-.024.07c.398-.12.813-.2%201.232-.253c1.08-.139%202.446-.139%204.032-.139h6.892c1.586%200%202.951%200%204.032.139c.42.054.834.132%201.232.253l-.023-.07c-.38-1.114-1.52-1.954-2.911-1.954z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M15.328%207.542H8.672c-3.374%200-5.062%200-6.01.987s-.725%202.511-.278%205.56l.422%202.892c.35%202.391.525%203.587%201.422%204.303c.898.716%202.22.716%204.867.716h5.81c2.646%200%203.97%200%204.867-.716s1.072-1.912%201.422-4.303l.422-2.891c.447-3.05.67-4.574-.278-5.561s-2.636-.987-6.01-.987m-.747%208.252c.559-.346.559-1.242%200-1.588l-3.371-2.09c-.543-.337-1.21.101-1.21.794v4.18c0%20.693.667%201.13%201.21.794z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/video-lib-filled.svg?color=%231a73e8&size=48