t-shirt from Fluent Emoji High Contrast by Microsoft Corporation · Default · Objects · MIT Free for personal and commercial use.

Name
t-shirt
Set
Fluent Emoji High Contrast
Style
Default
Category
Objects
Viewbox
32×32
License
MIT

The same emoji in other sets

More objects icons from Fluent Emoji High Contrast

Use the t shirt emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M8.75 31h14.496A1.75 1.75 0 0 0 25 29.244v-10.6l.818.423a1.593 1.593 0 0 0 2.159-.6l2.752-4.77a1.54 1.54 0 0 0 .23-1.213a1.6 1.6 0 0 0-.753-1.02H30.2l-4.992-2.879a4.3 4.3 0 0 0-2.151-.575H8.937a4.3 4.3 0 0 0-1.215.174a16.8 16.8 0 0 0-4.308 2.262l-.125.082a30 30 0 0 1-1.489.934a1.6 1.6 0 0 0-.59 2.178L4 18.466a1.585 1.585 0 0 0 2.132.614L7 18.636v10.61A1.75 1.75 0 0 0 8.75 31M23 29H9V19h14zm.988-13H8a1 1 0 0 0-.455.11l-2 1.028l-2.4-4.148c.378-.228.76-.478 1.15-.73l.214-.14a15.4 15.4 0 0 1 3.775-2.017q.32-.093.653-.093h1.14c.48 2.832 2.967 4.98 5.923 4.98s5.443-2.149 5.924-4.98h1.14c.403 0 .8.105 1.149.306l4.625 2.669l-2.4 4.151l-1.978-1.024a1 1 0 0 0-.472-.112m-8.154-2.013a5.016 5.016 0 0 1-4.74-3.977h1.041a4 4 0 0 0 3.975 2.979a4.01 4.01 0 0 0 3.762-2.979h1.034a5.015 5.015 0 0 1-5.072 3.977M5.217 17.3l-.035.017z"/></svg>

React

import type { SVGProps } from "react";

