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

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

1 other variant in MingCute Icon

The same icon in other sets

Use the shirt icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.938 3.002a1 1 0 0 1 .417.063a2 2 0 0 1 1.472 2.218l-.158 1.104l1.058.264A3 3 0 0 1 21 9.561V18a3 3 0 0 1-3 3H6a3 3 0 0 1-3-3V9.562a3 3 0 0 1 2.272-2.91l1.059-.265l-.158-1.104a2 2 0 0 1 1.473-2.219a1 1 0 0 1 .417-.062L8.153 3h7.694zM16 14a1 1 0 0 0 0 2h1a1 1 0 1 0 0-2zm-7.206-3.515l1.652-1.826l-2.155-2.695zm4.76-1.826l1.652 1.826l.503-4.521zM12 7.4L13.919 5H10.08z"/></svg>

React

import type { SVGProps } from "react";

export function MingcuteShirtFill(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="M15.938 3.002a1 1 0 0 1 .417.063a2 2 0 0 1 1.472 2.218l-.158 1.104l1.058.264A3 3 0 0 1 21 9.561V18a3 3 0 0 1-3 3H6a3 3 0 0 1-3-3V9.562a3 3 0 0 1 2.272-2.91l1.059-.265l-.158-1.104a2 2 0 0 1 1.473-2.219a1 1 0 0 1 .417-.062L8.153 3h7.694zM16 14a1 1 0 0 0 0 2h1a1 1 0 1 0 0-2zm-7.206-3.515l1.652-1.826l-2.155-2.695zm4.76-1.826l1.652 1.826l.503-4.521zM12 7.4L13.919 5H10.08z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.938 3.002a1 1 0 0 1 .417.063a2 2 0 0 1 1.472 2.218l-.158 1.104l1.058.264A3 3 0 0 1 21 9.561V18a3 3 0 0 1-3 3H6a3 3 0 0 1-3-3V9.562a3 3 0 0 1 2.272-2.91l1.059-.265l-.158-1.104a2 2 0 0 1 1.473-2.219a1 1 0 0 1 .417-.062L8.153 3h7.694zM16 14a1 1 0 0 0 0 2h1a1 1 0 1 0 0-2zm-7.206-3.515l1.652-1.826l-2.155-2.695zm4.76-1.826l1.652 1.826l.503-4.521zM12 7.4L13.919 5H10.08z"/></svg>
</template>

CSS

.icon-shirt-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%22M15.938%203.002a1%201%200%200%201%20.417.063a2%202%200%200%201%201.472%202.218l-.158%201.104l1.058.264A3%203%200%200%201%2021%209.561V18a3%203%200%200%201-3%203H6a3%203%200%200%201-3-3V9.562a3%203%200%200%201%202.272-2.91l1.059-.265l-.158-1.104a2%202%200%200%201%201.473-2.219a1%201%200%200%201%20.417-.062L8.153%203h7.694zM16%2014a1%201%200%200%200%200%202h1a1%201%200%201%200%200-2zm-7.206-3.515l1.652-1.826l-2.155-2.695zm4.76-1.826l1.652%201.826l.503-4.521zM12%207.4L13.919%205H10.08z%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%22M15.938%203.002a1%201%200%200%201%20.417.063a2%202%200%200%201%201.472%202.218l-.158%201.104l1.058.264A3%203%200%200%201%2021%209.561V18a3%203%200%200%201-3%203H6a3%203%200%200%201-3-3V9.562a3%203%200%200%201%202.272-2.91l1.059-.265l-.158-1.104a2%202%200%200%201%201.473-2.219a1%201%200%200%201%20.417-.062L8.153%203h7.694zM16%2014a1%201%200%200%200%200%202h1a1%201%200%201%200%200-2zm-7.206-3.515l1.652-1.826l-2.155-2.695zm4.76-1.826l1.652%201.826l.503-4.521zM12%207.4L13.919%205H10.08z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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