projector icon

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

Name
projector-duotone
Set
Reicon
Style
Duotone
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"><path d="M6.25 9.5a.75.75 0 1 0-1.5 0V11a.75.75 0 1 0 1.5 0z"/><path fill-rule="evenodd" d="M19 9A5 5 0 1 1 9 9a5 5 0 0 1 10 0m-5.75-2a.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" clip-rule="evenodd"/><path d="M14 14a5 5 0 0 0 4.014-7.982c.757.023 1.364.077 1.863.2c.518.13.918.335 1.244.66C22 7.759 22 9.173 22 12s0 4.243-.879 5.121c-.547.547-1.301.754-2.475.832l.997 1.661a.75.75 0 1 1-1.286.772l-1.433-2.387L16 18H8l-.925-.001l-1.432 2.387a.75.75 0 1 1-1.286-.772l.997-1.661c-1.174-.078-1.928-.285-2.475-.832C2 16.243 2 14.828 2 12s0-4.243.879-5.121C3.757 6 5.172 6 8 6h2a5 5 0 0 0 4 8" opacity=".5"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconProjectorDuotone(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"><path d="M6.25 9.5a.75.75 0 1 0-1.5 0V11a.75.75 0 1 0 1.5 0z"/><path fillRule="evenodd" d="M19 9A5 5 0 1 1 9 9a5 5 0 0 1 10 0m-5.75-2a.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" clipRule="evenodd"/><path d="M14 14a5 5 0 0 0 4.014-7.982c.757.023 1.364.077 1.863.2c.518.13.918.335 1.244.66C22 7.759 22 9.173 22 12s0 4.243-.879 5.121c-.547.547-1.301.754-2.475.832l.997 1.661a.75.75 0 1 1-1.286.772l-1.433-2.387L16 18H8l-.925-.001l-1.432 2.387a.75.75 0 1 1-1.286-.772l.997-1.661c-1.174-.078-1.928-.285-2.475-.832C2 16.243 2 14.828 2 12s0-4.243.879-5.121C3.757 6 5.172 6 8 6h2a5 5 0 0 0 4 8" opacity=".5"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M6.25 9.5a.75.75 0 1 0-1.5 0V11a.75.75 0 1 0 1.5 0z"/><path fill-rule="evenodd" d="M19 9A5 5 0 1 1 9 9a5 5 0 0 1 10 0m-5.75-2a.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" clip-rule="evenodd"/><path d="M14 14a5 5 0 0 0 4.014-7.982c.757.023 1.364.077 1.863.2c.518.13.918.335 1.244.66C22 7.759 22 9.173 22 12s0 4.243-.879 5.121c-.547.547-1.301.754-2.475.832l.997 1.661a.75.75 0 1 1-1.286.772l-1.433-2.387L16 18H8l-.925-.001l-1.432 2.387a.75.75 0 1 1-1.286-.772l.997-1.661c-1.174-.078-1.928-.285-2.475-.832C2 16.243 2 14.828 2 12s0-4.243.879-5.121C3.757 6 5.172 6 8 6h2a5 5 0 0 0 4 8" opacity=".5"/></g></svg>
</template>

CSS

.icon-projector-duotone {
  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%3E%3Cpath%20d%3D%22M6.25%209.5a.75.75%200%201%200-1.5%200V11a.75.75%200%201%200%201.5%200z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M19%209A5%205%200%201%201%209%209a5%205%200%200%201%2010%200m-5.75-2a.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%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M14%2014a5%205%200%200%200%204.014-7.982c.757.023%201.364.077%201.863.2c.518.13.918.335%201.244.66C22%207.759%2022%209.173%2022%2012s0%204.243-.879%205.121c-.547.547-1.301.754-2.475.832l.997%201.661a.75.75%200%201%201-1.286.772l-1.433-2.387L16%2018H8l-.925-.001l-1.432%202.387a.75.75%200%201%201-1.286-.772l.997-1.661c-1.174-.078-1.928-.285-2.475-.832C2%2016.243%202%2014.828%202%2012s0-4.243.879-5.121C3.757%206%205.172%206%208%206h2a5%205%200%200%200%204%208%22%20opacity%3D%22.5%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%3E%3Cpath%20d%3D%22M6.25%209.5a.75.75%200%201%200-1.5%200V11a.75.75%200%201%200%201.5%200z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M19%209A5%205%200%201%201%209%209a5%205%200%200%201%2010%200m-5.75-2a.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%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M14%2014a5%205%200%200%200%204.014-7.982c.757.023%201.364.077%201.863.2c.518.13.918.335%201.244.66C22%207.759%2022%209.173%2022%2012s0%204.243-.879%205.121c-.547.547-1.301.754-2.475.832l.997%201.661a.75.75%200%201%201-1.286.772l-1.433-2.387L16%2018H8l-.925-.001l-1.432%202.387a.75.75%200%201%201-1.286-.772l.997-1.661c-1.174-.078-1.928-.285-2.475-.832C2%2016.243%202%2014.828%202%2012s0-4.243.879-5.121C3.757%206%205.172%206%208%206h2a5%205%200%200%200%204%208%22%20opacity%3D%22.5%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-duotone.svg?color=%231a73e8&size=48