shirt-20-filled from Fluent UI System Icons by Microsoft Corporation · 20 Filled · MIT Free for personal and commercial use.

Name
shirt-20-filled
Set
Fluent UI System Icons
Style
20 Filled
Viewbox
20×20
License
MIT

1 other variant in Fluent UI System Icons

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 20 20"><path fill="currentColor" d="M7.417 3.007a.5.5 0 0 1 .568.372C8.127 3.946 8.735 5 10 5s1.873-1.054 2.015-1.621a.5.5 0 0 1 .67-.343l4.627 1.85a1 1 0 0 1 .615 1.093l-.364 2.185a1 1 0 0 1-.987.836H15v7.5a.5.5 0 0 1-.5.5h-9a.5.5 0 0 1-.5-.5V9H3.424a1 1 0 0 1-.986-.836l-.365-2.185a1 1 0 0 1 .615-1.092l4.626-1.85z"/></svg>

React

import type { SVGProps } from "react";

export function FluentShirt20Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M7.417 3.007a.5.5 0 0 1 .568.372C8.127 3.946 8.735 5 10 5s1.873-1.054 2.015-1.621a.5.5 0 0 1 .67-.343l4.627 1.85a1 1 0 0 1 .615 1.093l-.364 2.185a1 1 0 0 1-.987.836H15v7.5a.5.5 0 0 1-.5.5h-9a.5.5 0 0 1-.5-.5V9H3.424a1 1 0 0 1-.986-.836l-.365-2.185a1 1 0 0 1 .615-1.092l4.626-1.85z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M7.417 3.007a.5.5 0 0 1 .568.372C8.127 3.946 8.735 5 10 5s1.873-1.054 2.015-1.621a.5.5 0 0 1 .67-.343l4.627 1.85a1 1 0 0 1 .615 1.093l-.364 2.185a1 1 0 0 1-.987.836H15v7.5a.5.5 0 0 1-.5.5h-9a.5.5 0 0 1-.5-.5V9H3.424a1 1 0 0 1-.986-.836l-.365-2.185a1 1 0 0 1 .615-1.092l4.626-1.85z"/></svg>
</template>

CSS

.icon-shirt-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.417%203.007a.5.5%200%200%201%20.568.372C8.127%203.946%208.735%205%2010%205s1.873-1.054%202.015-1.621a.5.5%200%200%201%20.67-.343l4.627%201.85a1%201%200%200%201%20.615%201.093l-.364%202.185a1%201%200%200%201-.987.836H15v7.5a.5.5%200%200%201-.5.5h-9a.5.5%200%200%201-.5-.5V9H3.424a1%201%200%200%201-.986-.836l-.365-2.185a1%201%200%200%201%20.615-1.092l4.626-1.85z%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.417%203.007a.5.5%200%200%201%20.568.372C8.127%203.946%208.735%205%2010%205s1.873-1.054%202.015-1.621a.5.5%200%200%201%20.67-.343l4.627%201.85a1%201%200%200%201%20.615%201.093l-.364%202.185a1%201%200%200%201-.987.836H15v7.5a.5.5%200%200%201-.5.5h-9a.5.5%200%200%201-.5-.5V9H3.424a1%201%200%200%201-.986-.836l-.365-2.185a1%201%200%200%201%20.615-1.092l4.626-1.85z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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