shopping bag arrow left icon
shopping-bag-arrow-left-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.
- Name
- shopping-bag-arrow-left-24-regular
- Set
- Fluent UI System Icons
- Style
- 24 Regular
- Viewbox
- 24×24
- License
- MIT
3 other variants in Fluent UI System Icons
Related icons in Fluent UI System Icons
Use the shopping bag arrow left icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M23 17.5a5.5 5.5 0 1 0-11 0a5.5 5.5 0 0 0 11 0m-6.35-2.854l.07-.057a.5.5 0 0 1 .637.057l.058.07a.5.5 0 0 1-.058.638L15.711 17h4.79l.089.008a.5.5 0 0 1 .41.492l-.008.09a.5.5 0 0 1-.492.41h-4.789l1.646 1.646l.058.07a.5.5 0 0 1-.765.638l-2.516-2.517l-.05-.066l-.034-.061l-.03-.08l-.014-.086l.002-.11l.019-.085l.023-.059l.044-.077l.04-.05zM7 7V5a3 3 0 0 1 5-2.236A3 3 0 0 1 17 5v2h1.5A1.5 1.5 0 0 1 20 8.5v2.998a6.5 6.5 0 0 0-1.5-.422V8.5h-4v3.232A6.5 6.5 0 0 0 13 12.81V8.5H5.5V18A2.5 2.5 0 0 0 8 20.5h3.732A6.5 6.5 0 0 0 12.81 22H8a4 4 0 0 1-4-4V8.5A1.5 1.5 0 0 1 5.5 7zm3-3.5A1.5 1.5 0 0 0 8.5 5v2h3V5A1.5 1.5 0 0 0 10 3.5M15.5 7V5a1.5 1.5 0 0 0-2.656-.956c.101.3.156.622.156.956v2z"/></svg>
React
import type { SVGProps } from "react";
export function FluentShoppingBagArrowLeft24Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M23 17.5a5.5 5.5 0 1 0-11 0a5.5 5.5 0 0 0 11 0m-6.35-2.854l.07-.057a.5.5 0 0 1 .637.057l.058.07a.5.5 0 0 1-.058.638L15.711 17h4.79l.089.008a.5.5 0 0 1 .41.492l-.008.09a.5.5 0 0 1-.492.41h-4.789l1.646 1.646l.058.07a.5.5 0 0 1-.765.638l-2.516-2.517l-.05-.066l-.034-.061l-.03-.08l-.014-.086l.002-.11l.019-.085l.023-.059l.044-.077l.04-.05zM7 7V5a3 3 0 0 1 5-2.236A3 3 0 0 1 17 5v2h1.5A1.5 1.5 0 0 1 20 8.5v2.998a6.5 6.5 0 0 0-1.5-.422V8.5h-4v3.232A6.5 6.5 0 0 0 13 12.81V8.5H5.5V18A2.5 2.5 0 0 0 8 20.5h3.732A6.5 6.5 0 0 0 12.81 22H8a4 4 0 0 1-4-4V8.5A1.5 1.5 0 0 1 5.5 7zm3-3.5A1.5 1.5 0 0 0 8.5 5v2h3V5A1.5 1.5 0 0 0 10 3.5M15.5 7V5a1.5 1.5 0 0 0-2.656-.956c.101.3.156.622.156.956v2z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M23 17.5a5.5 5.5 0 1 0-11 0a5.5 5.5 0 0 0 11 0m-6.35-2.854l.07-.057a.5.5 0 0 1 .637.057l.058.07a.5.5 0 0 1-.058.638L15.711 17h4.79l.089.008a.5.5 0 0 1 .41.492l-.008.09a.5.5 0 0 1-.492.41h-4.789l1.646 1.646l.058.07a.5.5 0 0 1-.765.638l-2.516-2.517l-.05-.066l-.034-.061l-.03-.08l-.014-.086l.002-.11l.019-.085l.023-.059l.044-.077l.04-.05zM7 7V5a3 3 0 0 1 5-2.236A3 3 0 0 1 17 5v2h1.5A1.5 1.5 0 0 1 20 8.5v2.998a6.5 6.5 0 0 0-1.5-.422V8.5h-4v3.232A6.5 6.5 0 0 0 13 12.81V8.5H5.5V18A2.5 2.5 0 0 0 8 20.5h3.732A6.5 6.5 0 0 0 12.81 22H8a4 4 0 0 1-4-4V8.5A1.5 1.5 0 0 1 5.5 7zm3-3.5A1.5 1.5 0 0 0 8.5 5v2h3V5A1.5 1.5 0 0 0 10 3.5M15.5 7V5a1.5 1.5 0 0 0-2.656-.956c.101.3.156.622.156.956v2z"/></svg> </template>
CSS
.icon-shopping-bag-arrow-left-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M23%2017.5a5.5%205.5%200%201%200-11%200a5.5%205.5%200%200%200%2011%200m-6.35-2.854l.07-.057a.5.5%200%200%201%20.637.057l.058.07a.5.5%200%200%201-.058.638L15.711%2017h4.79l.089.008a.5.5%200%200%201%20.41.492l-.008.09a.5.5%200%200%201-.492.41h-4.789l1.646%201.646l.058.07a.5.5%200%200%201-.765.638l-2.516-2.517l-.05-.066l-.034-.061l-.03-.08l-.014-.086l.002-.11l.019-.085l.023-.059l.044-.077l.04-.05zM7%207V5a3%203%200%200%201%205-2.236A3%203%200%200%201%2017%205v2h1.5A1.5%201.5%200%200%201%2020%208.5v2.998a6.5%206.5%200%200%200-1.5-.422V8.5h-4v3.232A6.5%206.5%200%200%200%2013%2012.81V8.5H5.5V18A2.5%202.5%200%200%200%208%2020.5h3.732A6.5%206.5%200%200%200%2012.81%2022H8a4%204%200%200%201-4-4V8.5A1.5%201.5%200%200%201%205.5%207zm3-3.5A1.5%201.5%200%200%200%208.5%205v2h3V5A1.5%201.5%200%200%200%2010%203.5M15.5%207V5a1.5%201.5%200%200%200-2.656-.956c.101.3.156.622.156.956v2z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M23%2017.5a5.5%205.5%200%201%200-11%200a5.5%205.5%200%200%200%2011%200m-6.35-2.854l.07-.057a.5.5%200%200%201%20.637.057l.058.07a.5.5%200%200%201-.058.638L15.711%2017h4.79l.089.008a.5.5%200%200%201%20.41.492l-.008.09a.5.5%200%200%201-.492.41h-4.789l1.646%201.646l.058.07a.5.5%200%200%201-.765.638l-2.516-2.517l-.05-.066l-.034-.061l-.03-.08l-.014-.086l.002-.11l.019-.085l.023-.059l.044-.077l.04-.05zM7%207V5a3%203%200%200%201%205-2.236A3%203%200%200%201%2017%205v2h1.5A1.5%201.5%200%200%201%2020%208.5v2.998a6.5%206.5%200%200%200-1.5-.422V8.5h-4v3.232A6.5%206.5%200%200%200%2013%2012.81V8.5H5.5V18A2.5%202.5%200%200%200%208%2020.5h3.732A6.5%206.5%200%200%200%2012.81%2022H8a4%204%200%200%201-4-4V8.5A1.5%201.5%200%200%201%205.5%207zm3-3.5A1.5%201.5%200%200%200%208.5%205v2h3V5A1.5%201.5%200%200%200%2010%203.5M15.5%207V5a1.5%201.5%200%200%200-2.656-.956c.101.3.156.622.156.956v2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/shopping-bag-arrow-left-24-regular.svg?color=%231a73e8&size=48