shirt icon
shirt-two-tone from Keyline Icons by Keyline Icons · Two Tone · MIT Free for personal and commercial use.
- Name
- shirt-two-tone
- Set
- Keyline Icons
- Style
- Two Tone
- 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"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path fill="currentColor" fill-opacity=".4" 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" stroke="none"/><path d="M15 2L19.649 3.6905C20.1899 3.8872 20.6199 4.3074 20.8289 4.8437L21.9316 7.672C22.1156 8.1442 21.9173 8.6795 21.47 8.9178L19.0041 10.2315C18.6917 10.3979 18.4906 10.717 18.4752 11.0706L18.0832 20.0869C18.0367 21.1566 17.1558 22 16.0851 22L7.9149 22C6.8442 22 5.9633 21.1566 5.9168 20.0869L5.5248 11.0706C5.5094 10.717 5.3083 10.3979 4.9959 10.2315L2.53 8.9178C2.0827 8.6795 1.8844 8.1442 2.0684 7.672L3.1711 4.8437C3.3801 4.3074 3.8101 3.8872 4.351 3.6905L9 2C9 3.6569 10.3431 5 12 5C13.6569 5 15 3.6569 15 2Z"/></g></svg>
React
import type { SVGProps } from "react";
export function KeylineIconsShirtTwoTone(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" strokeLinejoin="round" strokeWidth="2"><path fill="currentColor" fillOpacity=".4" 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" stroke="none"/><path d="M15 2L19.649 3.6905C20.1899 3.8872 20.6199 4.3074 20.8289 4.8437L21.9316 7.672C22.1156 8.1442 21.9173 8.6795 21.47 8.9178L19.0041 10.2315C18.6917 10.3979 18.4906 10.717 18.4752 11.0706L18.0832 20.0869C18.0367 21.1566 17.1558 22 16.0851 22L7.9149 22C6.8442 22 5.9633 21.1566 5.9168 20.0869L5.5248 11.0706C5.5094 10.717 5.3083 10.3979 4.9959 10.2315L2.53 8.9178C2.0827 8.6795 1.8844 8.1442 2.0684 7.672L3.1711 4.8437C3.3801 4.3074 3.8101 3.8872 4.351 3.6905L9 2C9 3.6569 10.3431 5 12 5C13.6569 5 15 3.6569 15 2Z"/></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-linejoin="round" stroke-width="2"><path fill="currentColor" fill-opacity=".4" 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" stroke="none"/><path d="M15 2L19.649 3.6905C20.1899 3.8872 20.6199 4.3074 20.8289 4.8437L21.9316 7.672C22.1156 8.1442 21.9173 8.6795 21.47 8.9178L19.0041 10.2315C18.6917 10.3979 18.4906 10.717 18.4752 11.0706L18.0832 20.0869C18.0367 21.1566 17.1558 22 16.0851 22L7.9149 22C6.8442 22 5.9633 21.1566 5.9168 20.0869L5.5248 11.0706C5.5094 10.717 5.3083 10.3979 4.9959 10.2315L2.53 8.9178C2.0827 8.6795 1.8844 8.1442 2.0684 7.672L3.1711 4.8437C3.3801 4.3074 3.8101 3.8872 4.351 3.6905L9 2C9 3.6569 10.3431 5 12 5C13.6569 5 15 3.6569 15 2Z"/></g></svg> </template>
CSS
.icon-shirt-two-tone {
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-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-opacity%3D%22.4%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%20stroke%3D%22none%22%2F%3E%3Cpath%20d%3D%22M15%202L19.649%203.6905C20.1899%203.8872%2020.6199%204.3074%2020.8289%204.8437L21.9316%207.672C22.1156%208.1442%2021.9173%208.6795%2021.47%208.9178L19.0041%2010.2315C18.6917%2010.3979%2018.4906%2010.717%2018.4752%2011.0706L18.0832%2020.0869C18.0367%2021.1566%2017.1558%2022%2016.0851%2022L7.9149%2022C6.8442%2022%205.9633%2021.1566%205.9168%2020.0869L5.5248%2011.0706C5.5094%2010.717%205.3083%2010.3979%204.9959%2010.2315L2.53%208.9178C2.0827%208.6795%201.8844%208.1442%202.0684%207.672L3.1711%204.8437C3.3801%204.3074%203.8101%203.8872%204.351%203.6905L9%202C9%203.6569%2010.3431%205%2012%205C13.6569%205%2015%203.6569%2015%202Z%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-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-opacity%3D%22.4%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%20stroke%3D%22none%22%2F%3E%3Cpath%20d%3D%22M15%202L19.649%203.6905C20.1899%203.8872%2020.6199%204.3074%2020.8289%204.8437L21.9316%207.672C22.1156%208.1442%2021.9173%208.6795%2021.47%208.9178L19.0041%2010.2315C18.6917%2010.3979%2018.4906%2010.717%2018.4752%2011.0706L18.0832%2020.0869C18.0367%2021.1566%2017.1558%2022%2016.0851%2022L7.9149%2022C6.8442%2022%205.9633%2021.1566%205.9168%2020.0869L5.5248%2011.0706C5.5094%2010.717%205.3083%2010.3979%204.9959%2010.2315L2.53%208.9178C2.0827%208.6795%201.8844%208.1442%202.0684%207.672L3.1711%204.8437C3.3801%204.3074%203.8101%203.8872%204.351%203.6905L9%202C9%203.6569%2010.3431%205%2012%205C13.6569%205%2015%203.6569%2015%202Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/keyline-icons/shirt-two-tone.svg?color=%231a73e8&size=48