tshirt icon
tshirt-filled from Reicon by REICON · Filled · UI · MIT Free for personal and commercial use.
- Name
- tshirt-filled
- Set
- Reicon
- Style
- Filled
- Category
- UI
- Viewbox
- 24×24
- License
- MIT
2 other variants in Reicon
The same icon in other sets
All tshirt icons →More ui icons from Reicon
Use the tshirt icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.777 10.296v7.969c0 1.323 0 1.985.449 2.547c.448.562.985.66 2.058.858c.992.182 2.249.33 3.716.33s2.724-.148 3.716-.33c1.073-.198 1.61-.296 2.059-.858c.448-.562.448-1.224.448-2.547v-7.97c0-.683 0-1.025.132-1.326c.131-.3.378-.523.871-.968l.186-.167c1.056-.952 1.584-1.429 1.588-2.118c.004-.69-.465-1.122-1.401-1.988a8 8 0 0 0-.418-.362c-.472-.378-1.138-.792-1.648-1.09a2.05 2.05 0 0 0-1.567-.205l-.49.129a1.6 1.6 0 0 0-.949.703c-1.202 1.897-3.852 1.897-5.054 0a1.6 1.6 0 0 0-.948-.703l-.49-.129a2.05 2.05 0 0 0-1.568.205c-.51.298-1.176.712-1.648 1.09a8 8 0 0 0-.418.362C3.464 4.594 2.996 5.027 3 5.716s.532 1.166 1.588 2.118l.186.167c.493.445.74.668.871.968c.132.3.132.643.132 1.327"/></svg>
React
import type { SVGProps } from "react";
export function ReiconTshirtFilled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.777 10.296v7.969c0 1.323 0 1.985.449 2.547c.448.562.985.66 2.058.858c.992.182 2.249.33 3.716.33s2.724-.148 3.716-.33c1.073-.198 1.61-.296 2.059-.858c.448-.562.448-1.224.448-2.547v-7.97c0-.683 0-1.025.132-1.326c.131-.3.378-.523.871-.968l.186-.167c1.056-.952 1.584-1.429 1.588-2.118c.004-.69-.465-1.122-1.401-1.988a8 8 0 0 0-.418-.362c-.472-.378-1.138-.792-1.648-1.09a2.05 2.05 0 0 0-1.567-.205l-.49.129a1.6 1.6 0 0 0-.949.703c-1.202 1.897-3.852 1.897-5.054 0a1.6 1.6 0 0 0-.948-.703l-.49-.129a2.05 2.05 0 0 0-1.568.205c-.51.298-1.176.712-1.648 1.09a8 8 0 0 0-.418.362C3.464 4.594 2.996 5.027 3 5.716s.532 1.166 1.588 2.118l.186.167c.493.445.74.668.871.968c.132.3.132.643.132 1.327"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.777 10.296v7.969c0 1.323 0 1.985.449 2.547c.448.562.985.66 2.058.858c.992.182 2.249.33 3.716.33s2.724-.148 3.716-.33c1.073-.198 1.61-.296 2.059-.858c.448-.562.448-1.224.448-2.547v-7.97c0-.683 0-1.025.132-1.326c.131-.3.378-.523.871-.968l.186-.167c1.056-.952 1.584-1.429 1.588-2.118c.004-.69-.465-1.122-1.401-1.988a8 8 0 0 0-.418-.362c-.472-.378-1.138-.792-1.648-1.09a2.05 2.05 0 0 0-1.567-.205l-.49.129a1.6 1.6 0 0 0-.949.703c-1.202 1.897-3.852 1.897-5.054 0a1.6 1.6 0 0 0-.948-.703l-.49-.129a2.05 2.05 0 0 0-1.568.205c-.51.298-1.176.712-1.648 1.09a8 8 0 0 0-.418.362C3.464 4.594 2.996 5.027 3 5.716s.532 1.166 1.588 2.118l.186.167c.493.445.74.668.871.968c.132.3.132.643.132 1.327"/></svg> </template>
CSS
.icon-tshirt-filled {
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%22currentColor%22%20d%3D%22M5.777%2010.296v7.969c0%201.323%200%201.985.449%202.547c.448.562.985.66%202.058.858c.992.182%202.249.33%203.716.33s2.724-.148%203.716-.33c1.073-.198%201.61-.296%202.059-.858c.448-.562.448-1.224.448-2.547v-7.97c0-.683%200-1.025.132-1.326c.131-.3.378-.523.871-.968l.186-.167c1.056-.952%201.584-1.429%201.588-2.118c.004-.69-.465-1.122-1.401-1.988a8%208%200%200%200-.418-.362c-.472-.378-1.138-.792-1.648-1.09a2.05%202.05%200%200%200-1.567-.205l-.49.129a1.6%201.6%200%200%200-.949.703c-1.202%201.897-3.852%201.897-5.054%200a1.6%201.6%200%200%200-.948-.703l-.49-.129a2.05%202.05%200%200%200-1.568.205c-.51.298-1.176.712-1.648%201.09a8%208%200%200%200-.418.362C3.464%204.594%202.996%205.027%203%205.716s.532%201.166%201.588%202.118l.186.167c.493.445.74.668.871.968c.132.3.132.643.132%201.327%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%22currentColor%22%20d%3D%22M5.777%2010.296v7.969c0%201.323%200%201.985.449%202.547c.448.562.985.66%202.058.858c.992.182%202.249.33%203.716.33s2.724-.148%203.716-.33c1.073-.198%201.61-.296%202.059-.858c.448-.562.448-1.224.448-2.547v-7.97c0-.683%200-1.025.132-1.326c.131-.3.378-.523.871-.968l.186-.167c1.056-.952%201.584-1.429%201.588-2.118c.004-.69-.465-1.122-1.401-1.988a8%208%200%200%200-.418-.362c-.472-.378-1.138-.792-1.648-1.09a2.05%202.05%200%200%200-1.567-.205l-.49.129a1.6%201.6%200%200%200-.949.703c-1.202%201.897-3.852%201.897-5.054%200a1.6%201.6%200%200%200-.948-.703l-.49-.129a2.05%202.05%200%200%200-1.568.205c-.51.298-1.176.712-1.648%201.09a8%208%200%200%200-.418.362C3.464%204.594%202.996%205.027%203%205.716s.532%201.166%201.588%202.118l.186.167c.493.445.74.668.871.968c.132.3.132.643.132%201.327%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/tshirt-filled.svg?color=%231a73e8&size=48