shopping bag play icon
shopping-bag-play-20-regular from Fluent UI System Icons by Microsoft Corporation · 20 Regular · MIT Free for personal and commercial use.
- Name
- shopping-bag-play-20-regular
- Set
- Fluent UI System Icons
- Style
- 20 Regular
- Viewbox
- 20×20
- License
- MIT
3 other variants in Fluent UI System Icons
Related icons in Fluent UI System Icons
Use the shopping bag play icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M15 6a1 1 0 0 1 1 1v2.207a5.5 5.5 0 0 0-1-.185V7h-3v2.6a5.5 5.5 0 0 0-1 .657V7H5v8a1.98 1.98 0 0 0 .586 1.414A2.02 2.02 0 0 0 7 17h2.6q.276.538.657 1H7q-.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-1h1V4.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.5V6zm-2-1.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.5V6h2zM7 6h3V4.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.5zm12 8.5a4.5 4.5 0 1 1-9 0a4.5 4.5 0 0 1 9 0m-4.98-1.966a.45.45 0 0 0-.447-.037a.5.5 0 0 0-.156.108a.5.5 0 0 0-.145.357v3.075a.5.5 0 0 0 .145.358a.6.6 0 0 0 .158.11a.45.45 0 0 0 .36.006a1 1 0 0 0 .093-.05l2.296-1.567a.46.46 0 0 0 .163-.185a.54.54 0 0 0-.003-.487a.5.5 0 0 0-.168-.182z"/></svg>
React
import type { SVGProps } from "react";
export function FluentShoppingBagPlay20Regular(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="M15 6a1 1 0 0 1 1 1v2.207a5.5 5.5 0 0 0-1-.185V7h-3v2.6a5.5 5.5 0 0 0-1 .657V7H5v8a1.98 1.98 0 0 0 .586 1.414A2.02 2.02 0 0 0 7 17h2.6q.276.538.657 1H7q-.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-1h1V4.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.5V6zm-2-1.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.5V6h2zM7 6h3V4.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.5zm12 8.5a4.5 4.5 0 1 1-9 0a4.5 4.5 0 0 1 9 0m-4.98-1.966a.45.45 0 0 0-.447-.037a.5.5 0 0 0-.156.108a.5.5 0 0 0-.145.357v3.075a.5.5 0 0 0 .145.358a.6.6 0 0 0 .158.11a.45.45 0 0 0 .36.006a1 1 0 0 0 .093-.05l2.296-1.567a.46.46 0 0 0 .163-.185a.54.54 0 0 0-.003-.487a.5.5 0 0 0-.168-.182z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M15 6a1 1 0 0 1 1 1v2.207a5.5 5.5 0 0 0-1-.185V7h-3v2.6a5.5 5.5 0 0 0-1 .657V7H5v8a1.98 1.98 0 0 0 .586 1.414A2.02 2.02 0 0 0 7 17h2.6q.276.538.657 1H7q-.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-1h1V4.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.5V6zm-2-1.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.5V6h2zM7 6h3V4.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.5zm12 8.5a4.5 4.5 0 1 1-9 0a4.5 4.5 0 0 1 9 0m-4.98-1.966a.45.45 0 0 0-.447-.037a.5.5 0 0 0-.156.108a.5.5 0 0 0-.145.357v3.075a.5.5 0 0 0 .145.358a.6.6 0 0 0 .158.11a.45.45 0 0 0 .36.006a1 1 0 0 0 .093-.05l2.296-1.567a.46.46 0 0 0 .163-.185a.54.54 0 0 0-.003-.487a.5.5 0 0 0-.168-.182z"/></svg> </template>
CSS
.icon-shopping-bag-play-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15%206a1%201%200%200%201%201%201v2.207a5.5%205.5%200%200%200-1-.185V7h-3v2.6a5.5%205.5%200%200%200-1%20.657V7H5v8a1.98%201.98%200%200%200%20.586%201.414A2.02%202.02%200%200%200%207%2017h2.6q.276.538.657%201H7q-.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-1h1V4.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.5V6zm-2-1.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.5V6h2zM7%206h3V4.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.5zm12%208.5a4.5%204.5%200%201%201-9%200a4.5%204.5%200%200%201%209%200m-4.98-1.966a.45.45%200%200%200-.447-.037a.5.5%200%200%200-.156.108a.5.5%200%200%200-.145.357v3.075a.5.5%200%200%200%20.145.358a.6.6%200%200%200%20.158.11a.45.45%200%200%200%20.36.006a1%201%200%200%200%20.093-.05l2.296-1.567a.46.46%200%200%200%20.163-.185a.54.54%200%200%200-.003-.487a.5.5%200%200%200-.168-.182z%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%22M15%206a1%201%200%200%201%201%201v2.207a5.5%205.5%200%200%200-1-.185V7h-3v2.6a5.5%205.5%200%200%200-1%20.657V7H5v8a1.98%201.98%200%200%200%20.586%201.414A2.02%202.02%200%200%200%207%2017h2.6q.276.538.657%201H7q-.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-1h1V4.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.5V6zm-2-1.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.5V6h2zM7%206h3V4.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.5zm12%208.5a4.5%204.5%200%201%201-9%200a4.5%204.5%200%200%201%209%200m-4.98-1.966a.45.45%200%200%200-.447-.037a.5.5%200%200%200-.156.108a.5.5%200%200%200-.145.357v3.075a.5.5%200%200%200%20.145.358a.6.6%200%200%200%20.158.11a.45.45%200%200%200%20.36.006a1%201%200%200%200%20.093-.05l2.296-1.567a.46.46%200%200%200%20.163-.185a.54.54%200%200%200-.003-.487a.5.5%200%200%200-.168-.182z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/shopping-bag-play-20-regular.svg?color=%231a73e8&size=48