t-shirt from Noto Emoji by Google Inc · Default · Objects · Apache-2.0 Free for personal and commercial use.

Name
t-shirt
Set
Noto Emoji
Style
Default
Category
Objects
Viewbox
128×128
License
Apache 2.0

The same emoji in other sets

More objects icons from Noto Emoji

Use the t shirt emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#b7e4ea" d="M122.9 34.04s-16.33-14.01-25.99-18.59c-6.68-3.16-16.63-4.73-17.18-4.73c0 0-4.86 2.44-15.73 2.44s-15.73-2.44-15.73-2.44c-.55 0-10.5 1.56-17.18 4.73C21.42 20.02 5.1 34.04 5.1 34.04c-.56.44-.78 1.17-.56 1.85c1.05 3.26 4.55 13.43 14.75 21.3c.62.48 1.5.45 2.11-.05c2.54-2.14 10.42-7.01 10.42-7.01l-.71 61.01c-.09.75.29 1.49.96 1.83c2.89 1.49 13.06 5.01 31.94 5.01s29.05-3.53 31.94-5.01c.67-.35 1.05-1.08.96-1.83l-.71-61.01s7.88 4.88 10.42 7.01c.6.51 1.48.54 2.11.05c10.2-7.88 13.7-18.04 14.75-21.3c.2-.68-.02-1.41-.58-1.85"/><path fill="#75c6d3" d="M47.54 12.42s2.47 13.36 16.05 13.35c16.7-.01 17.78-13.98 17.78-13.98s-9.83 2.94-17.24 2.94s-16.59-2.31-16.59-2.31"/><path fill="#0288d1" d="M63.59 16.73c-4.92 0-10.11-.97-13.47-1.75l-2.09-4.84c.09.03 8.29 2.28 15.62 2.28c7.37 0 16.27-2.27 16.37-2.31l-1.61 4.72c-3.55.78-9.54 1.9-14.82 1.9"/><path fill="#01579b" d="M51.7 11c-2.49-.5-3.62-.85-3.66-.86l2.2 4.86c.47.11 1.44.32 2.06.45c-.56-1.6-.75-3.01-.6-4.45m23.35 4.51c1-.19 2.25-.45 3.27-.67l1.7-4.73c-.04.01-1.33.34-3.31.75c-.21 1.56-.98 3.27-1.66 4.65"/><path fill="#29b6f6" d="M63.45 28.24c-11.86 0-18.23-9.92-19.84-16.37c0 0-.24-.52.45-.75c.51-.17 2.6-.87 3.52-1.06c.33-.07.65.12.76.45c.87 2.51 4.99 12.76 15.97 12.76c11.11 0 14.64-10.09 15.35-12.73c.09-.36.43-.57.78-.5c.95.2 2.98.94 3.47 1.12c.61.23.47.67.47.67c-.95 6.27-6.01 16.4-20.92 16.41zm57.07 3.68c-.12-.1-.3-.04-.34.11c-.32 1.31-1.81 6.49-6.29 12.95c-3.88 5.6-8.2 9.64-9.14 10.49c-.1.09-.09.24.02.32c.46.36 1.56 1.22 1.87 1.44c.4.27.63.37 1.02.37c.36 0 .76-.12 1.06-.35c10.2-7.88 13.76-18.06 14.81-21.32c.1-.31.19-.94-.18-1.5c-.35-.51-2.15-1.96-2.83-2.51m-113.04 0c.12-.1.3-.04.34.11c.32 1.31 1.81 6.49 6.29 12.95c3.88 5.6 8.2 9.64 9.14 10.49c.1.09.09.24-.02.32c-.46.36-1.56 1.22-1.87 1.44c-.4.27-.63.37-1.02.37c-.36 0-.76-.12-1.06-.35C9.08 49.38 5.52 39.19 4.47 35.93c-.1-.31-.19-.94.18-1.5c.35-.51 2.15-1.96 2.83-2.51"/></svg>

React

import type { SVGProps } from "react";

