video slash icon
video-slash-filled from Reicon by REICON · Filled · Newicons · MIT Free for personal and commercial use.
- Name
- video-slash-filled
- Set
- Reicon
- Style
- Filled
- Category
- Newicons
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
The same icon in other sets
All video slash icons →More newicons icons from Reicon
Use the video slash icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M17.65 6.56L4.2 20.01c-1.4-.89-1.95-2.48-1.95-4.01V8c0-3.42 1.33-4.75 4.75-4.75h6c2.89 0 4.29.95 4.65 3.31m.1 2.69V16c0 .08-.01.14-.01.21s-.01.14-.01.21h.01c-.11 3.11-1.46 4.33-4.74 4.33H7c-.25 0-.48-.01-.71-.04z"/><path d="M17.73 16.42c0-.07.01-.14.01-.21q.015.105 0 .21zm.01-8.85c.01.07.01.15 0 .22c0-.07-.01-.14-.01-.21z"/><path d="M22.75 8.38v7.24c0 1.43-.69 2-1.1 2.21c-.19.1-.48.21-.85.21c-.43 0-.97-.14-1.59-.58l-1.47-1.04h-.01c0-.07.01-.14.01-.21s.01-.13.01-.21V9.25l3.27-3.27c.27.02.48.1.63.19c.41.21 1.1.78 1.1 2.21m-.98-6.15c-.3-.3-.79-.3-1.09 0L2.23 20.69c-.3.3-.3.79 0 1.09a.76.76 0 0 0 1.08-.01L21.77 3.31c.31-.3.31-.78 0-1.08"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconVideoSlashFilled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M17.65 6.56L4.2 20.01c-1.4-.89-1.95-2.48-1.95-4.01V8c0-3.42 1.33-4.75 4.75-4.75h6c2.89 0 4.29.95 4.65 3.31m.1 2.69V16c0 .08-.01.14-.01.21s-.01.14-.01.21h.01c-.11 3.11-1.46 4.33-4.74 4.33H7c-.25 0-.48-.01-.71-.04z"/><path d="M17.73 16.42c0-.07.01-.14.01-.21q.015.105 0 .21zm.01-8.85c.01.07.01.15 0 .22c0-.07-.01-.14-.01-.21z"/><path d="M22.75 8.38v7.24c0 1.43-.69 2-1.1 2.21c-.19.1-.48.21-.85.21c-.43 0-.97-.14-1.59-.58l-1.47-1.04h-.01c0-.07.01-.14.01-.21s.01-.13.01-.21V9.25l3.27-3.27c.27.02.48.1.63.19c.41.21 1.1.78 1.1 2.21m-.98-6.15c-.3-.3-.79-.3-1.09 0L2.23 20.69c-.3.3-.3.79 0 1.09a.76.76 0 0 0 1.08-.01L21.77 3.31c.31-.3.31-.78 0-1.08"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M17.65 6.56L4.2 20.01c-1.4-.89-1.95-2.48-1.95-4.01V8c0-3.42 1.33-4.75 4.75-4.75h6c2.89 0 4.29.95 4.65 3.31m.1 2.69V16c0 .08-.01.14-.01.21s-.01.14-.01.21h.01c-.11 3.11-1.46 4.33-4.74 4.33H7c-.25 0-.48-.01-.71-.04z"/><path d="M17.73 16.42c0-.07.01-.14.01-.21q.015.105 0 .21zm.01-8.85c.01.07.01.15 0 .22c0-.07-.01-.14-.01-.21z"/><path d="M22.75 8.38v7.24c0 1.43-.69 2-1.1 2.21c-.19.1-.48.21-.85.21c-.43 0-.97-.14-1.59-.58l-1.47-1.04h-.01c0-.07.01-.14.01-.21s.01-.13.01-.21V9.25l3.27-3.27c.27.02.48.1.63.19c.41.21 1.1.78 1.1 2.21m-.98-6.15c-.3-.3-.79-.3-1.09 0L2.23 20.69c-.3.3-.3.79 0 1.09a.76.76 0 0 0 1.08-.01L21.77 3.31c.31-.3.31-.78 0-1.08"/></g></svg> </template>
CSS
.icon-video-slash-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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M17.65%206.56L4.2%2020.01c-1.4-.89-1.95-2.48-1.95-4.01V8c0-3.42%201.33-4.75%204.75-4.75h6c2.89%200%204.29.95%204.65%203.31m.1%202.69V16c0%20.08-.01.14-.01.21s-.01.14-.01.21h.01c-.11%203.11-1.46%204.33-4.74%204.33H7c-.25%200-.48-.01-.71-.04z%22%2F%3E%3Cpath%20d%3D%22M17.73%2016.42c0-.07.01-.14.01-.21q.015.105%200%20.21zm.01-8.85c.01.07.01.15%200%20.22c0-.07-.01-.14-.01-.21z%22%2F%3E%3Cpath%20d%3D%22M22.75%208.38v7.24c0%201.43-.69%202-1.1%202.21c-.19.1-.48.21-.85.21c-.43%200-.97-.14-1.59-.58l-1.47-1.04h-.01c0-.07.01-.14.01-.21s.01-.13.01-.21V9.25l3.27-3.27c.27.02.48.1.63.19c.41.21%201.1.78%201.1%202.21m-.98-6.15c-.3-.3-.79-.3-1.09%200L2.23%2020.69c-.3.3-.3.79%200%201.09a.76.76%200%200%200%201.08-.01L21.77%203.31c.31-.3.31-.78%200-1.08%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%22currentColor%22%3E%3Cpath%20d%3D%22M17.65%206.56L4.2%2020.01c-1.4-.89-1.95-2.48-1.95-4.01V8c0-3.42%201.33-4.75%204.75-4.75h6c2.89%200%204.29.95%204.65%203.31m.1%202.69V16c0%20.08-.01.14-.01.21s-.01.14-.01.21h.01c-.11%203.11-1.46%204.33-4.74%204.33H7c-.25%200-.48-.01-.71-.04z%22%2F%3E%3Cpath%20d%3D%22M17.73%2016.42c0-.07.01-.14.01-.21q.015.105%200%20.21zm.01-8.85c.01.07.01.15%200%20.22c0-.07-.01-.14-.01-.21z%22%2F%3E%3Cpath%20d%3D%22M22.75%208.38v7.24c0%201.43-.69%202-1.1%202.21c-.19.1-.48.21-.85.21c-.43%200-.97-.14-1.59-.58l-1.47-1.04h-.01c0-.07.01-.14.01-.21s.01-.13.01-.21V9.25l3.27-3.27c.27.02.48.1.63.19c.41.21%201.1.78%201.1%202.21m-.98-6.15c-.3-.3-.79-.3-1.09%200L2.23%2020.69c-.3.3-.3.79%200%201.09a.76.76%200%200%200%201.08-.01L21.77%203.31c.31-.3.31-.78%200-1.08%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-slash-filled.svg?color=%231a73e8&size=48