shirtsinbulk icon
shirtsinbulk from Line Awesome by Icons8 · Line · Other · Apache-2.0 Free for personal and commercial use.
- Name
- shirtsinbulk
- Set
- Line Awesome
- Style
- Line
- Category
- Other
- Viewbox
- 32×32
- License
- Apache 2.0
The same icon in other sets
More other icons from Line Awesome
Use the shirtsinbulk icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M5 4v19.438l.594.25l9.875 4.218l.375.188l.406-.157l10.125-4.25l.625-.25V4zm2 2h18v3H7zm0 5h18v11.094l-9.156 3.812L7 22.094zm9 2a5 5 0 1 0 0 10a5 5 0 0 0 0-10m.188 2.031c1.406 0 2.546.809 2.593.844l-.75 1.031c-.008-.008-.86-.625-1.843-.625c-.602 0-1.625.168-1.625.782c.222.257 1.093.246 1.468.25h.188c1.633 0 2.687.62 2.687 1.625c0 .933-.738 2.03-2.781 2.03c-1.54 0-2.82-.808-2.875-.843l.688-1.031c.011.008 1.023.625 2.187.625c.7 0 1.531-.211 1.531-.782c0-.16-.617-.375-1.437-.375h-.157c-.761-.003-1.796-.019-2.375-.593a1.23 1.23 0 0 1-.374-.907c0-1.23 1.128-2.03 2.874-2.03z"/></svg>
React
import type { SVGProps } from "react";
export function LaShirtsinbulk(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M5 4v19.438l.594.25l9.875 4.218l.375.188l.406-.157l10.125-4.25l.625-.25V4zm2 2h18v3H7zm0 5h18v11.094l-9.156 3.812L7 22.094zm9 2a5 5 0 1 0 0 10a5 5 0 0 0 0-10m.188 2.031c1.406 0 2.546.809 2.593.844l-.75 1.031c-.008-.008-.86-.625-1.843-.625c-.602 0-1.625.168-1.625.782c.222.257 1.093.246 1.468.25h.188c1.633 0 2.687.62 2.687 1.625c0 .933-.738 2.03-2.781 2.03c-1.54 0-2.82-.808-2.875-.843l.688-1.031c.011.008 1.023.625 2.187.625c.7 0 1.531-.211 1.531-.782c0-.16-.617-.375-1.437-.375h-.157c-.761-.003-1.796-.019-2.375-.593a1.23 1.23 0 0 1-.374-.907c0-1.23 1.128-2.03 2.874-2.03z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M5 4v19.438l.594.25l9.875 4.218l.375.188l.406-.157l10.125-4.25l.625-.25V4zm2 2h18v3H7zm0 5h18v11.094l-9.156 3.812L7 22.094zm9 2a5 5 0 1 0 0 10a5 5 0 0 0 0-10m.188 2.031c1.406 0 2.546.809 2.593.844l-.75 1.031c-.008-.008-.86-.625-1.843-.625c-.602 0-1.625.168-1.625.782c.222.257 1.093.246 1.468.25h.188c1.633 0 2.687.62 2.687 1.625c0 .933-.738 2.03-2.781 2.03c-1.54 0-2.82-.808-2.875-.843l.688-1.031c.011.008 1.023.625 2.187.625c.7 0 1.531-.211 1.531-.782c0-.16-.617-.375-1.437-.375h-.157c-.761-.003-1.796-.019-2.375-.593a1.23 1.23 0 0 1-.374-.907c0-1.23 1.128-2.03 2.874-2.03z"/></svg> </template>
CSS
.icon-shirtsinbulk {
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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5%204v19.438l.594.25l9.875%204.218l.375.188l.406-.157l10.125-4.25l.625-.25V4zm2%202h18v3H7zm0%205h18v11.094l-9.156%203.812L7%2022.094zm9%202a5%205%200%201%200%200%2010a5%205%200%200%200%200-10m.188%202.031c1.406%200%202.546.809%202.593.844l-.75%201.031c-.008-.008-.86-.625-1.843-.625c-.602%200-1.625.168-1.625.782c.222.257%201.093.246%201.468.25h.188c1.633%200%202.687.62%202.687%201.625c0%20.933-.738%202.03-2.781%202.03c-1.54%200-2.82-.808-2.875-.843l.688-1.031c.011.008%201.023.625%202.187.625c.7%200%201.531-.211%201.531-.782c0-.16-.617-.375-1.437-.375h-.157c-.761-.003-1.796-.019-2.375-.593a1.23%201.23%200%200%201-.374-.907c0-1.23%201.128-2.03%202.874-2.03z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5%204v19.438l.594.25l9.875%204.218l.375.188l.406-.157l10.125-4.25l.625-.25V4zm2%202h18v3H7zm0%205h18v11.094l-9.156%203.812L7%2022.094zm9%202a5%205%200%201%200%200%2010a5%205%200%200%200%200-10m.188%202.031c1.406%200%202.546.809%202.593.844l-.75%201.031c-.008-.008-.86-.625-1.843-.625c-.602%200-1.625.168-1.625.782c.222.257%201.093.246%201.468.25h.188c1.633%200%202.687.62%202.687%201.625c0%20.933-.738%202.03-2.781%202.03c-1.54%200-2.82-.808-2.875-.843l.688-1.031c.011.008%201.023.625%202.187.625c.7%200%201.531-.211%201.531-.782c0-.16-.617-.375-1.437-.375h-.157c-.761-.003-1.796-.019-2.375-.593a1.23%201.23%200%200%201-.374-.907c0-1.23%201.128-2.03%202.874-2.03z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/la/shirtsinbulk.svg?color=%231a73e8&size=48