study desk icon
study-desk from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- study-desk
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Related icons in Huge Icons
Use the study desk 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-linejoin="round" stroke-width="1.5"><path stroke-linecap="round" d="M22 12H2m18 5h-4c-1.886 0-2.828 0-3.414-.586S12 14.886 12 13v-1m-8 0v10m16-10v10"/><path d="M15.04 2.599a1.94 1.94 0 0 0-2.648 0c-.414.393-.572.845-.115 1.28l1.416 1.348c.456.434.929.29 1.347-.108a1.72 1.72 0 0 0 0-2.52Zm0 0c.496-.326 1.053-.781 1.672-.523c.29.122.49.419.889 1.013l1.498 2.233c.565.842.847 1.263.894 1.74c.047.476-.148.94-.539 1.865L18.158 12"/><path stroke-linecap="round" d="M4 12V7.5C4 6.373 4.45 6 5.5 6S7 6.373 7 7.5V12m0 0V7.5C7 6.373 7.45 6 8.5 6s1.5.373 1.5 1.5V12"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsStudyDesk(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" strokeLinejoin="round" strokeWidth="1.5"><path strokeLinecap="round" d="M22 12H2m18 5h-4c-1.886 0-2.828 0-3.414-.586S12 14.886 12 13v-1m-8 0v10m16-10v10"/><path d="M15.04 2.599a1.94 1.94 0 0 0-2.648 0c-.414.393-.572.845-.115 1.28l1.416 1.348c.456.434.929.29 1.347-.108a1.72 1.72 0 0 0 0-2.52Zm0 0c.496-.326 1.053-.781 1.672-.523c.29.122.49.419.889 1.013l1.498 2.233c.565.842.847 1.263.894 1.74c.047.476-.148.94-.539 1.865L18.158 12"/><path strokeLinecap="round" d="M4 12V7.5C4 6.373 4.45 6 5.5 6S7 6.373 7 7.5V12m0 0V7.5C7 6.373 7.45 6 8.5 6s1.5.373 1.5 1.5V12"/></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-linejoin="round" stroke-width="1.5"><path stroke-linecap="round" d="M22 12H2m18 5h-4c-1.886 0-2.828 0-3.414-.586S12 14.886 12 13v-1m-8 0v10m16-10v10"/><path d="M15.04 2.599a1.94 1.94 0 0 0-2.648 0c-.414.393-.572.845-.115 1.28l1.416 1.348c.456.434.929.29 1.347-.108a1.72 1.72 0 0 0 0-2.52Zm0 0c.496-.326 1.053-.781 1.672-.523c.29.122.49.419.889 1.013l1.498 2.233c.565.842.847 1.263.894 1.74c.047.476-.148.94-.539 1.865L18.158 12"/><path stroke-linecap="round" d="M4 12V7.5C4 6.373 4.45 6 5.5 6S7 6.373 7 7.5V12m0 0V7.5C7 6.373 7.45 6 8.5 6s1.5.373 1.5 1.5V12"/></g></svg> </template>
CSS
.icon-study-desk {
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-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M22%2012H2m18%205h-4c-1.886%200-2.828%200-3.414-.586S12%2014.886%2012%2013v-1m-8%200v10m16-10v10%22%2F%3E%3Cpath%20d%3D%22M15.04%202.599a1.94%201.94%200%200%200-2.648%200c-.414.393-.572.845-.115%201.28l1.416%201.348c.456.434.929.29%201.347-.108a1.72%201.72%200%200%200%200-2.52Zm0%200c.496-.326%201.053-.781%201.672-.523c.29.122.49.419.889%201.013l1.498%202.233c.565.842.847%201.263.894%201.74c.047.476-.148.94-.539%201.865L18.158%2012%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M4%2012V7.5C4%206.373%204.45%206%205.5%206S7%206.373%207%207.5V12m0%200V7.5C7%206.373%207.45%206%208.5%206s1.5.373%201.5%201.5V12%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-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M22%2012H2m18%205h-4c-1.886%200-2.828%200-3.414-.586S12%2014.886%2012%2013v-1m-8%200v10m16-10v10%22%2F%3E%3Cpath%20d%3D%22M15.04%202.599a1.94%201.94%200%200%200-2.648%200c-.414.393-.572.845-.115%201.28l1.416%201.348c.456.434.929.29%201.347-.108a1.72%201.72%200%200%200%200-2.52Zm0%200c.496-.326%201.053-.781%201.672-.523c.29.122.49.419.889%201.013l1.498%202.233c.565.842.847%201.263.894%201.74c.047.476-.148.94-.539%201.865L18.158%2012%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M4%2012V7.5C4%206.373%204.45%206%205.5%206S7%206.373%207%207.5V12m0%200V7.5C7%206.373%207.45%206%208.5%206s1.5.373%201.5%201.5V12%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/study-desk.svg?color=%231a73e8&size=48