t shirt icon
t-shirt-fill from Phosphor by Phosphor Icons · Fill · MIT Free for personal and commercial use.
- Name
- t-shirt-fill
- Set
- Phosphor
- Style
- Fill
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
The same icon in other sets
t-shirtBoxIcons v2 Solidt-shirtEmoji One (Colored)t-shirtFont Awesome Solidt-shirt-outlineFlowbite Iconst-shirtFluent Emojit-shirtFluent Emoji Flatt-shirtFluent Emoji High Contrastt-shirtHuge Iconst-shirtIconParkt-shirtIconPark Outlinet-shirtIconPark Solidt-shirtIconPark TwoTonet-shirtMajesticonst-shirt-fillMingCute Icont-shirtNoto Emojit-shirtOpenMojit-shirt-fillRemix Icont-shirt-boldSolart-shirtStreamline Emojist-shirtTwitter Emoji
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="M247.59 61.22L195.83 33a8 8 0 0 0-3.83-1h-32a8 8 0 0 0-8 8a24 24 0 0 1-48 0a8 8 0 0 0-8-8H64a8 8 0 0 0-3.84 1L8.41 61.22a15.76 15.76 0 0 0-6.59 21.26l19.27 36.81A16.37 16.37 0 0 0 35.67 128H56v80a16 16 0 0 0 16 16h112a16 16 0 0 0 16-16v-80h20.34a16.37 16.37 0 0 0 14.58-8.71l19.27-36.81a15.76 15.76 0 0 0-6.6-21.26M35.67 112a.62.62 0 0 1-.41-.13L16.09 75.26L56 53.48V112Zm185.07-.14a.55.55 0 0 1-.41.14H200V53.48l39.92 21.78Z"/></svg>
React
import type { SVGProps } from "react";
export function PhTShirtFill(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="M247.59 61.22L195.83 33a8 8 0 0 0-3.83-1h-32a8 8 0 0 0-8 8a24 24 0 0 1-48 0a8 8 0 0 0-8-8H64a8 8 0 0 0-3.84 1L8.41 61.22a15.76 15.76 0 0 0-6.59 21.26l19.27 36.81A16.37 16.37 0 0 0 35.67 128H56v80a16 16 0 0 0 16 16h112a16 16 0 0 0 16-16v-80h20.34a16.37 16.37 0 0 0 14.58-8.71l19.27-36.81a15.76 15.76 0 0 0-6.6-21.26M35.67 112a.62.62 0 0 1-.41-.13L16.09 75.26L56 53.48V112Zm185.07-.14a.55.55 0 0 1-.41.14H200V53.48l39.92 21.78Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M247.59 61.22L195.83 33a8 8 0 0 0-3.83-1h-32a8 8 0 0 0-8 8a24 24 0 0 1-48 0a8 8 0 0 0-8-8H64a8 8 0 0 0-3.84 1L8.41 61.22a15.76 15.76 0 0 0-6.59 21.26l19.27 36.81A16.37 16.37 0 0 0 35.67 128H56v80a16 16 0 0 0 16 16h112a16 16 0 0 0 16-16v-80h20.34a16.37 16.37 0 0 0 14.58-8.71l19.27-36.81a15.76 15.76 0 0 0-6.6-21.26M35.67 112a.62.62 0 0 1-.41-.13L16.09 75.26L56 53.48V112Zm185.07-.14a.55.55 0 0 1-.41.14H200V53.48l39.92 21.78Z"/></svg> </template>
CSS
.icon-t-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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M247.59%2061.22L195.83%2033a8%208%200%200%200-3.83-1h-32a8%208%200%200%200-8%208a24%2024%200%200%201-48%200a8%208%200%200%200-8-8H64a8%208%200%200%200-3.84%201L8.41%2061.22a15.76%2015.76%200%200%200-6.59%2021.26l19.27%2036.81A16.37%2016.37%200%200%200%2035.67%20128H56v80a16%2016%200%200%200%2016%2016h112a16%2016%200%200%200%2016-16v-80h20.34a16.37%2016.37%200%200%200%2014.58-8.71l19.27-36.81a15.76%2015.76%200%200%200-6.6-21.26M35.67%20112a.62.62%200%200%201-.41-.13L16.09%2075.26L56%2053.48V112Zm185.07-.14a.55.55%200%200%201-.41.14H200V53.48l39.92%2021.78Z%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%22M247.59%2061.22L195.83%2033a8%208%200%200%200-3.83-1h-32a8%208%200%200%200-8%208a24%2024%200%200%201-48%200a8%208%200%200%200-8-8H64a8%208%200%200%200-3.84%201L8.41%2061.22a15.76%2015.76%200%200%200-6.59%2021.26l19.27%2036.81A16.37%2016.37%200%200%200%2035.67%20128H56v80a16%2016%200%200%200%2016%2016h112a16%2016%200%200%200%2016-16v-80h20.34a16.37%2016.37%200%200%200%2014.58-8.71l19.27-36.81a15.76%2015.76%200%200%200-6.6-21.26M35.67%20112a.62.62%200%200%201-.41-.13L16.09%2075.26L56%2053.48V112Zm185.07-.14a.55.55%200%200%201-.41.14H200V53.48l39.92%2021.78Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/t-shirt-fill.svg?color=%231a73e8&size=48