dress-light from Phosphor by Phosphor Icons · Light · MIT Free for personal and commercial use.

Name
dress-light
Set
Phosphor
Style
Light
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="M212.86 210.49a1 1 0 0 0-.08-.19l-45.94-97.86l21.08-33.1l.09-.14a14 14 0 0 0 0-14.4c-.07-.12-.15-.24-.23-.36L166 33.33V8a6 6 0 0 0-12 0v25.12l-5.7 7.12a26 26 0 0 1-40.6 0l-5.7-7.12V8a6 6 0 0 0-12 0v25.33L68.22 64.44c-.08.12-.16.24-.23.36a14 14 0 0 0 0 14.4l.09.14l21.08 33.1l-45.94 97.86a1 1 0 0 0-.08.19A14 14 0 0 0 56 230h144a14 14 0 0 0 12.87-19.51ZM78.26 73a2 2 0 0 1-.05-1.89l18.11-25.88l2 2.51a38 38 0 0 0 59.34 0l2-2.51l18.11 25.86a2 2 0 0 1 0 1.89l-21 33H99.29Zm123.4 144.1a1.93 1.93 0 0 1-1.67.9H56a2 2 0 0 1-1.87-2.72L99.81 118h56.38l45.67 97.28a1.92 1.92 0 0 1-.2 1.82"/></svg>

React

import type { SVGProps } from "react";

export function PhDressLight(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="M212.86 210.49a1 1 0 0 0-.08-.19l-45.94-97.86l21.08-33.1l.09-.14a14 14 0 0 0 0-14.4c-.07-.12-.15-.24-.23-.36L166 33.33V8a6 6 0 0 0-12 0v25.12l-5.7 7.12a26 26 0 0 1-40.6 0l-5.7-7.12V8a6 6 0 0 0-12 0v25.33L68.22 64.44c-.08.12-.16.24-.23.36a14 14 0 0 0 0 14.4l.09.14l21.08 33.1l-45.94 97.86a1 1 0 0 0-.08.19A14 14 0 0 0 56 230h144a14 14 0 0 0 12.87-19.51ZM78.26 73a2 2 0 0 1-.05-1.89l18.11-25.88l2 2.51a38 38 0 0 0 59.34 0l2-2.51l18.11 25.86a2 2 0 0 1 0 1.89l-21 33H99.29Zm123.4 144.1a1.93 1.93 0 0 1-1.67.9H56a2 2 0 0 1-1.87-2.72L99.81 118h56.38l45.67 97.28a1.92 1.92 0 0 1-.2 1.82"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M212.86 210.49a1 1 0 0 0-.08-.19l-45.94-97.86l21.08-33.1l.09-.14a14 14 0 0 0 0-14.4c-.07-.12-.15-.24-.23-.36L166 33.33V8a6 6 0 0 0-12 0v25.12l-5.7 7.12a26 26 0 0 1-40.6 0l-5.7-7.12V8a6 6 0 0 0-12 0v25.33L68.22 64.44c-.08.12-.16.24-.23.36a14 14 0 0 0 0 14.4l.09.14l21.08 33.1l-45.94 97.86a1 1 0 0 0-.08.19A14 14 0 0 0 56 230h144a14 14 0 0 0 12.87-19.51ZM78.26 73a2 2 0 0 1-.05-1.89l18.11-25.88l2 2.51a38 38 0 0 0 59.34 0l2-2.51l18.11 25.86a2 2 0 0 1 0 1.89l-21 33H99.29Zm123.4 144.1a1.93 1.93 0 0 1-1.67.9H56a2 2 0 0 1-1.87-2.72L99.81 118h56.38l45.67 97.28a1.92 1.92 0 0 1-.2 1.82"/></svg>
</template>

CSS

.icon-dress-light {
  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%22M212.86%20210.49a1%201%200%200%200-.08-.19l-45.94-97.86l21.08-33.1l.09-.14a14%2014%200%200%200%200-14.4c-.07-.12-.15-.24-.23-.36L166%2033.33V8a6%206%200%200%200-12%200v25.12l-5.7%207.12a26%2026%200%200%201-40.6%200l-5.7-7.12V8a6%206%200%200%200-12%200v25.33L68.22%2064.44c-.08.12-.16.24-.23.36a14%2014%200%200%200%200%2014.4l.09.14l21.08%2033.1l-45.94%2097.86a1%201%200%200%200-.08.19A14%2014%200%200%200%2056%20230h144a14%2014%200%200%200%2012.87-19.51ZM78.26%2073a2%202%200%200%201-.05-1.89l18.11-25.88l2%202.51a38%2038%200%200%200%2059.34%200l2-2.51l18.11%2025.86a2%202%200%200%201%200%201.89l-21%2033H99.29Zm123.4%20144.1a1.93%201.93%200%200%201-1.67.9H56a2%202%200%200%201-1.87-2.72L99.81%20118h56.38l45.67%2097.28a1.92%201.92%200%200%201-.2%201.82%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%22M212.86%20210.49a1%201%200%200%200-.08-.19l-45.94-97.86l21.08-33.1l.09-.14a14%2014%200%200%200%200-14.4c-.07-.12-.15-.24-.23-.36L166%2033.33V8a6%206%200%200%200-12%200v25.12l-5.7%207.12a26%2026%200%200%201-40.6%200l-5.7-7.12V8a6%206%200%200%200-12%200v25.33L68.22%2064.44c-.08.12-.16.24-.23.36a14%2014%200%200%200%200%2014.4l.09.14l21.08%2033.1l-45.94%2097.86a1%201%200%200%200-.08.19A14%2014%200%200%200%2056%20230h144a14%2014%200%200%200%2012.87-19.51ZM78.26%2073a2%202%200%200%201-.05-1.89l18.11-25.88l2%202.51a38%2038%200%200%200%2059.34%200l2-2.51l18.11%2025.86a2%202%200%200%201%200%201.89l-21%2033H99.29Zm123.4%20144.1a1.93%201.93%200%200%201-1.67.9H56a2%202%200%200%201-1.87-2.72L99.81%20118h56.38l45.67%2097.28a1.92%201.92%200%200%201-.2%201.82%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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