presenter off icon
presenter-off-20-regular from Fluent UI System Icons by Microsoft Corporation · 20 Regular · MIT Free for personal and commercial use.
- Name
- presenter-off-20-regular
- Set
- Fluent UI System Icons
- Style
- 20 Regular
- 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 8.5c0-.232.052-.45.146-.647l-5-5a.5.5 0 1 1 .708-.707l15 15a.5.5 0 0 1-.708.708l-3.706-3.706l-.287.276a.5.5 0 0 0-.153.36V16.5a1.5 1.5 0 0 1-1.5 1.5h-3A1.5 1.5 0 0 1 7 16.5v-1.716a.5.5 0 0 0-.153-.36L3.144 10.86A.5.5 0 0 1 3.49 10h5.802l-1-1H7zm3.293 2.5H4.73l2.81 2.703A1.5 1.5 0 0 1 8 14.784V16.5a.5.5 0 0 0 .5.5h3a.5.5 0 0 0 .5-.5v-1.716a1.5 1.5 0 0 1 .46-1.08l.273-.264zM12 4a2 2 0 1 1-4 0a2 2 0 0 1 4 0m-1 0a1 1 0 1 0-2 0a1 1 0 0 0 2 0m-.879 4H11.5a.5.5 0 0 1 .5.5V9h1v-.5A1.5 1.5 0 0 0 11.5 7H9.121zm4.76 4.76l-.707-.707L15.27 11h-2.15l-1-1h4.388a.5.5 0 0 1 .347.86z"/></svg>
React
import type { SVGProps } from "react";
export function FluentPresenterOff20Regular(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 8.5c0-.232.052-.45.146-.647l-5-5a.5.5 0 1 1 .708-.707l15 15a.5.5 0 0 1-.708.708l-3.706-3.706l-.287.276a.5.5 0 0 0-.153.36V16.5a1.5 1.5 0 0 1-1.5 1.5h-3A1.5 1.5 0 0 1 7 16.5v-1.716a.5.5 0 0 0-.153-.36L3.144 10.86A.5.5 0 0 1 3.49 10h5.802l-1-1H7zm3.293 2.5H4.73l2.81 2.703A1.5 1.5 0 0 1 8 14.784V16.5a.5.5 0 0 0 .5.5h3a.5.5 0 0 0 .5-.5v-1.716a1.5 1.5 0 0 1 .46-1.08l.273-.264zM12 4a2 2 0 1 1-4 0a2 2 0 0 1 4 0m-1 0a1 1 0 1 0-2 0a1 1 0 0 0 2 0m-.879 4H11.5a.5.5 0 0 1 .5.5V9h1v-.5A1.5 1.5 0 0 0 11.5 7H9.121zm4.76 4.76l-.707-.707L15.27 11h-2.15l-1-1h4.388a.5.5 0 0 1 .347.86z"/></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 8.5c0-.232.052-.45.146-.647l-5-5a.5.5 0 1 1 .708-.707l15 15a.5.5 0 0 1-.708.708l-3.706-3.706l-.287.276a.5.5 0 0 0-.153.36V16.5a1.5 1.5 0 0 1-1.5 1.5h-3A1.5 1.5 0 0 1 7 16.5v-1.716a.5.5 0 0 0-.153-.36L3.144 10.86A.5.5 0 0 1 3.49 10h5.802l-1-1H7zm3.293 2.5H4.73l2.81 2.703A1.5 1.5 0 0 1 8 14.784V16.5a.5.5 0 0 0 .5.5h3a.5.5 0 0 0 .5-.5v-1.716a1.5 1.5 0 0 1 .46-1.08l.273-.264zM12 4a2 2 0 1 1-4 0a2 2 0 0 1 4 0m-1 0a1 1 0 1 0-2 0a1 1 0 0 0 2 0m-.879 4H11.5a.5.5 0 0 1 .5.5V9h1v-.5A1.5 1.5 0 0 0 11.5 7H9.121zm4.76 4.76l-.707-.707L15.27 11h-2.15l-1-1h4.388a.5.5 0 0 1 .347.86z"/></svg> </template>
CSS
.icon-presenter-off-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7%208.5c0-.232.052-.45.146-.647l-5-5a.5.5%200%201%201%20.708-.707l15%2015a.5.5%200%200%201-.708.708l-3.706-3.706l-.287.276a.5.5%200%200%200-.153.36V16.5a1.5%201.5%200%200%201-1.5%201.5h-3A1.5%201.5%200%200%201%207%2016.5v-1.716a.5.5%200%200%200-.153-.36L3.144%2010.86A.5.5%200%200%201%203.49%2010h5.802l-1-1H7zm3.293%202.5H4.73l2.81%202.703A1.5%201.5%200%200%201%208%2014.784V16.5a.5.5%200%200%200%20.5.5h3a.5.5%200%200%200%20.5-.5v-1.716a1.5%201.5%200%200%201%20.46-1.08l.273-.264zM12%204a2%202%200%201%201-4%200a2%202%200%200%201%204%200m-1%200a1%201%200%201%200-2%200a1%201%200%200%200%202%200m-.879%204H11.5a.5.5%200%200%201%20.5.5V9h1v-.5A1.5%201.5%200%200%200%2011.5%207H9.121zm4.76%204.76l-.707-.707L15.27%2011h-2.15l-1-1h4.388a.5.5%200%200%201%20.347.86z%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%208.5c0-.232.052-.45.146-.647l-5-5a.5.5%200%201%201%20.708-.707l15%2015a.5.5%200%200%201-.708.708l-3.706-3.706l-.287.276a.5.5%200%200%200-.153.36V16.5a1.5%201.5%200%200%201-1.5%201.5h-3A1.5%201.5%200%200%201%207%2016.5v-1.716a.5.5%200%200%200-.153-.36L3.144%2010.86A.5.5%200%200%201%203.49%2010h5.802l-1-1H7zm3.293%202.5H4.73l2.81%202.703A1.5%201.5%200%200%201%208%2014.784V16.5a.5.5%200%200%200%20.5.5h3a.5.5%200%200%200%20.5-.5v-1.716a1.5%201.5%200%200%201%20.46-1.08l.273-.264zM12%204a2%202%200%201%201-4%200a2%202%200%200%201%204%200m-1%200a1%201%200%201%200-2%200a1%201%200%200%200%202%200m-.879%204H11.5a.5.5%200%200%201%20.5.5V9h1v-.5A1.5%201.5%200%200%200%2011.5%207H9.121zm4.76%204.76l-.707-.707L15.27%2011h-2.15l-1-1h4.388a.5.5%200%200%201%20.347.86z%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-regular.svg?color=%231a73e8&size=48