projector 01 icon

projector-01 from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
projector-01
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

Use the projector 01 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-width="1.5"><path d="M11.5 10h-5c-1.875 0-2.812 0-3.47.477a2.5 2.5 0 0 0-.553.553C2 11.689 2 12.626 2 14.5s0 2.812.477 3.47a2.5 2.5 0 0 0 .554.553C3.688 19 4.625 19 6.5 19h11c1.875 0 2.812 0 3.47-.477a2.5 2.5 0 0 0 .553-.553C22 17.312 22 16.375 22 14.5s0-2.812-.477-3.47a2.5 2.5 0 0 0-.553-.553c-.453-.328-1.038-.43-1.97-.463"/><circle cx="15.5" cy="10" r="3.5"/><path stroke-linecap="round" d="M6.5 19L5 22m12.5-3l1.5 3M12.5 5l-1-1m8 0l-1 1m-3-1V2"/><path stroke-linecap="round" stroke-linejoin="round" d="M6.125 14H6m.25 0a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsProjector01(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" strokeWidth="1.5"><path d="M11.5 10h-5c-1.875 0-2.812 0-3.47.477a2.5 2.5 0 0 0-.553.553C2 11.689 2 12.626 2 14.5s0 2.812.477 3.47a2.5 2.5 0 0 0 .554.553C3.688 19 4.625 19 6.5 19h11c1.875 0 2.812 0 3.47-.477a2.5 2.5 0 0 0 .553-.553C22 17.312 22 16.375 22 14.5s0-2.812-.477-3.47a2.5 2.5 0 0 0-.553-.553c-.453-.328-1.038-.43-1.97-.463"/><circle cx="15.5" cy="10" r="3.5"/><path strokeLinecap="round" d="M6.5 19L5 22m12.5-3l1.5 3M12.5 5l-1-1m8 0l-1 1m-3-1V2"/><path strokeLinecap="round" strokeLinejoin="round" d="M6.125 14H6m.25 0a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0"/></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-width="1.5"><path d="M11.5 10h-5c-1.875 0-2.812 0-3.47.477a2.5 2.5 0 0 0-.553.553C2 11.689 2 12.626 2 14.5s0 2.812.477 3.47a2.5 2.5 0 0 0 .554.553C3.688 19 4.625 19 6.5 19h11c1.875 0 2.812 0 3.47-.477a2.5 2.5 0 0 0 .553-.553C22 17.312 22 16.375 22 14.5s0-2.812-.477-3.47a2.5 2.5 0 0 0-.553-.553c-.453-.328-1.038-.43-1.97-.463"/><circle cx="15.5" cy="10" r="3.5"/><path stroke-linecap="round" d="M6.5 19L5 22m12.5-3l1.5 3M12.5 5l-1-1m8 0l-1 1m-3-1V2"/><path stroke-linecap="round" stroke-linejoin="round" d="M6.125 14H6m.25 0a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0"/></g></svg>
</template>

CSS

.icon-projector-01 {
  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-width%3D%221.5%22%3E%3Cpath%20d%3D%22M11.5%2010h-5c-1.875%200-2.812%200-3.47.477a2.5%202.5%200%200%200-.553.553C2%2011.689%202%2012.626%202%2014.5s0%202.812.477%203.47a2.5%202.5%200%200%200%20.554.553C3.688%2019%204.625%2019%206.5%2019h11c1.875%200%202.812%200%203.47-.477a2.5%202.5%200%200%200%20.553-.553C22%2017.312%2022%2016.375%2022%2014.5s0-2.812-.477-3.47a2.5%202.5%200%200%200-.553-.553c-.453-.328-1.038-.43-1.97-.463%22%2F%3E%3Ccircle%20cx%3D%2215.5%22%20cy%3D%2210%22%20r%3D%223.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M6.5%2019L5%2022m12.5-3l1.5%203M12.5%205l-1-1m8%200l-1%201m-3-1V2%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M6.125%2014H6m.25%200a.25.25%200%201%201-.5%200a.25.25%200%200%201%20.5%200%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-width%3D%221.5%22%3E%3Cpath%20d%3D%22M11.5%2010h-5c-1.875%200-2.812%200-3.47.477a2.5%202.5%200%200%200-.553.553C2%2011.689%202%2012.626%202%2014.5s0%202.812.477%203.47a2.5%202.5%200%200%200%20.554.553C3.688%2019%204.625%2019%206.5%2019h11c1.875%200%202.812%200%203.47-.477a2.5%202.5%200%200%200%20.553-.553C22%2017.312%2022%2016.375%2022%2014.5s0-2.812-.477-3.47a2.5%202.5%200%200%200-.553-.553c-.453-.328-1.038-.43-1.97-.463%22%2F%3E%3Ccircle%20cx%3D%2215.5%22%20cy%3D%2210%22%20r%3D%223.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M6.5%2019L5%2022m12.5-3l1.5%203M12.5%205l-1-1m8%200l-1%201m-3-1V2%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M6.125%2014H6m.25%200a.25.25%200%201%201-.5%200a.25.25%200%200%201%20.5%200%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-01.svg?color=%231a73e8&size=48