lectern icon
lectern-thin from Phosphor by Phosphor Icons · Thin · MIT Free for personal and commercial use.
- Name
- lectern-thin
- Set
- Phosphor
- Style
- Thin
- 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="m242.72 122.63l-40-80A11.93 11.93 0 0 0 192 36H64a11.93 11.93 0 0 0-10.73 6.63l-40 80A12 12 0 0 0 24 140h100v72H96a4 4 0 0 0 0 8h64a4 4 0 0 0 0-8h-28v-72h100a12 12 0 0 0 10.73-17.37Zm-7.33 7.47A3.94 3.94 0 0 1 232 132H24a4 4 0 0 1-3.58-5.79l40-80A4 4 0 0 1 64 44h128a4 4 0 0 1 3.58 2.21l40 80a3.94 3.94 0 0 1-.19 3.89M188 104a4 4 0 0 1-4 4H72a4 4 0 0 1 0-8h112a4 4 0 0 1 4 4"/></svg>
React
import type { SVGProps } from "react";
export function PhLecternThin(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="m242.72 122.63l-40-80A11.93 11.93 0 0 0 192 36H64a11.93 11.93 0 0 0-10.73 6.63l-40 80A12 12 0 0 0 24 140h100v72H96a4 4 0 0 0 0 8h64a4 4 0 0 0 0-8h-28v-72h100a12 12 0 0 0 10.73-17.37Zm-7.33 7.47A3.94 3.94 0 0 1 232 132H24a4 4 0 0 1-3.58-5.79l40-80A4 4 0 0 1 64 44h128a4 4 0 0 1 3.58 2.21l40 80a3.94 3.94 0 0 1-.19 3.89M188 104a4 4 0 0 1-4 4H72a4 4 0 0 1 0-8h112a4 4 0 0 1 4 4"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="m242.72 122.63l-40-80A11.93 11.93 0 0 0 192 36H64a11.93 11.93 0 0 0-10.73 6.63l-40 80A12 12 0 0 0 24 140h100v72H96a4 4 0 0 0 0 8h64a4 4 0 0 0 0-8h-28v-72h100a12 12 0 0 0 10.73-17.37Zm-7.33 7.47A3.94 3.94 0 0 1 232 132H24a4 4 0 0 1-3.58-5.79l40-80A4 4 0 0 1 64 44h128a4 4 0 0 1 3.58 2.21l40 80a3.94 3.94 0 0 1-.19 3.89M188 104a4 4 0 0 1-4 4H72a4 4 0 0 1 0-8h112a4 4 0 0 1 4 4"/></svg> </template>
CSS
.icon-lectern-thin {
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%22m242.72%20122.63l-40-80A11.93%2011.93%200%200%200%20192%2036H64a11.93%2011.93%200%200%200-10.73%206.63l-40%2080A12%2012%200%200%200%2024%20140h100v72H96a4%204%200%200%200%200%208h64a4%204%200%200%200%200-8h-28v-72h100a12%2012%200%200%200%2010.73-17.37Zm-7.33%207.47A3.94%203.94%200%200%201%20232%20132H24a4%204%200%200%201-3.58-5.79l40-80A4%204%200%200%201%2064%2044h128a4%204%200%200%201%203.58%202.21l40%2080a3.94%203.94%200%200%201-.19%203.89M188%20104a4%204%200%200%201-4%204H72a4%204%200%200%201%200-8h112a4%204%200%200%201%204%204%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%22m242.72%20122.63l-40-80A11.93%2011.93%200%200%200%20192%2036H64a11.93%2011.93%200%200%200-10.73%206.63l-40%2080A12%2012%200%200%200%2024%20140h100v72H96a4%204%200%200%200%200%208h64a4%204%200%200%200%200-8h-28v-72h100a12%2012%200%200%200%2010.73-17.37Zm-7.33%207.47A3.94%203.94%200%200%201%20232%20132H24a4%204%200%200%201-3.58-5.79l40-80A4%204%200%200%201%2064%2044h128a4%204%200%200%201%203.58%202.21l40%2080a3.94%203.94%200%200%201-.19%203.89M188%20104a4%204%200%200%201-4%204H72a4%204%200%200%201%200-8h112a4%204%200%200%201%204%204%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/lectern-thin.svg?color=%231a73e8&size=48