trouser-fill from MingCute Icon by MingCute Design · Fill · Apache-2.0 Free for personal and commercial use.

Name
trouser-fill
Set
MingCute Icon
Style
Fill
Viewbox
24×24
License
Apache 2.0

1 other variant in MingCute Icon

Use the trouser icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.994 20.89A1 1 0 0 1 19 22h-5a1 1 0 0 1-.976-.783L12 16.609l-1.023 4.608A1 1 0 0 1 10 22H5a1 1 0 0 1-.994-1.11L5.55 7h12.9zM16.104 2a2 2 0 0 1 1.989 1.78L18.229 5H5.772l.135-1.22A2 2 0 0 1 7.896 2z"/></svg>

React

import type { SVGProps } from "react";

export function MingcuteTrouserFill(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="M19.994 20.89A1 1 0 0 1 19 22h-5a1 1 0 0 1-.976-.783L12 16.609l-1.023 4.608A1 1 0 0 1 10 22H5a1 1 0 0 1-.994-1.11L5.55 7h12.9zM16.104 2a2 2 0 0 1 1.989 1.78L18.229 5H5.772l.135-1.22A2 2 0 0 1 7.896 2z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.994 20.89A1 1 0 0 1 19 22h-5a1 1 0 0 1-.976-.783L12 16.609l-1.023 4.608A1 1 0 0 1 10 22H5a1 1 0 0 1-.994-1.11L5.55 7h12.9zM16.104 2a2 2 0 0 1 1.989 1.78L18.229 5H5.772l.135-1.22A2 2 0 0 1 7.896 2z"/></svg>
</template>

CSS

.icon-trouser-fill {
  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%22M19.994%2020.89A1%201%200%200%201%2019%2022h-5a1%201%200%200%201-.976-.783L12%2016.609l-1.023%204.608A1%201%200%200%201%2010%2022H5a1%201%200%200%201-.994-1.11L5.55%207h12.9zM16.104%202a2%202%200%200%201%201.989%201.78L18.229%205H5.772l.135-1.22A2%202%200%200%201%207.896%202z%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%22M19.994%2020.89A1%201%200%200%201%2019%2022h-5a1%201%200%200%201-.976-.783L12%2016.609l-1.023%204.608A1%201%200%200%201%2010%2022H5a1%201%200%200%201-.994-1.11L5.55%207h12.9zM16.104%202a2%202%200%200%201%201.989%201.78L18.229%205H5.772l.135-1.22A2%202%200%200%201%207.896%202z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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