bag fill badge plus icon
bag-fill-badge-plus from Framework7 Icons by Vladimir Kharlampidi · Outline · MIT Free for personal and commercial use.
- Name
- bag-fill-badge-plus
- Set
- Framework7 Icons
- Style
- Outline
- Viewbox
- 56×56
- License
- MIT
Related icons in Framework7 Icons
Use the bag fill badge plus icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M47.395 10.961h-3.727c-.14-4.922-4.406-9.117-9.703-9.117c-5.32 0-9.586 4.195-9.727 9.117h-3.726c-4.875 0-7.36 2.414-7.36 7.266v8.906c8.32 0 15.141 6.82 15.141 15.117c0 2.719-.75 5.273-2.039 7.5h21.844c4.195 0 6.656-2.437 6.656-7.266V18.227c0-4.829-2.484-7.266-7.36-7.266m-13.43-5.555c3.305 0 5.812 2.485 5.93 5.555h-11.86c.094-3.07 2.602-5.555 5.93-5.555m-20.813 48.75c6.47 0 11.907-5.39 11.907-11.906s-5.367-11.906-11.907-11.906c-6.515 0-11.906 5.39-11.906 11.906c0 6.563 5.39 11.906 11.906 11.906m.024-4.172c-.82 0-1.547-.562-1.547-1.43V43.68H7.152c-.796 0-1.453-.657-1.453-1.43s.657-1.43 1.453-1.43h4.477v-4.85c0-.89.726-1.453 1.547-1.453c.797 0 1.523.562 1.523 1.453v4.851h4.477c.797 0 1.43.657 1.43 1.43s-.633 1.43-1.43 1.43h-4.477v4.875c0 .867-.726 1.43-1.523 1.43"/></svg>
React
import type { SVGProps } from "react";
export function F7BagFillBadgePlus(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M47.395 10.961h-3.727c-.14-4.922-4.406-9.117-9.703-9.117c-5.32 0-9.586 4.195-9.727 9.117h-3.726c-4.875 0-7.36 2.414-7.36 7.266v8.906c8.32 0 15.141 6.82 15.141 15.117c0 2.719-.75 5.273-2.039 7.5h21.844c4.195 0 6.656-2.437 6.656-7.266V18.227c0-4.829-2.484-7.266-7.36-7.266m-13.43-5.555c3.305 0 5.812 2.485 5.93 5.555h-11.86c.094-3.07 2.602-5.555 5.93-5.555m-20.813 48.75c6.47 0 11.907-5.39 11.907-11.906s-5.367-11.906-11.907-11.906c-6.515 0-11.906 5.39-11.906 11.906c0 6.563 5.39 11.906 11.906 11.906m.024-4.172c-.82 0-1.547-.562-1.547-1.43V43.68H7.152c-.796 0-1.453-.657-1.453-1.43s.657-1.43 1.453-1.43h4.477v-4.85c0-.89.726-1.453 1.547-1.453c.797 0 1.523.562 1.523 1.453v4.851h4.477c.797 0 1.43.657 1.43 1.43s-.633 1.43-1.43 1.43h-4.477v4.875c0 .867-.726 1.43-1.523 1.43"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M47.395 10.961h-3.727c-.14-4.922-4.406-9.117-9.703-9.117c-5.32 0-9.586 4.195-9.727 9.117h-3.726c-4.875 0-7.36 2.414-7.36 7.266v8.906c8.32 0 15.141 6.82 15.141 15.117c0 2.719-.75 5.273-2.039 7.5h21.844c4.195 0 6.656-2.437 6.656-7.266V18.227c0-4.829-2.484-7.266-7.36-7.266m-13.43-5.555c3.305 0 5.812 2.485 5.93 5.555h-11.86c.094-3.07 2.602-5.555 5.93-5.555m-20.813 48.75c6.47 0 11.907-5.39 11.907-11.906s-5.367-11.906-11.907-11.906c-6.515 0-11.906 5.39-11.906 11.906c0 6.563 5.39 11.906 11.906 11.906m.024-4.172c-.82 0-1.547-.562-1.547-1.43V43.68H7.152c-.796 0-1.453-.657-1.453-1.43s.657-1.43 1.453-1.43h4.477v-4.85c0-.89.726-1.453 1.547-1.453c.797 0 1.523.562 1.523 1.453v4.851h4.477c.797 0 1.43.657 1.43 1.43s-.633 1.43-1.43 1.43h-4.477v4.875c0 .867-.726 1.43-1.523 1.43"/></svg> </template>
CSS
.icon-bag-fill-badge-plus {
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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M47.395%2010.961h-3.727c-.14-4.922-4.406-9.117-9.703-9.117c-5.32%200-9.586%204.195-9.727%209.117h-3.726c-4.875%200-7.36%202.414-7.36%207.266v8.906c8.32%200%2015.141%206.82%2015.141%2015.117c0%202.719-.75%205.273-2.039%207.5h21.844c4.195%200%206.656-2.437%206.656-7.266V18.227c0-4.829-2.484-7.266-7.36-7.266m-13.43-5.555c3.305%200%205.812%202.485%205.93%205.555h-11.86c.094-3.07%202.602-5.555%205.93-5.555m-20.813%2048.75c6.47%200%2011.907-5.39%2011.907-11.906s-5.367-11.906-11.907-11.906c-6.515%200-11.906%205.39-11.906%2011.906c0%206.563%205.39%2011.906%2011.906%2011.906m.024-4.172c-.82%200-1.547-.562-1.547-1.43V43.68H7.152c-.796%200-1.453-.657-1.453-1.43s.657-1.43%201.453-1.43h4.477v-4.85c0-.89.726-1.453%201.547-1.453c.797%200%201.523.562%201.523%201.453v4.851h4.477c.797%200%201.43.657%201.43%201.43s-.633%201.43-1.43%201.43h-4.477v4.875c0%20.867-.726%201.43-1.523%201.43%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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M47.395%2010.961h-3.727c-.14-4.922-4.406-9.117-9.703-9.117c-5.32%200-9.586%204.195-9.727%209.117h-3.726c-4.875%200-7.36%202.414-7.36%207.266v8.906c8.32%200%2015.141%206.82%2015.141%2015.117c0%202.719-.75%205.273-2.039%207.5h21.844c4.195%200%206.656-2.437%206.656-7.266V18.227c0-4.829-2.484-7.266-7.36-7.266m-13.43-5.555c3.305%200%205.812%202.485%205.93%205.555h-11.86c.094-3.07%202.602-5.555%205.93-5.555m-20.813%2048.75c6.47%200%2011.907-5.39%2011.907-11.906s-5.367-11.906-11.907-11.906c-6.515%200-11.906%205.39-11.906%2011.906c0%206.563%205.39%2011.906%2011.906%2011.906m.024-4.172c-.82%200-1.547-.562-1.547-1.43V43.68H7.152c-.796%200-1.453-.657-1.453-1.43s.657-1.43%201.453-1.43h4.477v-4.85c0-.89.726-1.453%201.547-1.453c.797%200%201.523.562%201.523%201.453v4.851h4.477c.797%200%201.43.657%201.43%201.43s-.633%201.43-1.43%201.43h-4.477v4.875c0%20.867-.726%201.43-1.523%201.43%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/f7/bag-fill-badge-plus.svg?color=%231a73e8&size=48