drawer icon
drawer-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.
- Name
- drawer-24-regular
- Set
- Fluent UI System Icons
- Style
- 24 Regular
- Viewbox
- 24×24
- License
- MIT
3 other variants in Fluent UI System Icons
The same icon in other sets
Related icons in Fluent UI System Icons
Use the drawer icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.25 16.75a.75.75 0 0 0 0 1.5h3.5a.75.75 0 0 0 0-1.5zM8.07 3a2 2 0 0 0-1.664.89l-2.07 3.106A2 2 0 0 0 4 8.106V11a1 1 0 0 0 1 1h.357L4.5 14A1.5 1.5 0 0 0 3 15.5v4A1.5 1.5 0 0 0 4.5 21h15a1.5 1.5 0 0 0 1.5-1.5v-4a1.5 1.5 0 0 0-1.5-1.5l-.857-2H19a1 1 0 0 0 1-1V8.106a2 2 0 0 0-.336-1.11l-2.07-3.105A2 2 0 0 0 15.93 3zM18 10.5l-.857-2H18.5v2zm-2.49-2l2.337 5.451l-.024.049H6.177l-.024-.049L8.489 8.5zM17.865 7H6.136l1.518-2.277A.5.5 0 0 1 8.07 4.5h7.86a.5.5 0 0 1 .416.223zM6.857 8.5L6 10.5h-.5v-2zm-2.357 7h15v4h-15z"/></svg>
React
import type { SVGProps } from "react";
export function FluentDrawer24Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.25 16.75a.75.75 0 0 0 0 1.5h3.5a.75.75 0 0 0 0-1.5zM8.07 3a2 2 0 0 0-1.664.89l-2.07 3.106A2 2 0 0 0 4 8.106V11a1 1 0 0 0 1 1h.357L4.5 14A1.5 1.5 0 0 0 3 15.5v4A1.5 1.5 0 0 0 4.5 21h15a1.5 1.5 0 0 0 1.5-1.5v-4a1.5 1.5 0 0 0-1.5-1.5l-.857-2H19a1 1 0 0 0 1-1V8.106a2 2 0 0 0-.336-1.11l-2.07-3.105A2 2 0 0 0 15.93 3zM18 10.5l-.857-2H18.5v2zm-2.49-2l2.337 5.451l-.024.049H6.177l-.024-.049L8.489 8.5zM17.865 7H6.136l1.518-2.277A.5.5 0 0 1 8.07 4.5h7.86a.5.5 0 0 1 .416.223zM6.857 8.5L6 10.5h-.5v-2zm-2.357 7h15v4h-15z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.25 16.75a.75.75 0 0 0 0 1.5h3.5a.75.75 0 0 0 0-1.5zM8.07 3a2 2 0 0 0-1.664.89l-2.07 3.106A2 2 0 0 0 4 8.106V11a1 1 0 0 0 1 1h.357L4.5 14A1.5 1.5 0 0 0 3 15.5v4A1.5 1.5 0 0 0 4.5 21h15a1.5 1.5 0 0 0 1.5-1.5v-4a1.5 1.5 0 0 0-1.5-1.5l-.857-2H19a1 1 0 0 0 1-1V8.106a2 2 0 0 0-.336-1.11l-2.07-3.105A2 2 0 0 0 15.93 3zM18 10.5l-.857-2H18.5v2zm-2.49-2l2.337 5.451l-.024.049H6.177l-.024-.049L8.489 8.5zM17.865 7H6.136l1.518-2.277A.5.5 0 0 1 8.07 4.5h7.86a.5.5 0 0 1 .416.223zM6.857 8.5L6 10.5h-.5v-2zm-2.357 7h15v4h-15z"/></svg> </template>
CSS
.icon-drawer-24-regular {
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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.25%2016.75a.75.75%200%200%200%200%201.5h3.5a.75.75%200%200%200%200-1.5zM8.07%203a2%202%200%200%200-1.664.89l-2.07%203.106A2%202%200%200%200%204%208.106V11a1%201%200%200%200%201%201h.357L4.5%2014A1.5%201.5%200%200%200%203%2015.5v4A1.5%201.5%200%200%200%204.5%2021h15a1.5%201.5%200%200%200%201.5-1.5v-4a1.5%201.5%200%200%200-1.5-1.5l-.857-2H19a1%201%200%200%200%201-1V8.106a2%202%200%200%200-.336-1.11l-2.07-3.105A2%202%200%200%200%2015.93%203zM18%2010.5l-.857-2H18.5v2zm-2.49-2l2.337%205.451l-.024.049H6.177l-.024-.049L8.489%208.5zM17.865%207H6.136l1.518-2.277A.5.5%200%200%201%208.07%204.5h7.86a.5.5%200%200%201%20.416.223zM6.857%208.5L6%2010.5h-.5v-2zm-2.357%207h15v4h-15z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.25%2016.75a.75.75%200%200%200%200%201.5h3.5a.75.75%200%200%200%200-1.5zM8.07%203a2%202%200%200%200-1.664.89l-2.07%203.106A2%202%200%200%200%204%208.106V11a1%201%200%200%200%201%201h.357L4.5%2014A1.5%201.5%200%200%200%203%2015.5v4A1.5%201.5%200%200%200%204.5%2021h15a1.5%201.5%200%200%200%201.5-1.5v-4a1.5%201.5%200%200%200-1.5-1.5l-.857-2H19a1%201%200%200%200%201-1V8.106a2%202%200%200%200-.336-1.11l-2.07-3.105A2%202%200%200%200%2015.93%203zM18%2010.5l-.857-2H18.5v2zm-2.49-2l2.337%205.451l-.024.049H6.177l-.024-.049L8.489%208.5zM17.865%207H6.136l1.518-2.277A.5.5%200%200%201%208.07%204.5h7.86a.5.5%200%200%201%20.416.223zM6.857%208.5L6%2010.5h-.5v-2zm-2.357%207h15v4h-15z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/drawer-24-regular.svg?color=%231a73e8&size=48