video clip off icon
video-clip-off-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.
- Name
- video-clip-off-24-filled
- Set
- Fluent UI System Icons
- Style
- 24 Filled
- Viewbox
- 24×24
- License
- MIT
5 other variants in Fluent UI System Icons
Related icons in Fluent UI System Icons
video-360-20-filledvideo-360-off-20-filledvideo-add-20-filledvideo-background-effect-16-filledvideo-background-effect-horizontal-16-filledvideo-bluetooth-16-filledvideo-chat-16-filledvideo-clip-16-filledvideo-clip-multiple-16-filledvideo-clip-optimize-16-filledvideo-clip-wand-16-filledvideo-link-24-filledvideo-multiple-16-filledvideo-off-16-filledvideo-people-32-filledvideo-person-12-filledvideo-person-call-16-filledvideo-person-clock-16-filledvideo-person-off-20-filledvideo-person-pulse-16-filledvideo-person-sparkle-16-filledvideo-person-sparkle-off-20-filledvideo-person-star-20-filledvideo-person-star-off-20-filled
Use the video clip off icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.28 2.22a.75.75 0 1 0-1.06 1.06l.702.702A3.24 3.24 0 0 0 2 6.25v11.5A3.25 3.25 0 0 0 5.25 21h13.5a3.2 3.2 0 0 0 1.024-.165l.945.945a.75.75 0 0 0 1.061-1.06zm9.837 11.957l-2.635 1.45A1 1 0 0 1 9 14.75v-4.69zm2.364-3.053a1 1 0 0 1 .312 1.487l6.071 6.072q.135-.445.136-.933V6.25A3.25 3.25 0 0 0 18.75 3H6.182l6.688 6.688z"/></svg>
React
import type { SVGProps } from "react";
export function FluentVideoClipOff24Filled(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="M3.28 2.22a.75.75 0 1 0-1.06 1.06l.702.702A3.24 3.24 0 0 0 2 6.25v11.5A3.25 3.25 0 0 0 5.25 21h13.5a3.2 3.2 0 0 0 1.024-.165l.945.945a.75.75 0 0 0 1.061-1.06zm9.837 11.957l-2.635 1.45A1 1 0 0 1 9 14.75v-4.69zm2.364-3.053a1 1 0 0 1 .312 1.487l6.071 6.072q.135-.445.136-.933V6.25A3.25 3.25 0 0 0 18.75 3H6.182l6.688 6.688z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.28 2.22a.75.75 0 1 0-1.06 1.06l.702.702A3.24 3.24 0 0 0 2 6.25v11.5A3.25 3.25 0 0 0 5.25 21h13.5a3.2 3.2 0 0 0 1.024-.165l.945.945a.75.75 0 0 0 1.061-1.06zm9.837 11.957l-2.635 1.45A1 1 0 0 1 9 14.75v-4.69zm2.364-3.053a1 1 0 0 1 .312 1.487l6.071 6.072q.135-.445.136-.933V6.25A3.25 3.25 0 0 0 18.75 3H6.182l6.688 6.688z"/></svg> </template>
CSS
.icon-video-clip-off-24-filled {
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%22M3.28%202.22a.75.75%200%201%200-1.06%201.06l.702.702A3.24%203.24%200%200%200%202%206.25v11.5A3.25%203.25%200%200%200%205.25%2021h13.5a3.2%203.2%200%200%200%201.024-.165l.945.945a.75.75%200%200%200%201.061-1.06zm9.837%2011.957l-2.635%201.45A1%201%200%200%201%209%2014.75v-4.69zm2.364-3.053a1%201%200%200%201%20.312%201.487l6.071%206.072q.135-.445.136-.933V6.25A3.25%203.25%200%200%200%2018.75%203H6.182l6.688%206.688z%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%22M3.28%202.22a.75.75%200%201%200-1.06%201.06l.702.702A3.24%203.24%200%200%200%202%206.25v11.5A3.25%203.25%200%200%200%205.25%2021h13.5a3.2%203.2%200%200%200%201.024-.165l.945.945a.75.75%200%200%200%201.061-1.06zm9.837%2011.957l-2.635%201.45A1%201%200%200%201%209%2014.75v-4.69zm2.364-3.053a1%201%200%200%201%20.312%201.487l6.071%206.072q.135-.445.136-.933V6.25A3.25%203.25%200%200%200%2018.75%203H6.182l6.688%206.688z%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-24-filled.svg?color=%231a73e8&size=48