video remove icon

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

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

1 other variant in Reicon

More newicons icons from Reicon

Use the video remove 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-.81-.93-2.01-1.5-3.34-1.5c-1.26 0-2.41.52-3.23 1.36a4.5 4.5 0 0 0-.62 5.46c.23.38.52.73.86 1.02c.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-.14c-.34-.29-.63-.64-.86-1.02a4.5 4.5 0 0 1 .62-5.46c.82-.84 1.97-1.36 3.23-1.36c1.33 0 2.53.57 3.34 1.5c.05.05.1.11.14.17c.64.77 1.02 1.76 1.02 2.83m-3.3 1.18l-2.38-2.38m2.36.02L17.3 19.7"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconVideoRemove(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-.81-.93-2.01-1.5-3.34-1.5c-1.26 0-2.41.52-3.23 1.36a4.5 4.5 0 0 0-.62 5.46c.23.38.52.73.86 1.02c.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-.14c-.34-.29-.63-.64-.86-1.02a4.5 4.5 0 0 1 .62-5.46c.82-.84 1.97-1.36 3.23-1.36c1.33 0 2.53.57 3.34 1.5c.05.05.1.11.14.17c.64.77 1.02 1.76 1.02 2.83m-3.3 1.18l-2.38-2.38m2.36.02L17.3 19.7"/></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-.81-.93-2.01-1.5-3.34-1.5c-1.26 0-2.41.52-3.23 1.36a4.5 4.5 0 0 0-.62 5.46c.23.38.52.73.86 1.02c.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-.14c-.34-.29-.63-.64-.86-1.02a4.5 4.5 0 0 1 .62-5.46c.82-.84 1.97-1.36 3.23-1.36c1.33 0 2.53.57 3.34 1.5c.05.05.1.11.14.17c.64.77 1.02 1.76 1.02 2.83m-3.3 1.18l-2.38-2.38m2.36.02L17.3 19.7"/></g></svg>
</template>

CSS

.icon-video-remove {
  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-.81-.93-2.01-1.5-3.34-1.5c-1.26%200-2.41.52-3.23%201.36a4.5%204.5%200%200%200-.62%205.46c.23.38.52.73.86%201.02c.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-.14c-.34-.29-.63-.64-.86-1.02a4.5%204.5%200%200%201%20.62-5.46c.82-.84%201.97-1.36%203.23-1.36c1.33%200%202.53.57%203.34%201.5c.05.05.1.11.14.17c.64.77%201.02%201.76%201.02%202.83m-3.3%201.18l-2.38-2.38m2.36.02L17.3%2019.7%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-.81-.93-2.01-1.5-3.34-1.5c-1.26%200-2.41.52-3.23%201.36a4.5%204.5%200%200%200-.62%205.46c.23.38.52.73.86%201.02c.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-.14c-.34-.29-.63-.64-.86-1.02a4.5%204.5%200%200%201%20.62-5.46c.82-.84%201.97-1.36%203.23-1.36c1.33%200%202.53.57%203.34%201.5c.05.05.1.11.14.17c.64.77%201.02%201.76%201.02%202.83m-3.3%201.18l-2.38-2.38m2.36.02L17.3%2019.7%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-remove.svg?color=%231a73e8&size=48