presenter off icon
presenter-off-20-filled from Fluent UI System Icons by Microsoft Corporation · 20 Filled · MIT Free for personal and commercial use.
- Name
- presenter-off-20-filled
- Set
- Fluent UI System Icons
- Style
- 20 Filled
- Viewbox
- 20×20
- License
- MIT
3 other variants in Fluent UI System Icons
Use the presenter off icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M7.146 7.853A1.5 1.5 0 0 0 7 8.5V9h1.293l1 1H3.49a.5.5 0 0 0-.347.86l3.703 3.564a.5.5 0 0 1 .153.36V16.5A1.5 1.5 0 0 0 8.5 18h3a1.5 1.5 0 0 0 1.5-1.5v-1.716a.5.5 0 0 1 .153-.36l.287-.276l3.706 3.706a.5.5 0 0 0 .708-.707l-10-10l-5-5a.5.5 0 1 0-.708.707zm9.71 3.007l-1.974 1.9l-2.76-2.76h4.387a.5.5 0 0 1 .347.86M13 9h-1.879l-2-2H11.5A1.5 1.5 0 0 1 13 8.5zm-3-3a2 2 0 1 0 0-4a2 2 0 0 0 0 4"/></svg>
React
import type { SVGProps } from "react";
export function FluentPresenterOff20Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M7.146 7.853A1.5 1.5 0 0 0 7 8.5V9h1.293l1 1H3.49a.5.5 0 0 0-.347.86l3.703 3.564a.5.5 0 0 1 .153.36V16.5A1.5 1.5 0 0 0 8.5 18h3a1.5 1.5 0 0 0 1.5-1.5v-1.716a.5.5 0 0 1 .153-.36l.287-.276l3.706 3.706a.5.5 0 0 0 .708-.707l-10-10l-5-5a.5.5 0 1 0-.708.707zm9.71 3.007l-1.974 1.9l-2.76-2.76h4.387a.5.5 0 0 1 .347.86M13 9h-1.879l-2-2H11.5A1.5 1.5 0 0 1 13 8.5zm-3-3a2 2 0 1 0 0-4a2 2 0 0 0 0 4"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M7.146 7.853A1.5 1.5 0 0 0 7 8.5V9h1.293l1 1H3.49a.5.5 0 0 0-.347.86l3.703 3.564a.5.5 0 0 1 .153.36V16.5A1.5 1.5 0 0 0 8.5 18h3a1.5 1.5 0 0 0 1.5-1.5v-1.716a.5.5 0 0 1 .153-.36l.287-.276l3.706 3.706a.5.5 0 0 0 .708-.707l-10-10l-5-5a.5.5 0 1 0-.708.707zm9.71 3.007l-1.974 1.9l-2.76-2.76h4.387a.5.5 0 0 1 .347.86M13 9h-1.879l-2-2H11.5A1.5 1.5 0 0 1 13 8.5zm-3-3a2 2 0 1 0 0-4a2 2 0 0 0 0 4"/></svg> </template>
CSS
.icon-presenter-off-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.146%207.853A1.5%201.5%200%200%200%207%208.5V9h1.293l1%201H3.49a.5.5%200%200%200-.347.86l3.703%203.564a.5.5%200%200%201%20.153.36V16.5A1.5%201.5%200%200%200%208.5%2018h3a1.5%201.5%200%200%200%201.5-1.5v-1.716a.5.5%200%200%201%20.153-.36l.287-.276l3.706%203.706a.5.5%200%200%200%20.708-.707l-10-10l-5-5a.5.5%200%201%200-.708.707zm9.71%203.007l-1.974%201.9l-2.76-2.76h4.387a.5.5%200%200%201%20.347.86M13%209h-1.879l-2-2H11.5A1.5%201.5%200%200%201%2013%208.5zm-3-3a2%202%200%201%200%200-4a2%202%200%200%200%200%204%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.146%207.853A1.5%201.5%200%200%200%207%208.5V9h1.293l1%201H3.49a.5.5%200%200%200-.347.86l3.703%203.564a.5.5%200%200%201%20.153.36V16.5A1.5%201.5%200%200%200%208.5%2018h3a1.5%201.5%200%200%200%201.5-1.5v-1.716a.5.5%200%200%201%20.153-.36l.287-.276l3.706%203.706a.5.5%200%200%200%20.708-.707l-10-10l-5-5a.5.5%200%201%200-.708.707zm9.71%203.007l-1.974%201.9l-2.76-2.76h4.387a.5.5%200%200%201%20.347.86M13%209h-1.879l-2-2H11.5A1.5%201.5%200%200%201%2013%208.5zm-3-3a2%202%200%201%200%200-4a2%202%200%200%200%200%204%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/presenter-off-20-filled.svg?color=%231a73e8&size=48