shopping bag percent icon

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

Name
shopping-bag-percent-20-filled
Set
Fluent UI System Icons
Style
20 Filled
Viewbox
20×20
License
MIT

3 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the shopping bag percent icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M14.5 10a4.5 4.5 0 1 1 0 9a4.5 4.5 0 0 1 0-9m-3-8a2.48 2.48 0 0 1 2.305 1.531Q14 3.984 14 4.5V6h1a1 1 0 0 1 1 1v2.207A5.5 5.5 0 0 0 14.5 9c-.9 0-1.75.216-2.5.6V6h1V4.5q0-.312-.117-.586a1.48 1.48 0 0 0-.797-.797A1.5 1.5 0 0 0 11.5 3q-.46 0-.828.258A2.5 2.5 0 0 1 11 4.5v5.757A5.49 5.49 0 0 0 9 14.5c0 1.33.472 2.55 1.257 3.5H7a3 3 0 0 1-2.117-.875a3.1 3.1 0 0 1-.648-.953A2.9 2.9 0 0 1 4 15V7a1 1 0 0 1 1-1h1V4.5q0-.516.195-.969q.195-.46.54-.797q.336-.344.796-.539Q7.984 2 8.5 2q.42 0 .805.133q.384.134.703.375A2.44 2.44 0 0 1 11.5 2m5 13a1 1 0 1 0 0 2a1 1 0 0 0 0-2m.35-2.854a.5.5 0 0 0-.707 0l-3.997 3.997a.5.5 0 1 0 .707.707l3.997-3.997a.5.5 0 0 0 0-.707M12.5 12a1 1 0 1 0 0 2a1 1 0 0 0 0-2m-4-9q-.312 0-.586.117a1.48 1.48 0 0 0-.797.797A1.5 1.5 0 0 0 7 4.5V6h3V4.5q0-.312-.117-.586a1.48 1.48 0 0 0-.797-.797A1.5 1.5 0 0 0 8.5 3"/></svg>

React

import type { SVGProps } from "react";

export function FluentShoppingBagPercent20Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M14.5 10a4.5 4.5 0 1 1 0 9a4.5 4.5 0 0 1 0-9m-3-8a2.48 2.48 0 0 1 2.305 1.531Q14 3.984 14 4.5V6h1a1 1 0 0 1 1 1v2.207A5.5 5.5 0 0 0 14.5 9c-.9 0-1.75.216-2.5.6V6h1V4.5q0-.312-.117-.586a1.48 1.48 0 0 0-.797-.797A1.5 1.5 0 0 0 11.5 3q-.46 0-.828.258A2.5 2.5 0 0 1 11 4.5v5.757A5.49 5.49 0 0 0 9 14.5c0 1.33.472 2.55 1.257 3.5H7a3 3 0 0 1-2.117-.875a3.1 3.1 0 0 1-.648-.953A2.9 2.9 0 0 1 4 15V7a1 1 0 0 1 1-1h1V4.5q0-.516.195-.969q.195-.46.54-.797q.336-.344.796-.539Q7.984 2 8.5 2q.42 0 .805.133q.384.134.703.375A2.44 2.44 0 0 1 11.5 2m5 13a1 1 0 1 0 0 2a1 1 0 0 0 0-2m.35-2.854a.5.5 0 0 0-.707 0l-3.997 3.997a.5.5 0 1 0 .707.707l3.997-3.997a.5.5 0 0 0 0-.707M12.5 12a1 1 0 1 0 0 2a1 1 0 0 0 0-2m-4-9q-.312 0-.586.117a1.48 1.48 0 0 0-.797.797A1.5 1.5 0 0 0 7 4.5V6h3V4.5q0-.312-.117-.586a1.48 1.48 0 0 0-.797-.797A1.5 1.5 0 0 0 8.5 3"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M14.5 10a4.5 4.5 0 1 1 0 9a4.5 4.5 0 0 1 0-9m-3-8a2.48 2.48 0 0 1 2.305 1.531Q14 3.984 14 4.5V6h1a1 1 0 0 1 1 1v2.207A5.5 5.5 0 0 0 14.5 9c-.9 0-1.75.216-2.5.6V6h1V4.5q0-.312-.117-.586a1.48 1.48 0 0 0-.797-.797A1.5 1.5 0 0 0 11.5 3q-.46 0-.828.258A2.5 2.5 0 0 1 11 4.5v5.757A5.49 5.49 0 0 0 9 14.5c0 1.33.472 2.55 1.257 3.5H7a3 3 0 0 1-2.117-.875a3.1 3.1 0 0 1-.648-.953A2.9 2.9 0 0 1 4 15V7a1 1 0 0 1 1-1h1V4.5q0-.516.195-.969q.195-.46.54-.797q.336-.344.796-.539Q7.984 2 8.5 2q.42 0 .805.133q.384.134.703.375A2.44 2.44 0 0 1 11.5 2m5 13a1 1 0 1 0 0 2a1 1 0 0 0 0-2m.35-2.854a.5.5 0 0 0-.707 0l-3.997 3.997a.5.5 0 1 0 .707.707l3.997-3.997a.5.5 0 0 0 0-.707M12.5 12a1 1 0 1 0 0 2a1 1 0 0 0 0-2m-4-9q-.312 0-.586.117a1.48 1.48 0 0 0-.797.797A1.5 1.5 0 0 0 7 4.5V6h3V4.5q0-.312-.117-.586a1.48 1.48 0 0 0-.797-.797A1.5 1.5 0 0 0 8.5 3"/></svg>
</template>

