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

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

5 other variants in Fluent UI System Icons

The same icon in other sets

Related icons in Fluent UI System Icons

Use the shopping bag add 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 19a4.5 4.5 0 1 0 0-9a4.5 4.5 0 0 0 0 9m0-7a.5.5 0 0 1 .5.5V14h1.5a.5.5 0 0 1 0 1H15v1.5a.5.5 0 0 1-1 0V15h-1.5a.5.5 0 0 1 0-1H14v-1.5a.5.5 0 0 1 .5-.5M6 6V4.5q0-.516.195-.969q.195-.46.539-.797q.336-.344.797-.539Q7.984 2 8.5 2q.421 0 .805.133q.384.134.703.375A2.44 2.44 0 0 1 11.5 2a2.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 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.5H7q-.625 0-1.164-.234a3 3 0 0 1-.953-.641a3.1 3.1 0 0 1-.648-.953A2.9 2.9 0 0 1 4 15V7a1 1 0 0 1 1-1zm4 0V4.5q0-.312-.117-.586A1.48 1.48 0 0 0 8.5 3q-.312 0-.586.117A1.48 1.48 0 0 0 7 4.5V6z"/></svg>

React

import type { SVGProps } from "react";

export function FluentShoppingBagAdd20Filled(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 19a4.5 4.5 0 1 0 0-9a4.5 4.5 0 0 0 0 9m0-7a.5.5 0 0 1 .5.5V14h1.5a.5.5 0 0 1 0 1H15v1.5a.5.5 0 0 1-1 0V15h-1.5a.5.5 0 0 1 0-1H14v-1.5a.5.5 0 0 1 .5-.5M6 6V4.5q0-.516.195-.969q.195-.46.539-.797q.336-.344.797-.539Q7.984 2 8.5 2q.421 0 .805.133q.384.134.703.375A2.44 2.44 0 0 1 11.5 2a2.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 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.5H7q-.625 0-1.164-.234a3 3 0 0 1-.953-.641a3.1 3.1 0 0 1-.648-.953A2.9 2.9 0 0 1 4 15V7a1 1 0 0 1 1-1zm4 0V4.5q0-.312-.117-.586A1.48 1.48 0 0 0 8.5 3q-.312 0-.586.117A1.48 1.48 0 0 0 7 4.5V6z"/></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 19a4.5 4.5 0 1 0 0-9a4.5 4.5 0 0 0 0 9m0-7a.5.5 0 0 1 .5.5V14h1.5a.5.5 0 0 1 0 1H15v1.5a.5.5 0 0 1-1 0V15h-1.5a.5.5 0 0 1 0-1H14v-1.5a.5.5 0 0 1 .5-.5M6 6V4.5q0-.516.195-.969q.195-.46.539-.797q.336-.344.797-.539Q7.984 2 8.5 2q.421 0 .805.133q.384.134.703.375A2.44 2.44 0 0 1 11.5 2a2.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 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.5H7q-.625 0-1.164-.234a3 3 0 0 1-.953-.641a3.1 3.1 0 0 1-.648-.953A2.9 2.9 0 0 1 4 15V7a1 1 0 0 1 1-1zm4 0V4.5q0-.312-.117-.586A1.48 1.48 0 0 0 8.5 3q-.312 0-.586.117A1.48 1.48 0 0 0 7 4.5V6z"/></svg>
</template>

CSS

.icon-shopping-bag-add-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%2019a4.5%204.5%200%201%200%200-9a4.5%204.5%200%200%200%200%209m0-7a.5.5%200%200%201%20.5.5V14h1.5a.5.5%200%200%201%200%201H15v1.5a.5.5%200%200%201-1%200V15h-1.5a.5.5%200%200%201%200-1H14v-1.5a.5.5%200%200%201%20.5-.5M6%206V4.5q0-.516.195-.969q.195-.46.539-.797q.336-.344.797-.539Q7.984%202%208.5%202q.421%200%20.805.133q.384.134.703.375A2.44%202.44%200%200%201%2011.5%202a2.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%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.5H7q-.625%200-1.164-.234a3%203%200%200%201-.953-.641a3.1%203.1%200%200%201-.648-.953A2.9%202.9%200%200%201%204%2015V7a1%201%200%200%201%201-1zm4%200V4.5q0-.312-.117-.586A1.48%201.48%200%200%200%208.5%203q-.312%200-.586.117A1.48%201.48%200%200%200%207%204.5V6z%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%2019a4.5%204.5%200%201%200%200-9a4.5%204.5%200%200%200%200%209m0-7a.5.5%200%200%201%20.5.5V14h1.5a.5.5%200%200%201%200%201H15v1.5a.5.5%200%200%201-1%200V15h-1.5a.5.5%200%200%201%200-1H14v-1.5a.5.5%200%200%201%20.5-.5M6%206V4.5q0-.516.195-.969q.195-.46.539-.797q.336-.344.797-.539Q7.984%202%208.5%202q.421%200%20.805.133q.384.134.703.375A2.44%202.44%200%200%201%2011.5%202a2.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%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.5H7q-.625%200-1.164-.234a3%203%200%200%201-.953-.641a3.1%203.1%200%200%201-.648-.953A2.9%202.9%200%200%201%204%2015V7a1%201%200%200%201%201-1zm4%200V4.5q0-.312-.117-.586A1.48%201.48%200%200%200%208.5%203q-.312%200-.586.117A1.48%201.48%200%200%200%207%204.5V6z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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

Shopping Bag Add 20 filled icon — Fluent UI System Icons · IconsDB