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

Name
skirt-duotone
Set
Reicon
Style
Duotone
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"><g fill="currentColor"><path d="M10 5.5h4l1.96 16.178A23.4 23.4 0 0 1 12 22c-1.495 0-2.813-.125-3.962-.322z" opacity=".6"/><path d="M5.838 5.5L2.08 17.953c-.216.716.001 1.485.654 1.876c.984.591 2.717 1.404 5.304 1.849L9.999 5.5z" opacity=".4"/><path d="M21.266 19.83c.652-.392.87-1.161.654-1.877L18.162 5.5H14l1.96 16.178c2.587-.444 4.32-1.258 5.306-1.849" opacity=".7"/><path d="M16.109 2H7.892c-.968 0-1.452 0-1.753.293S5.838 3.057 5.838 4v1.5h12.325V4c0-.943 0-1.414-.301-1.707C17.562 2 17.077 2 16.109 2"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconSkirtDuotone(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M10 5.5h4l1.96 16.178A23.4 23.4 0 0 1 12 22c-1.495 0-2.813-.125-3.962-.322z" opacity=".6"/><path d="M5.838 5.5L2.08 17.953c-.216.716.001 1.485.654 1.876c.984.591 2.717 1.404 5.304 1.849L9.999 5.5z" opacity=".4"/><path d="M21.266 19.83c.652-.392.87-1.161.654-1.877L18.162 5.5H14l1.96 16.178c2.587-.444 4.32-1.258 5.306-1.849" opacity=".7"/><path d="M16.109 2H7.892c-.968 0-1.452 0-1.753.293S5.838 3.057 5.838 4v1.5h12.325V4c0-.943 0-1.414-.301-1.707C17.562 2 17.077 2 16.109 2"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M10 5.5h4l1.96 16.178A23.4 23.4 0 0 1 12 22c-1.495 0-2.813-.125-3.962-.322z" opacity=".6"/><path d="M5.838 5.5L2.08 17.953c-.216.716.001 1.485.654 1.876c.984.591 2.717 1.404 5.304 1.849L9.999 5.5z" opacity=".4"/><path d="M21.266 19.83c.652-.392.87-1.161.654-1.877L18.162 5.5H14l1.96 16.178c2.587-.444 4.32-1.258 5.306-1.849" opacity=".7"/><path d="M16.109 2H7.892c-.968 0-1.452 0-1.753.293S5.838 3.057 5.838 4v1.5h12.325V4c0-.943 0-1.414-.301-1.707C17.562 2 17.077 2 16.109 2"/></g></svg>
</template>

CSS

.icon-skirt-duotone {
  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%22currentColor%22%3E%3Cpath%20d%3D%22M10%205.5h4l1.96%2016.178A23.4%2023.4%200%200%201%2012%2022c-1.495%200-2.813-.125-3.962-.322z%22%20opacity%3D%22.6%22%2F%3E%3Cpath%20d%3D%22M5.838%205.5L2.08%2017.953c-.216.716.001%201.485.654%201.876c.984.591%202.717%201.404%205.304%201.849L9.999%205.5z%22%20opacity%3D%22.4%22%2F%3E%3Cpath%20d%3D%22M21.266%2019.83c.652-.392.87-1.161.654-1.877L18.162%205.5H14l1.96%2016.178c2.587-.444%204.32-1.258%205.306-1.849%22%20opacity%3D%22.7%22%2F%3E%3Cpath%20d%3D%22M16.109%202H7.892c-.968%200-1.452%200-1.753.293S5.838%203.057%205.838%204v1.5h12.325V4c0-.943%200-1.414-.301-1.707C17.562%202%2017.077%202%2016.109%202%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%22currentColor%22%3E%3Cpath%20d%3D%22M10%205.5h4l1.96%2016.178A23.4%2023.4%200%200%201%2012%2022c-1.495%200-2.813-.125-3.962-.322z%22%20opacity%3D%22.6%22%2F%3E%3Cpath%20d%3D%22M5.838%205.5L2.08%2017.953c-.216.716.001%201.485.654%201.876c.984.591%202.717%201.404%205.304%201.849L9.999%205.5z%22%20opacity%3D%22.4%22%2F%3E%3Cpath%20d%3D%22M21.266%2019.83c.652-.392.87-1.161.654-1.877L18.162%205.5H14l1.96%2016.178c2.587-.444%204.32-1.258%205.306-1.849%22%20opacity%3D%22.7%22%2F%3E%3Cpath%20d%3D%22M16.109%202H7.892c-.968%200-1.452%200-1.753.293S5.838%203.057%205.838%204v1.5h12.325V4c0-.943%200-1.414-.301-1.707C17.562%202%2017.077%202%2016.109%202%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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