t-shirt from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
t-shirt
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

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 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M5.998 12v5.684c0 1.811 0 2.717.585 3.28c.665.639 3.032 1.015 5.41 1.035c2.316.02 4.64-.297 5.41-1.035c.584-.563.584-1.469.584-3.28V12"/><path d="M5.722 14.022c-.865-.314-2.492-.583-3.226-1.319c-1.01-1.013-.357-2.383.881-4.964c.557-1.162 1.624-2.017 2.867-2.354a.72.72 0 0 0 .412-.297l1.283-2a.45.45 0 0 1 .142-.137C8.659 2.6 10.092 2 11.993 2s3.24.602 3.817.95a.45.45 0 0 1 .142.139l1.32 1.98a.72.72 0 0 0 .412.297c1.243.338 2.261 1.084 2.819 2.246c1.39 2.53 2.008 4.059.997 5.072c-.733.736-2.383 1.028-3.248 1.341"/><path d="m6.501 5.5l4.234 3.293c.606.471.909.707 1.266.707s.66-.236 1.267-.707L17.5 5.5M9.501 3l1.5 6m3.5-6l-1.5 6"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsTShirt(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"><path d="M5.998 12v5.684c0 1.811 0 2.717.585 3.28c.665.639 3.032 1.015 5.41 1.035c2.316.02 4.64-.297 5.41-1.035c.584-.563.584-1.469.584-3.28V12"/><path d="M5.722 14.022c-.865-.314-2.492-.583-3.226-1.319c-1.01-1.013-.357-2.383.881-4.964c.557-1.162 1.624-2.017 2.867-2.354a.72.72 0 0 0 .412-.297l1.283-2a.45.45 0 0 1 .142-.137C8.659 2.6 10.092 2 11.993 2s3.24.602 3.817.95a.45.45 0 0 1 .142.139l1.32 1.98a.72.72 0 0 0 .412.297c1.243.338 2.261 1.084 2.819 2.246c1.39 2.53 2.008 4.059.997 5.072c-.733.736-2.383 1.028-3.248 1.341"/><path d="m6.501 5.5l4.234 3.293c.606.471.909.707 1.266.707s.66-.236 1.267-.707L17.5 5.5M9.501 3l1.5 6m3.5-6l-1.5 6"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M5.998 12v5.684c0 1.811 0 2.717.585 3.28c.665.639 3.032 1.015 5.41 1.035c2.316.02 4.64-.297 5.41-1.035c.584-.563.584-1.469.584-3.28V12"/><path d="M5.722 14.022c-.865-.314-2.492-.583-3.226-1.319c-1.01-1.013-.357-2.383.881-4.964c.557-1.162 1.624-2.017 2.867-2.354a.72.72 0 0 0 .412-.297l1.283-2a.45.45 0 0 1 .142-.137C8.659 2.6 10.092 2 11.993 2s3.24.602 3.817.95a.45.45 0 0 1 .142.139l1.32 1.98a.72.72 0 0 0 .412.297c1.243.338 2.261 1.084 2.819 2.246c1.39 2.53 2.008 4.059.997 5.072c-.733.736-2.383 1.028-3.248 1.341"/><path d="m6.501 5.5l4.234 3.293c.606.471.909.707 1.266.707s.66-.236 1.267-.707L17.5 5.5M9.501 3l1.5 6m3.5-6l-1.5 6"/></g></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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M5.998%2012v5.684c0%201.811%200%202.717.585%203.28c.665.639%203.032%201.015%205.41%201.035c2.316.02%204.64-.297%205.41-1.035c.584-.563.584-1.469.584-3.28V12%22%2F%3E%3Cpath%20d%3D%22M5.722%2014.022c-.865-.314-2.492-.583-3.226-1.319c-1.01-1.013-.357-2.383.881-4.964c.557-1.162%201.624-2.017%202.867-2.354a.72.72%200%200%200%20.412-.297l1.283-2a.45.45%200%200%201%20.142-.137C8.659%202.6%2010.092%202%2011.993%202s3.24.602%203.817.95a.45.45%200%200%201%20.142.139l1.32%201.98a.72.72%200%200%200%20.412.297c1.243.338%202.261%201.084%202.819%202.246c1.39%202.53%202.008%204.059.997%205.072c-.733.736-2.383%201.028-3.248%201.341%22%2F%3E%3Cpath%20d%3D%22m6.501%205.5l4.234%203.293c.606.471.909.707%201.266.707s.66-.236%201.267-.707L17.5%205.5M9.501%203l1.5%206m3.5-6l-1.5%206%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M5.998%2012v5.684c0%201.811%200%202.717.585%203.28c.665.639%203.032%201.015%205.41%201.035c2.316.02%204.64-.297%205.41-1.035c.584-.563.584-1.469.584-3.28V12%22%2F%3E%3Cpath%20d%3D%22M5.722%2014.022c-.865-.314-2.492-.583-3.226-1.319c-1.01-1.013-.357-2.383.881-4.964c.557-1.162%201.624-2.017%202.867-2.354a.72.72%200%200%200%20.412-.297l1.283-2a.45.45%200%200%201%20.142-.137C8.659%202.6%2010.092%202%2011.993%202s3.24.602%203.817.95a.45.45%200%200%201%20.142.139l1.32%201.98a.72.72%200%200%200%20.412.297c1.243.338%202.261%201.084%202.819%202.246c1.39%202.53%202.008%204.059.997%205.072c-.733.736-2.383%201.028-3.248%201.341%22%2F%3E%3Cpath%20d%3D%22m6.501%205.5l4.234%203.293c.606.471.909.707%201.266.707s.66-.236%201.267-.707L17.5%205.5M9.501%203l1.5%206m3.5-6l-1.5%206%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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