shopping bag checkmark icon

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

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

11 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the shopping bag checkmark icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M6 4.5V6H5a1 1 0 0 0-1 1v8q0 .625.235 1.172q.234.539.648.953A3 3 0 0 0 7 18h3.257A5.48 5.48 0 0 1 9 14.5c0-1.708.778-3.234 2-4.243V4.5a2.5 2.5 0 0 0-.328-1.242Q11.039 3 11.5 3q.312 0 .586.117a1.48 1.48 0 0 1 .797.797Q13 4.187 13 4.5V6h-1v3.6c.75-.384 1.6-.6 2.5-.6a5.5 5.5 0 0 1 1.5.207V7a1 1 0 0 0-1-1h-1V4.5q0-.516-.195-.969A2.48 2.48 0 0 0 11.5 2a2.44 2.44 0 0 0-1.492.508a2.5 2.5 0 0 0-.703-.375A2.4 2.4 0 0 0 8.5 2q-.516 0-.969.195q-.46.195-.797.539q-.344.336-.539.797Q6 3.984 6 4.5m1 0q0-.312.117-.586a1.48 1.48 0 0 1 .797-.797Q8.188 3 8.5 3t.586.117a1.48 1.48 0 0 1 .797.797Q10 4.187 10 4.5V6H7zm12 10a4.5 4.5 0 1 1-9 0a4.5 4.5 0 0 1 9 0m-2.146-1.854a.5.5 0 0 0-.708 0L13.5 15.293l-.646-.647a.5.5 0 0 0-.708.708l1 1a.5.5 0 0 0 .708 0l3-3a.5.5 0 0 0 0-.708"/></svg>

React

import type { SVGProps } from "react";