CSS

.icon-shopping-bag-percent-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14.5%2010a4.5%204.5%200%201%201%200%209a4.5%204.5%200%200%201%200-9m-3-8a2.48%202.48%200%200%201%202.305%201.531Q14%203.984%2014%204.5V6h1a1%201%200%200%201%201%201v2.207A5.5%205.5%200%200%200%2014.5%209c-.9%200-1.75.216-2.5.6V6h1V4.5q0-.312-.117-.586a1.48%201.48%200%200%200-.797-.797A1.5%201.5%200%200%200%2011.5%203q-.46%200-.828.258A2.5%202.5%200%200%201%2011%204.5v5.757A5.49%205.49%200%200%200%209%2014.5c0%201.33.472%202.55%201.257%203.5H7a3%203%200%200%201-2.117-.875a3.1%203.1%200%200%201-.648-.953A2.9%202.9%200%200%201%204%2015V7a1%201%200%200%201%201-1h1V4.5q0-.516.195-.969q.195-.46.54-.797q.336-.344.796-.539Q7.984%202%208.5%202q.42%200%20.805.133q.384.134.703.375A2.44%202.44%200%200%201%2011.5%202m5%2013a1%201%200%201%200%200%202a1%201%200%200%200%200-2m.35-2.854a.5.5%200%200%200-.707%200l-3.997%203.997a.5.5%200%201%200%20.707.707l3.997-3.997a.5.5%200%200%200%200-.707M12.5%2012a1%201%200%201%200%200%202a1%201%200%200%200%200-2m-4-9q-.312%200-.586.117a1.48%201.48%200%200%200-.797.797A1.5%201.5%200%200%200%207%204.5V6h3V4.5q0-.312-.117-.586a1.48%201.48%200%200%200-.797-.797A1.5%201.5%200%200%200%208.5%203%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14.5%2010a4.5%204.5%200%201%201%200%209a4.5%204.5%200%200%201%200-9m-3-8a2.48%202.48%200%200%201%202.305%201.531Q14%203.984%2014%204.5V6h1a1%201%200%200%201%201%201v2.207A5.5%205.5%200%200%200%2014.5%209c-.9%200-1.75.216-2.5.6V6h1V4.5q0-.312-.117-.586a1.48%201.48%200%200%200-.797-.797A1.5%201.5%200%200%200%2011.5%203q-.46%200-.828.258A2.5%202.5%200%200%201%2011%204.5v5.757A5.49%205.49%200%200%200%209%2014.5c0%201.33.472%202.55%201.257%203.5H7a3%203%200%200%201-2.117-.875a3.1%203.1%200%200%201-.648-.953A2.9%202.9%200%200%201%204%2015V7a1%201%200%200%201%201-1h1V4.5q0-.516.195-.969q.195-.46.54-.797q.336-.344.796-.539Q7.984%202%208.5%202q.42%200%20.805.133q.384.134.703.375A2.44%202.44%200%200%201%2011.5%202m5%2013a1%201%200%201%200%200%202a1%201%200%200%200%200-2m.35-2.854a.5.5%200%200%200-.707%200l-3.997%203.997a.5.5%200%201%200%20.707.707l3.997-3.997a.5.5%200%200%200%200-.707M12.5%2012a1%201%200%201%200%200%202a1%201%200%200%200%200-2m-4-9q-.312%200-.586.117a1.48%201.48%200%200%200-.797.797A1.5%201.5%200%200%200%207%204.5V6h3V4.5q0-.312-.117-.586a1.48%201.48%200%200%200-.797-.797A1.5%201.5%200%200%200%208.5%203%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/shopping-bag-percent-20-filled.svg?color=%231a73e8&size=48