video-clip-off-16-regular from Fluent UI System Icons by Microsoft Corporation · 16 Regular · MIT Free for personal and commercial use.

Name
video-clip-off-16-regular
Set
Fluent UI System Icons
Style
16 Regular
Viewbox
16×16
License
MIT

5 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the video clip off icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="m12.195 12.902l1.951 1.952a.5.5 0 0 0 .708-.708l-13-13a.5.5 0 1 0-.708.708l1.739 1.738A2.5 2.5 0 0 0 2 5.5v5A2.5 2.5 0 0 0 4.5 13h7q.362-.001.695-.098M11.293 12H4.5A1.5 1.5 0 0 1 3 10.5v-5c0-.489.234-.923.596-1.197L6.5 7.207v2.972c0 .25.274.404.487.274l1.712-1.047zM8.74 6.619l1.677 1.677a.54.54 0 0 0-.171-.757zM13 10.5q0 .175-.039.34l.777.776A2.5 2.5 0 0 0 14 10.5v-5A2.5 2.5 0 0 0 11.5 3H5.121l1 1H11.5A1.5 1.5 0 0 1 13 5.5z"/></svg>

React

import type { SVGProps } from "react";

export function FluentVideoClipOff16Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="m12.195 12.902l1.951 1.952a.5.5 0 0 0 .708-.708l-13-13a.5.5 0 1 0-.708.708l1.739 1.738A2.5 2.5 0 0 0 2 5.5v5A2.5 2.5 0 0 0 4.5 13h7q.362-.001.695-.098M11.293 12H4.5A1.5 1.5 0 0 1 3 10.5v-5c0-.489.234-.923.596-1.197L6.5 7.207v2.972c0 .25.274.404.487.274l1.712-1.047zM8.74 6.619l1.677 1.677a.54.54 0 0 0-.171-.757zM13 10.5q0 .175-.039.34l.777.776A2.5 2.5 0 0 0 14 10.5v-5A2.5 2.5 0 0 0 11.5 3H5.121l1 1H11.5A1.5 1.5 0 0 1 13 5.5z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="m12.195 12.902l1.951 1.952a.5.5 0 0 0 .708-.708l-13-13a.5.5 0 1 0-.708.708l1.739 1.738A2.5 2.5 0 0 0 2 5.5v5A2.5 2.5 0 0 0 4.5 13h7q.362-.001.695-.098M11.293 12H4.5A1.5 1.5 0 0 1 3 10.5v-5c0-.489.234-.923.596-1.197L6.5 7.207v2.972c0 .25.274.404.487.274l1.712-1.047zM8.74 6.619l1.677 1.677a.54.54 0 0 0-.171-.757zM13 10.5q0 .175-.039.34l.777.776A2.5 2.5 0 0 0 14 10.5v-5A2.5 2.5 0 0 0 11.5 3H5.121l1 1H11.5A1.5 1.5 0 0 1 13 5.5z"/></svg>
</template>

CSS

.icon-video-clip-off-16-regular {
  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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m12.195%2012.902l1.951%201.952a.5.5%200%200%200%20.708-.708l-13-13a.5.5%200%201%200-.708.708l1.739%201.738A2.5%202.5%200%200%200%202%205.5v5A2.5%202.5%200%200%200%204.5%2013h7q.362-.001.695-.098M11.293%2012H4.5A1.5%201.5%200%200%201%203%2010.5v-5c0-.489.234-.923.596-1.197L6.5%207.207v2.972c0%20.25.274.404.487.274l1.712-1.047zM8.74%206.619l1.677%201.677a.54.54%200%200%200-.171-.757zM13%2010.5q0%20.175-.039.34l.777.776A2.5%202.5%200%200%200%2014%2010.5v-5A2.5%202.5%200%200%200%2011.5%203H5.121l1%201H11.5A1.5%201.5%200%200%201%2013%205.5z%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m12.195%2012.902l1.951%201.952a.5.5%200%200%200%20.708-.708l-13-13a.5.5%200%201%200-.708.708l1.739%201.738A2.5%202.5%200%200%200%202%205.5v5A2.5%202.5%200%200%200%204.5%2013h7q.362-.001.695-.098M11.293%2012H4.5A1.5%201.5%200%200%201%203%2010.5v-5c0-.489.234-.923.596-1.197L6.5%207.207v2.972c0%20.25.274.404.487.274l1.712-1.047zM8.74%206.619l1.677%201.677a.54.54%200%200%200-.171-.757zM13%2010.5q0%20.175-.039.34l.777.776A2.5%202.5%200%200%200%2014%2010.5v-5A2.5%202.5%200%200%200%2011.5%203H5.121l1%201H11.5A1.5%201.5%200%200%201%2013%205.5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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