dressing table 03 icon
dressing-table-03 from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- dressing-table-03
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Related icons in Huge Icons
Use the dressing table 03 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="M2 15c0-.943 0-1.414.293-1.707S3.057 13 4 13h16c.943 0 1.414 0 1.707.293S22 14.057 22 15v2c0 .943 0 1.414-.293 1.707S20.943 19 20 19H4c-.943 0-1.414 0-1.707-.293S2 17.943 2 17z"/><path stroke-linecap="round" stroke-linejoin="round" d="M11 16h2m6.5 3c-.8 1.6 0 2.667.5 3M4.5 19c.8 1.6 0 2.667-.5 3m0-9V2m16 11V2"/><path d="M4 3.5h4.086c.196 0 .294 0 .378-.031s.17-.105.34-.251c1.887-1.624 4.505-1.624 6.392 0c.17.146.255.22.34.25c.084.032.182.032.378.032H20"/><path stroke-linecap="round" stroke-linejoin="round" d="m9 7l1-1m0 3.5l2-2"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsDressingTable03(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="M2 15c0-.943 0-1.414.293-1.707S3.057 13 4 13h16c.943 0 1.414 0 1.707.293S22 14.057 22 15v2c0 .943 0 1.414-.293 1.707S20.943 19 20 19H4c-.943 0-1.414 0-1.707-.293S2 17.943 2 17z"/><path strokeLinecap="round" strokeLinejoin="round" d="M11 16h2m6.5 3c-.8 1.6 0 2.667.5 3M4.5 19c.8 1.6 0 2.667-.5 3m0-9V2m16 11V2"/><path d="M4 3.5h4.086c.196 0 .294 0 .378-.031s.17-.105.34-.251c1.887-1.624 4.505-1.624 6.392 0c.17.146.255.22.34.25c.084.032.182.032.378.032H20"/><path strokeLinecap="round" strokeLinejoin="round" d="m9 7l1-1m0 3.5l2-2"/></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="M2 15c0-.943 0-1.414.293-1.707S3.057 13 4 13h16c.943 0 1.414 0 1.707.293S22 14.057 22 15v2c0 .943 0 1.414-.293 1.707S20.943 19 20 19H4c-.943 0-1.414 0-1.707-.293S2 17.943 2 17z"/><path stroke-linecap="round" stroke-linejoin="round" d="M11 16h2m6.5 3c-.8 1.6 0 2.667.5 3M4.5 19c.8 1.6 0 2.667-.5 3m0-9V2m16 11V2"/><path d="M4 3.5h4.086c.196 0 .294 0 .378-.031s.17-.105.34-.251c1.887-1.624 4.505-1.624 6.392 0c.17.146.255.22.34.25c.084.032.182.032.378.032H20"/><path stroke-linecap="round" stroke-linejoin="round" d="m9 7l1-1m0 3.5l2-2"/></g></svg> </template>
CSS
.icon-dressing-table-03 {
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%22M2%2015c0-.943%200-1.414.293-1.707S3.057%2013%204%2013h16c.943%200%201.414%200%201.707.293S22%2014.057%2022%2015v2c0%20.943%200%201.414-.293%201.707S20.943%2019%2020%2019H4c-.943%200-1.414%200-1.707-.293S2%2017.943%202%2017z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M11%2016h2m6.5%203c-.8%201.6%200%202.667.5%203M4.5%2019c.8%201.6%200%202.667-.5%203m0-9V2m16%2011V2%22%2F%3E%3Cpath%20d%3D%22M4%203.5h4.086c.196%200%20.294%200%20.378-.031s.17-.105.34-.251c1.887-1.624%204.505-1.624%206.392%200c.17.146.255.22.34.25c.084.032.182.032.378.032H20%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22m9%207l1-1m0%203.5l2-2%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%22M2%2015c0-.943%200-1.414.293-1.707S3.057%2013%204%2013h16c.943%200%201.414%200%201.707.293S22%2014.057%2022%2015v2c0%20.943%200%201.414-.293%201.707S20.943%2019%2020%2019H4c-.943%200-1.414%200-1.707-.293S2%2017.943%202%2017z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M11%2016h2m6.5%203c-.8%201.6%200%202.667.5%203M4.5%2019c.8%201.6%200%202.667-.5%203m0-9V2m16%2011V2%22%2F%3E%3Cpath%20d%3D%22M4%203.5h4.086c.196%200%20.294%200%20.378-.031s.17-.105.34-.251c1.887-1.624%204.505-1.624%206.392%200c.17.146.255.22.34.25c.084.032.182.032.378.032H20%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22m9%207l1-1m0%203.5l2-2%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/dressing-table-03.svg?color=%231a73e8&size=48