t shirt icon

t-shirt-broken from Solar by 480 Design · Broken · UI · CC-BY-4.0 Attribution required.

Name
t-shirt-broken
Set
Solar
Style
Broken
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"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5" d="M18.2238 10C18.2265 9.50631 18.2438 9.22305 18.3547 8.96928C18.4861 8.66875 18.7329 8.44624 19.2264 8.00123L19.4116 7.83416C20.4679 6.8817 20.996 6.40548 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.3251 4.80015 10.6749 4.80015 9.47256 2.90278C9.25065 2.5526 8.91264 2.302 8.52454 2.19993L8.03445 2.07103C7.50458 1.93167 6.944 1.99609 6.46683 2.27565C5.95689 2.57442 5.29062 2.98797 4.81923 3.36582C4.68359 3.47455 4.5431 3.59713 4.40129 3.72818C3.46446 4.59391 2.99605 5.02677 3.00003 5.71612C3.004 6.40548 3.53212 6.8817 4.58835 7.83416L4.77364 8.00123C5.26714 8.44624 5.51389 8.66875 5.64528 8.96928C5.77667 9.26982 5.77667 9.61172 5.77667 10.2955V18.265C5.77667 19.5881 5.77667 20.2497 6.22555 20.8116C6.67443 21.3736 7.21092 21.4723 8.28392 21.6696C9.27582 21.8521 10.5325 22 12 22C13.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.265V14"/></svg>

React

import type { SVGProps } from "react";

export function SolarTShirtBroken(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" strokeLinecap="round" strokeWidth="1.5" d="M18.2238 10C18.2265 9.50631 18.2438 9.22305 18.3547 8.96928C18.4861 8.66875 18.7329 8.44624 19.2264 8.00123L19.4116 7.83416C20.4679 6.8817 20.996 6.40548 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.3251 4.80015 10.6749 4.80015 9.47256 2.90278C9.25065 2.5526 8.91264 2.302 8.52454 2.19993L8.03445 2.07103C7.50458 1.93167 6.944 1.99609 6.46683 2.27565C5.95689 2.57442 5.29062 2.98797 4.81923 3.36582C4.68359 3.47455 4.5431 3.59713 4.40129 3.72818C3.46446 4.59391 2.99605 5.02677 3.00003 5.71612C3.004 6.40548 3.53212 6.8817 4.58835 7.83416L4.77364 8.00123C5.26714 8.44624 5.51389 8.66875 5.64528 8.96928C5.77667 9.26982 5.77667 9.61172 5.77667 10.2955V18.265C5.77667 19.5881 5.77667 20.2497 6.22555 20.8116C6.67443 21.3736 7.21092 21.4723 8.28392 21.6696C9.27582 21.8521 10.5325 22 12 22C13.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.265V14"/></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-linecap="round" stroke-width="1.5" d="M18.2238 10C18.2265 9.50631 18.2438 9.22305 18.3547 8.96928C18.4861 8.66875 18.7329 8.44624 19.2264 8.00123L19.4116 7.83416C20.4679 6.8817 20.996 6.40548 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.3251 4.80015 10.6749 4.80015 9.47256 2.90278C9.25065 2.5526 8.91264 2.302 8.52454 2.19993L8.03445 2.07103C7.50458 1.93167 6.944 1.99609 6.46683 2.27565C5.95689 2.57442 5.29062 2.98797 4.81923 3.36582C4.68359 3.47455 4.5431 3.59713 4.40129 3.72818C3.46446 4.59391 2.99605 5.02677 3.00003 5.71612C3.004 6.40548 3.53212 6.8817 4.58835 7.83416L4.77364 8.00123C5.26714 8.44624 5.51389 8.66875 5.64528 8.96928C5.77667 9.26982 5.77667 9.61172 5.77667 10.2955V18.265C5.77667 19.5881 5.77667 20.2497 6.22555 20.8116C6.67443 21.3736 7.21092 21.4723 8.28392 21.6696C9.27582 21.8521 10.5325 22 12 22C13.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.265V14"/></svg>
</template>

CSS

.icon-t-shirt-broken {
  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-linecap%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M18.2238%2010C18.2265%209.50631%2018.2438%209.22305%2018.3547%208.96928C18.4861%208.66875%2018.7329%208.44624%2019.2264%208.00123L19.4116%207.83416C20.4679%206.8817%2020.996%206.40548%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.3251%204.80015%2010.6749%204.80015%209.47256%202.90278C9.25065%202.5526%208.91264%202.302%208.52454%202.19993L8.03445%202.07103C7.50458%201.93167%206.944%201.99609%206.46683%202.27565C5.95689%202.57442%205.29062%202.98797%204.81923%203.36582C4.68359%203.47455%204.5431%203.59713%204.40129%203.72818C3.46446%204.59391%202.99605%205.02677%203.00003%205.71612C3.004%206.40548%203.53212%206.8817%204.58835%207.83416L4.77364%208.00123C5.26714%208.44624%205.51389%208.66875%205.64528%208.96928C5.77667%209.26982%205.77667%209.61172%205.77667%2010.2955V18.265C5.77667%2019.5881%205.77667%2020.2497%206.22555%2020.8116C6.67443%2021.3736%207.21092%2021.4723%208.28392%2021.6696C9.27582%2021.8521%2010.5325%2022%2012%2022C13.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.265V14%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-linecap%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M18.2238%2010C18.2265%209.50631%2018.2438%209.22305%2018.3547%208.96928C18.4861%208.66875%2018.7329%208.44624%2019.2264%208.00123L19.4116%207.83416C20.4679%206.8817%2020.996%206.40548%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.3251%204.80015%2010.6749%204.80015%209.47256%202.90278C9.25065%202.5526%208.91264%202.302%208.52454%202.19993L8.03445%202.07103C7.50458%201.93167%206.944%201.99609%206.46683%202.27565C5.95689%202.57442%205.29062%202.98797%204.81923%203.36582C4.68359%203.47455%204.5431%203.59713%204.40129%203.72818C3.46446%204.59391%202.99605%205.02677%203.00003%205.71612C3.004%206.40548%203.53212%206.8817%204.58835%207.83416L4.77364%208.00123C5.26714%208.44624%205.51389%208.66875%205.64528%208.96928C5.77667%209.26982%205.77667%209.61172%205.77667%2010.2955V18.265C5.77667%2019.5881%205.77667%2020.2497%206.22555%2020.8116C6.67443%2021.3736%207.21092%2021.4723%208.28392%2021.6696C9.27582%2021.8521%2010.5325%2022%2012%2022C13.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.265V14%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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