projector icon
projector-broken from Solar by 480 Design · Broken · Devices · CC-BY-4.0 Attribution required.
- Name
- projector-broken
- Set
- Solar
- Style
- Broken
- Category
- Devices
- Viewbox
- 24×24
- License
- CC BY 4.0
5 other variants in Solar
The same icon in other sets
More devices icons from Solar
airbuds-boldairbuds-case-boldairbuds-case-charge-boldairbuds-case-minimalistic-boldairbuds-case-open-boldairbuds-charge-boldairbuds-check-boldairbuds-left-boldairbuds-remove-boldairbuds-right-boldbinoculars-boldbluetooth-boldbluetooth-circle-boldbluetooth-square-boldbluetooth-wave-boldboombox-boldbot-boldcassette-2-boldcassette-boldcloud-storage-boldcpu-boldcpu-bolt-bolddevices-bolddiskette-bold
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-width="1.5"><path stroke-linecap="round" d="M18 6.01732C19.5534 6.06413 20.48 6.23738 21.1213 6.87868C21.6112 7.36857 21.828 8.02491 21.9239 9M10 6H8C5.17157 6 3.75736 6 2.87868 6.87868C2 7.75736 2 9.17157 2 12C2 14.8284 2 16.2426 2.87868 17.1213C3.75736 18 5.17157 18 8 18H10M14 18H16C18.8284 18 20.2426 18 21.1213 17.1213C21.8897 16.3529 21.9862 15.175 21.9983 13"/><path d="M18 18L19 20"/><path d="M6 18L5 20"/><circle cx="14" cy="9" r="5"/><path stroke-linecap="round" d="M12 9C12 10.1046 12.8954 11 14 11C15.1046 11 16 10.1046 16 9C16 7.89543 15.1046 7 14 7"/><path stroke-linecap="round" stroke-linejoin="round" d="M5.5 9.5L5.5002 11.0001"/></g></svg>
React
import type { SVGProps } from "react";
export function SolarProjectorBroken(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 strokeLinecap="round" d="M18 6.01732C19.5534 6.06413 20.48 6.23738 21.1213 6.87868C21.6112 7.36857 21.828 8.02491 21.9239 9M10 6H8C5.17157 6 3.75736 6 2.87868 6.87868C2 7.75736 2 9.17157 2 12C2 14.8284 2 16.2426 2.87868 17.1213C3.75736 18 5.17157 18 8 18H10M14 18H16C18.8284 18 20.2426 18 21.1213 17.1213C21.8897 16.3529 21.9862 15.175 21.9983 13"/><path d="M18 18L19 20"/><path d="M6 18L5 20"/><circle cx="14" cy="9" r="5"/><path strokeLinecap="round" d="M12 9C12 10.1046 12.8954 11 14 11C15.1046 11 16 10.1046 16 9C16 7.89543 15.1046 7 14 7"/><path strokeLinecap="round" strokeLinejoin="round" d="M5.5 9.5L5.5002 11.0001"/></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 stroke-linecap="round" d="M18 6.01732C19.5534 6.06413 20.48 6.23738 21.1213 6.87868C21.6112 7.36857 21.828 8.02491 21.9239 9M10 6H8C5.17157 6 3.75736 6 2.87868 6.87868C2 7.75736 2 9.17157 2 12C2 14.8284 2 16.2426 2.87868 17.1213C3.75736 18 5.17157 18 8 18H10M14 18H16C18.8284 18 20.2426 18 21.1213 17.1213C21.8897 16.3529 21.9862 15.175 21.9983 13"/><path d="M18 18L19 20"/><path d="M6 18L5 20"/><circle cx="14" cy="9" r="5"/><path stroke-linecap="round" d="M12 9C12 10.1046 12.8954 11 14 11C15.1046 11 16 10.1046 16 9C16 7.89543 15.1046 7 14 7"/><path stroke-linecap="round" stroke-linejoin="round" d="M5.5 9.5L5.5002 11.0001"/></g></svg> </template>
CSS
.icon-projector-broken {
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%20stroke-linecap%3D%22round%22%20d%3D%22M18%206.01732C19.5534%206.06413%2020.48%206.23738%2021.1213%206.87868C21.6112%207.36857%2021.828%208.02491%2021.9239%209M10%206H8C5.17157%206%203.75736%206%202.87868%206.87868C2%207.75736%202%209.17157%202%2012C2%2014.8284%202%2016.2426%202.87868%2017.1213C3.75736%2018%205.17157%2018%208%2018H10M14%2018H16C18.8284%2018%2020.2426%2018%2021.1213%2017.1213C21.8897%2016.3529%2021.9862%2015.175%2021.9983%2013%22%2F%3E%3Cpath%20d%3D%22M18%2018L19%2020%22%2F%3E%3Cpath%20d%3D%22M6%2018L5%2020%22%2F%3E%3Ccircle%20cx%3D%2214%22%20cy%3D%229%22%20r%3D%225%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M12%209C12%2010.1046%2012.8954%2011%2014%2011C15.1046%2011%2016%2010.1046%2016%209C16%207.89543%2015.1046%207%2014%207%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M5.5%209.5L5.5002%2011.0001%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%20stroke-linecap%3D%22round%22%20d%3D%22M18%206.01732C19.5534%206.06413%2020.48%206.23738%2021.1213%206.87868C21.6112%207.36857%2021.828%208.02491%2021.9239%209M10%206H8C5.17157%206%203.75736%206%202.87868%206.87868C2%207.75736%202%209.17157%202%2012C2%2014.8284%202%2016.2426%202.87868%2017.1213C3.75736%2018%205.17157%2018%208%2018H10M14%2018H16C18.8284%2018%2020.2426%2018%2021.1213%2017.1213C21.8897%2016.3529%2021.9862%2015.175%2021.9983%2013%22%2F%3E%3Cpath%20d%3D%22M18%2018L19%2020%22%2F%3E%3Cpath%20d%3D%22M6%2018L5%2020%22%2F%3E%3Ccircle%20cx%3D%2214%22%20cy%3D%229%22%20r%3D%225%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M12%209C12%2010.1046%2012.8954%2011%2014%2011C15.1046%2011%2016%2010.1046%2016%209C16%207.89543%2015.1046%207%2014%207%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M5.5%209.5L5.5002%2011.0001%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/solar/projector-broken.svg?color=%231a73e8&size=48