t shirt air icon
t-shirt-air-line from Remix Icon by Remix Design · Line · Others · Apache-2.0 Free for personal and commercial use.
- Name
- t-shirt-air-line
- Set
- Remix Icon
- Style
- Line
- Category
- Others
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in Remix Icon
More others icons from Remix Icon
accessibility-fillai-generate-3d-fillarmchair-fillbell-fillbinoculars-fillbook-shelf-fillbox-1-fillbox-2-fillbox-3-fillcactus-fillcandle-fillcharacter-recognition-fillcross-filldoor-closed-filldoor-filldoor-lock-box-filldoor-lock-filldoor-open-fillflower-fillfridge-fillglasses-2-fillglasses-fillgoggles-fillgraduation-cap-fill
Use the t shirt air icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.705 17.793c.827.827 1.588 1.207 2.293 1.207c.378 0 .68-.067 1.237-.276l.392-.152c1.05-.421 1.58-.572 2.371-.572c1.214 0 2.379.545 3.486 1.58l.221.213l-1.414 1.414C20.464 20.38 19.703 20 18.998 20c-.378 0-.68.067-1.237.276l-.392.152c-1.05.421-1.58.572-2.371.572c-1.214 0-2.379-.545-3.486-1.58l-.221-.213zM8.998 3a3 3 0 1 0 6 0h6a1 1 0 0 1 1 1v7a1 1 0 0 1-1 1h-4.002v-2l3.002-.001v-5h-3.417l-.017.041a5 5 0 0 1-4.35 2.955L11.999 8a5 5 0 0 1-4.566-2.96L7.414 5H3.998v5l2.999-.001V19h3.001v2h-4a1 1 0 0 1-1-1l-.001-8.001L2.998 12a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm3.707 10.793c.827.827 1.588 1.207 2.293 1.207c.378 0 .68-.067 1.237-.276l.392-.152c1.05-.421 1.58-.572 2.371-.572c1.214 0 2.379.545 3.486 1.58l.221.213l-1.414 1.414C20.464 16.38 19.703 16 18.998 16c-.378 0-.68.067-1.237.276l-.392.152c-1.05.421-1.58.572-2.371.572c-1.214 0-2.379-.545-3.486-1.58l-.221-.213z"/></svg>
React
import type { SVGProps } from "react";
export function RiTShirtAirLine(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="M12.705 17.793c.827.827 1.588 1.207 2.293 1.207c.378 0 .68-.067 1.237-.276l.392-.152c1.05-.421 1.58-.572 2.371-.572c1.214 0 2.379.545 3.486 1.58l.221.213l-1.414 1.414C20.464 20.38 19.703 20 18.998 20c-.378 0-.68.067-1.237.276l-.392.152c-1.05.421-1.58.572-2.371.572c-1.214 0-2.379-.545-3.486-1.58l-.221-.213zM8.998 3a3 3 0 1 0 6 0h6a1 1 0 0 1 1 1v7a1 1 0 0 1-1 1h-4.002v-2l3.002-.001v-5h-3.417l-.017.041a5 5 0 0 1-4.35 2.955L11.999 8a5 5 0 0 1-4.566-2.96L7.414 5H3.998v5l2.999-.001V19h3.001v2h-4a1 1 0 0 1-1-1l-.001-8.001L2.998 12a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm3.707 10.793c.827.827 1.588 1.207 2.293 1.207c.378 0 .68-.067 1.237-.276l.392-.152c1.05-.421 1.58-.572 2.371-.572c1.214 0 2.379.545 3.486 1.58l.221.213l-1.414 1.414C20.464 16.38 19.703 16 18.998 16c-.378 0-.68.067-1.237.276l-.392.152c-1.05.421-1.58.572-2.371.572c-1.214 0-2.379-.545-3.486-1.58l-.221-.213z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.705 17.793c.827.827 1.588 1.207 2.293 1.207c.378 0 .68-.067 1.237-.276l.392-.152c1.05-.421 1.58-.572 2.371-.572c1.214 0 2.379.545 3.486 1.58l.221.213l-1.414 1.414C20.464 20.38 19.703 20 18.998 20c-.378 0-.68.067-1.237.276l-.392.152c-1.05.421-1.58.572-2.371.572c-1.214 0-2.379-.545-3.486-1.58l-.221-.213zM8.998 3a3 3 0 1 0 6 0h6a1 1 0 0 1 1 1v7a1 1 0 0 1-1 1h-4.002v-2l3.002-.001v-5h-3.417l-.017.041a5 5 0 0 1-4.35 2.955L11.999 8a5 5 0 0 1-4.566-2.96L7.414 5H3.998v5l2.999-.001V19h3.001v2h-4a1 1 0 0 1-1-1l-.001-8.001L2.998 12a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm3.707 10.793c.827.827 1.588 1.207 2.293 1.207c.378 0 .68-.067 1.237-.276l.392-.152c1.05-.421 1.58-.572 2.371-.572c1.214 0 2.379.545 3.486 1.58l.221.213l-1.414 1.414C20.464 16.38 19.703 16 18.998 16c-.378 0-.68.067-1.237.276l-.392.152c-1.05.421-1.58.572-2.371.572c-1.214 0-2.379-.545-3.486-1.58l-.221-.213z"/></svg> </template>
CSS
.icon-t-shirt-air-line {
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%22M12.705%2017.793c.827.827%201.588%201.207%202.293%201.207c.378%200%20.68-.067%201.237-.276l.392-.152c1.05-.421%201.58-.572%202.371-.572c1.214%200%202.379.545%203.486%201.58l.221.213l-1.414%201.414C20.464%2020.38%2019.703%2020%2018.998%2020c-.378%200-.68.067-1.237.276l-.392.152c-1.05.421-1.58.572-2.371.572c-1.214%200-2.379-.545-3.486-1.58l-.221-.213zM8.998%203a3%203%200%201%200%206%200h6a1%201%200%200%201%201%201v7a1%201%200%200%201-1%201h-4.002v-2l3.002-.001v-5h-3.417l-.017.041a5%205%200%200%201-4.35%202.955L11.999%208a5%205%200%200%201-4.566-2.96L7.414%205H3.998v5l2.999-.001V19h3.001v2h-4a1%201%200%200%201-1-1l-.001-8.001L2.998%2012a1%201%200%200%201-1-1V4a1%201%200%200%201%201-1zm3.707%2010.793c.827.827%201.588%201.207%202.293%201.207c.378%200%20.68-.067%201.237-.276l.392-.152c1.05-.421%201.58-.572%202.371-.572c1.214%200%202.379.545%203.486%201.58l.221.213l-1.414%201.414C20.464%2016.38%2019.703%2016%2018.998%2016c-.378%200-.68.067-1.237.276l-.392.152c-1.05.421-1.58.572-2.371.572c-1.214%200-2.379-.545-3.486-1.58l-.221-.213z%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%22M12.705%2017.793c.827.827%201.588%201.207%202.293%201.207c.378%200%20.68-.067%201.237-.276l.392-.152c1.05-.421%201.58-.572%202.371-.572c1.214%200%202.379.545%203.486%201.58l.221.213l-1.414%201.414C20.464%2020.38%2019.703%2020%2018.998%2020c-.378%200-.68.067-1.237.276l-.392.152c-1.05.421-1.58.572-2.371.572c-1.214%200-2.379-.545-3.486-1.58l-.221-.213zM8.998%203a3%203%200%201%200%206%200h6a1%201%200%200%201%201%201v7a1%201%200%200%201-1%201h-4.002v-2l3.002-.001v-5h-3.417l-.017.041a5%205%200%200%201-4.35%202.955L11.999%208a5%205%200%200%201-4.566-2.96L7.414%205H3.998v5l2.999-.001V19h3.001v2h-4a1%201%200%200%201-1-1l-.001-8.001L2.998%2012a1%201%200%200%201-1-1V4a1%201%200%200%201%201-1zm3.707%2010.793c.827.827%201.588%201.207%202.293%201.207c.378%200%20.68-.067%201.237-.276l.392-.152c1.05-.421%201.58-.572%202.371-.572c1.214%200%202.379.545%203.486%201.58l.221.213l-1.414%201.414C20.464%2016.38%2019.703%2016%2018.998%2016c-.378%200-.68.067-1.237.276l-.392.152c-1.05.421-1.58.572-2.371.572c-1.214%200-2.379-.545-3.486-1.58l-.221-.213z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ri/t-shirt-air-line.svg?color=%231a73e8&size=48