tshirt icon
tshirt from Reicon by REICON · Outline · UI · MIT Free for personal and commercial use.
- Name
- tshirt
- Set
- Reicon
- Style
- Outline
- Category
- UI
- Viewbox
- 24×24
- License
- MIT
2 other variants in Reicon
The same icon in other sets
All tshirt icons →More ui icons from Reicon
Use the tshirt icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M6.088 1.628a2.8 2.8 0 0 1 2.137-.282l.49.129A2.36 2.36 0 0 1 10.106 2.5c.908 1.433 2.88 1.433 3.788 0c.32-.504.813-.874 1.39-1.026l.49-.13a2.8 2.8 0 0 1 2.138.283c.515.302 1.221.738 1.738 1.153q.229.184.458.396l.04.038c.434.4.825.762 1.098 1.115c.308.399.507.838.504 1.39c-.003.572-.237 1.024-.568 1.43c-.302.37-.734.76-1.228 1.205l-.225.203c-.542.489-.635.594-.687.712c-.054.123-.069.276-.069 1.026v8.016c0 .621 0 1.162-.063 1.616c-.07.496-.22.94-.55 1.352c-.626.784-1.428.93-2.38 1.104l-.128.023A21.3 21.3 0 0 1 12 22.75c-1.518 0-2.82-.153-3.852-.343l-.128-.023c-.952-.174-1.754-.32-2.38-1.104c-.33-.413-.48-.856-.55-1.352c-.063-.454-.063-.995-.063-1.616v-8.017c0-.75-.015-.902-.069-1.025c-.052-.118-.145-.223-.687-.712l-.185-.167l-.04-.036C3.552 7.91 3.12 7.52 2.818 7.15c-.33-.407-.565-.859-.568-1.43c-.003-.553.196-.992.504-1.391c.273-.353.664-.715 1.098-1.115l.04-.038q.229-.212.458-.396c.517-.415 1.223-.851 1.738-1.153m1.756 1.168a1.3 1.3 0 0 0-.998.127c-.506.296-1.132.687-1.558 1.028a7 7 0 0 0-.378.328c-.487.45-.782.726-.969.968c-.159.206-.192.328-.191.465c0 .117.033.248.23.49c.22.27.565.583 1.11 1.075l.186.167l.083.075c.411.37.776.697.973 1.15c.196.448.196.943.195 1.512v8.084c0 .682.001 1.117.049 1.455c.042.305.116.474.236.624c.243.304.47.379 1.608.588c.952.175 2.163.318 3.58.318s2.628-.143 3.58-.318c1.139-.21 1.365-.284 1.608-.588c.12-.15.194-.319.236-.624c.048-.338.05-.773.05-1.455V10.18c-.002-.57-.002-1.064.194-1.512c.198-.453.562-.78.973-1.15l.083-.075l.185-.167c.546-.492.89-.805 1.11-1.075c.198-.242.23-.373.231-.49c0-.137-.032-.26-.191-.465c-.187-.242-.482-.518-.97-.968a7 7 0 0 0-.377-.328c-.426-.341-1.052-.732-1.558-1.028a1.3 1.3 0 0 0-.998-.127l-.49.13a.86.86 0 0 0-.505.378a3.706 3.706 0 0 1-6.322 0a.86.86 0 0 0-.505-.379z" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function ReiconTshirt(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fillRule="evenodd" d="M6.088 1.628a2.8 2.8 0 0 1 2.137-.282l.49.129A2.36 2.36 0 0 1 10.106 2.5c.908 1.433 2.88 1.433 3.788 0c.32-.504.813-.874 1.39-1.026l.49-.13a2.8 2.8 0 0 1 2.138.283c.515.302 1.221.738 1.738 1.153q.229.184.458.396l.04.038c.434.4.825.762 1.098 1.115c.308.399.507.838.504 1.39c-.003.572-.237 1.024-.568 1.43c-.302.37-.734.76-1.228 1.205l-.225.203c-.542.489-.635.594-.687.712c-.054.123-.069.276-.069 1.026v8.016c0 .621 0 1.162-.063 1.616c-.07.496-.22.94-.55 1.352c-.626.784-1.428.93-2.38 1.104l-.128.023A21.3 21.3 0 0 1 12 22.75c-1.518 0-2.82-.153-3.852-.343l-.128-.023c-.952-.174-1.754-.32-2.38-1.104c-.33-.413-.48-.856-.55-1.352c-.063-.454-.063-.995-.063-1.616v-8.017c0-.75-.015-.902-.069-1.025c-.052-.118-.145-.223-.687-.712l-.185-.167l-.04-.036C3.552 7.91 3.12 7.52 2.818 7.15c-.33-.407-.565-.859-.568-1.43c-.003-.553.196-.992.504-1.391c.273-.353.664-.715 1.098-1.115l.04-.038q.229-.212.458-.396c.517-.415 1.223-.851 1.738-1.153m1.756 1.168a1.3 1.3 0 0 0-.998.127c-.506.296-1.132.687-1.558 1.028a7 7 0 0 0-.378.328c-.487.45-.782.726-.969.968c-.159.206-.192.328-.191.465c0 .117.033.248.23.49c.22.27.565.583 1.11 1.075l.186.167l.083.075c.411.37.776.697.973 1.15c.196.448.196.943.195 1.512v8.084c0 .682.001 1.117.049 1.455c.042.305.116.474.236.624c.243.304.47.379 1.608.588c.952.175 2.163.318 3.58.318s2.628-.143 3.58-.318c1.139-.21 1.365-.284 1.608-.588c.12-.15.194-.319.236-.624c.048-.338.05-.773.05-1.455V10.18c-.002-.57-.002-1.064.194-1.512c.198-.453.562-.78.973-1.15l.083-.075l.185-.167c.546-.492.89-.805 1.11-1.075c.198-.242.23-.373.231-.49c0-.137-.032-.26-.191-.465c-.187-.242-.482-.518-.97-.968a7 7 0 0 0-.377-.328c-.426-.341-1.052-.732-1.558-1.028a1.3 1.3 0 0 0-.998-.127l-.49.13a.86.86 0 0 0-.505.378a3.706 3.706 0 0 1-6.322 0a.86.86 0 0 0-.505-.379z" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M6.088 1.628a2.8 2.8 0 0 1 2.137-.282l.49.129A2.36 2.36 0 0 1 10.106 2.5c.908 1.433 2.88 1.433 3.788 0c.32-.504.813-.874 1.39-1.026l.49-.13a2.8 2.8 0 0 1 2.138.283c.515.302 1.221.738 1.738 1.153q.229.184.458.396l.04.038c.434.4.825.762 1.098 1.115c.308.399.507.838.504 1.39c-.003.572-.237 1.024-.568 1.43c-.302.37-.734.76-1.228 1.205l-.225.203c-.542.489-.635.594-.687.712c-.054.123-.069.276-.069 1.026v8.016c0 .621 0 1.162-.063 1.616c-.07.496-.22.94-.55 1.352c-.626.784-1.428.93-2.38 1.104l-.128.023A21.3 21.3 0 0 1 12 22.75c-1.518 0-2.82-.153-3.852-.343l-.128-.023c-.952-.174-1.754-.32-2.38-1.104c-.33-.413-.48-.856-.55-1.352c-.063-.454-.063-.995-.063-1.616v-8.017c0-.75-.015-.902-.069-1.025c-.052-.118-.145-.223-.687-.712l-.185-.167l-.04-.036C3.552 7.91 3.12 7.52 2.818 7.15c-.33-.407-.565-.859-.568-1.43c-.003-.553.196-.992.504-1.391c.273-.353.664-.715 1.098-1.115l.04-.038q.229-.212.458-.396c.517-.415 1.223-.851 1.738-1.153m1.756 1.168a1.3 1.3 0 0 0-.998.127c-.506.296-1.132.687-1.558 1.028a7 7 0 0 0-.378.328c-.487.45-.782.726-.969.968c-.159.206-.192.328-.191.465c0 .117.033.248.23.49c.22.27.565.583 1.11 1.075l.186.167l.083.075c.411.37.776.697.973 1.15c.196.448.196.943.195 1.512v8.084c0 .682.001 1.117.049 1.455c.042.305.116.474.236.624c.243.304.47.379 1.608.588c.952.175 2.163.318 3.58.318s2.628-.143 3.58-.318c1.139-.21 1.365-.284 1.608-.588c.12-.15.194-.319.236-.624c.048-.338.05-.773.05-1.455V10.18c-.002-.57-.002-1.064.194-1.512c.198-.453.562-.78.973-1.15l.083-.075l.185-.167c.546-.492.89-.805 1.11-1.075c.198-.242.23-.373.231-.49c0-.137-.032-.26-.191-.465c-.187-.242-.482-.518-.97-.968a7 7 0 0 0-.377-.328c-.426-.341-1.052-.732-1.558-1.028a1.3 1.3 0 0 0-.998-.127l-.49.13a.86.86 0 0 0-.505.378a3.706 3.706 0 0 1-6.322 0a.86.86 0 0 0-.505-.379z" clip-rule="evenodd"/></svg> </template>
CSS
.icon-tshirt {
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%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M6.088%201.628a2.8%202.8%200%200%201%202.137-.282l.49.129A2.36%202.36%200%200%201%2010.106%202.5c.908%201.433%202.88%201.433%203.788%200c.32-.504.813-.874%201.39-1.026l.49-.13a2.8%202.8%200%200%201%202.138.283c.515.302%201.221.738%201.738%201.153q.229.184.458.396l.04.038c.434.4.825.762%201.098%201.115c.308.399.507.838.504%201.39c-.003.572-.237%201.024-.568%201.43c-.302.37-.734.76-1.228%201.205l-.225.203c-.542.489-.635.594-.687.712c-.054.123-.069.276-.069%201.026v8.016c0%20.621%200%201.162-.063%201.616c-.07.496-.22.94-.55%201.352c-.626.784-1.428.93-2.38%201.104l-.128.023A21.3%2021.3%200%200%201%2012%2022.75c-1.518%200-2.82-.153-3.852-.343l-.128-.023c-.952-.174-1.754-.32-2.38-1.104c-.33-.413-.48-.856-.55-1.352c-.063-.454-.063-.995-.063-1.616v-8.017c0-.75-.015-.902-.069-1.025c-.052-.118-.145-.223-.687-.712l-.185-.167l-.04-.036C3.552%207.91%203.12%207.52%202.818%207.15c-.33-.407-.565-.859-.568-1.43c-.003-.553.196-.992.504-1.391c.273-.353.664-.715%201.098-1.115l.04-.038q.229-.212.458-.396c.517-.415%201.223-.851%201.738-1.153m1.756%201.168a1.3%201.3%200%200%200-.998.127c-.506.296-1.132.687-1.558%201.028a7%207%200%200%200-.378.328c-.487.45-.782.726-.969.968c-.159.206-.192.328-.191.465c0%20.117.033.248.23.49c.22.27.565.583%201.11%201.075l.186.167l.083.075c.411.37.776.697.973%201.15c.196.448.196.943.195%201.512v8.084c0%20.682.001%201.117.049%201.455c.042.305.116.474.236.624c.243.304.47.379%201.608.588c.952.175%202.163.318%203.58.318s2.628-.143%203.58-.318c1.139-.21%201.365-.284%201.608-.588c.12-.15.194-.319.236-.624c.048-.338.05-.773.05-1.455V10.18c-.002-.57-.002-1.064.194-1.512c.198-.453.562-.78.973-1.15l.083-.075l.185-.167c.546-.492.89-.805%201.11-1.075c.198-.242.23-.373.231-.49c0-.137-.032-.26-.191-.465c-.187-.242-.482-.518-.97-.968a7%207%200%200%200-.377-.328c-.426-.341-1.052-.732-1.558-1.028a1.3%201.3%200%200%200-.998-.127l-.49.13a.86.86%200%200%200-.505.378a3.706%203.706%200%200%201-6.322%200a.86.86%200%200%200-.505-.379z%22%20clip-rule%3D%22evenodd%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%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M6.088%201.628a2.8%202.8%200%200%201%202.137-.282l.49.129A2.36%202.36%200%200%201%2010.106%202.5c.908%201.433%202.88%201.433%203.788%200c.32-.504.813-.874%201.39-1.026l.49-.13a2.8%202.8%200%200%201%202.138.283c.515.302%201.221.738%201.738%201.153q.229.184.458.396l.04.038c.434.4.825.762%201.098%201.115c.308.399.507.838.504%201.39c-.003.572-.237%201.024-.568%201.43c-.302.37-.734.76-1.228%201.205l-.225.203c-.542.489-.635.594-.687.712c-.054.123-.069.276-.069%201.026v8.016c0%20.621%200%201.162-.063%201.616c-.07.496-.22.94-.55%201.352c-.626.784-1.428.93-2.38%201.104l-.128.023A21.3%2021.3%200%200%201%2012%2022.75c-1.518%200-2.82-.153-3.852-.343l-.128-.023c-.952-.174-1.754-.32-2.38-1.104c-.33-.413-.48-.856-.55-1.352c-.063-.454-.063-.995-.063-1.616v-8.017c0-.75-.015-.902-.069-1.025c-.052-.118-.145-.223-.687-.712l-.185-.167l-.04-.036C3.552%207.91%203.12%207.52%202.818%207.15c-.33-.407-.565-.859-.568-1.43c-.003-.553.196-.992.504-1.391c.273-.353.664-.715%201.098-1.115l.04-.038q.229-.212.458-.396c.517-.415%201.223-.851%201.738-1.153m1.756%201.168a1.3%201.3%200%200%200-.998.127c-.506.296-1.132.687-1.558%201.028a7%207%200%200%200-.378.328c-.487.45-.782.726-.969.968c-.159.206-.192.328-.191.465c0%20.117.033.248.23.49c.22.27.565.583%201.11%201.075l.186.167l.083.075c.411.37.776.697.973%201.15c.196.448.196.943.195%201.512v8.084c0%20.682.001%201.117.049%201.455c.042.305.116.474.236.624c.243.304.47.379%201.608.588c.952.175%202.163.318%203.58.318s2.628-.143%203.58-.318c1.139-.21%201.365-.284%201.608-.588c.12-.15.194-.319.236-.624c.048-.338.05-.773.05-1.455V10.18c-.002-.57-.002-1.064.194-1.512c.198-.453.562-.78.973-1.15l.083-.075l.185-.167c.546-.492.89-.805%201.11-1.075c.198-.242.23-.373.231-.49c0-.137-.032-.26-.191-.465c-.187-.242-.482-.518-.97-.968a7%207%200%200%200-.377-.328c-.426-.341-1.052-.732-1.558-1.028a1.3%201.3%200%200%200-.998-.127l-.49.13a.86.86%200%200%200-.505.378a3.706%203.706%200%200%201-6.322%200a.86.86%200%200%200-.505-.379z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/tshirt.svg?color=%231a73e8&size=48