export function NotoTShirt(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#b7e4ea" d="M122.9 34.04s-16.33-14.01-25.99-18.59c-6.68-3.16-16.63-4.73-17.18-4.73c0 0-4.86 2.44-15.73 2.44s-15.73-2.44-15.73-2.44c-.55 0-10.5 1.56-17.18 4.73C21.42 20.02 5.1 34.04 5.1 34.04c-.56.44-.78 1.17-.56 1.85c1.05 3.26 4.55 13.43 14.75 21.3c.62.48 1.5.45 2.11-.05c2.54-2.14 10.42-7.01 10.42-7.01l-.71 61.01c-.09.75.29 1.49.96 1.83c2.89 1.49 13.06 5.01 31.94 5.01s29.05-3.53 31.94-5.01c.67-.35 1.05-1.08.96-1.83l-.71-61.01s7.88 4.88 10.42 7.01c.6.51 1.48.54 2.11.05c10.2-7.88 13.7-18.04 14.75-21.3c.2-.68-.02-1.41-.58-1.85"/><path fill="#75c6d3" d="M47.54 12.42s2.47 13.36 16.05 13.35c16.7-.01 17.78-13.98 17.78-13.98s-9.83 2.94-17.24 2.94s-16.59-2.31-16.59-2.31"/><path fill="#0288d1" d="M63.59 16.73c-4.92 0-10.11-.97-13.47-1.75l-2.09-4.84c.09.03 8.29 2.28 15.62 2.28c7.37 0 16.27-2.27 16.37-2.31l-1.61 4.72c-3.55.78-9.54 1.9-14.82 1.9"/><path fill="#01579b" d="M51.7 11c-2.49-.5-3.62-.85-3.66-.86l2.2 4.86c.47.11 1.44.32 2.06.45c-.56-1.6-.75-3.01-.6-4.45m23.35 4.51c1-.19 2.25-.45 3.27-.67l1.7-4.73c-.04.01-1.33.34-3.31.75c-.21 1.56-.98 3.27-1.66 4.65"/><path fill="#29b6f6" d="M63.45 28.24c-11.86 0-18.23-9.92-19.84-16.37c0 0-.24-.52.45-.75c.51-.17 2.6-.87 3.52-1.06c.33-.07.65.12.76.45c.87 2.51 4.99 12.76 15.97 12.76c11.11 0 14.64-10.09 15.35-12.73c.09-.36.43-.57.78-.5c.95.2 2.98.94 3.47 1.12c.61.23.47.67.47.67c-.95 6.27-6.01 16.4-20.92 16.41zm57.07 3.68c-.12-.1-.3-.04-.34.11c-.32 1.31-1.81 6.49-6.29 12.95c-3.88 5.6-8.2 9.64-9.14 10.49c-.1.09-.09.24.02.32c.46.36 1.56 1.22 1.87 1.44c.4.27.63.37 1.02.37c.36 0 .76-.12 1.06-.35c10.2-7.88 13.76-18.06 14.81-21.32c.1-.31.19-.94-.18-1.5c-.35-.51-2.15-1.96-2.83-2.51m-113.04 0c.12-.1.3-.04.34.11c.32 1.31 1.81 6.49 6.29 12.95c3.88 5.6 8.2 9.64 9.14 10.49c.1.09.09.24-.02.32c-.46.36-1.56 1.22-1.87 1.44c-.4.27-.63.37-1.02.37c-.36 0-.76-.12-1.06-.35C9.08 49.38 5.52 39.19 4.47 35.93c-.1-.31-.19-.94.18-1.5c.35-.51 2.15-1.96 2.83-2.51"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#b7e4ea" d="M122.9 34.04s-16.33-14.01-25.99-18.59c-6.68-3.16-16.63-4.73-17.18-4.73c0 0-4.86 2.44-15.73 2.44s-15.73-2.44-15.73-2.44c-.55 0-10.5 1.56-17.18 4.73C21.42 20.02 5.1 34.04 5.1 34.04c-.56.44-.78 1.17-.56 1.85c1.05 3.26 4.55 13.43 14.75 21.3c.62.48 1.5.45 2.11-.05c2.54-2.14 10.42-7.01 10.42-7.01l-.71 61.01c-.09.75.29 1.49.96 1.83c2.89 1.49 13.06 5.01 31.94 5.01s29.05-3.53 31.94-5.01c.67-.35 1.05-1.08.96-1.83l-.71-61.01s7.88 4.88 10.42 7.01c.6.51 1.48.54 2.11.05c10.2-7.88 13.7-18.04 14.75-21.3c.2-.68-.02-1.41-.58-1.85"/><path fill="#75c6d3" d="M47.54 12.42s2.47 13.36 16.05 13.35c16.7-.01 17.78-13.98 17.78-13.98s-9.83 2.94-17.24 2.94s-16.59-2.31-16.59-2.31"/><path fill="#0288d1" d="M63.59 16.73c-4.92 0-10.11-.97-13.47-1.75l-2.09-4.84c.09.03 8.29 2.28 15.62 2.28c7.37 0 16.27-2.27 16.37-2.31l-1.61 4.72c-3.55.78-9.54 1.9-14.82 1.9"/><path fill="#01579b" d="M51.7 11c-2.49-.5-3.62-.85-3.66-.86l2.2 4.86c.47.11 1.44.32 2.06.45c-.56-1.6-.75-3.01-.6-4.45m23.35 4.51c1-.19 2.25-.45 3.27-.67l1.7-4.73c-.04.01-1.33.34-3.31.75c-.21 1.56-.98 3.27-1.66 4.65"/><path fill="#29b6f6" d="M63.45 28.24c-11.86 0-18.23-9.92-19.84-16.37c0 0-.24-.52.45-.75c.51-.17 2.6-.87 3.52-1.06c.33-.07.65.12.76.45c.87 2.51 4.99 12.76 15.97 12.76c11.11 0 14.64-10.09 15.35-12.73c.09-.36.43-.57.78-.5c.95.2 2.98.94 3.47 1.12c.61.23.47.67.47.67c-.95 6.27-6.01 16.4-20.92 16.41zm57.07 3.68c-.12-.1-.3-.04-.34.11c-.32 1.31-1.81 6.49-6.29 12.95c-3.88 5.6-8.2 9.64-9.14 10.49c-.1.09-.09.24.02.32c.46.36 1.56 1.22 1.87 1.44c.4.27.63.37 1.02.37c.36 0 .76-.12 1.06-.35c10.2-7.88 13.76-18.06 14.81-21.32c.1-.31.19-.94-.18-1.5c-.35-.51-2.15-1.96-2.83-2.51m-113.04 0c.12-.1.3-.04.34.11c.32 1.31 1.81 6.49 6.29 12.95c3.88 5.6 8.2 9.64 9.14 10.49c.1.09.09.24-.02.32c-.46.36-1.56 1.22-1.87 1.44c-.4.27-.63.37-1.02.37c-.36 0-.76-.12-1.06-.35C9.08 49.38 5.52 39.19 4.47 35.93c-.1-.31-.19-.94.18-1.5c.35-.51 2.15-1.96 2.83-2.51"/></svg>
</template>

CSS

.icon-t-shirt {
  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%20128%20128%22%3E%3Cpath%20fill%3D%22%23b7e4ea%22%20d%3D%22M122.9%2034.04s-16.33-14.01-25.99-18.59c-6.68-3.16-16.63-4.73-17.18-4.73c0%200-4.86%202.44-15.73%202.44s-15.73-2.44-15.73-2.44c-.55%200-10.5%201.56-17.18%204.73C21.42%2020.02%205.1%2034.04%205.1%2034.04c-.56.44-.78%201.17-.56%201.85c1.05%203.26%204.55%2013.43%2014.75%2021.3c.62.48%201.5.45%202.11-.05c2.54-2.14%2010.42-7.01%2010.42-7.01l-.71%2061.01c-.09.75.29%201.49.96%201.83c2.89%201.49%2013.06%205.01%2031.94%205.01s29.05-3.53%2031.94-5.01c.67-.35%201.05-1.08.96-1.83l-.71-61.01s7.88%204.88%2010.42%207.01c.6.51%201.48.54%202.11.05c10.2-7.88%2013.7-18.04%2014.75-21.3c.2-.68-.02-1.41-.58-1.85%22%2F%3E%3Cpath%20fill%3D%22%2375c6d3%22%20d%3D%22M47.54%2012.42s2.47%2013.36%2016.05%2013.35c16.7-.01%2017.78-13.98%2017.78-13.98s-9.83%202.94-17.24%202.94s-16.59-2.31-16.59-2.31%22%2F%3E%3Cpath%20fill%3D%22%230288d1%22%20d%3D%22M63.59%2016.73c-4.92%200-10.11-.97-13.47-1.75l-2.09-4.84c.09.03%208.29%202.28%2015.62%202.28c7.37%200%2016.27-2.27%2016.37-2.31l-1.61%204.72c-3.55.78-9.54%201.9-14.82%201.9%22%2F%3E%3Cpath%20fill%3D%22%2301579b%22%20d%3D%22M51.7%2011c-2.49-.5-3.62-.85-3.66-.86l2.2%204.86c.47.11%201.44.32%202.06.45c-.56-1.6-.75-3.01-.6-4.45m23.35%204.51c1-.19%202.25-.45%203.27-.67l1.7-4.73c-.04.01-1.33.34-3.31.75c-.21%201.56-.98%203.27-1.66%204.65%22%2F%3E%3Cpath%20fill%3D%22%2329b6f6%22%20d%3D%22M63.45%2028.24c-11.86%200-18.23-9.92-19.84-16.37c0%200-.24-.52.45-.75c.51-.17%202.6-.87%203.52-1.06c.33-.07.65.12.76.45c.87%202.51%204.99%2012.76%2015.97%2012.76c11.11%200%2014.64-10.09%2015.35-12.73c.09-.36.43-.57.78-.5c.95.2%202.98.94%203.47%201.12c.61.23.47.67.47.67c-.95%206.27-6.01%2016.4-20.92%2016.41zm57.07%203.68c-.12-.1-.3-.04-.34.11c-.32%201.31-1.81%206.49-6.29%2012.95c-3.88%205.6-8.2%209.64-9.14%2010.49c-.1.09-.09.24.02.32c.46.36%201.56%201.22%201.87%201.44c.4.27.63.37%201.02.37c.36%200%20.76-.12%201.06-.35c10.2-7.88%2013.76-18.06%2014.81-21.32c.1-.31.19-.94-.18-1.5c-.35-.51-2.15-1.96-2.83-2.51m-113.04%200c.12-.1.3-.04.34.11c.32%201.31%201.81%206.49%206.29%2012.95c3.88%205.6%208.2%209.64%209.14%2010.49c.1.09.09.24-.02.32c-.46.36-1.56%201.22-1.87%201.44c-.4.27-.63.37-1.02.37c-.36%200-.76-.12-1.06-.35C9.08%2049.38%205.52%2039.19%204.47%2035.93c-.1-.31-.19-.94.18-1.5c.35-.51%202.15-1.96%202.83-2.51%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%20128%20128%22%3E%3Cpath%20fill%3D%22%23b7e4ea%22%20d%3D%22M122.9%2034.04s-16.33-14.01-25.99-18.59c-6.68-3.16-16.63-4.73-17.18-4.73c0%200-4.86%202.44-15.73%202.44s-15.73-2.44-15.73-2.44c-.55%200-10.5%201.56-17.18%204.73C21.42%2020.02%205.1%2034.04%205.1%2034.04c-.56.44-.78%201.17-.56%201.85c1.05%203.26%204.55%2013.43%2014.75%2021.3c.62.48%201.5.45%202.11-.05c2.54-2.14%2010.42-7.01%2010.42-7.01l-.71%2061.01c-.09.75.29%201.49.96%201.83c2.89%201.49%2013.06%205.01%2031.94%205.01s29.05-3.53%2031.94-5.01c.67-.35%201.05-1.08.96-1.83l-.71-61.01s7.88%204.88%2010.42%207.01c.6.51%201.48.54%202.11.05c10.2-7.88%2013.7-18.04%2014.75-21.3c.2-.68-.02-1.41-.58-1.85%22%2F%3E%3Cpath%20fill%3D%22%2375c6d3%22%20d%3D%22M47.54%2012.42s2.47%2013.36%2016.05%2013.35c16.7-.01%2017.78-13.98%2017.78-13.98s-9.83%202.94-17.24%202.94s-16.59-2.31-16.59-2.31%22%2F%3E%3Cpath%20fill%3D%22%230288d1%22%20d%3D%22M63.59%2016.73c-4.92%200-10.11-.97-13.47-1.75l-2.09-4.84c.09.03%208.29%202.28%2015.62%202.28c7.37%200%2016.27-2.27%2016.37-2.31l-1.61%204.72c-3.55.78-9.54%201.9-14.82%201.9%22%2F%3E%3Cpath%20fill%3D%22%2301579b%22%20d%3D%22M51.7%2011c-2.49-.5-3.62-.85-3.66-.86l2.2%204.86c.47.11%201.44.32%202.06.45c-.56-1.6-.75-3.01-.6-4.45m23.35%204.51c1-.19%202.25-.45%203.27-.67l1.7-4.73c-.04.01-1.33.34-3.31.75c-.21%201.56-.98%203.27-1.66%204.65%22%2F%3E%3Cpath%20fill%3D%22%2329b6f6%22%20d%3D%22M63.45%2028.24c-11.86%200-18.23-9.92-19.84-16.37c0%200-.24-.52.45-.75c.51-.17%202.6-.87%203.52-1.06c.33-.07.65.12.76.45c.87%202.51%204.99%2012.76%2015.97%2012.76c11.11%200%2014.64-10.09%2015.35-12.73c.09-.36.43-.57.78-.5c.95.2%202.98.94%203.47%201.12c.61.23.47.67.47.67c-.95%206.27-6.01%2016.4-20.92%2016.41zm57.07%203.68c-.12-.1-.3-.04-.34.11c-.32%201.31-1.81%206.49-6.29%2012.95c-3.88%205.6-8.2%209.64-9.14%2010.49c-.1.09-.09.24.02.32c.46.36%201.56%201.22%201.87%201.44c.4.27.63.37%201.02.37c.36%200%20.76-.12%201.06-.35c10.2-7.88%2013.76-18.06%2014.81-21.32c.1-.31.19-.94-.18-1.5c-.35-.51-2.15-1.96-2.83-2.51m-113.04%200c.12-.1.3-.04.34.11c.32%201.31%201.81%206.49%206.29%2012.95c3.88%205.6%208.2%209.64%209.14%2010.49c.1.09.09.24-.02.32c-.46.36-1.56%201.22-1.87%201.44c-.4.27-.63.37-1.02.37c-.36%200-.76-.12-1.06-.35C9.08%2049.38%205.52%2039.19%204.47%2035.93c-.1-.31-.19-.94.18-1.5c.35-.51%202.15-1.96%202.83-2.51%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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