video off icon

video-off-outline from Eva Icons by Akveo · Outline · MIT Free for personal and commercial use.

Name
video-off-outline
Set
Eva Icons
Style
Outline
Viewbox
24×24
License
MIT

1 other variant in Eva Icons

The same icon in other sets

Use the video off icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m17 15.59l-2-2L8.41 7l-2-2l-1.7-1.71a1 1 0 0 0-1.42 1.42l.54.53L5.59 7l9.34 9.34l1.46 1.46l2.9 2.91a1 1 0 0 0 1.42 0a1 1 0 0 0 0-1.42ZM14 17H5a1 1 0 0 1-1-1V8a1 1 0 0 1 .4-.78L3 5.8A3 3 0 0 0 2 8v8a3 3 0 0 0 3 3h9a2.94 2.94 0 0 0 1.66-.51L14.14 17a.7.7 0 0 1-.14 0m7-9.85a1.7 1.7 0 0 0-1.85.3l-2.15 2V8a3 3 0 0 0-3-3H7.83l2 2H14a1 1 0 0 1 1 1v4.17l4.72 4.72a1.7 1.7 0 0 0 .6.11a1.7 1.7 0 0 0 .69-.15a1.6 1.6 0 0 0 1-1.48V8.63A1.6 1.6 0 0 0 21 7.15m-1 7.45L17.19 12L20 9.4Z"/></svg>

React

import type { SVGProps } from "react";

export function EvaVideoOffOutline(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="m17 15.59l-2-2L8.41 7l-2-2l-1.7-1.71a1 1 0 0 0-1.42 1.42l.54.53L5.59 7l9.34 9.34l1.46 1.46l2.9 2.91a1 1 0 0 0 1.42 0a1 1 0 0 0 0-1.42ZM14 17H5a1 1 0 0 1-1-1V8a1 1 0 0 1 .4-.78L3 5.8A3 3 0 0 0 2 8v8a3 3 0 0 0 3 3h9a2.94 2.94 0 0 0 1.66-.51L14.14 17a.7.7 0 0 1-.14 0m7-9.85a1.7 1.7 0 0 0-1.85.3l-2.15 2V8a3 3 0 0 0-3-3H7.83l2 2H14a1 1 0 0 1 1 1v4.17l4.72 4.72a1.7 1.7 0 0 0 .6.11a1.7 1.7 0 0 0 .69-.15a1.6 1.6 0 0 0 1-1.48V8.63A1.6 1.6 0 0 0 21 7.15m-1 7.45L17.19 12L20 9.4Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m17 15.59l-2-2L8.41 7l-2-2l-1.7-1.71a1 1 0 0 0-1.42 1.42l.54.53L5.59 7l9.34 9.34l1.46 1.46l2.9 2.91a1 1 0 0 0 1.42 0a1 1 0 0 0 0-1.42ZM14 17H5a1 1 0 0 1-1-1V8a1 1 0 0 1 .4-.78L3 5.8A3 3 0 0 0 2 8v8a3 3 0 0 0 3 3h9a2.94 2.94 0 0 0 1.66-.51L14.14 17a.7.7 0 0 1-.14 0m7-9.85a1.7 1.7 0 0 0-1.85.3l-2.15 2V8a3 3 0 0 0-3-3H7.83l2 2H14a1 1 0 0 1 1 1v4.17l4.72 4.72a1.7 1.7 0 0 0 .6.11a1.7 1.7 0 0 0 .69-.15a1.6 1.6 0 0 0 1-1.48V8.63A1.6 1.6 0 0 0 21 7.15m-1 7.45L17.19 12L20 9.4Z"/></svg>
</template>

CSS

.icon-video-off-outline {
  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%22m17%2015.59l-2-2L8.41%207l-2-2l-1.7-1.71a1%201%200%200%200-1.42%201.42l.54.53L5.59%207l9.34%209.34l1.46%201.46l2.9%202.91a1%201%200%200%200%201.42%200a1%201%200%200%200%200-1.42ZM14%2017H5a1%201%200%200%201-1-1V8a1%201%200%200%201%20.4-.78L3%205.8A3%203%200%200%200%202%208v8a3%203%200%200%200%203%203h9a2.94%202.94%200%200%200%201.66-.51L14.14%2017a.7.7%200%200%201-.14%200m7-9.85a1.7%201.7%200%200%200-1.85.3l-2.15%202V8a3%203%200%200%200-3-3H7.83l2%202H14a1%201%200%200%201%201%201v4.17l4.72%204.72a1.7%201.7%200%200%200%20.6.11a1.7%201.7%200%200%200%20.69-.15a1.6%201.6%200%200%200%201-1.48V8.63A1.6%201.6%200%200%200%2021%207.15m-1%207.45L17.19%2012L20%209.4Z%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%22m17%2015.59l-2-2L8.41%207l-2-2l-1.7-1.71a1%201%200%200%200-1.42%201.42l.54.53L5.59%207l9.34%209.34l1.46%201.46l2.9%202.91a1%201%200%200%200%201.42%200a1%201%200%200%200%200-1.42ZM14%2017H5a1%201%200%200%201-1-1V8a1%201%200%200%201%20.4-.78L3%205.8A3%203%200%200%200%202%208v8a3%203%200%200%200%203%203h9a2.94%202.94%200%200%200%201.66-.51L14.14%2017a.7.7%200%200%201-.14%200m7-9.85a1.7%201.7%200%200%200-1.85.3l-2.15%202V8a3%203%200%200%200-3-3H7.83l2%202H14a1%201%200%200%201%201%201v4.17l4.72%204.72a1.7%201.7%200%200%200%20.6.11a1.7%201.7%200%200%200%20.69-.15a1.6%201.6%200%200%200%201-1.48V8.63A1.6%201.6%200%200%200%2021%207.15m-1%207.45L17.19%2012L20%209.4Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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