shopping-bag-tag-28-regular from Fluent UI System Icons by Microsoft Corporation · 28 Regular · MIT Free for personal and commercial use.

Name
shopping-bag-tag-28-regular
Set
Fluent UI System Icons
Style
28 Regular
Viewbox
28×28
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 28 28"><path fill="currentColor" d="M11.5 2A3.5 3.5 0 0 0 8 5.5V8H5.5A1.5 1.5 0 0 0 4 9.5V22a4 4 0 0 0 4 4h10.085l-1.5-1.5H8A2.5 2.5 0 0 1 5.5 22V9.5H16V13h1.5V9.5h5v5.08l1.5 1.5V9.5A1.5 1.5 0 0 0 22.5 8H20V5.5a3.5 3.5 0 0 0-6-2.45A3.5 3.5 0 0 0 11.5 2m7 3.5V8H15V5.5a3.5 3.5 0 0 0-.174-1.094A2 2 0 0 1 18.5 5.5m-7-2a2 2 0 0 1 2 2V8h-4V5.5a2 2 0 0 1 2-2m2.501 16.18L14 16.003a2 2 0 0 1 2-2l3.678.002a2 2 0 0 1 1.414.585l5.323 5.322c.781.78.781 2.047 0 2.827l-3.676 3.675a2 2 0 0 1-2.829 0l-5.323-5.321a2 2 0 0 1-.586-1.413M16 17a1 1 0 1 0 2 0a1 1 0 0 0-2 0"/></svg>

React

import type { SVGProps } from "react";

export function FluentShoppingBagTag28Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M11.5 2A3.5 3.5 0 0 0 8 5.5V8H5.5A1.5 1.5 0 0 0 4 9.5V22a4 4 0 0 0 4 4h10.085l-1.5-1.5H8A2.5 2.5 0 0 1 5.5 22V9.5H16V13h1.5V9.5h5v5.08l1.5 1.5V9.5A1.5 1.5 0 0 0 22.5 8H20V5.5a3.5 3.5 0 0 0-6-2.45A3.5 3.5 0 0 0 11.5 2m7 3.5V8H15V5.5a3.5 3.5 0 0 0-.174-1.094A2 2 0 0 1 18.5 5.5m-7-2a2 2 0 0 1 2 2V8h-4V5.5a2 2 0 0 1 2-2m2.501 16.18L14 16.003a2 2 0 0 1 2-2l3.678.002a2 2 0 0 1 1.414.585l5.323 5.322c.781.78.781 2.047 0 2.827l-3.676 3.675a2 2 0 0 1-2.829 0l-5.323-5.321a2 2 0 0 1-.586-1.413M16 17a1 1 0 1 0 2 0a1 1 0 0 0-2 0"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M11.5 2A3.5 3.5 0 0 0 8 5.5V8H5.5A1.5 1.5 0 0 0 4 9.5V22a4 4 0 0 0 4 4h10.085l-1.5-1.5H8A2.5 2.5 0 0 1 5.5 22V9.5H16V13h1.5V9.5h5v5.08l1.5 1.5V9.5A1.5 1.5 0 0 0 22.5 8H20V5.5a3.5 3.5 0 0 0-6-2.45A3.5 3.5 0 0 0 11.5 2m7 3.5V8H15V5.5a3.5 3.5 0 0 0-.174-1.094A2 2 0 0 1 18.5 5.5m-7-2a2 2 0 0 1 2 2V8h-4V5.5a2 2 0 0 1 2-2m2.501 16.18L14 16.003a2 2 0 0 1 2-2l3.678.002a2 2 0 0 1 1.414.585l5.323 5.322c.781.78.781 2.047 0 2.827l-3.676 3.675a2 2 0 0 1-2.829 0l-5.323-5.321a2 2 0 0 1-.586-1.413M16 17a1 1 0 1 0 2 0a1 1 0 0 0-2 0"/></svg>
</template>

CSS

.icon-shopping-bag-tag-28-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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.5%202A3.5%203.5%200%200%200%208%205.5V8H5.5A1.5%201.5%200%200%200%204%209.5V22a4%204%200%200%200%204%204h10.085l-1.5-1.5H8A2.5%202.5%200%200%201%205.5%2022V9.5H16V13h1.5V9.5h5v5.08l1.5%201.5V9.5A1.5%201.5%200%200%200%2022.5%208H20V5.5a3.5%203.5%200%200%200-6-2.45A3.5%203.5%200%200%200%2011.5%202m7%203.5V8H15V5.5a3.5%203.5%200%200%200-.174-1.094A2%202%200%200%201%2018.5%205.5m-7-2a2%202%200%200%201%202%202V8h-4V5.5a2%202%200%200%201%202-2m2.501%2016.18L14%2016.003a2%202%200%200%201%202-2l3.678.002a2%202%200%200%201%201.414.585l5.323%205.322c.781.78.781%202.047%200%202.827l-3.676%203.675a2%202%200%200%201-2.829%200l-5.323-5.321a2%202%200%200%201-.586-1.413M16%2017a1%201%200%201%200%202%200a1%201%200%200%200-2%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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.5%202A3.5%203.5%200%200%200%208%205.5V8H5.5A1.5%201.5%200%200%200%204%209.5V22a4%204%200%200%200%204%204h10.085l-1.5-1.5H8A2.5%202.5%200%200%201%205.5%2022V9.5H16V13h1.5V9.5h5v5.08l1.5%201.5V9.5A1.5%201.5%200%200%200%2022.5%208H20V5.5a3.5%203.5%200%200%200-6-2.45A3.5%203.5%200%200%200%2011.5%202m7%203.5V8H15V5.5a3.5%203.5%200%200%200-.174-1.094A2%202%200%200%201%2018.5%205.5m-7-2a2%202%200%200%201%202%202V8h-4V5.5a2%202%200%200%201%202-2m2.501%2016.18L14%2016.003a2%202%200%200%201%202-2l3.678.002a2%202%200%200%201%201.414.585l5.323%205.322c.781.78.781%202.047%200%202.827l-3.676%203.675a2%202%200%200%201-2.829%200l-5.323-5.321a2%202%200%200%201-.586-1.413M16%2017a1%201%200%201%200%202%200a1%201%200%200%200-2%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-28-regular.svg?color=%231a73e8&size=48