projector icon
projector from Reicon by REICON · Outline · Devices · MIT Free for personal and commercial use.
- Name
- projector
- Set
- Reicon
- Style
- Outline
- 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"><path fill="currentColor" fill-rule="evenodd" d="M10.588 6.465a4.25 4.25 0 1 0 6.888.088a.8.8 0 0 1-.14-.186A4.24 4.24 0 0 0 14 4.75a4.24 4.24 0 0 0-3.412 1.715m-1.881.285a5.75 5.75 0 1 0 10.638.126c.63.101.984.271 1.246.533c.277.277.457.665.556 1.4c.101.754.103 1.756.103 3.191s-.002 2.437-.103 3.192c-.099.734-.28 1.122-.556 1.399c-.277.277-.665.457-1.4.556c-.755.101-1.756.103-3.191.103H8c-1.435 0-2.437-.002-3.192-.103c-.734-.099-1.122-.28-1.399-.556c-.277-.277-.457-.665-.556-1.4c-.101-.755-.103-1.756-.103-3.191s.002-2.437.103-3.192c.099-.734.28-1.122.556-1.399c.277-.277.665-.457 1.4-.556C5.562 6.752 6.564 6.75 8 6.75zm.934-1.5H7.945c-1.367 0-2.47 0-3.337.117c-.9.12-1.658.38-2.26.981c-.602.602-.86 1.36-.981 2.26c-.117.867-.117 1.97-.117 3.337v.11c0 1.367 0 2.47.117 3.337c.12.9.38 1.658.981 2.26c.602.602 1.36.86 2.26.982q.11.015.223.026l-.502 1.005a.75.75 0 1 0 1.342.67l.796-1.592q.68.009 1.478.007h8.11q.797.002 1.478-.007l.796 1.592a.75.75 0 1 0 1.342-.67l-.502-1.005l.223-.026c.9-.122 1.658-.38 2.26-.982s.86-1.36.982-2.26c.116-.867.116-1.97.116-3.337v-.11c0-1.367 0-2.47-.116-3.337c-.122-.9-.38-1.658-.982-2.26c-.803-.802-1.895-1.003-3.266-1.067A5.74 5.74 0 0 0 14 3.25a5.74 5.74 0 0 0-4.359 2M13.25 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-.75M5.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" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function ReiconProjector(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" fillRule="evenodd" d="M10.588 6.465a4.25 4.25 0 1 0 6.888.088a.8.8 0 0 1-.14-.186A4.24 4.24 0 0 0 14 4.75a4.24 4.24 0 0 0-3.412 1.715m-1.881.285a5.75 5.75 0 1 0 10.638.126c.63.101.984.271 1.246.533c.277.277.457.665.556 1.4c.101.754.103 1.756.103 3.191s-.002 2.437-.103 3.192c-.099.734-.28 1.122-.556 1.399c-.277.277-.665.457-1.4.556c-.755.101-1.756.103-3.191.103H8c-1.435 0-2.437-.002-3.192-.103c-.734-.099-1.122-.28-1.399-.556c-.277-.277-.457-.665-.556-1.4c-.101-.755-.103-1.756-.103-3.191s.002-2.437.103-3.192c.099-.734.28-1.122.556-1.399c.277-.277.665-.457 1.4-.556C5.562 6.752 6.564 6.75 8 6.75zm.934-1.5H7.945c-1.367 0-2.47 0-3.337.117c-.9.12-1.658.38-2.26.981c-.602.602-.86 1.36-.981 2.26c-.117.867-.117 1.97-.117 3.337v.11c0 1.367 0 2.47.117 3.337c.12.9.38 1.658.981 2.26c.602.602 1.36.86 2.26.982q.11.015.223.026l-.502 1.005a.75.75 0 1 0 1.342.67l.796-1.592q.68.009 1.478.007h8.11q.797.002 1.478-.007l.796 1.592a.75.75 0 1 0 1.342-.67l-.502-1.005l.223-.026c.9-.122 1.658-.38 2.26-.982s.86-1.36.982-2.26c.116-.867.116-1.97.116-3.337v-.11c0-1.367 0-2.47-.116-3.337c-.122-.9-.38-1.658-.982-2.26c-.803-.802-1.895-1.003-3.266-1.067A5.74 5.74 0 0 0 14 3.25a5.74 5.74 0 0 0-4.359 2M13.25 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-.75M5.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" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M10.588 6.465a4.25 4.25 0 1 0 6.888.088a.8.8 0 0 1-.14-.186A4.24 4.24 0 0 0 14 4.75a4.24 4.24 0 0 0-3.412 1.715m-1.881.285a5.75 5.75 0 1 0 10.638.126c.63.101.984.271 1.246.533c.277.277.457.665.556 1.4c.101.754.103 1.756.103 3.191s-.002 2.437-.103 3.192c-.099.734-.28 1.122-.556 1.399c-.277.277-.665.457-1.4.556c-.755.101-1.756.103-3.191.103H8c-1.435 0-2.437-.002-3.192-.103c-.734-.099-1.122-.28-1.399-.556c-.277-.277-.457-.665-.556-1.4c-.101-.755-.103-1.756-.103-3.191s.002-2.437.103-3.192c.099-.734.28-1.122.556-1.399c.277-.277.665-.457 1.4-.556C5.562 6.752 6.564 6.75 8 6.75zm.934-1.5H7.945c-1.367 0-2.47 0-3.337.117c-.9.12-1.658.38-2.26.981c-.602.602-.86 1.36-.981 2.26c-.117.867-.117 1.97-.117 3.337v.11c0 1.367 0 2.47.117 3.337c.12.9.38 1.658.981 2.26c.602.602 1.36.86 2.26.982q.11.015.223.026l-.502 1.005a.75.75 0 1 0 1.342.67l.796-1.592q.68.009 1.478.007h8.11q.797.002 1.478-.007l.796 1.592a.75.75 0 1 0 1.342-.67l-.502-1.005l.223-.026c.9-.122 1.658-.38 2.26-.982s.86-1.36.982-2.26c.116-.867.116-1.97.116-3.337v-.11c0-1.367 0-2.47-.116-3.337c-.122-.9-.38-1.658-.982-2.26c-.803-.802-1.895-1.003-3.266-1.067A5.74 5.74 0 0 0 14 3.25a5.74 5.74 0 0 0-4.359 2M13.25 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-.75M5.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" clip-rule="evenodd"/></svg> </template>
CSS
.icon-projector {
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%20fill-rule%3D%22evenodd%22%20d%3D%22M10.588%206.465a4.25%204.25%200%201%200%206.888.088a.8.8%200%200%201-.14-.186A4.24%204.24%200%200%200%2014%204.75a4.24%204.24%200%200%200-3.412%201.715m-1.881.285a5.75%205.75%200%201%200%2010.638.126c.63.101.984.271%201.246.533c.277.277.457.665.556%201.4c.101.754.103%201.756.103%203.191s-.002%202.437-.103%203.192c-.099.734-.28%201.122-.556%201.399c-.277.277-.665.457-1.4.556c-.755.101-1.756.103-3.191.103H8c-1.435%200-2.437-.002-3.192-.103c-.734-.099-1.122-.28-1.399-.556c-.277-.277-.457-.665-.556-1.4c-.101-.755-.103-1.756-.103-3.191s.002-2.437.103-3.192c.099-.734.28-1.122.556-1.399c.277-.277.665-.457%201.4-.556C5.562%206.752%206.564%206.75%208%206.75zm.934-1.5H7.945c-1.367%200-2.47%200-3.337.117c-.9.12-1.658.38-2.26.981c-.602.602-.86%201.36-.981%202.26c-.117.867-.117%201.97-.117%203.337v.11c0%201.367%200%202.47.117%203.337c.12.9.38%201.658.981%202.26c.602.602%201.36.86%202.26.982q.11.015.223.026l-.502%201.005a.75.75%200%201%200%201.342.67l.796-1.592q.68.009%201.478.007h8.11q.797.002%201.478-.007l.796%201.592a.75.75%200%201%200%201.342-.67l-.502-1.005l.223-.026c.9-.122%201.658-.38%202.26-.982s.86-1.36.982-2.26c.116-.867.116-1.97.116-3.337v-.11c0-1.367%200-2.47-.116-3.337c-.122-.9-.38-1.658-.982-2.26c-.803-.802-1.895-1.003-3.266-1.067A5.74%205.74%200%200%200%2014%203.25a5.74%205.74%200%200%200-4.359%202M13.25%207a.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-.75M5.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%20clip-rule%3D%22evenodd%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%20fill-rule%3D%22evenodd%22%20d%3D%22M10.588%206.465a4.25%204.25%200%201%200%206.888.088a.8.8%200%200%201-.14-.186A4.24%204.24%200%200%200%2014%204.75a4.24%204.24%200%200%200-3.412%201.715m-1.881.285a5.75%205.75%200%201%200%2010.638.126c.63.101.984.271%201.246.533c.277.277.457.665.556%201.4c.101.754.103%201.756.103%203.191s-.002%202.437-.103%203.192c-.099.734-.28%201.122-.556%201.399c-.277.277-.665.457-1.4.556c-.755.101-1.756.103-3.191.103H8c-1.435%200-2.437-.002-3.192-.103c-.734-.099-1.122-.28-1.399-.556c-.277-.277-.457-.665-.556-1.4c-.101-.755-.103-1.756-.103-3.191s.002-2.437.103-3.192c.099-.734.28-1.122.556-1.399c.277-.277.665-.457%201.4-.556C5.562%206.752%206.564%206.75%208%206.75zm.934-1.5H7.945c-1.367%200-2.47%200-3.337.117c-.9.12-1.658.38-2.26.981c-.602.602-.86%201.36-.981%202.26c-.117.867-.117%201.97-.117%203.337v.11c0%201.367%200%202.47.117%203.337c.12.9.38%201.658.981%202.26c.602.602%201.36.86%202.26.982q.11.015.223.026l-.502%201.005a.75.75%200%201%200%201.342.67l.796-1.592q.68.009%201.478.007h8.11q.797.002%201.478-.007l.796%201.592a.75.75%200%201%200%201.342-.67l-.502-1.005l.223-.026c.9-.122%201.658-.38%202.26-.982s.86-1.36.982-2.26c.116-.867.116-1.97.116-3.337v-.11c0-1.367%200-2.47-.116-3.337c-.122-.9-.38-1.658-.982-2.26c-.803-.802-1.895-1.003-3.266-1.067A5.74%205.74%200%200%200%2014%203.25a5.74%205.74%200%200%200-4.359%202M13.25%207a.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-.75M5.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%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/projector.svg?color=%231a73e8&size=48