towel from IconPark by ByteDance · Color · Sports · Apache-2.0 Free for personal and commercial use.

Name
towel
Set
IconPark
Style
Color
Category
Sports
Viewbox
48×48
License
Apache 2.0

The same icon in other sets

More sports icons from IconPark

Use the towel icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="2" stroke-width="4"><path fill="#2F88FF" d="M36 18H4V26H36V18Z"/><path d="M36 12V32C36 34.2091 34.2091 36 32 36H12M12 36H8C5.79086 36 4 34.2091 4 32V8C4 5.79086 5.79086 4 8 4H40C42.2091 4 44 5.79086 44 8V40C44 42.21 42.21 44 40 44H16C13.79 44 12 42.21 12 40V36Z"/></g></svg>

React

import type { SVGProps } from "react";

export function IconParkTowel(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeMiterlimit="2" strokeWidth="4"><path fill="#2F88FF" d="M36 18H4V26H36V18Z"/><path d="M36 12V32C36 34.2091 34.2091 36 32 36H12M12 36H8C5.79086 36 4 34.2091 4 32V8C4 5.79086 5.79086 4 8 4H40C42.2091 4 44 5.79086 44 8V40C44 42.21 42.21 44 40 44H16C13.79 44 12 42.21 12 40V36Z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="2" stroke-width="4"><path fill="#2F88FF" d="M36 18H4V26H36V18Z"/><path d="M36 12V32C36 34.2091 34.2091 36 32 36H12M12 36H8C5.79086 36 4 34.2091 4 32V8C4 5.79086 5.79086 4 8 4H40C42.2091 4 44 5.79086 44 8V40C44 42.21 42.21 44 40 44H16C13.79 44 12 42.21 12 40V36Z"/></g></svg>
</template>

CSS

.icon-towel {
  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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%222%22%20stroke-width%3D%224%22%3E%3Cpath%20fill%3D%22%232F88FF%22%20d%3D%22M36%2018H4V26H36V18Z%22%2F%3E%3Cpath%20d%3D%22M36%2012V32C36%2034.2091%2034.2091%2036%2032%2036H12M12%2036H8C5.79086%2036%204%2034.2091%204%2032V8C4%205.79086%205.79086%204%208%204H40C42.2091%204%2044%205.79086%2044%208V40C44%2042.21%2042.21%2044%2040%2044H16C13.79%2044%2012%2042.21%2012%2040V36Z%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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%222%22%20stroke-width%3D%224%22%3E%3Cpath%20fill%3D%22%232F88FF%22%20d%3D%22M36%2018H4V26H36V18Z%22%2F%3E%3Cpath%20d%3D%22M36%2012V32C36%2034.2091%2034.2091%2036%2032%2036H12M12%2036H8C5.79086%2036%204%2034.2091%204%2032V8C4%205.79086%205.79086%204%208%204H40C42.2091%204%2044%205.79086%2044%208V40C44%2042.21%2042.21%2044%2040%2044H16C13.79%2044%2012%2042.21%2012%2040V36Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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