projector off icon
projector-off from Material Design Icons by Pictogrammers · Filled · Device / Tech · Apache-2.0 Free for personal and commercial use.
- Name
- projector-off
- Set
- Material Design Icons
- Style
- Filled
- Category
- Device / Tech
- Viewbox
- 24×24
- License
- Apache 2.0
More device / tech icons from Material Design Icons
camera-goprodesktop-classicdesktop-towerdesktop-tower-monitordisc-playerlaptoplaptop-offmonitormonitor-arrow-downmonitor-arrow-down-variantmonitor-dashboardmonitor-lockmonitor-multiplemonitor-offmonitor-screenshotmonitor-shimmermonitor-smallmonitor-speakermonitor-speaker-offmonitor-starprojectorprojector-screenradio-handheldremote-tv
Use the projector off icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16 9c-1.03 0-1.9.79-2 1.82L16.18 13c2.54-.24 2.37-4-.18-4m-1 5.35l3.95 3.96v-.01M7.64 7l5.01 5l-5-5M20 7h-.85a5.49 5.49 0 0 0-6.31 0h-2.65l2.61 2.61c.98-2.27 3.93-2.83 5.7-1.08c1.72 1.74 1.16 4.69-1.11 5.67l2.79 2.8A2.01 2.01 0 0 0 22 15V9c0-1.1-.9-2-2-2m-4 2c-1.03 0-1.9.79-2 1.82L16.18 13c2.54-.24 2.37-4-.18-4m0 0c-1.03 0-1.9.79-2 1.82L16.18 13c2.54-.24 2.37-4-.18-4m6.25 12.61L2.53 1.89L1.26 3.16L5.1 7H4c-1.1 0-2 .9-2 2v6a2 2 0 0 0 2 2h1v1c0 .55.45 1 1 1h2c.55 0 1-.45 1-1v-1h6v1c0 .55.45 1 1 1h1.1l3.9 3.89l1.26-1.28M8 14H4v-1h4m0-1H4v-1h4m0-1H4V9h3.1l.9.9M2.54 1.89L7.64 7L2.53 1.89M7.65 7l5 5l-5.01-5m11.31 11.3v.01L15 14.35M7.64 7L2.53 1.89h.01M12.65 12L7.64 7h.01m11.3 11.3v.01L15 14.35"/></svg>
React
import type { SVGProps } from "react";
export function MdiProjectorOff(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="M16 9c-1.03 0-1.9.79-2 1.82L16.18 13c2.54-.24 2.37-4-.18-4m-1 5.35l3.95 3.96v-.01M7.64 7l5.01 5l-5-5M20 7h-.85a5.49 5.49 0 0 0-6.31 0h-2.65l2.61 2.61c.98-2.27 3.93-2.83 5.7-1.08c1.72 1.74 1.16 4.69-1.11 5.67l2.79 2.8A2.01 2.01 0 0 0 22 15V9c0-1.1-.9-2-2-2m-4 2c-1.03 0-1.9.79-2 1.82L16.18 13c2.54-.24 2.37-4-.18-4m0 0c-1.03 0-1.9.79-2 1.82L16.18 13c2.54-.24 2.37-4-.18-4m6.25 12.61L2.53 1.89L1.26 3.16L5.1 7H4c-1.1 0-2 .9-2 2v6a2 2 0 0 0 2 2h1v1c0 .55.45 1 1 1h2c.55 0 1-.45 1-1v-1h6v1c0 .55.45 1 1 1h1.1l3.9 3.89l1.26-1.28M8 14H4v-1h4m0-1H4v-1h4m0-1H4V9h3.1l.9.9M2.54 1.89L7.64 7L2.53 1.89M7.65 7l5 5l-5.01-5m11.31 11.3v.01L15 14.35M7.64 7L2.53 1.89h.01M12.65 12L7.64 7h.01m11.3 11.3v.01L15 14.35"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16 9c-1.03 0-1.9.79-2 1.82L16.18 13c2.54-.24 2.37-4-.18-4m-1 5.35l3.95 3.96v-.01M7.64 7l5.01 5l-5-5M20 7h-.85a5.49 5.49 0 0 0-6.31 0h-2.65l2.61 2.61c.98-2.27 3.93-2.83 5.7-1.08c1.72 1.74 1.16 4.69-1.11 5.67l2.79 2.8A2.01 2.01 0 0 0 22 15V9c0-1.1-.9-2-2-2m-4 2c-1.03 0-1.9.79-2 1.82L16.18 13c2.54-.24 2.37-4-.18-4m0 0c-1.03 0-1.9.79-2 1.82L16.18 13c2.54-.24 2.37-4-.18-4m6.25 12.61L2.53 1.89L1.26 3.16L5.1 7H4c-1.1 0-2 .9-2 2v6a2 2 0 0 0 2 2h1v1c0 .55.45 1 1 1h2c.55 0 1-.45 1-1v-1h6v1c0 .55.45 1 1 1h1.1l3.9 3.89l1.26-1.28M8 14H4v-1h4m0-1H4v-1h4m0-1H4V9h3.1l.9.9M2.54 1.89L7.64 7L2.53 1.89M7.65 7l5 5l-5.01-5m11.31 11.3v.01L15 14.35M7.64 7L2.53 1.89h.01M12.65 12L7.64 7h.01m11.3 11.3v.01L15 14.35"/></svg> </template>
CSS
.icon-projector-off {
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%22M16%209c-1.03%200-1.9.79-2%201.82L16.18%2013c2.54-.24%202.37-4-.18-4m-1%205.35l3.95%203.96v-.01M7.64%207l5.01%205l-5-5M20%207h-.85a5.49%205.49%200%200%200-6.31%200h-2.65l2.61%202.61c.98-2.27%203.93-2.83%205.7-1.08c1.72%201.74%201.16%204.69-1.11%205.67l2.79%202.8A2.01%202.01%200%200%200%2022%2015V9c0-1.1-.9-2-2-2m-4%202c-1.03%200-1.9.79-2%201.82L16.18%2013c2.54-.24%202.37-4-.18-4m0%200c-1.03%200-1.9.79-2%201.82L16.18%2013c2.54-.24%202.37-4-.18-4m6.25%2012.61L2.53%201.89L1.26%203.16L5.1%207H4c-1.1%200-2%20.9-2%202v6a2%202%200%200%200%202%202h1v1c0%20.55.45%201%201%201h2c.55%200%201-.45%201-1v-1h6v1c0%20.55.45%201%201%201h1.1l3.9%203.89l1.26-1.28M8%2014H4v-1h4m0-1H4v-1h4m0-1H4V9h3.1l.9.9M2.54%201.89L7.64%207L2.53%201.89M7.65%207l5%205l-5.01-5m11.31%2011.3v.01L15%2014.35M7.64%207L2.53%201.89h.01M12.65%2012L7.64%207h.01m11.3%2011.3v.01L15%2014.35%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%22M16%209c-1.03%200-1.9.79-2%201.82L16.18%2013c2.54-.24%202.37-4-.18-4m-1%205.35l3.95%203.96v-.01M7.64%207l5.01%205l-5-5M20%207h-.85a5.49%205.49%200%200%200-6.31%200h-2.65l2.61%202.61c.98-2.27%203.93-2.83%205.7-1.08c1.72%201.74%201.16%204.69-1.11%205.67l2.79%202.8A2.01%202.01%200%200%200%2022%2015V9c0-1.1-.9-2-2-2m-4%202c-1.03%200-1.9.79-2%201.82L16.18%2013c2.54-.24%202.37-4-.18-4m0%200c-1.03%200-1.9.79-2%201.82L16.18%2013c2.54-.24%202.37-4-.18-4m6.25%2012.61L2.53%201.89L1.26%203.16L5.1%207H4c-1.1%200-2%20.9-2%202v6a2%202%200%200%200%202%202h1v1c0%20.55.45%201%201%201h2c.55%200%201-.45%201-1v-1h6v1c0%20.55.45%201%201%201h1.1l3.9%203.89l1.26-1.28M8%2014H4v-1h4m0-1H4v-1h4m0-1H4V9h3.1l.9.9M2.54%201.89L7.64%207L2.53%201.89M7.65%207l5%205l-5.01-5m11.31%2011.3v.01L15%2014.35M7.64%207L2.53%201.89h.01M12.65%2012L7.64%207h.01m11.3%2011.3v.01L15%2014.35%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/projector-off.svg?color=%231a73e8&size=48