projector icon
projector from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- projector
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
Related icons in Huge Icons
Use the projector icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M18 12.5a4 4 0 1 1-8 0a4 4 0 0 1 8 0m-13 5h2"/><path d="M10 10.5H7c-1.87 0-2.804 0-3.5.402A3 3 0 0 0 2.402 12C2 12.696 2 13.63 2 15.5s0 2.804.402 3.5A3 3 0 0 0 3.5 20.098c.696.402 1.63.402 3.5.402h10c1.87 0 2.804 0 3.5-.402A3 3 0 0 0 21.598 19c.402-.696.402-1.63.402-3.5v-1c0-.93 0-1.395-.102-1.777a3 3 0 0 0-2.122-2.12c-.38-.103-.846-.103-1.776-.103m-3.998-7v1.997M19.5 5L18 6.5M8.5 5L10 6.5"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsProjector(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"><path d="M18 12.5a4 4 0 1 1-8 0a4 4 0 0 1 8 0m-13 5h2"/><path d="M10 10.5H7c-1.87 0-2.804 0-3.5.402A3 3 0 0 0 2.402 12C2 12.696 2 13.63 2 15.5s0 2.804.402 3.5A3 3 0 0 0 3.5 20.098c.696.402 1.63.402 3.5.402h10c1.87 0 2.804 0 3.5-.402A3 3 0 0 0 21.598 19c.402-.696.402-1.63.402-3.5v-1c0-.93 0-1.395-.102-1.777a3 3 0 0 0-2.122-2.12c-.38-.103-.846-.103-1.776-.103m-3.998-7v1.997M19.5 5L18 6.5M8.5 5L10 6.5"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M18 12.5a4 4 0 1 1-8 0a4 4 0 0 1 8 0m-13 5h2"/><path d="M10 10.5H7c-1.87 0-2.804 0-3.5.402A3 3 0 0 0 2.402 12C2 12.696 2 13.63 2 15.5s0 2.804.402 3.5A3 3 0 0 0 3.5 20.098c.696.402 1.63.402 3.5.402h10c1.87 0 2.804 0 3.5-.402A3 3 0 0 0 21.598 19c.402-.696.402-1.63.402-3.5v-1c0-.93 0-1.395-.102-1.777a3 3 0 0 0-2.122-2.12c-.38-.103-.846-.103-1.776-.103m-3.998-7v1.997M19.5 5L18 6.5M8.5 5L10 6.5"/></g></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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M18%2012.5a4%204%200%201%201-8%200a4%204%200%200%201%208%200m-13%205h2%22%2F%3E%3Cpath%20d%3D%22M10%2010.5H7c-1.87%200-2.804%200-3.5.402A3%203%200%200%200%202.402%2012C2%2012.696%202%2013.63%202%2015.5s0%202.804.402%203.5A3%203%200%200%200%203.5%2020.098c.696.402%201.63.402%203.5.402h10c1.87%200%202.804%200%203.5-.402A3%203%200%200%200%2021.598%2019c.402-.696.402-1.63.402-3.5v-1c0-.93%200-1.395-.102-1.777a3%203%200%200%200-2.122-2.12c-.38-.103-.846-.103-1.776-.103m-3.998-7v1.997M19.5%205L18%206.5M8.5%205L10%206.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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M18%2012.5a4%204%200%201%201-8%200a4%204%200%200%201%208%200m-13%205h2%22%2F%3E%3Cpath%20d%3D%22M10%2010.5H7c-1.87%200-2.804%200-3.5.402A3%203%200%200%200%202.402%2012C2%2012.696%202%2013.63%202%2015.5s0%202.804.402%203.5A3%203%200%200%200%203.5%2020.098c.696.402%201.63.402%203.5.402h10c1.87%200%202.804%200%203.5-.402A3%203%200%200%200%2021.598%2019c.402-.696.402-1.63.402-3.5v-1c0-.93%200-1.395-.102-1.777a3%203%200%200%200-2.122-2.12c-.38-.103-.846-.103-1.776-.103m-3.998-7v1.997M19.5%205L18%206.5M8.5%205L10%206.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/hugeicons/projector.svg?color=%231a73e8&size=48