video slash icon
video-slash from Unicons by Iconscout · Line · User Interface · Apache-2.0 Free for personal and commercial use.
- Name
- video-slash
- Set
- Unicons
- Style
- Line
- Category
- User Interface
- Viewbox
- 24×24
- License
- Apache 2.0
The same icon in other sets
More user interface icons from Unicons
Use the video slash icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m7.71 6.29l-4-4a1 1 0 0 0-1.42 1.42L4.62 6A3 3 0 0 0 2 9v6a3 3 0 0 0 3 3h9a3 3 0 0 0 1.9-.69l4.39 4.4a1 1 0 0 0 1.42 0a1 1 0 0 0 0-1.42ZM14 16H5a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1h1.59l7.87 7.88A1 1 0 0 1 14 16m7.53-8.85a1 1 0 0 0-1 0L17 8.89A3 3 0 0 0 14 6h-1.34a1 1 0 0 0 0 2H14a1 1 0 0 1 1 1v1.5a2 2 0 0 0 0 .19a.7.7 0 0 0 .05.2s.05.06.07.1a1 1 0 0 0 .15.21s.1.06.15.1l.17.11a1 1 0 0 0 .23 0a.7.7 0 0 0 .14 0a2 2 0 0 0 .19 0a.7.7 0 0 0 .2-.05L20 9.62v5.72a1 1 0 1 0 2 0V8a1 1 0 0 0-.47-.85"/></svg>
React
import type { SVGProps } from "react";
export function UilVideoSlash(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="m7.71 6.29l-4-4a1 1 0 0 0-1.42 1.42L4.62 6A3 3 0 0 0 2 9v6a3 3 0 0 0 3 3h9a3 3 0 0 0 1.9-.69l4.39 4.4a1 1 0 0 0 1.42 0a1 1 0 0 0 0-1.42ZM14 16H5a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1h1.59l7.87 7.88A1 1 0 0 1 14 16m7.53-8.85a1 1 0 0 0-1 0L17 8.89A3 3 0 0 0 14 6h-1.34a1 1 0 0 0 0 2H14a1 1 0 0 1 1 1v1.5a2 2 0 0 0 0 .19a.7.7 0 0 0 .05.2s.05.06.07.1a1 1 0 0 0 .15.21s.1.06.15.1l.17.11a1 1 0 0 0 .23 0a.7.7 0 0 0 .14 0a2 2 0 0 0 .19 0a.7.7 0 0 0 .2-.05L20 9.62v5.72a1 1 0 1 0 2 0V8a1 1 0 0 0-.47-.85"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m7.71 6.29l-4-4a1 1 0 0 0-1.42 1.42L4.62 6A3 3 0 0 0 2 9v6a3 3 0 0 0 3 3h9a3 3 0 0 0 1.9-.69l4.39 4.4a1 1 0 0 0 1.42 0a1 1 0 0 0 0-1.42ZM14 16H5a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1h1.59l7.87 7.88A1 1 0 0 1 14 16m7.53-8.85a1 1 0 0 0-1 0L17 8.89A3 3 0 0 0 14 6h-1.34a1 1 0 0 0 0 2H14a1 1 0 0 1 1 1v1.5a2 2 0 0 0 0 .19a.7.7 0 0 0 .05.2s.05.06.07.1a1 1 0 0 0 .15.21s.1.06.15.1l.17.11a1 1 0 0 0 .23 0a.7.7 0 0 0 .14 0a2 2 0 0 0 .19 0a.7.7 0 0 0 .2-.05L20 9.62v5.72a1 1 0 1 0 2 0V8a1 1 0 0 0-.47-.85"/></svg> </template>
CSS
.icon-video-slash {
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%22m7.71%206.29l-4-4a1%201%200%200%200-1.42%201.42L4.62%206A3%203%200%200%200%202%209v6a3%203%200%200%200%203%203h9a3%203%200%200%200%201.9-.69l4.39%204.4a1%201%200%200%200%201.42%200a1%201%200%200%200%200-1.42ZM14%2016H5a1%201%200%200%201-1-1V9a1%201%200%200%201%201-1h1.59l7.87%207.88A1%201%200%200%201%2014%2016m7.53-8.85a1%201%200%200%200-1%200L17%208.89A3%203%200%200%200%2014%206h-1.34a1%201%200%200%200%200%202H14a1%201%200%200%201%201%201v1.5a2%202%200%200%200%200%20.19a.7.7%200%200%200%20.05.2s.05.06.07.1a1%201%200%200%200%20.15.21s.1.06.15.1l.17.11a1%201%200%200%200%20.23%200a.7.7%200%200%200%20.14%200a2%202%200%200%200%20.19%200a.7.7%200%200%200%20.2-.05L20%209.62v5.72a1%201%200%201%200%202%200V8a1%201%200%200%200-.47-.85%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%22m7.71%206.29l-4-4a1%201%200%200%200-1.42%201.42L4.62%206A3%203%200%200%200%202%209v6a3%203%200%200%200%203%203h9a3%203%200%200%200%201.9-.69l4.39%204.4a1%201%200%200%200%201.42%200a1%201%200%200%200%200-1.42ZM14%2016H5a1%201%200%200%201-1-1V9a1%201%200%200%201%201-1h1.59l7.87%207.88A1%201%200%200%201%2014%2016m7.53-8.85a1%201%200%200%200-1%200L17%208.89A3%203%200%200%200%2014%206h-1.34a1%201%200%200%200%200%202H14a1%201%200%200%201%201%201v1.5a2%202%200%200%200%200%20.19a.7.7%200%200%200%20.05.2s.05.06.07.1a1%201%200%200%200%20.15.21s.1.06.15.1l.17.11a1%201%200%200%200%20.23%200a.7.7%200%200%200%20.14%200a2%202%200%200%200%20.19%200a.7.7%200%200%200%20.2-.05L20%209.62v5.72a1%201%200%201%200%202%200V8a1%201%200%200%200-.47-.85%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/uil/video-slash.svg?color=%231a73e8&size=48