shopping-bag-tag-16-filled from Fluent UI System Icons by Microsoft Corporation · 16 Filled · MIT Free for personal and commercial use.

Name
shopping-bag-tag-16-filled
Set
Fluent UI System Icons
Style
16 Filled
Viewbox
16×16
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 16 16"><path fill="currentColor" d="M4 5V3a2 2 0 0 1 3-1.732A2 2 0 0 1 10 3v2h.5a1.5 1.5 0 0 1 1.435 1.062A2.5 2.5 0 0 0 11.383 6H9V3a1 1 0 0 0-1.25-.969c.16.287.25.618.25.969v3.052a2.51 2.51 0 0 0-2 2.46v2.879c0 .657.257 1.289.718 1.758l1.701 1.738l.08.113H4a2 2 0 0 1-2-2V6.5A1.5 1.5 0 0 1 3.5 5zm2-3a1 1 0 0 0-1 1v2h2V3a1 1 0 0 0-1-1m1.432 10.45A1.5 1.5 0 0 1 7 11.39V8.513A1.51 1.51 0 0 1 8.51 7h2.873c.403 0 .789.161 1.072.447l3.108 3.14a1.514 1.514 0 0 1-.026 2.154l-2.947 2.837a1.51 1.51 0 0 1-2.124-.031zM9 9.75a.75.75 0 1 0 1.5 0a.75.75 0 0 0-1.5 0"/></svg>

React

import type { SVGProps } from "react";

export function FluentShoppingBagTag16Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M4 5V3a2 2 0 0 1 3-1.732A2 2 0 0 1 10 3v2h.5a1.5 1.5 0 0 1 1.435 1.062A2.5 2.5 0 0 0 11.383 6H9V3a1 1 0 0 0-1.25-.969c.16.287.25.618.25.969v3.052a2.51 2.51 0 0 0-2 2.46v2.879c0 .657.257 1.289.718 1.758l1.701 1.738l.08.113H4a2 2 0 0 1-2-2V6.5A1.5 1.5 0 0 1 3.5 5zm2-3a1 1 0 0 0-1 1v2h2V3a1 1 0 0 0-1-1m1.432 10.45A1.5 1.5 0 0 1 7 11.39V8.513A1.51 1.51 0 0 1 8.51 7h2.873c.403 0 .789.161 1.072.447l3.108 3.14a1.514 1.514 0 0 1-.026 2.154l-2.947 2.837a1.51 1.51 0 0 1-2.124-.031zM9 9.75a.75.75 0 1 0 1.5 0a.75.75 0 0 0-1.5 0"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M4 5V3a2 2 0 0 1 3-1.732A2 2 0 0 1 10 3v2h.5a1.5 1.5 0 0 1 1.435 1.062A2.5 2.5 0 0 0 11.383 6H9V3a1 1 0 0 0-1.25-.969c.16.287.25.618.25.969v3.052a2.51 2.51 0 0 0-2 2.46v2.879c0 .657.257 1.289.718 1.758l1.701 1.738l.08.113H4a2 2 0 0 1-2-2V6.5A1.5 1.5 0 0 1 3.5 5zm2-3a1 1 0 0 0-1 1v2h2V3a1 1 0 0 0-1-1m1.432 10.45A1.5 1.5 0 0 1 7 11.39V8.513A1.51 1.51 0 0 1 8.51 7h2.873c.403 0 .789.161 1.072.447l3.108 3.14a1.514 1.514 0 0 1-.026 2.154l-2.947 2.837a1.51 1.51 0 0 1-2.124-.031zM9 9.75a.75.75 0 1 0 1.5 0a.75.75 0 0 0-1.5 0"/></svg>
</template>

CSS

.icon-shopping-bag-tag-16-filled {
  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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4%205V3a2%202%200%200%201%203-1.732A2%202%200%200%201%2010%203v2h.5a1.5%201.5%200%200%201%201.435%201.062A2.5%202.5%200%200%200%2011.383%206H9V3a1%201%200%200%200-1.25-.969c.16.287.25.618.25.969v3.052a2.51%202.51%200%200%200-2%202.46v2.879c0%20.657.257%201.289.718%201.758l1.701%201.738l.08.113H4a2%202%200%200%201-2-2V6.5A1.5%201.5%200%200%201%203.5%205zm2-3a1%201%200%200%200-1%201v2h2V3a1%201%200%200%200-1-1m1.432%2010.45A1.5%201.5%200%200%201%207%2011.39V8.513A1.51%201.51%200%200%201%208.51%207h2.873c.403%200%20.789.161%201.072.447l3.108%203.14a1.514%201.514%200%200%201-.026%202.154l-2.947%202.837a1.51%201.51%200%200%201-2.124-.031zM9%209.75a.75.75%200%201%200%201.5%200a.75.75%200%200%200-1.5%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4%205V3a2%202%200%200%201%203-1.732A2%202%200%200%201%2010%203v2h.5a1.5%201.5%200%200%201%201.435%201.062A2.5%202.5%200%200%200%2011.383%206H9V3a1%201%200%200%200-1.25-.969c.16.287.25.618.25.969v3.052a2.51%202.51%200%200%200-2%202.46v2.879c0%20.657.257%201.289.718%201.758l1.701%201.738l.08.113H4a2%202%200%200%201-2-2V6.5A1.5%201.5%200%200%201%203.5%205zm2-3a1%201%200%200%200-1%201v2h2V3a1%201%200%200%200-1-1m1.432%2010.45A1.5%201.5%200%200%201%207%2011.39V8.513A1.51%201.51%200%200%201%208.51%207h2.873c.403%200%20.789.161%201.072.447l3.108%203.14a1.514%201.514%200%200%201-.026%202.154l-2.947%202.837a1.51%201.51%200%200%201-2.124-.031zM9%209.75a.75.75%200%201%200%201.5%200a.75.75%200%200%200-1.5%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-16-filled.svg?color=%231a73e8&size=48