dress-01 from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
dress-01
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

Related icons in Huge Icons

Use the dress 01 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="m7.61 2.148l.19-.04c.488-.1.732-.15.89-.066c.157.083.29.395.555 1.02c.475 1.119 1.58 1.905 2.755 1.905s2.28-.786 2.755-1.905c.265-.625.398-.937.555-1.02s.402-.033.89.067l.19.039c1.26.23 1.279.241 2.143 1.245c.73.848 1.775 1.714 2.297 2.734c.384.752.057 1.396-.374 1.993c-.539.746-1.238 1.462-2.184.882c-.604-.371-1.086-1.153-1.555-1.694c0 0 .283 3.617-.717 4.624c.908.654 2.342 1.926 3.48 4.532c.406.93.952 1.988.414 2.98c-1.83 3.371-13.919 3.445-15.788 0c-.538-.992.008-2.05.413-2.98C5.658 13.858 7.092 12.586 8 11.932c-1-1.007-.717-4.624-.717-4.624c-.469.541-.95 1.323-1.555 1.694c-.946.58-1.645-.136-2.184-.882c-.43-.597-.758-1.241-.374-1.993c.522-1.02 1.568-1.886 2.297-2.734c.864-1.004.884-1.015 2.143-1.245M8 12h8"/></svg>

React

import type { SVGProps } from "react";

export function HugeiconsDress01(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="m7.61 2.148l.19-.04c.488-.1.732-.15.89-.066c.157.083.29.395.555 1.02c.475 1.119 1.58 1.905 2.755 1.905s2.28-.786 2.755-1.905c.265-.625.398-.937.555-1.02s.402-.033.89.067l.19.039c1.26.23 1.279.241 2.143 1.245c.73.848 1.775 1.714 2.297 2.734c.384.752.057 1.396-.374 1.993c-.539.746-1.238 1.462-2.184.882c-.604-.371-1.086-1.153-1.555-1.694c0 0 .283 3.617-.717 4.624c.908.654 2.342 1.926 3.48 4.532c.406.93.952 1.988.414 2.98c-1.83 3.371-13.919 3.445-15.788 0c-.538-.992.008-2.05.413-2.98C5.658 13.858 7.092 12.586 8 11.932c-1-1.007-.717-4.624-.717-4.624c-.469.541-.95 1.323-1.555 1.694c-.946.58-1.645-.136-2.184-.882c-.43-.597-.758-1.241-.374-1.993c.522-1.02 1.568-1.886 2.297-2.734c.864-1.004.884-1.015 2.143-1.245M8 12h8"/></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="m7.61 2.148l.19-.04c.488-.1.732-.15.89-.066c.157.083.29.395.555 1.02c.475 1.119 1.58 1.905 2.755 1.905s2.28-.786 2.755-1.905c.265-.625.398-.937.555-1.02s.402-.033.89.067l.19.039c1.26.23 1.279.241 2.143 1.245c.73.848 1.775 1.714 2.297 2.734c.384.752.057 1.396-.374 1.993c-.539.746-1.238 1.462-2.184.882c-.604-.371-1.086-1.153-1.555-1.694c0 0 .283 3.617-.717 4.624c.908.654 2.342 1.926 3.48 4.532c.406.93.952 1.988.414 2.98c-1.83 3.371-13.919 3.445-15.788 0c-.538-.992.008-2.05.413-2.98C5.658 13.858 7.092 12.586 8 11.932c-1-1.007-.717-4.624-.717-4.624c-.469.541-.95 1.323-1.555 1.694c-.946.58-1.645-.136-2.184-.882c-.43-.597-.758-1.241-.374-1.993c.522-1.02 1.568-1.886 2.297-2.734c.864-1.004.884-1.015 2.143-1.245M8 12h8"/></svg>
</template>

CSS

.icon-dress-01 {
  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%22m7.61%202.148l.19-.04c.488-.1.732-.15.89-.066c.157.083.29.395.555%201.02c.475%201.119%201.58%201.905%202.755%201.905s2.28-.786%202.755-1.905c.265-.625.398-.937.555-1.02s.402-.033.89.067l.19.039c1.26.23%201.279.241%202.143%201.245c.73.848%201.775%201.714%202.297%202.734c.384.752.057%201.396-.374%201.993c-.539.746-1.238%201.462-2.184.882c-.604-.371-1.086-1.153-1.555-1.694c0%200%20.283%203.617-.717%204.624c.908.654%202.342%201.926%203.48%204.532c.406.93.952%201.988.414%202.98c-1.83%203.371-13.919%203.445-15.788%200c-.538-.992.008-2.05.413-2.98C5.658%2013.858%207.092%2012.586%208%2011.932c-1-1.007-.717-4.624-.717-4.624c-.469.541-.95%201.323-1.555%201.694c-.946.58-1.645-.136-2.184-.882c-.43-.597-.758-1.241-.374-1.993c.522-1.02%201.568-1.886%202.297-2.734c.864-1.004.884-1.015%202.143-1.245M8%2012h8%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%22m7.61%202.148l.19-.04c.488-.1.732-.15.89-.066c.157.083.29.395.555%201.02c.475%201.119%201.58%201.905%202.755%201.905s2.28-.786%202.755-1.905c.265-.625.398-.937.555-1.02s.402-.033.89.067l.19.039c1.26.23%201.279.241%202.143%201.245c.73.848%201.775%201.714%202.297%202.734c.384.752.057%201.396-.374%201.993c-.539.746-1.238%201.462-2.184.882c-.604-.371-1.086-1.153-1.555-1.694c0%200%20.283%203.617-.717%204.624c.908.654%202.342%201.926%203.48%204.532c.406.93.952%201.988.414%202.98c-1.83%203.371-13.919%203.445-15.788%200c-.538-.992.008-2.05.413-2.98C5.658%2013.858%207.092%2012.586%208%2011.932c-1-1.007-.717-4.624-.717-4.624c-.469.541-.95%201.323-1.555%201.694c-.946.58-1.645-.136-2.184-.882c-.43-.597-.758-1.241-.374-1.993c.522-1.02%201.568-1.886%202.297-2.734c.864-1.004.884-1.015%202.143-1.245M8%2012h8%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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