shirt 01 icon
shirt-01 from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- shirt-01
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Use the shirt 01 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5"><path d="M6 9v7.684c0 1.811 0 2.717.586 3.28c1.314 1.262 9.27 1.496 10.828 0C18 19.4 18 18.495 18 16.684V9"/><path stroke-linejoin="round" d="M5.74 12L3.044 9.39C2.348 8.715 2 8.38 2 7.96c0-.418.348-.755 1.043-1.428l2.001-1.936c.347-.336.52-.504.727-.627c.207-.124.44-.199.904-.349l1.646-.531c.24-.078.361-.116.443-.07c.082.047.108.181.16.45c.27 1.407 1.544 2.472 3.076 2.472s2.806-1.065 3.077-2.472c.051-.269.077-.403.16-.45c.08-.046.201-.008.442.07l1.646.531c.465.15.698.225.904.349s.38.291.727.627l2 1.936C21.653 7.206 22 7.543 22 7.961s-.348.755-1.043 1.428L18.259 12"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsShirt01(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeWidth="1.5"><path d="M6 9v7.684c0 1.811 0 2.717.586 3.28c1.314 1.262 9.27 1.496 10.828 0C18 19.4 18 18.495 18 16.684V9"/><path strokeLinejoin="round" d="M5.74 12L3.044 9.39C2.348 8.715 2 8.38 2 7.96c0-.418.348-.755 1.043-1.428l2.001-1.936c.347-.336.52-.504.727-.627c.207-.124.44-.199.904-.349l1.646-.531c.24-.078.361-.116.443-.07c.082.047.108.181.16.45c.27 1.407 1.544 2.472 3.076 2.472s2.806-1.065 3.077-2.472c.051-.269.077-.403.16-.45c.08-.046.201-.008.442.07l1.646.531c.465.15.698.225.904.349s.38.291.727.627l2 1.936C21.653 7.206 22 7.543 22 7.961s-.348.755-1.043 1.428L18.259 12"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5"><path d="M6 9v7.684c0 1.811 0 2.717.586 3.28c1.314 1.262 9.27 1.496 10.828 0C18 19.4 18 18.495 18 16.684V9"/><path stroke-linejoin="round" d="M5.74 12L3.044 9.39C2.348 8.715 2 8.38 2 7.96c0-.418.348-.755 1.043-1.428l2.001-1.936c.347-.336.52-.504.727-.627c.207-.124.44-.199.904-.349l1.646-.531c.24-.078.361-.116.443-.07c.082.047.108.181.16.45c.27 1.407 1.544 2.472 3.076 2.472s2.806-1.065 3.077-2.472c.051-.269.077-.403.16-.45c.08-.046.201-.008.442.07l1.646.531c.465.15.698.225.904.349s.38.291.727.627l2 1.936C21.653 7.206 22 7.543 22 7.961s-.348.755-1.043 1.428L18.259 12"/></g></svg> </template>
CSS
.icon-shirt-01 {
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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M6%209v7.684c0%201.811%200%202.717.586%203.28c1.314%201.262%209.27%201.496%2010.828%200C18%2019.4%2018%2018.495%2018%2016.684V9%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M5.74%2012L3.044%209.39C2.348%208.715%202%208.38%202%207.96c0-.418.348-.755%201.043-1.428l2.001-1.936c.347-.336.52-.504.727-.627c.207-.124.44-.199.904-.349l1.646-.531c.24-.078.361-.116.443-.07c.082.047.108.181.16.45c.27%201.407%201.544%202.472%203.076%202.472s2.806-1.065%203.077-2.472c.051-.269.077-.403.16-.45c.08-.046.201-.008.442.07l1.646.531c.465.15.698.225.904.349s.38.291.727.627l2%201.936C21.653%207.206%2022%207.543%2022%207.961s-.348.755-1.043%201.428L18.259%2012%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M6%209v7.684c0%201.811%200%202.717.586%203.28c1.314%201.262%209.27%201.496%2010.828%200C18%2019.4%2018%2018.495%2018%2016.684V9%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M5.74%2012L3.044%209.39C2.348%208.715%202%208.38%202%207.96c0-.418.348-.755%201.043-1.428l2.001-1.936c.347-.336.52-.504.727-.627c.207-.124.44-.199.904-.349l1.646-.531c.24-.078.361-.116.443-.07c.082.047.108.181.16.45c.27%201.407%201.544%202.472%203.076%202.472s2.806-1.065%203.077-2.472c.051-.269.077-.403.16-.45c.08-.046.201-.008.442.07l1.646.531c.465.15.698.225.904.349s.38.291.727.627l2%201.936C21.653%207.206%2022%207.543%2022%207.961s-.348.755-1.043%201.428L18.259%2012%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/shirt-01.svg?color=%231a73e8&size=48