dress-thin from Phosphor by Phosphor Icons · Thin · MIT Free for personal and commercial use.

Name
dress-thin
Set
Phosphor
Style
Thin
Viewbox
256×256
License
MIT

5 other variants in Phosphor

The same icon in other sets

Use the dress icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="m211 211.27l-.06-.12l-46.41-98.86l21.68-34v-.1a11.94 11.94 0 0 0 0-12.34l-.15-.24L164 34V8a4 4 0 0 0-8 0v25.82l-6.13 7.67a28 28 0 0 1-43.74 0L100 33.82V8a4 4 0 0 0-8 0v26L69.86 65.59l-.15.24a11.94 11.94 0 0 0 0 12.34a1 1 0 0 1 .05.1l21.68 34L45 211.15l-.06.12A12 12 0 0 0 56 228h144a12 12 0 0 0 11-16.73M76.54 74a4 4 0 0 1 0-4l19.67-28.1l3.68 4.59a36 36 0 0 0 56.22 0l3.68-4.59l19.7 28.1a4 4 0 0 1 0 4l-21.65 34H98.19Zm126.79 144.2A3.94 3.94 0 0 1 200 220H56a3.94 3.94 0 0 1-3.33-1.8a3.89 3.89 0 0 1-.36-3.72L98.54 116h58.92l46.23 98.48a3.89 3.89 0 0 1-.36 3.72"/></svg>

React

import type { SVGProps } from "react";

export function PhDressThin(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="m211 211.27l-.06-.12l-46.41-98.86l21.68-34v-.1a11.94 11.94 0 0 0 0-12.34l-.15-.24L164 34V8a4 4 0 0 0-8 0v25.82l-6.13 7.67a28 28 0 0 1-43.74 0L100 33.82V8a4 4 0 0 0-8 0v26L69.86 65.59l-.15.24a11.94 11.94 0 0 0 0 12.34a1 1 0 0 1 .05.1l21.68 34L45 211.15l-.06.12A12 12 0 0 0 56 228h144a12 12 0 0 0 11-16.73M76.54 74a4 4 0 0 1 0-4l19.67-28.1l3.68 4.59a36 36 0 0 0 56.22 0l3.68-4.59l19.7 28.1a4 4 0 0 1 0 4l-21.65 34H98.19Zm126.79 144.2A3.94 3.94 0 0 1 200 220H56a3.94 3.94 0 0 1-3.33-1.8a3.89 3.89 0 0 1-.36-3.72L98.54 116h58.92l46.23 98.48a3.89 3.89 0 0 1-.36 3.72"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="m211 211.27l-.06-.12l-46.41-98.86l21.68-34v-.1a11.94 11.94 0 0 0 0-12.34l-.15-.24L164 34V8a4 4 0 0 0-8 0v25.82l-6.13 7.67a28 28 0 0 1-43.74 0L100 33.82V8a4 4 0 0 0-8 0v26L69.86 65.59l-.15.24a11.94 11.94 0 0 0 0 12.34a1 1 0 0 1 .05.1l21.68 34L45 211.15l-.06.12A12 12 0 0 0 56 228h144a12 12 0 0 0 11-16.73M76.54 74a4 4 0 0 1 0-4l19.67-28.1l3.68 4.59a36 36 0 0 0 56.22 0l3.68-4.59l19.7 28.1a4 4 0 0 1 0 4l-21.65 34H98.19Zm126.79 144.2A3.94 3.94 0 0 1 200 220H56a3.94 3.94 0 0 1-3.33-1.8a3.89 3.89 0 0 1-.36-3.72L98.54 116h58.92l46.23 98.48a3.89 3.89 0 0 1-.36 3.72"/></svg>
</template>

CSS

.icon-dress-thin {
  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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m211%20211.27l-.06-.12l-46.41-98.86l21.68-34v-.1a11.94%2011.94%200%200%200%200-12.34l-.15-.24L164%2034V8a4%204%200%200%200-8%200v25.82l-6.13%207.67a28%2028%200%200%201-43.74%200L100%2033.82V8a4%204%200%200%200-8%200v26L69.86%2065.59l-.15.24a11.94%2011.94%200%200%200%200%2012.34a1%201%200%200%201%20.05.1l21.68%2034L45%20211.15l-.06.12A12%2012%200%200%200%2056%20228h144a12%2012%200%200%200%2011-16.73M76.54%2074a4%204%200%200%201%200-4l19.67-28.1l3.68%204.59a36%2036%200%200%200%2056.22%200l3.68-4.59l19.7%2028.1a4%204%200%200%201%200%204l-21.65%2034H98.19Zm126.79%20144.2A3.94%203.94%200%200%201%20200%20220H56a3.94%203.94%200%200%201-3.33-1.8a3.89%203.89%200%200%201-.36-3.72L98.54%20116h58.92l46.23%2098.48a3.89%203.89%200%200%201-.36%203.72%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m211%20211.27l-.06-.12l-46.41-98.86l21.68-34v-.1a11.94%2011.94%200%200%200%200-12.34l-.15-.24L164%2034V8a4%204%200%200%200-8%200v25.82l-6.13%207.67a28%2028%200%200%201-43.74%200L100%2033.82V8a4%204%200%200%200-8%200v26L69.86%2065.59l-.15.24a11.94%2011.94%200%200%200%200%2012.34a1%201%200%200%201%20.05.1l21.68%2034L45%20211.15l-.06.12A12%2012%200%200%200%2056%20228h144a12%2012%200%200%200%2011-16.73M76.54%2074a4%204%200%200%201%200-4l19.67-28.1l3.68%204.59a36%2036%200%200%200%2056.22%200l3.68-4.59l19.7%2028.1a4%204%200%200%201%200%204l-21.65%2034H98.19Zm126.79%20144.2A3.94%203.94%200%200%201%20200%20220H56a3.94%203.94%200%200%201-3.33-1.8a3.89%203.89%200%200%201-.36-3.72L98.54%20116h58.92l46.23%2098.48a3.89%203.89%200%200%201-.36%203.72%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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