export function FluentShoppingBagCheckmark20Filled(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="M6 4.5V6H5a1 1 0 0 0-1 1v8q0 .625.235 1.172q.234.539.648.953A3 3 0 0 0 7 18h3.257A5.48 5.48 0 0 1 9 14.5c0-1.708.778-3.234 2-4.243V4.5a2.5 2.5 0 0 0-.328-1.242Q11.039 3 11.5 3q.312 0 .586.117a1.48 1.48 0 0 1 .797.797Q13 4.187 13 4.5V6h-1v3.6c.75-.384 1.6-.6 2.5-.6a5.5 5.5 0 0 1 1.5.207V7a1 1 0 0 0-1-1h-1V4.5q0-.516-.195-.969A2.48 2.48 0 0 0 11.5 2a2.44 2.44 0 0 0-1.492.508a2.5 2.5 0 0 0-.703-.375A2.4 2.4 0 0 0 8.5 2q-.516 0-.969.195q-.46.195-.797.539q-.344.336-.539.797Q6 3.984 6 4.5m1 0q0-.312.117-.586a1.48 1.48 0 0 1 .797-.797Q8.188 3 8.5 3t.586.117a1.48 1.48 0 0 1 .797.797Q10 4.187 10 4.5V6H7zm12 10a4.5 4.5 0 1 1-9 0a4.5 4.5 0 0 1 9 0m-2.146-1.854a.5.5 0 0 0-.708 0L13.5 15.293l-.646-.647a.5.5 0 0 0-.708.708l1 1a.5.5 0 0 0 .708 0l3-3a.5.5 0 0 0 0-.708"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M6 4.5V6H5a1 1 0 0 0-1 1v8q0 .625.235 1.172q.234.539.648.953A3 3 0 0 0 7 18h3.257A5.48 5.48 0 0 1 9 14.5c0-1.708.778-3.234 2-4.243V4.5a2.5 2.5 0 0 0-.328-1.242Q11.039 3 11.5 3q.312 0 .586.117a1.48 1.48 0 0 1 .797.797Q13 4.187 13 4.5V6h-1v3.6c.75-.384 1.6-.6 2.5-.6a5.5 5.5 0 0 1 1.5.207V7a1 1 0 0 0-1-1h-1V4.5q0-.516-.195-.969A2.48 2.48 0 0 0 11.5 2a2.44 2.44 0 0 0-1.492.508a2.5 2.5 0 0 0-.703-.375A2.4 2.4 0 0 0 8.5 2q-.516 0-.969.195q-.46.195-.797.539q-.344.336-.539.797Q6 3.984 6 4.5m1 0q0-.312.117-.586a1.48 1.48 0 0 1 .797-.797Q8.188 3 8.5 3t.586.117a1.48 1.48 0 0 1 .797.797Q10 4.187 10 4.5V6H7zm12 10a4.5 4.5 0 1 1-9 0a4.5 4.5 0 0 1 9 0m-2.146-1.854a.5.5 0 0 0-.708 0L13.5 15.293l-.646-.647a.5.5 0 0 0-.708.708l1 1a.5.5 0 0 0 .708 0l3-3a.5.5 0 0 0 0-.708"/></svg>
</template>

CSS

.icon-shopping-bag-checkmark-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%22M6%204.5V6H5a1%201%200%200%200-1%201v8q0%20.625.235%201.172q.234.539.648.953A3%203%200%200%200%207%2018h3.257A5.48%205.48%200%200%201%209%2014.5c0-1.708.778-3.234%202-4.243V4.5a2.5%202.5%200%200%200-.328-1.242Q11.039%203%2011.5%203q.312%200%20.586.117a1.48%201.48%200%200%201%20.797.797Q13%204.187%2013%204.5V6h-1v3.6c.75-.384%201.6-.6%202.5-.6a5.5%205.5%200%200%201%201.5.207V7a1%201%200%200%200-1-1h-1V4.5q0-.516-.195-.969A2.48%202.48%200%200%200%2011.5%202a2.44%202.44%200%200%200-1.492.508a2.5%202.5%200%200%200-.703-.375A2.4%202.4%200%200%200%208.5%202q-.516%200-.969.195q-.46.195-.797.539q-.344.336-.539.797Q6%203.984%206%204.5m1%200q0-.312.117-.586a1.48%201.48%200%200%201%20.797-.797Q8.188%203%208.5%203t.586.117a1.48%201.48%200%200%201%20.797.797Q10%204.187%2010%204.5V6H7zm12%2010a4.5%204.5%200%201%201-9%200a4.5%204.5%200%200%201%209%200m-2.146-1.854a.5.5%200%200%200-.708%200L13.5%2015.293l-.646-.647a.5.5%200%200%200-.708.708l1%201a.5.5%200%200%200%20.708%200l3-3a.5.5%200%200%200%200-.708%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%22M6%204.5V6H5a1%201%200%200%200-1%201v8q0%20.625.235%201.172q.234.539.648.953A3%203%200%200%200%207%2018h3.257A5.48%205.48%200%200%201%209%2014.5c0-1.708.778-3.234%202-4.243V4.5a2.5%202.5%200%200%200-.328-1.242Q11.039%203%2011.5%203q.312%200%20.586.117a1.48%201.48%200%200%201%20.797.797Q13%204.187%2013%204.5V6h-1v3.6c.75-.384%201.6-.6%202.5-.6a5.5%205.5%200%200%201%201.5.207V7a1%201%200%200%200-1-1h-1V4.5q0-.516-.195-.969A2.48%202.48%200%200%200%2011.5%202a2.44%202.44%200%200%200-1.492.508a2.5%202.5%200%200%200-.703-.375A2.4%202.4%200%200%200%208.5%202q-.516%200-.969.195q-.46.195-.797.539q-.344.336-.539.797Q6%203.984%206%204.5m1%200q0-.312.117-.586a1.48%201.48%200%200%201%20.797-.797Q8.188%203%208.5%203t.586.117a1.48%201.48%200%200%201%20.797.797Q10%204.187%2010%204.5V6H7zm12%2010a4.5%204.5%200%201%201-9%200a4.5%204.5%200%200%201%209%200m-2.146-1.854a.5.5%200%200%200-.708%200L13.5%2015.293l-.646-.647a.5.5%200%200%200-.708.708l1%201a.5.5%200%200%200%20.708%200l3-3a.5.5%200%200%200%200-.708%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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