shopping bag tag icon
shopping-bag-tag-48-regular from Fluent UI System Icons by Microsoft Corporation · 48 Regular · MIT Free for personal and commercial use.
- Name
- shopping-bag-tag-48-regular
- Set
- Fluent UI System Icons
- Style
- 48 Regular
- Viewbox
- 48×48
- License
- MIT
11 other variants in Fluent UI System Icons
Related icons in Fluent UI System Icons
Use the shopping bag tag icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M20 4a6 6 0 0 0-6 6v4h-3.5A2.5 2.5 0 0 0 8 16.5v21a6.5 6.5 0 0 0 6.5 6.5h14.338l-2.5-2.5H14.5a4 4 0 0 1-4-4v-21H27v5.584A6 6 0 0 1 28.007 22H29.5v-5.5h8v6.206c.519.277.998.63 1.421 1.053L40 24.838V16.5a2.5 2.5 0 0 0-2.5-2.5H34v-4a6 6 0 0 0-10-4.472A5.98 5.98 0 0 0 20 4m11.5 10H26v-4a6 6 0 0 0-.514-2.434A3.5 3.5 0 0 1 31.5 10zm-8-4v4h-7v-4a3.5 3.5 0 1 1 7 0m.5 24.674v-6.667A4.007 4.007 0 0 1 28.007 24h6.667c1.063 0 2.082.422 2.833 1.174l7.32 7.319a4.006 4.006 0 0 1 0 5.666l-6.668 6.668a4.006 4.006 0 0 1-5.666 0l-7.32-7.32A4 4 0 0 1 24 34.674m4-5.174a1.5 1.5 0 1 0 3 0a1.5 1.5 0 0 0-3 0"/></svg>
React
import type { SVGProps } from "react";
export function FluentShoppingBagTag48Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M20 4a6 6 0 0 0-6 6v4h-3.5A2.5 2.5 0 0 0 8 16.5v21a6.5 6.5 0 0 0 6.5 6.5h14.338l-2.5-2.5H14.5a4 4 0 0 1-4-4v-21H27v5.584A6 6 0 0 1 28.007 22H29.5v-5.5h8v6.206c.519.277.998.63 1.421 1.053L40 24.838V16.5a2.5 2.5 0 0 0-2.5-2.5H34v-4a6 6 0 0 0-10-4.472A5.98 5.98 0 0 0 20 4m11.5 10H26v-4a6 6 0 0 0-.514-2.434A3.5 3.5 0 0 1 31.5 10zm-8-4v4h-7v-4a3.5 3.5 0 1 1 7 0m.5 24.674v-6.667A4.007 4.007 0 0 1 28.007 24h6.667c1.063 0 2.082.422 2.833 1.174l7.32 7.319a4.006 4.006 0 0 1 0 5.666l-6.668 6.668a4.006 4.006 0 0 1-5.666 0l-7.32-7.32A4 4 0 0 1 24 34.674m4-5.174a1.5 1.5 0 1 0 3 0a1.5 1.5 0 0 0-3 0"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M20 4a6 6 0 0 0-6 6v4h-3.5A2.5 2.5 0 0 0 8 16.5v21a6.5 6.5 0 0 0 6.5 6.5h14.338l-2.5-2.5H14.5a4 4 0 0 1-4-4v-21H27v5.584A6 6 0 0 1 28.007 22H29.5v-5.5h8v6.206c.519.277.998.63 1.421 1.053L40 24.838V16.5a2.5 2.5 0 0 0-2.5-2.5H34v-4a6 6 0 0 0-10-4.472A5.98 5.98 0 0 0 20 4m11.5 10H26v-4a6 6 0 0 0-.514-2.434A3.5 3.5 0 0 1 31.5 10zm-8-4v4h-7v-4a3.5 3.5 0 1 1 7 0m.5 24.674v-6.667A4.007 4.007 0 0 1 28.007 24h6.667c1.063 0 2.082.422 2.833 1.174l7.32 7.319a4.006 4.006 0 0 1 0 5.666l-6.668 6.668a4.006 4.006 0 0 1-5.666 0l-7.32-7.32A4 4 0 0 1 24 34.674m4-5.174a1.5 1.5 0 1 0 3 0a1.5 1.5 0 0 0-3 0"/></svg> </template>
CSS
.icon-shopping-bag-tag-48-regular {
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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20%204a6%206%200%200%200-6%206v4h-3.5A2.5%202.5%200%200%200%208%2016.5v21a6.5%206.5%200%200%200%206.5%206.5h14.338l-2.5-2.5H14.5a4%204%200%200%201-4-4v-21H27v5.584A6%206%200%200%201%2028.007%2022H29.5v-5.5h8v6.206c.519.277.998.63%201.421%201.053L40%2024.838V16.5a2.5%202.5%200%200%200-2.5-2.5H34v-4a6%206%200%200%200-10-4.472A5.98%205.98%200%200%200%2020%204m11.5%2010H26v-4a6%206%200%200%200-.514-2.434A3.5%203.5%200%200%201%2031.5%2010zm-8-4v4h-7v-4a3.5%203.5%200%201%201%207%200m.5%2024.674v-6.667A4.007%204.007%200%200%201%2028.007%2024h6.667c1.063%200%202.082.422%202.833%201.174l7.32%207.319a4.006%204.006%200%200%201%200%205.666l-6.668%206.668a4.006%204.006%200%200%201-5.666%200l-7.32-7.32A4%204%200%200%201%2024%2034.674m4-5.174a1.5%201.5%200%201%200%203%200a1.5%201.5%200%200%200-3%200%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20%204a6%206%200%200%200-6%206v4h-3.5A2.5%202.5%200%200%200%208%2016.5v21a6.5%206.5%200%200%200%206.5%206.5h14.338l-2.5-2.5H14.5a4%204%200%200%201-4-4v-21H27v5.584A6%206%200%200%201%2028.007%2022H29.5v-5.5h8v6.206c.519.277.998.63%201.421%201.053L40%2024.838V16.5a2.5%202.5%200%200%200-2.5-2.5H34v-4a6%206%200%200%200-10-4.472A5.98%205.98%200%200%200%2020%204m11.5%2010H26v-4a6%206%200%200%200-.514-2.434A3.5%203.5%200%200%201%2031.5%2010zm-8-4v4h-7v-4a3.5%203.5%200%201%201%207%200m.5%2024.674v-6.667A4.007%204.007%200%200%201%2028.007%2024h6.667c1.063%200%202.082.422%202.833%201.174l7.32%207.319a4.006%204.006%200%200%201%200%205.666l-6.668%206.668a4.006%204.006%200%200%201-5.666%200l-7.32-7.32A4%204%200%200%201%2024%2034.674m4-5.174a1.5%201.5%200%201%200%203%200a1.5%201.5%200%200%200-3%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/shopping-bag-tag-48-regular.svg?color=%231a73e8&size=48