t shirt icon

t-shirt-bold from Phosphor by Phosphor Icons · Bold · MIT Free for personal and commercial use.

Name
t-shirt-bold
Set
Phosphor
Style
Bold
Viewbox
256×256
License
MIT

5 other variants in Phosphor

The same icon in other sets

Use the t shirt icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="m246.17 57.9l-48.08-28.25A11.9 11.9 0 0 0 192 28h-32a12 12 0 0 0-12 12a20 20 0 0 1-40 0a12 12 0 0 0-12-12H64a11.9 11.9 0 0 0-6.07 1.66L9.83 57.9A20.18 20.18 0 0 0 2 84l17.9 36.8A19.62 19.62 0 0 0 37.67 132H52v76a20 20 0 0 0 20 20h112a20 20 0 0 0 20-20v-76h14.32a19.64 19.64 0 0 0 17.75-11.17L254 84a20.18 20.18 0 0 0-7.83-26.1M40.37 108L25.16 76.73L52 61v47ZM180 204H76V52h9.67a44 44 0 0 0 84.68 0H180Zm35.62-96H204V61l26.83 15.76Z"/></svg>

React

import type { SVGProps } from "react";

export function PhTShirtBold(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="m246.17 57.9l-48.08-28.25A11.9 11.9 0 0 0 192 28h-32a12 12 0 0 0-12 12a20 20 0 0 1-40 0a12 12 0 0 0-12-12H64a11.9 11.9 0 0 0-6.07 1.66L9.83 57.9A20.18 20.18 0 0 0 2 84l17.9 36.8A19.62 19.62 0 0 0 37.67 132H52v76a20 20 0 0 0 20 20h112a20 20 0 0 0 20-20v-76h14.32a19.64 19.64 0 0 0 17.75-11.17L254 84a20.18 20.18 0 0 0-7.83-26.1M40.37 108L25.16 76.73L52 61v47ZM180 204H76V52h9.67a44 44 0 0 0 84.68 0H180Zm35.62-96H204V61l26.83 15.76Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="m246.17 57.9l-48.08-28.25A11.9 11.9 0 0 0 192 28h-32a12 12 0 0 0-12 12a20 20 0 0 1-40 0a12 12 0 0 0-12-12H64a11.9 11.9 0 0 0-6.07 1.66L9.83 57.9A20.18 20.18 0 0 0 2 84l17.9 36.8A19.62 19.62 0 0 0 37.67 132H52v76a20 20 0 0 0 20 20h112a20 20 0 0 0 20-20v-76h14.32a19.64 19.64 0 0 0 17.75-11.17L254 84a20.18 20.18 0 0 0-7.83-26.1M40.37 108L25.16 76.73L52 61v47ZM180 204H76V52h9.67a44 44 0 0 0 84.68 0H180Zm35.62-96H204V61l26.83 15.76Z"/></svg>
</template>

CSS

.icon-t-shirt-bold {
  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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m246.17%2057.9l-48.08-28.25A11.9%2011.9%200%200%200%20192%2028h-32a12%2012%200%200%200-12%2012a20%2020%200%200%201-40%200a12%2012%200%200%200-12-12H64a11.9%2011.9%200%200%200-6.07%201.66L9.83%2057.9A20.18%2020.18%200%200%200%202%2084l17.9%2036.8A19.62%2019.62%200%200%200%2037.67%20132H52v76a20%2020%200%200%200%2020%2020h112a20%2020%200%200%200%2020-20v-76h14.32a19.64%2019.64%200%200%200%2017.75-11.17L254%2084a20.18%2020.18%200%200%200-7.83-26.1M40.37%20108L25.16%2076.73L52%2061v47ZM180%20204H76V52h9.67a44%2044%200%200%200%2084.68%200H180Zm35.62-96H204V61l26.83%2015.76Z%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m246.17%2057.9l-48.08-28.25A11.9%2011.9%200%200%200%20192%2028h-32a12%2012%200%200%200-12%2012a20%2020%200%200%201-40%200a12%2012%200%200%200-12-12H64a11.9%2011.9%200%200%200-6.07%201.66L9.83%2057.9A20.18%2020.18%200%200%200%202%2084l17.9%2036.8A19.62%2019.62%200%200%200%2037.67%20132H52v76a20%2020%200%200%200%2020%2020h112a20%2020%200%200%200%2020-20v-76h14.32a19.64%2019.64%200%200%200%2017.75-11.17L254%2084a20.18%2020.18%200%200%200-7.83-26.1M40.37%20108L25.16%2076.73L52%2061v47ZM180%20204H76V52h9.67a44%2044%200%200%200%2084.68%200H180Zm35.62-96H204V61l26.83%2015.76Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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