tshirt icon
tshirt from Line Awesome by Icons8 · Line · Clothing · Apache-2.0 Free for personal and commercial use.
- Name
- tshirt
- Set
- Line Awesome
- Style
- Line
- Category
- Clothing
- Viewbox
- 32×32
- License
- Apache 2.0
- Aliases
- tshirt-solid
The same icon in other sets
More clothing icons from Line Awesome
Use the tshirt icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 3c-.926 0-1.945.27-2.813.531c-.851.258-1.476.524-1.5.531h-.03l-2.876.97l-.094.03a4 4 0 0 0-.374.125L8 5.282v.032c-.836.359-2.145 1.136-2.906 2.75C4.059 10.25 4 12.968 4 12.968V15h4v14h16V15h4v-2.094s-.086-.847-.25-1.875c-.164-1.027-.332-2.16-.906-3.062A7.17 7.17 0 0 0 24 5.375v-.094l-.406-.125c-.059-.027-.047-.011-.094-.031l-.188-.063l-2.968-1h-.032c-.023-.007-.648-.273-1.5-.53C17.945 3.27 16.927 3 16 3m0 2c.434 0 1.426.23 2.219.469c.207.062.195.066.375.125c-.063.093-.11.183-.188.281C17.938 6.457 17.281 7 16 7s-1.938-.543-2.406-1.125c-.078-.098-.125-.188-.188-.281c.18-.059.168-.063.375-.125C14.574 5.23 15.566 5 16 5m-4.563 1.219c.149.285.34.59.594.906A5.03 5.03 0 0 0 16 9c1.906 0 3.23-.957 3.969-1.875c.254-.316.445-.621.593-.906l1.438.5V27H10V6.719zM8 7.562V13H6c.004-.055.156-2.477.906-4.063A3.64 3.64 0 0 1 8 7.563zm16 .157c.367.308.773.71 1.156 1.312c.16.254.473 1.375.625 2.313c.145.886.211 1.578.219 1.656h-2z"/></svg>
React
import type { SVGProps } from "react";
export function LaTshirt(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="M16 3c-.926 0-1.945.27-2.813.531c-.851.258-1.476.524-1.5.531h-.03l-2.876.97l-.094.03a4 4 0 0 0-.374.125L8 5.282v.032c-.836.359-2.145 1.136-2.906 2.75C4.059 10.25 4 12.968 4 12.968V15h4v14h16V15h4v-2.094s-.086-.847-.25-1.875c-.164-1.027-.332-2.16-.906-3.062A7.17 7.17 0 0 0 24 5.375v-.094l-.406-.125c-.059-.027-.047-.011-.094-.031l-.188-.063l-2.968-1h-.032c-.023-.007-.648-.273-1.5-.53C17.945 3.27 16.927 3 16 3m0 2c.434 0 1.426.23 2.219.469c.207.062.195.066.375.125c-.063.093-.11.183-.188.281C17.938 6.457 17.281 7 16 7s-1.938-.543-2.406-1.125c-.078-.098-.125-.188-.188-.281c.18-.059.168-.063.375-.125C14.574 5.23 15.566 5 16 5m-4.563 1.219c.149.285.34.59.594.906A5.03 5.03 0 0 0 16 9c1.906 0 3.23-.957 3.969-1.875c.254-.316.445-.621.593-.906l1.438.5V27H10V6.719zM8 7.562V13H6c.004-.055.156-2.477.906-4.063A3.64 3.64 0 0 1 8 7.563zm16 .157c.367.308.773.71 1.156 1.312c.16.254.473 1.375.625 2.313c.145.886.211 1.578.219 1.656h-2z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 3c-.926 0-1.945.27-2.813.531c-.851.258-1.476.524-1.5.531h-.03l-2.876.97l-.094.03a4 4 0 0 0-.374.125L8 5.282v.032c-.836.359-2.145 1.136-2.906 2.75C4.059 10.25 4 12.968 4 12.968V15h4v14h16V15h4v-2.094s-.086-.847-.25-1.875c-.164-1.027-.332-2.16-.906-3.062A7.17 7.17 0 0 0 24 5.375v-.094l-.406-.125c-.059-.027-.047-.011-.094-.031l-.188-.063l-2.968-1h-.032c-.023-.007-.648-.273-1.5-.53C17.945 3.27 16.927 3 16 3m0 2c.434 0 1.426.23 2.219.469c.207.062.195.066.375.125c-.063.093-.11.183-.188.281C17.938 6.457 17.281 7 16 7s-1.938-.543-2.406-1.125c-.078-.098-.125-.188-.188-.281c.18-.059.168-.063.375-.125C14.574 5.23 15.566 5 16 5m-4.563 1.219c.149.285.34.59.594.906A5.03 5.03 0 0 0 16 9c1.906 0 3.23-.957 3.969-1.875c.254-.316.445-.621.593-.906l1.438.5V27H10V6.719zM8 7.562V13H6c.004-.055.156-2.477.906-4.063A3.64 3.64 0 0 1 8 7.563zm16 .157c.367.308.773.71 1.156 1.312c.16.254.473 1.375.625 2.313c.145.886.211 1.578.219 1.656h-2z"/></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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%203c-.926%200-1.945.27-2.813.531c-.851.258-1.476.524-1.5.531h-.03l-2.876.97l-.094.03a4%204%200%200%200-.374.125L8%205.282v.032c-.836.359-2.145%201.136-2.906%202.75C4.059%2010.25%204%2012.968%204%2012.968V15h4v14h16V15h4v-2.094s-.086-.847-.25-1.875c-.164-1.027-.332-2.16-.906-3.062A7.17%207.17%200%200%200%2024%205.375v-.094l-.406-.125c-.059-.027-.047-.011-.094-.031l-.188-.063l-2.968-1h-.032c-.023-.007-.648-.273-1.5-.53C17.945%203.27%2016.927%203%2016%203m0%202c.434%200%201.426.23%202.219.469c.207.062.195.066.375.125c-.063.093-.11.183-.188.281C17.938%206.457%2017.281%207%2016%207s-1.938-.543-2.406-1.125c-.078-.098-.125-.188-.188-.281c.18-.059.168-.063.375-.125C14.574%205.23%2015.566%205%2016%205m-4.563%201.219c.149.285.34.59.594.906A5.03%205.03%200%200%200%2016%209c1.906%200%203.23-.957%203.969-1.875c.254-.316.445-.621.593-.906l1.438.5V27H10V6.719zM8%207.562V13H6c.004-.055.156-2.477.906-4.063A3.64%203.64%200%200%201%208%207.563zm16%20.157c.367.308.773.71%201.156%201.312c.16.254.473%201.375.625%202.313c.145.886.211%201.578.219%201.656h-2z%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%22M16%203c-.926%200-1.945.27-2.813.531c-.851.258-1.476.524-1.5.531h-.03l-2.876.97l-.094.03a4%204%200%200%200-.374.125L8%205.282v.032c-.836.359-2.145%201.136-2.906%202.75C4.059%2010.25%204%2012.968%204%2012.968V15h4v14h16V15h4v-2.094s-.086-.847-.25-1.875c-.164-1.027-.332-2.16-.906-3.062A7.17%207.17%200%200%200%2024%205.375v-.094l-.406-.125c-.059-.027-.047-.011-.094-.031l-.188-.063l-2.968-1h-.032c-.023-.007-.648-.273-1.5-.53C17.945%203.27%2016.927%203%2016%203m0%202c.434%200%201.426.23%202.219.469c.207.062.195.066.375.125c-.063.093-.11.183-.188.281C17.938%206.457%2017.281%207%2016%207s-1.938-.543-2.406-1.125c-.078-.098-.125-.188-.188-.281c.18-.059.168-.063.375-.125C14.574%205.23%2015.566%205%2016%205m-4.563%201.219c.149.285.34.59.594.906A5.03%205.03%200%200%200%2016%209c1.906%200%203.23-.957%203.969-1.875c.254-.316.445-.621.593-.906l1.438.5V27H10V6.719zM8%207.562V13H6c.004-.055.156-2.477.906-4.063A3.64%203.64%200%200%201%208%207.563zm16%20.157c.367.308.773.71%201.156%201.312c.16.254.473%201.375.625%202.313c.145.886.211%201.578.219%201.656h-2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/la/tshirt.svg?color=%231a73e8&size=48