apron icon
apron from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- apron
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Use the apron 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 d="M19 11v5c0 2.828 0 4.243-.879 5.121C17.243 22 15.828 22 13 22h-2c-2.828 0-4.243 0-5.121-.879C5 20.243 5 18.828 5 16v-5m3-3h8"/><path stroke-linecap="round" stroke-linejoin="round" d="M12.5 13h-1c-.943 0-1.414 0-1.707.293S9.5 14.057 9.5 15v1c0 .943 0 1.414.293 1.707S10.557 18 11.5 18h1c.943 0 1.414 0 1.707-.293s.293-.764.293-1.707v-1c0-.943 0-1.414-.293-1.707S13.443 13 12.5 13"/><path stroke-linecap="round" d="M20.03 6.5c1.86 1.392.874 4.5-1.506 4.5c-2.812 0-2.509-3.065-2.509-5c0-2.21-1.798-4-4.015-4a4.01 4.01 0 0 0-4.015 4c0 1.935.303 5-2.51 5c-2.38 0-3.365-3.108-1.505-4.5"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsApron(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 d="M19 11v5c0 2.828 0 4.243-.879 5.121C17.243 22 15.828 22 13 22h-2c-2.828 0-4.243 0-5.121-.879C5 20.243 5 18.828 5 16v-5m3-3h8"/><path strokeLinecap="round" strokeLinejoin="round" d="M12.5 13h-1c-.943 0-1.414 0-1.707.293S9.5 14.057 9.5 15v1c0 .943 0 1.414.293 1.707S10.557 18 11.5 18h1c.943 0 1.414 0 1.707-.293s.293-.764.293-1.707v-1c0-.943 0-1.414-.293-1.707S13.443 13 12.5 13"/><path strokeLinecap="round" d="M20.03 6.5c1.86 1.392.874 4.5-1.506 4.5c-2.812 0-2.509-3.065-2.509-5c0-2.21-1.798-4-4.015-4a4.01 4.01 0 0 0-4.015 4c0 1.935.303 5-2.51 5c-2.38 0-3.365-3.108-1.505-4.5"/></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 d="M19 11v5c0 2.828 0 4.243-.879 5.121C17.243 22 15.828 22 13 22h-2c-2.828 0-4.243 0-5.121-.879C5 20.243 5 18.828 5 16v-5m3-3h8"/><path stroke-linecap="round" stroke-linejoin="round" d="M12.5 13h-1c-.943 0-1.414 0-1.707.293S9.5 14.057 9.5 15v1c0 .943 0 1.414.293 1.707S10.557 18 11.5 18h1c.943 0 1.414 0 1.707-.293s.293-.764.293-1.707v-1c0-.943 0-1.414-.293-1.707S13.443 13 12.5 13"/><path stroke-linecap="round" d="M20.03 6.5c1.86 1.392.874 4.5-1.506 4.5c-2.812 0-2.509-3.065-2.509-5c0-2.21-1.798-4-4.015-4a4.01 4.01 0 0 0-4.015 4c0 1.935.303 5-2.51 5c-2.38 0-3.365-3.108-1.505-4.5"/></g></svg> </template>
CSS
.icon-apron {
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%20d%3D%22M19%2011v5c0%202.828%200%204.243-.879%205.121C17.243%2022%2015.828%2022%2013%2022h-2c-2.828%200-4.243%200-5.121-.879C5%2020.243%205%2018.828%205%2016v-5m3-3h8%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M12.5%2013h-1c-.943%200-1.414%200-1.707.293S9.5%2014.057%209.5%2015v1c0%20.943%200%201.414.293%201.707S10.557%2018%2011.5%2018h1c.943%200%201.414%200%201.707-.293s.293-.764.293-1.707v-1c0-.943%200-1.414-.293-1.707S13.443%2013%2012.5%2013%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M20.03%206.5c1.86%201.392.874%204.5-1.506%204.5c-2.812%200-2.509-3.065-2.509-5c0-2.21-1.798-4-4.015-4a4.01%204.01%200%200%200-4.015%204c0%201.935.303%205-2.51%205c-2.38%200-3.365-3.108-1.505-4.5%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%20d%3D%22M19%2011v5c0%202.828%200%204.243-.879%205.121C17.243%2022%2015.828%2022%2013%2022h-2c-2.828%200-4.243%200-5.121-.879C5%2020.243%205%2018.828%205%2016v-5m3-3h8%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M12.5%2013h-1c-.943%200-1.414%200-1.707.293S9.5%2014.057%209.5%2015v1c0%20.943%200%201.414.293%201.707S10.557%2018%2011.5%2018h1c.943%200%201.414%200%201.707-.293s.293-.764.293-1.707v-1c0-.943%200-1.414-.293-1.707S13.443%2013%2012.5%2013%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M20.03%206.5c1.86%201.392.874%204.5-1.506%204.5c-2.812%200-2.509-3.065-2.509-5c0-2.21-1.798-4-4.015-4a4.01%204.01%200%200%200-4.015%204c0%201.935.303%205-2.51%205c-2.38%200-3.365-3.108-1.505-4.5%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/apron.svg?color=%231a73e8&size=48