Shirt Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Shirt icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/320695.svg" alt="Shirt icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/320695.svg" alt="Shirt icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/320695.svg" alt="Shirt icon" :width="24" :height="24" />
CSS background
.icon-shirt {
background-image: url('https://proicons.com/icon/320695.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="iso-8859-1"?> <!-- Generator: Adobe Illustrator 24.1.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 32 32" style="enable-background:new 0 0 32 32;" xml:space="preserve"> <path id="shirt_1_" d="M27.056,5.125l-4.843-2.423l-1.958-1.957c-0.141-0.14-0.369-0.14-0.51,0L16,4.491l-3.746-3.746 c-0.141-0.141-0.368-0.141-0.509,0L9.787,2.704L4.944,5.125C4.14,5.528,3.64,6.337,3.64,7.236V31c0,0.199,0.161,0.36,0.36,0.36h4 c0.199,0,0.36-0.161,0.36-0.36v-1.417l2.634,1.318c0.603,0.301,1.277,0.46,1.95,0.46h6.112c0.673,0,1.348-0.159,1.95-0.46 l2.634-1.317V31c0,0.199,0.161,0.36,0.36,0.36h4c0.199,0,0.36-0.161,0.36-0.36V7.235C28.36,6.336,27.86,5.528,27.056,5.125z M20,1.509l1.491,1.489L18,6.491L16.509,5L20,1.509z M12,1.509L15.491,5L14,6.491L10.509,3L12,1.509z M7.64,30.64H4.36v-2.28h3.28 V29C7.64,29,7.64,30.64,7.64,30.64z M12.944,30.64c-0.562,0-1.125-0.133-1.628-0.384L8.36,28.777V10H7.64v17.64H4.36V7.236 c0-0.625,0.348-1.187,0.906-1.467l4.663-2.331l3.817,3.816c0.141,0.141,0.368,0.141,0.509,0l0.386-0.386V30.64H12.944z M15.36,30.64 V6.149L16,5.509l0.64,0.64v24.49L15.36,30.64L15.36,30.64z M27.64,30.64h-3.28V29v-0.64h3.279L27.64,30.64L27.64,30.64z M27.64,27.64h-3.28V10h-0.72v18.777l-2.956,1.479c-0.503,0.251-1.066,0.384-1.628,0.384H17.36V6.87l0.385,0.385 c0.135,0.136,0.375,0.136,0.51,0l3.816-3.818l4.662,2.333c0.56,0.28,0.906,0.842,0.906,1.466L27.64,27.64L27.64,27.64z"/> <rect id="_Transparent_Rectangle" style="fill:none;" width="32" height="32"/> </svg>
Copied!