export function FluentEmojiHighContrastTShirt(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M8.75 31h14.496A1.75 1.75 0 0 0 25 29.244v-10.6l.818.423a1.593 1.593 0 0 0 2.159-.6l2.752-4.77a1.54 1.54 0 0 0 .23-1.213a1.6 1.6 0 0 0-.753-1.02H30.2l-4.992-2.879a4.3 4.3 0 0 0-2.151-.575H8.937a4.3 4.3 0 0 0-1.215.174a16.8 16.8 0 0 0-4.308 2.262l-.125.082a30 30 0 0 1-1.489.934a1.6 1.6 0 0 0-.59 2.178L4 18.466a1.585 1.585 0 0 0 2.132.614L7 18.636v10.61A1.75 1.75 0 0 0 8.75 31M23 29H9V19h14zm.988-13H8a1 1 0 0 0-.455.11l-2 1.028l-2.4-4.148c.378-.228.76-.478 1.15-.73l.214-.14a15.4 15.4 0 0 1 3.775-2.017q.32-.093.653-.093h1.14c.48 2.832 2.967 4.98 5.923 4.98s5.443-2.149 5.924-4.98h1.14c.403 0 .8.105 1.149.306l4.625 2.669l-2.4 4.151l-1.978-1.024a1 1 0 0 0-.472-.112m-8.154-2.013a5.016 5.016 0 0 1-4.74-3.977h1.041a4 4 0 0 0 3.975 2.979a4.01 4.01 0 0 0 3.762-2.979h1.034a5.015 5.015 0 0 1-5.072 3.977M5.217 17.3l-.035.017z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M8.75 31h14.496A1.75 1.75 0 0 0 25 29.244v-10.6l.818.423a1.593 1.593 0 0 0 2.159-.6l2.752-4.77a1.54 1.54 0 0 0 .23-1.213a1.6 1.6 0 0 0-.753-1.02H30.2l-4.992-2.879a4.3 4.3 0 0 0-2.151-.575H8.937a4.3 4.3 0 0 0-1.215.174a16.8 16.8 0 0 0-4.308 2.262l-.125.082a30 30 0 0 1-1.489.934a1.6 1.6 0 0 0-.59 2.178L4 18.466a1.585 1.585 0 0 0 2.132.614L7 18.636v10.61A1.75 1.75 0 0 0 8.75 31M23 29H9V19h14zm.988-13H8a1 1 0 0 0-.455.11l-2 1.028l-2.4-4.148c.378-.228.76-.478 1.15-.73l.214-.14a15.4 15.4 0 0 1 3.775-2.017q.32-.093.653-.093h1.14c.48 2.832 2.967 4.98 5.923 4.98s5.443-2.149 5.924-4.98h1.14c.403 0 .8.105 1.149.306l4.625 2.669l-2.4 4.151l-1.978-1.024a1 1 0 0 0-.472-.112m-8.154-2.013a5.016 5.016 0 0 1-4.74-3.977h1.041a4 4 0 0 0 3.975 2.979a4.01 4.01 0 0 0 3.762-2.979h1.034a5.015 5.015 0 0 1-5.072 3.977M5.217 17.3l-.035.017z"/></svg>
</template>

CSS

.icon-t-shirt {
  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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.75%2031h14.496A1.75%201.75%200%200%200%2025%2029.244v-10.6l.818.423a1.593%201.593%200%200%200%202.159-.6l2.752-4.77a1.54%201.54%200%200%200%20.23-1.213a1.6%201.6%200%200%200-.753-1.02H30.2l-4.992-2.879a4.3%204.3%200%200%200-2.151-.575H8.937a4.3%204.3%200%200%200-1.215.174a16.8%2016.8%200%200%200-4.308%202.262l-.125.082a30%2030%200%200%201-1.489.934a1.6%201.6%200%200%200-.59%202.178L4%2018.466a1.585%201.585%200%200%200%202.132.614L7%2018.636v10.61A1.75%201.75%200%200%200%208.75%2031M23%2029H9V19h14zm.988-13H8a1%201%200%200%200-.455.11l-2%201.028l-2.4-4.148c.378-.228.76-.478%201.15-.73l.214-.14a15.4%2015.4%200%200%201%203.775-2.017q.32-.093.653-.093h1.14c.48%202.832%202.967%204.98%205.923%204.98s5.443-2.149%205.924-4.98h1.14c.403%200%20.8.105%201.149.306l4.625%202.669l-2.4%204.151l-1.978-1.024a1%201%200%200%200-.472-.112m-8.154-2.013a5.016%205.016%200%200%201-4.74-3.977h1.041a4%204%200%200%200%203.975%202.979a4.01%204.01%200%200%200%203.762-2.979h1.034a5.015%205.015%200%200%201-5.072%203.977M5.217%2017.3l-.035.017z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.75%2031h14.496A1.75%201.75%200%200%200%2025%2029.244v-10.6l.818.423a1.593%201.593%200%200%200%202.159-.6l2.752-4.77a1.54%201.54%200%200%200%20.23-1.213a1.6%201.6%200%200%200-.753-1.02H30.2l-4.992-2.879a4.3%204.3%200%200%200-2.151-.575H8.937a4.3%204.3%200%200%200-1.215.174a16.8%2016.8%200%200%200-4.308%202.262l-.125.082a30%2030%200%200%201-1.489.934a1.6%201.6%200%200%200-.59%202.178L4%2018.466a1.585%201.585%200%200%200%202.132.614L7%2018.636v10.61A1.75%201.75%200%200%200%208.75%2031M23%2029H9V19h14zm.988-13H8a1%201%200%200%200-.455.11l-2%201.028l-2.4-4.148c.378-.228.76-.478%201.15-.73l.214-.14a15.4%2015.4%200%200%201%203.775-2.017q.32-.093.653-.093h1.14c.48%202.832%202.967%204.98%205.923%204.98s5.443-2.149%205.924-4.98h1.14c.403%200%20.8.105%201.149.306l4.625%202.669l-2.4%204.151l-1.978-1.024a1%201%200%200%200-.472-.112m-8.154-2.013a5.016%205.016%200%200%201-4.74-3.977h1.041a4%204%200%200%200%203.975%202.979a4.01%204.01%200%200%200%203.762-2.979h1.034a5.015%205.015%200%200%201-5.072%203.977M5.217%2017.3l-.035.017z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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