skirt-line from MingCute Icon by MingCute Design · Line · Apache-2.0 Free for personal and commercial use.

Name
skirt-line
Set
MingCute Icon
Style
Line
Viewbox
24×24
License
Apache 2.0

1 other variant in MingCute Icon

The same icon in other sets

Use the skirt 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-linejoin="round" stroke-width="2" d="M10 10L8 3s2 2 4 2s4-2 4-2l-2 7m0 0c-1-.667-3-.667-4 0c-3 2-4.25 8.5-4 9c.5 1 11.5 1 12 0c.25-.5-1-7-4-9Z"/></svg>

React

import type { SVGProps } from "react";

export function MingcuteSkirtLine(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" strokeLinejoin="round" strokeWidth="2" d="M10 10L8 3s2 2 4 2s4-2 4-2l-2 7m0 0c-1-.667-3-.667-4 0c-3 2-4.25 8.5-4 9c.5 1 11.5 1 12 0c.25-.5-1-7-4-9Z"/></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-linejoin="round" stroke-width="2" d="M10 10L8 3s2 2 4 2s4-2 4-2l-2 7m0 0c-1-.667-3-.667-4 0c-3 2-4.25 8.5-4 9c.5 1 11.5 1 12 0c.25-.5-1-7-4-9Z"/></svg>
</template>

CSS

.icon-skirt-line {
  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-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M10%2010L8%203s2%202%204%202s4-2%204-2l-2%207m0%200c-1-.667-3-.667-4%200c-3%202-4.25%208.5-4%209c.5%201%2011.5%201%2012%200c.25-.5-1-7-4-9Z%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-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M10%2010L8%203s2%202%204%202s4-2%204-2l-2%207m0%200c-1-.667-3-.667-4%200c-3%202-4.25%208.5-4%209c.5%201%2011.5%201%2012%200c.25-.5-1-7-4-9Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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