t shirt emoji
t-shirt from Emoji One (Colored) by Emoji One · Default · Objects · CC-BY-4.0 Attribution required.
- Name
- t-shirt
- Set
- Emoji One (Colored)
- Style
- Default
- Category
- Objects
- Viewbox
- 64×64
- License
- CC BY 4.0
The same emoji in other sets
t-shirtBoxIcons v2 Solidt-shirtFont Awesome Solidt-shirt-outlineFlowbite Iconst-shirtFluent Emojit-shirtFluent Emoji Flatt-shirtFluent Emoji High Contrastt-shirtHuge Iconst-shirtIconParkt-shirtIconPark Outlinet-shirtIconPark Solidt-shirtIconPark TwoTonet-shirtMajesticonst-shirt-fillMingCute Icont-shirtNoto Emojit-shirtOpenMojit-shirtPhosphort-shirt-fillRemix Icont-shirt-boldSolart-shirtStreamline Emojist-shirtTwitter Emoji
More objects icons from Emoji One (Colored)
Use the t shirt emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#42ade2" d="M63.7 16.1S57.6 4.1 56 3.2s-10.5-.7-13.8-2c0 0-4.1 4.8-10.2 4.8S21.8 1.2 21.8 1.2C18.4 2.5 9.6 2.3 8 3.2S.2 16.1.2 16.1c3.4 7.7 11.4 9.4 11.4 9.4l3.2-5l-1.5 38.7C21 63.7 26.6 64 32 64s10.9-.3 18.6-4.7l-1.5-38.7l3.2 5c0-.1 8.1-1.7 11.4-9.5"/><path fill="#22648c" d="M32.2 7.2c-1.6 0-3.1-.3-4.7-.9c-1.2-.5-2.5-1.1-3.7-1.9c-2-1.3-3.3-2.7-3.3-2.7L22.4.2l-.9.7l.9-.7s1.1 1.2 2.9 2.4c1.6 1 4.1 2.3 6.9 2.3c3.2 0 6.3-1.7 9.2-4.9l1.9 1.5c-1.8 2-3.6 3.5-5.6 4.4c-1.7.8-3.5 1.3-5.5 1.3M13 23.4c-3.5-.3-6.5-2-8.9-5.1c-1.4-1.8-2.3-3.6-2.7-4.6L0 16.5c.5 1 1.2 2.1 2.1 3.2c1.4 1.8 3 3.2 4.7 4.2c1.5.9 3.1 1.5 4.9 1.7zm38 .1c3.5-.3 6.5-2 8.9-5.1c1.4-1.8 2.3-3.6 2.7-4.6l1.4 2.7c-.5 1-1.2 2.1-2.1 3.2c-1.4 1.8-3 3.2-4.7 4.2c-1.5.9-3.2 1.5-4.9 1.7z"/></svg>
React
import type { SVGProps } from "react";
export function EmojioneTShirt(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#42ade2" d="M63.7 16.1S57.6 4.1 56 3.2s-10.5-.7-13.8-2c0 0-4.1 4.8-10.2 4.8S21.8 1.2 21.8 1.2C18.4 2.5 9.6 2.3 8 3.2S.2 16.1.2 16.1c3.4 7.7 11.4 9.4 11.4 9.4l3.2-5l-1.5 38.7C21 63.7 26.6 64 32 64s10.9-.3 18.6-4.7l-1.5-38.7l3.2 5c0-.1 8.1-1.7 11.4-9.5"/><path fill="#22648c" d="M32.2 7.2c-1.6 0-3.1-.3-4.7-.9c-1.2-.5-2.5-1.1-3.7-1.9c-2-1.3-3.3-2.7-3.3-2.7L22.4.2l-.9.7l.9-.7s1.1 1.2 2.9 2.4c1.6 1 4.1 2.3 6.9 2.3c3.2 0 6.3-1.7 9.2-4.9l1.9 1.5c-1.8 2-3.6 3.5-5.6 4.4c-1.7.8-3.5 1.3-5.5 1.3M13 23.4c-3.5-.3-6.5-2-8.9-5.1c-1.4-1.8-2.3-3.6-2.7-4.6L0 16.5c.5 1 1.2 2.1 2.1 3.2c1.4 1.8 3 3.2 4.7 4.2c1.5.9 3.1 1.5 4.9 1.7zm38 .1c3.5-.3 6.5-2 8.9-5.1c1.4-1.8 2.3-3.6 2.7-4.6l1.4 2.7c-.5 1-1.2 2.1-2.1 3.2c-1.4 1.8-3 3.2-4.7 4.2c-1.5.9-3.2 1.5-4.9 1.7z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#42ade2" d="M63.7 16.1S57.6 4.1 56 3.2s-10.5-.7-13.8-2c0 0-4.1 4.8-10.2 4.8S21.8 1.2 21.8 1.2C18.4 2.5 9.6 2.3 8 3.2S.2 16.1.2 16.1c3.4 7.7 11.4 9.4 11.4 9.4l3.2-5l-1.5 38.7C21 63.7 26.6 64 32 64s10.9-.3 18.6-4.7l-1.5-38.7l3.2 5c0-.1 8.1-1.7 11.4-9.5"/><path fill="#22648c" d="M32.2 7.2c-1.6 0-3.1-.3-4.7-.9c-1.2-.5-2.5-1.1-3.7-1.9c-2-1.3-3.3-2.7-3.3-2.7L22.4.2l-.9.7l.9-.7s1.1 1.2 2.9 2.4c1.6 1 4.1 2.3 6.9 2.3c3.2 0 6.3-1.7 9.2-4.9l1.9 1.5c-1.8 2-3.6 3.5-5.6 4.4c-1.7.8-3.5 1.3-5.5 1.3M13 23.4c-3.5-.3-6.5-2-8.9-5.1c-1.4-1.8-2.3-3.6-2.7-4.6L0 16.5c.5 1 1.2 2.1 2.1 3.2c1.4 1.8 3 3.2 4.7 4.2c1.5.9 3.1 1.5 4.9 1.7zm38 .1c3.5-.3 6.5-2 8.9-5.1c1.4-1.8 2.3-3.6 2.7-4.6l1.4 2.7c-.5 1-1.2 2.1-2.1 3.2c-1.4 1.8-3 3.2-4.7 4.2c-1.5.9-3.2 1.5-4.9 1.7z"/></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%2064%2064%22%3E%3Cpath%20fill%3D%22%2342ade2%22%20d%3D%22M63.7%2016.1S57.6%204.1%2056%203.2s-10.5-.7-13.8-2c0%200-4.1%204.8-10.2%204.8S21.8%201.2%2021.8%201.2C18.4%202.5%209.6%202.3%208%203.2S.2%2016.1.2%2016.1c3.4%207.7%2011.4%209.4%2011.4%209.4l3.2-5l-1.5%2038.7C21%2063.7%2026.6%2064%2032%2064s10.9-.3%2018.6-4.7l-1.5-38.7l3.2%205c0-.1%208.1-1.7%2011.4-9.5%22%2F%3E%3Cpath%20fill%3D%22%2322648c%22%20d%3D%22M32.2%207.2c-1.6%200-3.1-.3-4.7-.9c-1.2-.5-2.5-1.1-3.7-1.9c-2-1.3-3.3-2.7-3.3-2.7L22.4.2l-.9.7l.9-.7s1.1%201.2%202.9%202.4c1.6%201%204.1%202.3%206.9%202.3c3.2%200%206.3-1.7%209.2-4.9l1.9%201.5c-1.8%202-3.6%203.5-5.6%204.4c-1.7.8-3.5%201.3-5.5%201.3M13%2023.4c-3.5-.3-6.5-2-8.9-5.1c-1.4-1.8-2.3-3.6-2.7-4.6L0%2016.5c.5%201%201.2%202.1%202.1%203.2c1.4%201.8%203%203.2%204.7%204.2c1.5.9%203.1%201.5%204.9%201.7zm38%20.1c3.5-.3%206.5-2%208.9-5.1c1.4-1.8%202.3-3.6%202.7-4.6l1.4%202.7c-.5%201-1.2%202.1-2.1%203.2c-1.4%201.8-3%203.2-4.7%204.2c-1.5.9-3.2%201.5-4.9%201.7z%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%2064%2064%22%3E%3Cpath%20fill%3D%22%2342ade2%22%20d%3D%22M63.7%2016.1S57.6%204.1%2056%203.2s-10.5-.7-13.8-2c0%200-4.1%204.8-10.2%204.8S21.8%201.2%2021.8%201.2C18.4%202.5%209.6%202.3%208%203.2S.2%2016.1.2%2016.1c3.4%207.7%2011.4%209.4%2011.4%209.4l3.2-5l-1.5%2038.7C21%2063.7%2026.6%2064%2032%2064s10.9-.3%2018.6-4.7l-1.5-38.7l3.2%205c0-.1%208.1-1.7%2011.4-9.5%22%2F%3E%3Cpath%20fill%3D%22%2322648c%22%20d%3D%22M32.2%207.2c-1.6%200-3.1-.3-4.7-.9c-1.2-.5-2.5-1.1-3.7-1.9c-2-1.3-3.3-2.7-3.3-2.7L22.4.2l-.9.7l.9-.7s1.1%201.2%202.9%202.4c1.6%201%204.1%202.3%206.9%202.3c3.2%200%206.3-1.7%209.2-4.9l1.9%201.5c-1.8%202-3.6%203.5-5.6%204.4c-1.7.8-3.5%201.3-5.5%201.3M13%2023.4c-3.5-.3-6.5-2-8.9-5.1c-1.4-1.8-2.3-3.6-2.7-4.6L0%2016.5c.5%201%201.2%202.1%202.1%203.2c1.4%201.8%203%203.2%204.7%204.2c1.5.9%203.1%201.5%204.9%201.7zm38%20.1c3.5-.3%206.5-2%208.9-5.1c1.4-1.8%202.3-3.6%202.7-4.6l1.4%202.7c-.5%201-1.2%202.1-2.1%203.2c-1.4%201.8-3%203.2-4.7%204.2c-1.5.9-3.2%201.5-4.9%201.7z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/emojione/t-shirt.svg?color=%231a73e8&size=48