t shirt icon
t-shirt-line from MingCute Icon by MingCute Design · Line · Apache-2.0 Free for personal and commercial use.
- Name
- t-shirt-line
- Set
- MingCute Icon
- Style
- Line
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in MingCute Icon
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-shirtNoto Emojit-shirtOpenMojit-shirtPhosphort-shirt-fillRemix Icont-shirt-boldSolart-shirtStreamline Emojist-shirtTwitter Emoji
Related icons in MingCute Icon
Use the t shirt icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="2" d="M9.17 4H7.829a2 2 0 0 0-1.414.586L2.707 8.293a1 1 0 0 0 0 1.414l1.478 1.478a1 1 0 0 0 1.507-.107L6.5 10l-.395 7.9A2 2 0 0 0 8.102 20h7.796a2 2 0 0 0 1.997-2.1L17.5 10l.808 1.078a1 1 0 0 0 1.507.107l1.478-1.478a1 1 0 0 0 0-1.414l-3.707-3.707A2 2 0 0 0 16.172 4h-1.343a3.001 3.001 0 0 1-5.658 0Z"/></svg>
React
import type { SVGProps } from "react";
export function MingcuteTShirtLine(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinejoin="round" strokeWidth="2" d="M9.17 4H7.829a2 2 0 0 0-1.414.586L2.707 8.293a1 1 0 0 0 0 1.414l1.478 1.478a1 1 0 0 0 1.507-.107L6.5 10l-.395 7.9A2 2 0 0 0 8.102 20h7.796a2 2 0 0 0 1.997-2.1L17.5 10l.808 1.078a1 1 0 0 0 1.507.107l1.478-1.478a1 1 0 0 0 0-1.414l-3.707-3.707A2 2 0 0 0 16.172 4h-1.343a3.001 3.001 0 0 1-5.658 0Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="2" d="M9.17 4H7.829a2 2 0 0 0-1.414.586L2.707 8.293a1 1 0 0 0 0 1.414l1.478 1.478a1 1 0 0 0 1.507-.107L6.5 10l-.395 7.9A2 2 0 0 0 8.102 20h7.796a2 2 0 0 0 1.997-2.1L17.5 10l.808 1.078a1 1 0 0 0 1.507.107l1.478-1.478a1 1 0 0 0 0-1.414l-3.707-3.707A2 2 0 0 0 16.172 4h-1.343a3.001 3.001 0 0 1-5.658 0Z"/></svg> </template>
CSS
.icon-t-shirt-line {
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%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M9.17%204H7.829a2%202%200%200%200-1.414.586L2.707%208.293a1%201%200%200%200%200%201.414l1.478%201.478a1%201%200%200%200%201.507-.107L6.5%2010l-.395%207.9A2%202%200%200%200%208.102%2020h7.796a2%202%200%200%200%201.997-2.1L17.5%2010l.808%201.078a1%201%200%200%200%201.507.107l1.478-1.478a1%201%200%200%200%200-1.414l-3.707-3.707A2%202%200%200%200%2016.172%204h-1.343a3.001%203.001%200%200%201-5.658%200Z%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%2024%2024%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M9.17%204H7.829a2%202%200%200%200-1.414.586L2.707%208.293a1%201%200%200%200%200%201.414l1.478%201.478a1%201%200%200%200%201.507-.107L6.5%2010l-.395%207.9A2%202%200%200%200%208.102%2020h7.796a2%202%200%200%200%201.997-2.1L17.5%2010l.808%201.078a1%201%200%200%200%201.507.107l1.478-1.478a1%201%200%200%200%200-1.414l-3.707-3.707A2%202%200%200%200%2016.172%204h-1.343a3.001%203.001%200%200%201-5.658%200Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mingcute/t-shirt-line.svg?color=%231a73e8&size=48