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

Name
video-prohibited-28-regular
Set
Fluent UI System Icons
Style
28 Regular
Viewbox
28×28
License
MIT

7 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the video prohibited icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M7.5 13a6.5 6.5 0 1 1 0 13a6.5 6.5 0 0 1 0-13M4.534 23.526a5 5 0 0 0 6.992-6.992zM7.5 14.5a5 5 0 0 0-4.026 7.966l6.992-6.992A4.98 4.98 0 0 0 7.5 14.5M15.25 6A3.75 3.75 0 0 1 19 9.75v.499l4.252-2.937c1.16-.8 2.744.03 2.744 1.44v10.491c0 1.41-1.583 2.24-2.744 1.44L19 17.747v.503A3.75 3.75 0 0 1 15.25 22h-.679q.256-.72.36-1.5h.319a2.25 2.25 0 0 0 2.25-2.25v-8.5a2.25 2.25 0 0 0-2.25-2.25h-9.5A2.25 2.25 0 0 0 3.5 9.75v3.407A7.5 7.5 0 0 0 2 14.402V9.75A3.75 3.75 0 0 1 5.75 6zm9.246 2.753a.25.25 0 0 0-.392-.206L19 12.07v3.854l5.104 3.523a.25.25 0 0 0 .392-.205z"/></svg>

React

import type { SVGProps } from "react";

export function FluentVideoProhibited28Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M7.5 13a6.5 6.5 0 1 1 0 13a6.5 6.5 0 0 1 0-13M4.534 23.526a5 5 0 0 0 6.992-6.992zM7.5 14.5a5 5 0 0 0-4.026 7.966l6.992-6.992A4.98 4.98 0 0 0 7.5 14.5M15.25 6A3.75 3.75 0 0 1 19 9.75v.499l4.252-2.937c1.16-.8 2.744.03 2.744 1.44v10.491c0 1.41-1.583 2.24-2.744 1.44L19 17.747v.503A3.75 3.75 0 0 1 15.25 22h-.679q.256-.72.36-1.5h.319a2.25 2.25 0 0 0 2.25-2.25v-8.5a2.25 2.25 0 0 0-2.25-2.25h-9.5A2.25 2.25 0 0 0 3.5 9.75v3.407A7.5 7.5 0 0 0 2 14.402V9.75A3.75 3.75 0 0 1 5.75 6zm9.246 2.753a.25.25 0 0 0-.392-.206L19 12.07v3.854l5.104 3.523a.25.25 0 0 0 .392-.205z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M7.5 13a6.5 6.5 0 1 1 0 13a6.5 6.5 0 0 1 0-13M4.534 23.526a5 5 0 0 0 6.992-6.992zM7.5 14.5a5 5 0 0 0-4.026 7.966l6.992-6.992A4.98 4.98 0 0 0 7.5 14.5M15.25 6A3.75 3.75 0 0 1 19 9.75v.499l4.252-2.937c1.16-.8 2.744.03 2.744 1.44v10.491c0 1.41-1.583 2.24-2.744 1.44L19 17.747v.503A3.75 3.75 0 0 1 15.25 22h-.679q.256-.72.36-1.5h.319a2.25 2.25 0 0 0 2.25-2.25v-8.5a2.25 2.25 0 0 0-2.25-2.25h-9.5A2.25 2.25 0 0 0 3.5 9.75v3.407A7.5 7.5 0 0 0 2 14.402V9.75A3.75 3.75 0 0 1 5.75 6zm9.246 2.753a.25.25 0 0 0-.392-.206L19 12.07v3.854l5.104 3.523a.25.25 0 0 0 .392-.205z"/></svg>
</template>

CSS

.icon-video-prohibited-28-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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.5%2013a6.5%206.5%200%201%201%200%2013a6.5%206.5%200%200%201%200-13M4.534%2023.526a5%205%200%200%200%206.992-6.992zM7.5%2014.5a5%205%200%200%200-4.026%207.966l6.992-6.992A4.98%204.98%200%200%200%207.5%2014.5M15.25%206A3.75%203.75%200%200%201%2019%209.75v.499l4.252-2.937c1.16-.8%202.744.03%202.744%201.44v10.491c0%201.41-1.583%202.24-2.744%201.44L19%2017.747v.503A3.75%203.75%200%200%201%2015.25%2022h-.679q.256-.72.36-1.5h.319a2.25%202.25%200%200%200%202.25-2.25v-8.5a2.25%202.25%200%200%200-2.25-2.25h-9.5A2.25%202.25%200%200%200%203.5%209.75v3.407A7.5%207.5%200%200%200%202%2014.402V9.75A3.75%203.75%200%200%201%205.75%206zm9.246%202.753a.25.25%200%200%200-.392-.206L19%2012.07v3.854l5.104%203.523a.25.25%200%200%200%20.392-.205z%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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.5%2013a6.5%206.5%200%201%201%200%2013a6.5%206.5%200%200%201%200-13M4.534%2023.526a5%205%200%200%200%206.992-6.992zM7.5%2014.5a5%205%200%200%200-4.026%207.966l6.992-6.992A4.98%204.98%200%200%200%207.5%2014.5M15.25%206A3.75%203.75%200%200%201%2019%209.75v.499l4.252-2.937c1.16-.8%202.744.03%202.744%201.44v10.491c0%201.41-1.583%202.24-2.744%201.44L19%2017.747v.503A3.75%203.75%200%200%201%2015.25%2022h-.679q.256-.72.36-1.5h.319a2.25%202.25%200%200%200%202.25-2.25v-8.5a2.25%202.25%200%200%200-2.25-2.25h-9.5A2.25%202.25%200%200%200%203.5%209.75v3.407A7.5%207.5%200%200%200%202%2014.402V9.75A3.75%203.75%200%200%201%205.75%206zm9.246%202.753a.25.25%200%200%200-.392-.206L19%2012.07v3.854l5.104%203.523a.25.25%200%200%200%20.392-.205z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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