lectern icon
lectern-light from Phosphor by Phosphor Icons · Light · MIT Free for personal and commercial use.
- Name
- lectern-light
- Set
- Phosphor
- Style
- Light
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
The same icon in other sets
Use the lectern icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="m244.51 121.74l-40-80A13.92 13.92 0 0 0 192 34H64a13.92 13.92 0 0 0-12.52 7.74l-40 80A14 14 0 0 0 24 142h98v68H96a6 6 0 0 0 0 12h64a6 6 0 0 0 0-12h-26v-68h98a14 14 0 0 0 12.52-20.26Zm-10.82 7.31a1.93 1.93 0 0 1-1.7.95H24a2 2 0 0 1-1.79-2.89l40-80A2 2 0 0 1 64 46h128a2 2 0 0 1 1.79 1.11l40 80a2 2 0 0 1-.1 1.94M190 104a6 6 0 0 1-6 6H72a6 6 0 0 1 0-12h112a6 6 0 0 1 6 6"/></svg>
React
import type { SVGProps } from "react";
export function PhLecternLight(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="m244.51 121.74l-40-80A13.92 13.92 0 0 0 192 34H64a13.92 13.92 0 0 0-12.52 7.74l-40 80A14 14 0 0 0 24 142h98v68H96a6 6 0 0 0 0 12h64a6 6 0 0 0 0-12h-26v-68h98a14 14 0 0 0 12.52-20.26Zm-10.82 7.31a1.93 1.93 0 0 1-1.7.95H24a2 2 0 0 1-1.79-2.89l40-80A2 2 0 0 1 64 46h128a2 2 0 0 1 1.79 1.11l40 80a2 2 0 0 1-.1 1.94M190 104a6 6 0 0 1-6 6H72a6 6 0 0 1 0-12h112a6 6 0 0 1 6 6"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="m244.51 121.74l-40-80A13.92 13.92 0 0 0 192 34H64a13.92 13.92 0 0 0-12.52 7.74l-40 80A14 14 0 0 0 24 142h98v68H96a6 6 0 0 0 0 12h64a6 6 0 0 0 0-12h-26v-68h98a14 14 0 0 0 12.52-20.26Zm-10.82 7.31a1.93 1.93 0 0 1-1.7.95H24a2 2 0 0 1-1.79-2.89l40-80A2 2 0 0 1 64 46h128a2 2 0 0 1 1.79 1.11l40 80a2 2 0 0 1-.1 1.94M190 104a6 6 0 0 1-6 6H72a6 6 0 0 1 0-12h112a6 6 0 0 1 6 6"/></svg> </template>
CSS
.icon-lectern-light {
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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m244.51%20121.74l-40-80A13.92%2013.92%200%200%200%20192%2034H64a13.92%2013.92%200%200%200-12.52%207.74l-40%2080A14%2014%200%200%200%2024%20142h98v68H96a6%206%200%200%200%200%2012h64a6%206%200%200%200%200-12h-26v-68h98a14%2014%200%200%200%2012.52-20.26Zm-10.82%207.31a1.93%201.93%200%200%201-1.7.95H24a2%202%200%200%201-1.79-2.89l40-80A2%202%200%200%201%2064%2046h128a2%202%200%200%201%201.79%201.11l40%2080a2%202%200%200%201-.1%201.94M190%20104a6%206%200%200%201-6%206H72a6%206%200%200%201%200-12h112a6%206%200%200%201%206%206%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m244.51%20121.74l-40-80A13.92%2013.92%200%200%200%20192%2034H64a13.92%2013.92%200%200%200-12.52%207.74l-40%2080A14%2014%200%200%200%2024%20142h98v68H96a6%206%200%200%200%200%2012h64a6%206%200%200%200%200-12h-26v-68h98a14%2014%200%200%200%2012.52-20.26Zm-10.82%207.31a1.93%201.93%200%200%201-1.7.95H24a2%202%200%200%201-1.79-2.89l40-80A2%202%200%200%201%2064%2046h128a2%202%200%200%201%201.79%201.11l40%2080a2%202%200%200%201-.1%201.94M190%20104a6%206%200%200%201-6%206H72a6%206%200%200%201%200-12h112a6%206%200%200%201%206%206%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/lectern-light.svg?color=%231a73e8&size=48