towels from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
towels
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

Use the towels icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M6.5 5H15c1.886 0 2.828 0 3.414.586S19 7.114 19 9v3c0 1.886 0 2.828-.586 3.414S16.886 16 15 16h-3c-1.886 0-2.828 0-3.414-.586S8 13.886 8 12V8M6.5 5A1.5 1.5 0 0 0 5 6.5V8h3M6.5 5A1.5 1.5 0 0 1 8 6.5V8m9 8c0 1.886 0 2.828-.586 3.414S14.886 20 13 20H9c-1.886 0-2.828 0-3.414-.586S5 17.886 5 16v-5m17-7v1c0 .932 0 1.398-.152 1.765a2 2 0 0 1-1.083 1.083C20.398 8 19.932 8 19 8M2 4v1c0 .932 0 1.398.152 1.765a2 2 0 0 0 1.083 1.083C3.602 8 4.068 8 5 8"/></svg>

React

import type { SVGProps } from "react";

export function HugeiconsTowels(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="M6.5 5H15c1.886 0 2.828 0 3.414.586S19 7.114 19 9v3c0 1.886 0 2.828-.586 3.414S16.886 16 15 16h-3c-1.886 0-2.828 0-3.414-.586S8 13.886 8 12V8M6.5 5A1.5 1.5 0 0 0 5 6.5V8h3M6.5 5A1.5 1.5 0 0 1 8 6.5V8m9 8c0 1.886 0 2.828-.586 3.414S14.886 20 13 20H9c-1.886 0-2.828 0-3.414-.586S5 17.886 5 16v-5m17-7v1c0 .932 0 1.398-.152 1.765a2 2 0 0 1-1.083 1.083C20.398 8 19.932 8 19 8M2 4v1c0 .932 0 1.398.152 1.765a2 2 0 0 0 1.083 1.083C3.602 8 4.068 8 5 8"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M6.5 5H15c1.886 0 2.828 0 3.414.586S19 7.114 19 9v3c0 1.886 0 2.828-.586 3.414S16.886 16 15 16h-3c-1.886 0-2.828 0-3.414-.586S8 13.886 8 12V8M6.5 5A1.5 1.5 0 0 0 5 6.5V8h3M6.5 5A1.5 1.5 0 0 1 8 6.5V8m9 8c0 1.886 0 2.828-.586 3.414S14.886 20 13 20H9c-1.886 0-2.828 0-3.414-.586S5 17.886 5 16v-5m17-7v1c0 .932 0 1.398-.152 1.765a2 2 0 0 1-1.083 1.083C20.398 8 19.932 8 19 8M2 4v1c0 .932 0 1.398.152 1.765a2 2 0 0 0 1.083 1.083C3.602 8 4.068 8 5 8"/></svg>
</template>

CSS

.icon-towels {
  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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M6.5%205H15c1.886%200%202.828%200%203.414.586S19%207.114%2019%209v3c0%201.886%200%202.828-.586%203.414S16.886%2016%2015%2016h-3c-1.886%200-2.828%200-3.414-.586S8%2013.886%208%2012V8M6.5%205A1.5%201.5%200%200%200%205%206.5V8h3M6.5%205A1.5%201.5%200%200%201%208%206.5V8m9%208c0%201.886%200%202.828-.586%203.414S14.886%2020%2013%2020H9c-1.886%200-2.828%200-3.414-.586S5%2017.886%205%2016v-5m17-7v1c0%20.932%200%201.398-.152%201.765a2%202%200%200%201-1.083%201.083C20.398%208%2019.932%208%2019%208M2%204v1c0%20.932%200%201.398.152%201.765a2%202%200%200%200%201.083%201.083C3.602%208%204.068%208%205%208%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M6.5%205H15c1.886%200%202.828%200%203.414.586S19%207.114%2019%209v3c0%201.886%200%202.828-.586%203.414S16.886%2016%2015%2016h-3c-1.886%200-2.828%200-3.414-.586S8%2013.886%208%2012V8M6.5%205A1.5%201.5%200%200%200%205%206.5V8h3M6.5%205A1.5%201.5%200%200%201%208%206.5V8m9%208c0%201.886%200%202.828-.586%203.414S14.886%2020%2013%2020H9c-1.886%200-2.828%200-3.414-.586S5%2017.886%205%2016v-5m17-7v1c0%20.932%200%201.398-.152%201.765a2%202%200%200%201-1.083%201.083C20.398%208%2019.932%208%2019%208M2%204v1c0%20.932%200%201.398.152%201.765a2%202%200%200%200%201.083%201.083C3.602%208%204.068%208%205%208%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/towels.svg?color=%231a73e8&size=48