tshirt-outline from IonIcons by Ben Sperry · Outline · MIT Free for personal and commercial use.

Name
tshirt-outline
Set
IonIcons
Style
Outline
Viewbox
512×512
License
MIT

1 other variant in IonIcons

The same icon in other sets

Use the tshirt icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M178.249 85.534c18.761 22.976 43.909 34.009 77.445 34.572l.269-.106h.269c22.638 0 41.169-4.861 56.653-15.091 7.801-5.154 14.721-11.47 21.029-19.382l104.461 31.367-11.785 32.516-38.743-4.685-37.912-4.589 2.114 38.133L366.176 433H145.824l14.127-254.729 2.106-37.981-37.782 4.428-38.854 4.553-11.767-32.358 104.595-31.379M320 48c-13.988 27.227-30.771 40.223-63.769 40.223C223.723 87.676 205.722 75 192 48L32 96l32 88 64-7.5L112 465h288l-16-288.5 64 7.75L480 96 320 48z" fill="currentColor"/></svg>

React

import type { SVGProps } from "react";

export function IonTshirtOutline(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M178.249 85.534c18.761 22.976 43.909 34.009 77.445 34.572l.269-.106h.269c22.638 0 41.169-4.861 56.653-15.091 7.801-5.154 14.721-11.47 21.029-19.382l104.461 31.367-11.785 32.516-38.743-4.685-37.912-4.589 2.114 38.133L366.176 433H145.824l14.127-254.729 2.106-37.981-37.782 4.428-38.854 4.553-11.767-32.358 104.595-31.379M320 48c-13.988 27.227-30.771 40.223-63.769 40.223C223.723 87.676 205.722 75 192 48L32 96l32 88 64-7.5L112 465h288l-16-288.5 64 7.75L480 96 320 48z" fill="currentColor"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M178.249 85.534c18.761 22.976 43.909 34.009 77.445 34.572l.269-.106h.269c22.638 0 41.169-4.861 56.653-15.091 7.801-5.154 14.721-11.47 21.029-19.382l104.461 31.367-11.785 32.516-38.743-4.685-37.912-4.589 2.114 38.133L366.176 433H145.824l14.127-254.729 2.106-37.981-37.782 4.428-38.854 4.553-11.767-32.358 104.595-31.379M320 48c-13.988 27.227-30.771 40.223-63.769 40.223C223.723 87.676 205.722 75 192 48L32 96l32 88 64-7.5L112 465h288l-16-288.5 64 7.75L480 96 320 48z" fill="currentColor"/></svg>
</template>

CSS

.icon-tshirt-outline {
  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%20512%20512%22%3E%3Cpath%20d%3D%22M178.249%2085.534c18.761%2022.976%2043.909%2034.009%2077.445%2034.572l.269-.106h.269c22.638%200%2041.169-4.861%2056.653-15.091%207.801-5.154%2014.721-11.47%2021.029-19.382l104.461%2031.367-11.785%2032.516-38.743-4.685-37.912-4.589%202.114%2038.133L366.176%20433H145.824l14.127-254.729%202.106-37.981-37.782%204.428-38.854%204.553-11.767-32.358%20104.595-31.379M320%2048c-13.988%2027.227-30.771%2040.223-63.769%2040.223C223.723%2087.676%20205.722%2075%20192%2048L32%2096l32%2088%2064-7.5L112%20465h288l-16-288.5%2064%207.75L480%2096%20320%2048z%22%20fill%3D%22currentColor%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%20512%20512%22%3E%3Cpath%20d%3D%22M178.249%2085.534c18.761%2022.976%2043.909%2034.009%2077.445%2034.572l.269-.106h.269c22.638%200%2041.169-4.861%2056.653-15.091%207.801-5.154%2014.721-11.47%2021.029-19.382l104.461%2031.367-11.785%2032.516-38.743-4.685-37.912-4.589%202.114%2038.133L366.176%20433H145.824l14.127-254.729%202.106-37.981-37.782%204.428-38.854%204.553-11.767-32.358%20104.595-31.379M320%2048c-13.988%2027.227-30.771%2040.223-63.769%2040.223C223.723%2087.676%20205.722%2075%20192%2048L32%2096l32%2088%2064-7.5L112%20465h288l-16-288.5%2064%207.75L480%2096%20320%2048z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ion/tshirt-outline.svg?color=%231a73e8&size=48