skirt-filled from Reicon by REICON · Filled · UI · MIT Free for personal and commercial use.

Name
skirt-filled
Set
Reicon
Style
Filled
Category
UI
Viewbox
24×24
License
MIT

2 other variants in Reicon

The same icon in other sets

All skirt icons →

More ui icons from Reicon

Use the skirt icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.108 2H7.892c-.969 0-1.453 0-1.754.293s-.3.764-.3 1.707v.75h12.324V4c0-.943 0-1.414-.3-1.707C17.56 2 17.077 2 16.108 2M2.08 17.953L5.612 6.25h3.423L7.147 21.407a1 1 0 0 0-.005.095C5.046 21.041 3.6 20.35 2.734 19.83c-.652-.391-.87-1.16-.653-1.876m6.512 3.812C9.606 21.912 10.74 22 12 22s2.393-.088 3.407-.235a1 1 0 0 1-.043-.172L13.454 6.25h-2.908l-1.91 15.343a1 1 0 0 1-.043.172M14.966 6.25l1.886 15.157a1 1 0 0 1 .006.096c2.096-.462 3.541-1.154 4.407-1.674c.653-.391.87-1.16.654-1.876L18.39 6.25z"/></svg>

React

import type { SVGProps } from "react";

export function ReiconSkirtFilled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.108 2H7.892c-.969 0-1.453 0-1.754.293s-.3.764-.3 1.707v.75h12.324V4c0-.943 0-1.414-.3-1.707C17.56 2 17.077 2 16.108 2M2.08 17.953L5.612 6.25h3.423L7.147 21.407a1 1 0 0 0-.005.095C5.046 21.041 3.6 20.35 2.734 19.83c-.652-.391-.87-1.16-.653-1.876m6.512 3.812C9.606 21.912 10.74 22 12 22s2.393-.088 3.407-.235a1 1 0 0 1-.043-.172L13.454 6.25h-2.908l-1.91 15.343a1 1 0 0 1-.043.172M14.966 6.25l1.886 15.157a1 1 0 0 1 .006.096c2.096-.462 3.541-1.154 4.407-1.674c.653-.391.87-1.16.654-1.876L18.39 6.25z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.108 2H7.892c-.969 0-1.453 0-1.754.293s-.3.764-.3 1.707v.75h12.324V4c0-.943 0-1.414-.3-1.707C17.56 2 17.077 2 16.108 2M2.08 17.953L5.612 6.25h3.423L7.147 21.407a1 1 0 0 0-.005.095C5.046 21.041 3.6 20.35 2.734 19.83c-.652-.391-.87-1.16-.653-1.876m6.512 3.812C9.606 21.912 10.74 22 12 22s2.393-.088 3.407-.235a1 1 0 0 1-.043-.172L13.454 6.25h-2.908l-1.91 15.343a1 1 0 0 1-.043.172M14.966 6.25l1.886 15.157a1 1 0 0 1 .006.096c2.096-.462 3.541-1.154 4.407-1.674c.653-.391.87-1.16.654-1.876L18.39 6.25z"/></svg>
</template>

CSS

.icon-skirt-filled {
  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%22currentColor%22%20d%3D%22M16.108%202H7.892c-.969%200-1.453%200-1.754.293s-.3.764-.3%201.707v.75h12.324V4c0-.943%200-1.414-.3-1.707C17.56%202%2017.077%202%2016.108%202M2.08%2017.953L5.612%206.25h3.423L7.147%2021.407a1%201%200%200%200-.005.095C5.046%2021.041%203.6%2020.35%202.734%2019.83c-.652-.391-.87-1.16-.653-1.876m6.512%203.812C9.606%2021.912%2010.74%2022%2012%2022s2.393-.088%203.407-.235a1%201%200%200%201-.043-.172L13.454%206.25h-2.908l-1.91%2015.343a1%201%200%200%201-.043.172M14.966%206.25l1.886%2015.157a1%201%200%200%201%20.006.096c2.096-.462%203.541-1.154%204.407-1.674c.653-.391.87-1.16.654-1.876L18.39%206.25z%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%22currentColor%22%20d%3D%22M16.108%202H7.892c-.969%200-1.453%200-1.754.293s-.3.764-.3%201.707v.75h12.324V4c0-.943%200-1.414-.3-1.707C17.56%202%2017.077%202%2016.108%202M2.08%2017.953L5.612%206.25h3.423L7.147%2021.407a1%201%200%200%200-.005.095C5.046%2021.041%203.6%2020.35%202.734%2019.83c-.652-.391-.87-1.16-.653-1.876m6.512%203.812C9.606%2021.912%2010.74%2022%2012%2022s2.393-.088%203.407-.235a1%201%200%200%201-.043-.172L13.454%206.25h-2.908l-1.91%2015.343a1%201%200%200%201-.043.172M14.966%206.25l1.886%2015.157a1%201%200%200%201%20.006.096c2.096-.462%203.541-1.154%204.407-1.674c.653-.391.87-1.16.654-1.876L18.39%206.25z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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