video add icon

video-add from Reicon by REICON · Outline · Newicons · MIT Free for personal and commercial use.

Name
video-add
Set
Reicon
Style
Outline
Category
Newicons
Viewbox
24×24
License
MIT

1 other variant in Reicon

The same icon in other sets

All video add icons →

More newicons icons from Reicon

Use the video add 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-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M22 9v6c0 .23 0 .45-.02.67c-.04-.06-.09-.12-.14-.17c-.01-.01-.02-.03-.03-.04c-.81-.9-2-1.46-3.31-1.46c-1.26 0-2.41.52-3.23 1.36a4.5 4.5 0 0 0-.62 5.46c.22.37.5.71.82.99c.02.01.03.02.04.03c.05.05.1.09.16.14c-.21.02-.44.02-.67.02H9c-5 0-7-2-7-7V9c0-5 2-7 7-7h6c5 0 7 2 7 7M2.52 7.11h18.96m-12.96-5v4.86m6.96-4.86v4.41"/><path stroke-miterlimit="10" d="M23 18.5c0 .36-.04.71-.13 1.05c-.11.45-.29.88-.52 1.27A4.49 4.49 0 0 1 18.5 23a4.35 4.35 0 0 1-2.82-1.02h-.01c-.06-.05-.11-.09-.16-.14a.1.1 0 0 0-.04-.03c-.32-.28-.6-.62-.82-.99a4.5 4.5 0 0 1 .62-5.46c.82-.84 1.97-1.36 3.23-1.36c1.31 0 2.5.56 3.31 1.46c.01.01.02.03.03.04c.05.05.1.11.14.17c.64.77 1.02 1.76 1.02 2.83m-2.82-.02h-3.36m1.68-1.64v3.36"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconVideoAdd(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" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"><path d="M22 9v6c0 .23 0 .45-.02.67c-.04-.06-.09-.12-.14-.17c-.01-.01-.02-.03-.03-.04c-.81-.9-2-1.46-3.31-1.46c-1.26 0-2.41.52-3.23 1.36a4.5 4.5 0 0 0-.62 5.46c.22.37.5.71.82.99c.02.01.03.02.04.03c.05.05.1.09.16.14c-.21.02-.44.02-.67.02H9c-5 0-7-2-7-7V9c0-5 2-7 7-7h6c5 0 7 2 7 7M2.52 7.11h18.96m-12.96-5v4.86m6.96-4.86v4.41"/><path strokeMiterlimit="10" d="M23 18.5c0 .36-.04.71-.13 1.05c-.11.45-.29.88-.52 1.27A4.49 4.49 0 0 1 18.5 23a4.35 4.35 0 0 1-2.82-1.02h-.01c-.06-.05-.11-.09-.16-.14a.1.1 0 0 0-.04-.03c-.32-.28-.6-.62-.82-.99a4.5 4.5 0 0 1 .62-5.46c.82-.84 1.97-1.36 3.23-1.36c1.31 0 2.5.56 3.31 1.46c.01.01.02.03.03.04c.05.05.1.11.14.17c.64.77 1.02 1.76 1.02 2.83m-2.82-.02h-3.36m1.68-1.64v3.36"/></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-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M22 9v6c0 .23 0 .45-.02.67c-.04-.06-.09-.12-.14-.17c-.01-.01-.02-.03-.03-.04c-.81-.9-2-1.46-3.31-1.46c-1.26 0-2.41.52-3.23 1.36a4.5 4.5 0 0 0-.62 5.46c.22.37.5.71.82.99c.02.01.03.02.04.03c.05.05.1.09.16.14c-.21.02-.44.02-.67.02H9c-5 0-7-2-7-7V9c0-5 2-7 7-7h6c5 0 7 2 7 7M2.52 7.11h18.96m-12.96-5v4.86m6.96-4.86v4.41"/><path stroke-miterlimit="10" d="M23 18.5c0 .36-.04.71-.13 1.05c-.11.45-.29.88-.52 1.27A4.49 4.49 0 0 1 18.5 23a4.35 4.35 0 0 1-2.82-1.02h-.01c-.06-.05-.11-.09-.16-.14a.1.1 0 0 0-.04-.03c-.32-.28-.6-.62-.82-.99a4.5 4.5 0 0 1 .62-5.46c.82-.84 1.97-1.36 3.23-1.36c1.31 0 2.5.56 3.31 1.46c.01.01.02.03.03.04c.05.05.1.11.14.17c.64.77 1.02 1.76 1.02 2.83m-2.82-.02h-3.36m1.68-1.64v3.36"/></g></svg>
</template>

CSS

.icon-video-add {
  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-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M22%209v6c0%20.23%200%20.45-.02.67c-.04-.06-.09-.12-.14-.17c-.01-.01-.02-.03-.03-.04c-.81-.9-2-1.46-3.31-1.46c-1.26%200-2.41.52-3.23%201.36a4.5%204.5%200%200%200-.62%205.46c.22.37.5.71.82.99c.02.01.03.02.04.03c.05.05.1.09.16.14c-.21.02-.44.02-.67.02H9c-5%200-7-2-7-7V9c0-5%202-7%207-7h6c5%200%207%202%207%207M2.52%207.11h18.96m-12.96-5v4.86m6.96-4.86v4.41%22%2F%3E%3Cpath%20stroke-miterlimit%3D%2210%22%20d%3D%22M23%2018.5c0%20.36-.04.71-.13%201.05c-.11.45-.29.88-.52%201.27A4.49%204.49%200%200%201%2018.5%2023a4.35%204.35%200%200%201-2.82-1.02h-.01c-.06-.05-.11-.09-.16-.14a.1.1%200%200%200-.04-.03c-.32-.28-.6-.62-.82-.99a4.5%204.5%200%200%201%20.62-5.46c.82-.84%201.97-1.36%203.23-1.36c1.31%200%202.5.56%203.31%201.46c.01.01.02.03.03.04c.05.05.1.11.14.17c.64.77%201.02%201.76%201.02%202.83m-2.82-.02h-3.36m1.68-1.64v3.36%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-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M22%209v6c0%20.23%200%20.45-.02.67c-.04-.06-.09-.12-.14-.17c-.01-.01-.02-.03-.03-.04c-.81-.9-2-1.46-3.31-1.46c-1.26%200-2.41.52-3.23%201.36a4.5%204.5%200%200%200-.62%205.46c.22.37.5.71.82.99c.02.01.03.02.04.03c.05.05.1.09.16.14c-.21.02-.44.02-.67.02H9c-5%200-7-2-7-7V9c0-5%202-7%207-7h6c5%200%207%202%207%207M2.52%207.11h18.96m-12.96-5v4.86m6.96-4.86v4.41%22%2F%3E%3Cpath%20stroke-miterlimit%3D%2210%22%20d%3D%22M23%2018.5c0%20.36-.04.71-.13%201.05c-.11.45-.29.88-.52%201.27A4.49%204.49%200%200%201%2018.5%2023a4.35%204.35%200%200%201-2.82-1.02h-.01c-.06-.05-.11-.09-.16-.14a.1.1%200%200%200-.04-.03c-.32-.28-.6-.62-.82-.99a4.5%204.5%200%200%201%20.62-5.46c.82-.84%201.97-1.36%203.23-1.36c1.31%200%202.5.56%203.31%201.46c.01.01.02.03.03.04c.05.05.1.11.14.17c.64.77%201.02%201.76%201.02%202.83m-2.82-.02h-3.36m1.68-1.64v3.36%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-add.svg?color=%231a73e8&size=48