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

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

Related icons in Huge Icons

Use the dress 06 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M5.177 9.032c3.726 3.637-2.052 8.337.48 11.531c1.402 1.768 11.073 2.059 12.705 0c2.53-3.192-3.233-7.887.48-11.53"/><path d="M6.355 13c-2.265-.21-4.112-1.672-4.345-3.762a1.8 1.8 0 0 1 .128-.874c.715-1.793 2.714-4.834 5.778-6.317a.49.49 0 0 1 .6.147c.76.973 2.069 2.49 3.484 2.49s2.724-1.517 3.484-2.49a.49.49 0 0 1 .6-.147c3.064 1.483 5.063 4.524 5.778 6.317c.11.279.161.577.128.874c-.233 2.09-2.06 3.55-4.326 3.76"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsDress06(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"><path d="M5.177 9.032c3.726 3.637-2.052 8.337.48 11.531c1.402 1.768 11.073 2.059 12.705 0c2.53-3.192-3.233-7.887.48-11.53"/><path d="M6.355 13c-2.265-.21-4.112-1.672-4.345-3.762a1.8 1.8 0 0 1 .128-.874c.715-1.793 2.714-4.834 5.778-6.317a.49.49 0 0 1 .6.147c.76.973 2.069 2.49 3.484 2.49s2.724-1.517 3.484-2.49a.49.49 0 0 1 .6-.147c3.064 1.483 5.063 4.524 5.778 6.317c.11.279.161.577.128.874c-.233 2.09-2.06 3.55-4.326 3.76"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M5.177 9.032c3.726 3.637-2.052 8.337.48 11.531c1.402 1.768 11.073 2.059 12.705 0c2.53-3.192-3.233-7.887.48-11.53"/><path d="M6.355 13c-2.265-.21-4.112-1.672-4.345-3.762a1.8 1.8 0 0 1 .128-.874c.715-1.793 2.714-4.834 5.778-6.317a.49.49 0 0 1 .6.147c.76.973 2.069 2.49 3.484 2.49s2.724-1.517 3.484-2.49a.49.49 0 0 1 .6-.147c3.064 1.483 5.063 4.524 5.778 6.317c.11.279.161.577.128.874c-.233 2.09-2.06 3.55-4.326 3.76"/></g></svg>
</template>

CSS

.icon-dress-06 {
  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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M5.177%209.032c3.726%203.637-2.052%208.337.48%2011.531c1.402%201.768%2011.073%202.059%2012.705%200c2.53-3.192-3.233-7.887.48-11.53%22%2F%3E%3Cpath%20d%3D%22M6.355%2013c-2.265-.21-4.112-1.672-4.345-3.762a1.8%201.8%200%200%201%20.128-.874c.715-1.793%202.714-4.834%205.778-6.317a.49.49%200%200%201%20.6.147c.76.973%202.069%202.49%203.484%202.49s2.724-1.517%203.484-2.49a.49.49%200%200%201%20.6-.147c3.064%201.483%205.063%204.524%205.778%206.317c.11.279.161.577.128.874c-.233%202.09-2.06%203.55-4.326%203.76%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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M5.177%209.032c3.726%203.637-2.052%208.337.48%2011.531c1.402%201.768%2011.073%202.059%2012.705%200c2.53-3.192-3.233-7.887.48-11.53%22%2F%3E%3Cpath%20d%3D%22M6.355%2013c-2.265-.21-4.112-1.672-4.345-3.762a1.8%201.8%200%200%201%20.128-.874c.715-1.793%202.714-4.834%205.778-6.317a.49.49%200%200%201%20.6.147c.76.973%202.069%202.49%203.484%202.49s2.724-1.517%203.484-2.49a.49.49%200%200%201%20.6-.147c3.064%201.483%205.063%204.524%205.778%206.317c.11.279.161.577.128.874c-.233%202.09-2.06%203.55-4.326%203.76%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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