t shirt icon

t-shirt-bold-duotone from Solar by 480 Design · Bold Duotone · UI · CC-BY-4.0 Attribution required.

Name
t-shirt-bold-duotone
Set
Solar
Style
Bold Duotone
Category
UI
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

The same icon in other sets

More ui icons from Solar

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="currentColor"><path fill-rule="evenodd" d="M5.77667 18.265V10.2955C5.77667 9.61172 5.77667 9.26982 5.64528 8.96928C5.51389 8.66875 5.26714 8.44624 4.77364 8.00123L4.58835 7.83416C3.53212 6.8817 3.004 6.40548 3.00003 5.71612C2.99605 5.02677 3.46446 4.59391 4.40129 3.72818C4.5431 3.59713 4.68359 3.47455 4.81923 3.36582C5.29062 2.98797 5.95689 2.57442 6.46683 2.27565C6.944 1.99609 7.50458 1.93167 8.03445 2.07103L8.52454 2.19993C8.91264 2.302 9.25065 2.5526 9.47256 2.90278C10.0737 3.85146 11.0369 4.32581 12 4.32581V22C10.5325 22 9.27582 21.8521 8.28392 21.6696C7.21092 21.4723 6.67443 21.3736 6.22555 20.8116C5.77667 20.2497 5.77667 19.5881 5.77667 18.265Z" clip-rule="evenodd"/><path d="M18.2233 18.265V10.2955C18.2233 9.61172 18.2233 9.26982 18.3547 8.96928C18.4861 8.66875 18.7329 8.44624 19.2264 8.00123L19.4116 7.83416C20.4679 6.8817 20.996 6.40547 21 5.71612C21.004 5.02677 20.5355 4.59391 19.5987 3.72818C19.4569 3.59713 19.3164 3.47455 19.1808 3.36582C18.7094 2.98797 18.0431 2.57442 17.5332 2.27565C17.056 1.99609 16.4954 1.93167 15.9656 2.07103L15.4755 2.19993C15.0874 2.302 14.7493 2.5526 14.5274 2.90278C13.9263 3.85146 12.9631 4.32581 12 4.32581V22C13.4675 22 14.7242 21.8521 15.7161 21.6696C16.7891 21.4723 17.3256 21.3736 17.7745 20.8116C18.2233 20.2497 18.2233 19.5881 18.2233 18.265Z" opacity=".5"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarTShirtBoldDuotone(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fillRule="evenodd" d="M5.77667 18.265V10.2955C5.77667 9.61172 5.77667 9.26982 5.64528 8.96928C5.51389 8.66875 5.26714 8.44624 4.77364 8.00123L4.58835 7.83416C3.53212 6.8817 3.004 6.40548 3.00003 5.71612C2.99605 5.02677 3.46446 4.59391 4.40129 3.72818C4.5431 3.59713 4.68359 3.47455 4.81923 3.36582C5.29062 2.98797 5.95689 2.57442 6.46683 2.27565C6.944 1.99609 7.50458 1.93167 8.03445 2.07103L8.52454 2.19993C8.91264 2.302 9.25065 2.5526 9.47256 2.90278C10.0737 3.85146 11.0369 4.32581 12 4.32581V22C10.5325 22 9.27582 21.8521 8.28392 21.6696C7.21092 21.4723 6.67443 21.3736 6.22555 20.8116C5.77667 20.2497 5.77667 19.5881 5.77667 18.265Z" clipRule="evenodd"/><path d="M18.2233 18.265V10.2955C18.2233 9.61172 18.2233 9.26982 18.3547 8.96928C18.4861 8.66875 18.7329 8.44624 19.2264 8.00123L19.4116 7.83416C20.4679 6.8817 20.996 6.40547 21 5.71612C21.004 5.02677 20.5355 4.59391 19.5987 3.72818C19.4569 3.59713 19.3164 3.47455 19.1808 3.36582C18.7094 2.98797 18.0431 2.57442 17.5332 2.27565C17.056 1.99609 16.4954 1.93167 15.9656 2.07103L15.4755 2.19993C15.0874 2.302 14.7493 2.5526 14.5274 2.90278C13.9263 3.85146 12.9631 4.32581 12 4.32581V22C13.4675 22 14.7242 21.8521 15.7161 21.6696C16.7891 21.4723 17.3256 21.3736 17.7745 20.8116C18.2233 20.2497 18.2233 19.5881 18.2233 18.265Z" opacity=".5"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M5.77667 18.265V10.2955C5.77667 9.61172 5.77667 9.26982 5.64528 8.96928C5.51389 8.66875 5.26714 8.44624 4.77364 8.00123L4.58835 7.83416C3.53212 6.8817 3.004 6.40548 3.00003 5.71612C2.99605 5.02677 3.46446 4.59391 4.40129 3.72818C4.5431 3.59713 4.68359 3.47455 4.81923 3.36582C5.29062 2.98797 5.95689 2.57442 6.46683 2.27565C6.944 1.99609 7.50458 1.93167 8.03445 2.07103L8.52454 2.19993C8.91264 2.302 9.25065 2.5526 9.47256 2.90278C10.0737 3.85146 11.0369 4.32581 12 4.32581V22C10.5325 22 9.27582 21.8521 8.28392 21.6696C7.21092 21.4723 6.67443 21.3736 6.22555 20.8116C5.77667 20.2497 5.77667 19.5881 5.77667 18.265Z" clip-rule="evenodd"/><path d="M18.2233 18.265V10.2955C18.2233 9.61172 18.2233 9.26982 18.3547 8.96928C18.4861 8.66875 18.7329 8.44624 19.2264 8.00123L19.4116 7.83416C20.4679 6.8817 20.996 6.40547 21 5.71612C21.004 5.02677 20.5355 4.59391 19.5987 3.72818C19.4569 3.59713 19.3164 3.47455 19.1808 3.36582C18.7094 2.98797 18.0431 2.57442 17.5332 2.27565C17.056 1.99609 16.4954 1.93167 15.9656 2.07103L15.4755 2.19993C15.0874 2.302 14.7493 2.5526 14.5274 2.90278C13.9263 3.85146 12.9631 4.32581 12 4.32581V22C13.4675 22 14.7242 21.8521 15.7161 21.6696C16.7891 21.4723 17.3256 21.3736 17.7745 20.8116C18.2233 20.2497 18.2233 19.5881 18.2233 18.265Z" opacity=".5"/></g></svg>
</template>

CSS

.icon-t-shirt-bold-duotone {
  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%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M5.77667%2018.265V10.2955C5.77667%209.61172%205.77667%209.26982%205.64528%208.96928C5.51389%208.66875%205.26714%208.44624%204.77364%208.00123L4.58835%207.83416C3.53212%206.8817%203.004%206.40548%203.00003%205.71612C2.99605%205.02677%203.46446%204.59391%204.40129%203.72818C4.5431%203.59713%204.68359%203.47455%204.81923%203.36582C5.29062%202.98797%205.95689%202.57442%206.46683%202.27565C6.944%201.99609%207.50458%201.93167%208.03445%202.07103L8.52454%202.19993C8.91264%202.302%209.25065%202.5526%209.47256%202.90278C10.0737%203.85146%2011.0369%204.32581%2012%204.32581V22C10.5325%2022%209.27582%2021.8521%208.28392%2021.6696C7.21092%2021.4723%206.67443%2021.3736%206.22555%2020.8116C5.77667%2020.2497%205.77667%2019.5881%205.77667%2018.265Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M18.2233%2018.265V10.2955C18.2233%209.61172%2018.2233%209.26982%2018.3547%208.96928C18.4861%208.66875%2018.7329%208.44624%2019.2264%208.00123L19.4116%207.83416C20.4679%206.8817%2020.996%206.40547%2021%205.71612C21.004%205.02677%2020.5355%204.59391%2019.5987%203.72818C19.4569%203.59713%2019.3164%203.47455%2019.1808%203.36582C18.7094%202.98797%2018.0431%202.57442%2017.5332%202.27565C17.056%201.99609%2016.4954%201.93167%2015.9656%202.07103L15.4755%202.19993C15.0874%202.302%2014.7493%202.5526%2014.5274%202.90278C13.9263%203.85146%2012.9631%204.32581%2012%204.32581V22C13.4675%2022%2014.7242%2021.8521%2015.7161%2021.6696C16.7891%2021.4723%2017.3256%2021.3736%2017.7745%2020.8116C18.2233%2020.2497%2018.2233%2019.5881%2018.2233%2018.265Z%22%20opacity%3D%22.5%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%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M5.77667%2018.265V10.2955C5.77667%209.61172%205.77667%209.26982%205.64528%208.96928C5.51389%208.66875%205.26714%208.44624%204.77364%208.00123L4.58835%207.83416C3.53212%206.8817%203.004%206.40548%203.00003%205.71612C2.99605%205.02677%203.46446%204.59391%204.40129%203.72818C4.5431%203.59713%204.68359%203.47455%204.81923%203.36582C5.29062%202.98797%205.95689%202.57442%206.46683%202.27565C6.944%201.99609%207.50458%201.93167%208.03445%202.07103L8.52454%202.19993C8.91264%202.302%209.25065%202.5526%209.47256%202.90278C10.0737%203.85146%2011.0369%204.32581%2012%204.32581V22C10.5325%2022%209.27582%2021.8521%208.28392%2021.6696C7.21092%2021.4723%206.67443%2021.3736%206.22555%2020.8116C5.77667%2020.2497%205.77667%2019.5881%205.77667%2018.265Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M18.2233%2018.265V10.2955C18.2233%209.61172%2018.2233%209.26982%2018.3547%208.96928C18.4861%208.66875%2018.7329%208.44624%2019.2264%208.00123L19.4116%207.83416C20.4679%206.8817%2020.996%206.40547%2021%205.71612C21.004%205.02677%2020.5355%204.59391%2019.5987%203.72818C19.4569%203.59713%2019.3164%203.47455%2019.1808%203.36582C18.7094%202.98797%2018.0431%202.57442%2017.5332%202.27565C17.056%201.99609%2016.4954%201.93167%2015.9656%202.07103L15.4755%202.19993C15.0874%202.302%2014.7493%202.5526%2014.5274%202.90278C13.9263%203.85146%2012.9631%204.32581%2012%204.32581V22C13.4675%2022%2014.7242%2021.8521%2015.7161%2021.6696C16.7891%2021.4723%2017.3256%2021.3736%2017.7745%2020.8116C18.2233%2020.2497%2018.2233%2019.5881%2018.2233%2018.265Z%22%20opacity%3D%22.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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