shirt icon
shirt-fill from Keyline Icons by Keyline Icons · Fill · MIT Free for personal and commercial use.
- Name
- shirt-fill
- Set
- Keyline Icons
- Style
- Fill
- Viewbox
- 24×24
- License
- MIT
7 other variants in Keyline Icons
The same icon in other sets
All shirt icons →Use the shirt icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M15.3417 1.0602L19.9907 2.7508C20.8021 3.0458 21.447 3.6761 21.7606 4.4804L22.8633 7.3088C22.9535 7.5404 22.9998 7.7867 22.9998 8.0352C22.9998 8.7742 22.5924 9.453 21.9402 9.8004L19.4742 11.114L19.0822 20.1303C19.0125 21.735 17.6912 23 16.0851 23L7.9149 23C6.3088 23 4.9875 21.735 4.9178 20.1303L4.5258 11.114L2.0598 9.8004C1.4076 9.453 1.0002 8.7742 1.0002 8.0352C1.0002 7.7867 1.0465 7.5404 1.1367 7.3088L2.2394 4.4804C2.553 3.6761 3.1979 3.0458 4.0093 2.7508L8.6583 1.0602C8.7678 1.0204 8.8834 1 9 1C9.5523 1 10 1.4477 10 2C10 3.1046 10.8954 4 12 4C13.1046 4 14 3.1046 14 2C14 1.4477 14.4477 1 15 1C15.1166 1 15.2322 1.0204 15.3417 1.0602Z" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function KeylineIconsShirtFill(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" fillRule="evenodd" d="M15.3417 1.0602L19.9907 2.7508C20.8021 3.0458 21.447 3.6761 21.7606 4.4804L22.8633 7.3088C22.9535 7.5404 22.9998 7.7867 22.9998 8.0352C22.9998 8.7742 22.5924 9.453 21.9402 9.8004L19.4742 11.114L19.0822 20.1303C19.0125 21.735 17.6912 23 16.0851 23L7.9149 23C6.3088 23 4.9875 21.735 4.9178 20.1303L4.5258 11.114L2.0598 9.8004C1.4076 9.453 1.0002 8.7742 1.0002 8.0352C1.0002 7.7867 1.0465 7.5404 1.1367 7.3088L2.2394 4.4804C2.553 3.6761 3.1979 3.0458 4.0093 2.7508L8.6583 1.0602C8.7678 1.0204 8.8834 1 9 1C9.5523 1 10 1.4477 10 2C10 3.1046 10.8954 4 12 4C13.1046 4 14 3.1046 14 2C14 1.4477 14.4477 1 15 1C15.1166 1 15.2322 1.0204 15.3417 1.0602Z" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M15.3417 1.0602L19.9907 2.7508C20.8021 3.0458 21.447 3.6761 21.7606 4.4804L22.8633 7.3088C22.9535 7.5404 22.9998 7.7867 22.9998 8.0352C22.9998 8.7742 22.5924 9.453 21.9402 9.8004L19.4742 11.114L19.0822 20.1303C19.0125 21.735 17.6912 23 16.0851 23L7.9149 23C6.3088 23 4.9875 21.735 4.9178 20.1303L4.5258 11.114L2.0598 9.8004C1.4076 9.453 1.0002 8.7742 1.0002 8.0352C1.0002 7.7867 1.0465 7.5404 1.1367 7.3088L2.2394 4.4804C2.553 3.6761 3.1979 3.0458 4.0093 2.7508L8.6583 1.0602C8.7678 1.0204 8.8834 1 9 1C9.5523 1 10 1.4477 10 2C10 3.1046 10.8954 4 12 4C13.1046 4 14 3.1046 14 2C14 1.4477 14.4477 1 15 1C15.1166 1 15.2322 1.0204 15.3417 1.0602Z" clip-rule="evenodd"/></svg> </template>
CSS
.icon-shirt-fill {
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%20fill-rule%3D%22evenodd%22%20d%3D%22M15.3417%201.0602L19.9907%202.7508C20.8021%203.0458%2021.447%203.6761%2021.7606%204.4804L22.8633%207.3088C22.9535%207.5404%2022.9998%207.7867%2022.9998%208.0352C22.9998%208.7742%2022.5924%209.453%2021.9402%209.8004L19.4742%2011.114L19.0822%2020.1303C19.0125%2021.735%2017.6912%2023%2016.0851%2023L7.9149%2023C6.3088%2023%204.9875%2021.735%204.9178%2020.1303L4.5258%2011.114L2.0598%209.8004C1.4076%209.453%201.0002%208.7742%201.0002%208.0352C1.0002%207.7867%201.0465%207.5404%201.1367%207.3088L2.2394%204.4804C2.553%203.6761%203.1979%203.0458%204.0093%202.7508L8.6583%201.0602C8.7678%201.0204%208.8834%201%209%201C9.5523%201%2010%201.4477%2010%202C10%203.1046%2010.8954%204%2012%204C13.1046%204%2014%203.1046%2014%202C14%201.4477%2014.4477%201%2015%201C15.1166%201%2015.2322%201.0204%2015.3417%201.0602Z%22%20clip-rule%3D%22evenodd%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%20fill-rule%3D%22evenodd%22%20d%3D%22M15.3417%201.0602L19.9907%202.7508C20.8021%203.0458%2021.447%203.6761%2021.7606%204.4804L22.8633%207.3088C22.9535%207.5404%2022.9998%207.7867%2022.9998%208.0352C22.9998%208.7742%2022.5924%209.453%2021.9402%209.8004L19.4742%2011.114L19.0822%2020.1303C19.0125%2021.735%2017.6912%2023%2016.0851%2023L7.9149%2023C6.3088%2023%204.9875%2021.735%204.9178%2020.1303L4.5258%2011.114L2.0598%209.8004C1.4076%209.453%201.0002%208.7742%201.0002%208.0352C1.0002%207.7867%201.0465%207.5404%201.1367%207.3088L2.2394%204.4804C2.553%203.6761%203.1979%203.0458%204.0093%202.7508L8.6583%201.0602C8.7678%201.0204%208.8834%201%209%201C9.5523%201%2010%201.4477%2010%202C10%203.1046%2010.8954%204%2012%204C13.1046%204%2014%203.1046%2014%202C14%201.4477%2014.4477%201%2015%201C15.1166%201%2015.2322%201.0204%2015.3417%201.0602Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/keyline-icons/shirt-fill.svg?color=%231a73e8&size=48