projector icon

projector-filled from Reicon by REICON · Filled · Devices · MIT Free for personal and commercial use.

Name
projector-filled
Set
Reicon
Style
Filled
Category
Devices
Viewbox
24×24
License
MIT

2 other variants in Reicon

The same icon in other sets

All projector icons →

More devices icons from Reicon

Use the projector icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"><path d="M4.614 20.643a.75.75 0 0 0 1.03-.257l1.431-2.387L8 18h8l.924-.001l1.433 2.387a.75.75 0 1 0 1.286-.772l-.997-1.661c1.174-.078 1.928-.285 2.475-.832C22 16.243 22 14.828 22 12s0-4.243-.879-5.121c-.326-.326-.726-.532-1.244-.66A6.5 6.5 0 1 1 8.233 6H8c-2.828-.001-4.243-.001-5.121.878S2 9.172 2 12s0 4.243.879 5.121c.547.547 1.301.754 2.475.832l-.997 1.661a.75.75 0 0 0 .257 1.03M5.5 8.75a.75.75 0 0 1 .75.75V11a.75.75 0 0 1-1.5 0V9.5a.75.75 0 0 1 .75-.75"/><path d="M14 14a5 5 0 1 0 0-10a5 5 0 0 0 0 10m-.75-7a.75.75 0 0 1 .75-.75A2.75 2.75 0 1 1 11.25 9a.75.75 0 0 1 1.5 0A1.25 1.25 0 1 0 14 7.75a.75.75 0 0 1-.75-.75"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconProjectorFilled(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" fillRule="evenodd" clipRule="evenodd"><path d="M4.614 20.643a.75.75 0 0 0 1.03-.257l1.431-2.387L8 18h8l.924-.001l1.433 2.387a.75.75 0 1 0 1.286-.772l-.997-1.661c1.174-.078 1.928-.285 2.475-.832C22 16.243 22 14.828 22 12s0-4.243-.879-5.121c-.326-.326-.726-.532-1.244-.66A6.5 6.5 0 1 1 8.233 6H8c-2.828-.001-4.243-.001-5.121.878S2 9.172 2 12s0 4.243.879 5.121c.547.547 1.301.754 2.475.832l-.997 1.661a.75.75 0 0 0 .257 1.03M5.5 8.75a.75.75 0 0 1 .75.75V11a.75.75 0 0 1-1.5 0V9.5a.75.75 0 0 1 .75-.75"/><path d="M14 14a5 5 0 1 0 0-10a5 5 0 0 0 0 10m-.75-7a.75.75 0 0 1 .75-.75A2.75 2.75 0 1 1 11.25 9a.75.75 0 0 1 1.5 0A1.25 1.25 0 1 0 14 7.75a.75.75 0 0 1-.75-.75"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"><path d="M4.614 20.643a.75.75 0 0 0 1.03-.257l1.431-2.387L8 18h8l.924-.001l1.433 2.387a.75.75 0 1 0 1.286-.772l-.997-1.661c1.174-.078 1.928-.285 2.475-.832C22 16.243 22 14.828 22 12s0-4.243-.879-5.121c-.326-.326-.726-.532-1.244-.66A6.5 6.5 0 1 1 8.233 6H8c-2.828-.001-4.243-.001-5.121.878S2 9.172 2 12s0 4.243.879 5.121c.547.547 1.301.754 2.475.832l-.997 1.661a.75.75 0 0 0 .257 1.03M5.5 8.75a.75.75 0 0 1 .75.75V11a.75.75 0 0 1-1.5 0V9.5a.75.75 0 0 1 .75-.75"/><path d="M14 14a5 5 0 1 0 0-10a5 5 0 0 0 0 10m-.75-7a.75.75 0 0 1 .75-.75A2.75 2.75 0 1 1 11.25 9a.75.75 0 0 1 1.5 0A1.25 1.25 0 1 0 14 7.75a.75.75 0 0 1-.75-.75"/></g></svg>
</template>

CSS

.icon-projector-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%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M4.614%2020.643a.75.75%200%200%200%201.03-.257l1.431-2.387L8%2018h8l.924-.001l1.433%202.387a.75.75%200%201%200%201.286-.772l-.997-1.661c1.174-.078%201.928-.285%202.475-.832C22%2016.243%2022%2014.828%2022%2012s0-4.243-.879-5.121c-.326-.326-.726-.532-1.244-.66A6.5%206.5%200%201%201%208.233%206H8c-2.828-.001-4.243-.001-5.121.878S2%209.172%202%2012s0%204.243.879%205.121c.547.547%201.301.754%202.475.832l-.997%201.661a.75.75%200%200%200%20.257%201.03M5.5%208.75a.75.75%200%200%201%20.75.75V11a.75.75%200%200%201-1.5%200V9.5a.75.75%200%200%201%20.75-.75%22%2F%3E%3Cpath%20d%3D%22M14%2014a5%205%200%201%200%200-10a5%205%200%200%200%200%2010m-.75-7a.75.75%200%200%201%20.75-.75A2.75%202.75%200%201%201%2011.25%209a.75.75%200%200%201%201.5%200A1.25%201.25%200%201%200%2014%207.75a.75.75%200%200%201-.75-.75%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%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M4.614%2020.643a.75.75%200%200%200%201.03-.257l1.431-2.387L8%2018h8l.924-.001l1.433%202.387a.75.75%200%201%200%201.286-.772l-.997-1.661c1.174-.078%201.928-.285%202.475-.832C22%2016.243%2022%2014.828%2022%2012s0-4.243-.879-5.121c-.326-.326-.726-.532-1.244-.66A6.5%206.5%200%201%201%208.233%206H8c-2.828-.001-4.243-.001-5.121.878S2%209.172%202%2012s0%204.243.879%205.121c.547.547%201.301.754%202.475.832l-.997%201.661a.75.75%200%200%200%20.257%201.03M5.5%208.75a.75.75%200%200%201%20.75.75V11a.75.75%200%200%201-1.5%200V9.5a.75.75%200%200%201%20.75-.75%22%2F%3E%3Cpath%20d%3D%22M14%2014a5%205%200%201%200%200-10a5%205%200%200%200%200%2010m-.75-7a.75.75%200%200%201%20.75-.75A2.75%202.75%200%201%201%2011.25%209a.75.75%200%200%201%201.5%200A1.25%201.25%200%201%200%2014%207.75a.75.75%200%200%201-.75-.75%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/projector-filled.svg?color=%231a73e8&size=48