bag badge plus icon

bag-badge-plus from Framework7 Icons by Vladimir Kharlampidi · Outline · MIT Free for personal and commercial use.

Name
bag-badge-plus
Set
Framework7 Icons
Style
Outline
Viewbox
56×56
License
MIT

Related icons in Framework7 Icons

Use the bag 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="M46.457 10.961h-3.75c-.117-4.922-4.406-9.117-9.703-9.117S23.418 6.039 23.3 10.96h-3.727c-4.898 0-7.36 2.414-7.36 7.266v9.023c.634-.07 1.266-.117 1.876-.117a17 17 0 0 1 1.898.117v-8.836c0-2.437 1.313-3.68 3.633-3.68h26.766c2.32 0 3.656 1.243 3.656 3.68v23.883c0 2.437-1.336 3.68-2.953 3.68H28.69a13.5 13.5 0 0 1-1.5 3.773h19.97c4.194 0 6.655-2.437 6.655-7.266V18.227c0-4.829-2.484-7.266-7.359-7.266M33.004 5.406c3.305 0 5.836 2.485 5.93 5.555h-11.86c.117-3.07 2.625-5.555 5.93-5.555M14.09 54.156c6.469 0 11.906-5.39 11.906-11.906S20.63 30.344 14.09 30.344c-6.516 0-11.906 5.39-11.906 11.906c0 6.563 5.39 11.906 11.906 11.906m.023-4.172c-.82 0-1.547-.562-1.547-1.43V43.68H8.09c-.797 0-1.453-.657-1.453-1.43s.656-1.43 1.453-1.43h4.476v-4.85c0-.89.727-1.453 1.547-1.453c.797 0 1.524.562 1.524 1.453v4.851h4.476c.797 0 1.43.657 1.43 1.43s-.633 1.43-1.43 1.43h-4.476v4.875c0 .867-.727 1.43-1.524 1.43"/></svg>

React

import type { SVGProps } from "react";

export function F7BagBadgePlus(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="M46.457 10.961h-3.75c-.117-4.922-4.406-9.117-9.703-9.117S23.418 6.039 23.3 10.96h-3.727c-4.898 0-7.36 2.414-7.36 7.266v9.023c.634-.07 1.266-.117 1.876-.117a17 17 0 0 1 1.898.117v-8.836c0-2.437 1.313-3.68 3.633-3.68h26.766c2.32 0 3.656 1.243 3.656 3.68v23.883c0 2.437-1.336 3.68-2.953 3.68H28.69a13.5 13.5 0 0 1-1.5 3.773h19.97c4.194 0 6.655-2.437 6.655-7.266V18.227c0-4.829-2.484-7.266-7.359-7.266M33.004 5.406c3.305 0 5.836 2.485 5.93 5.555h-11.86c.117-3.07 2.625-5.555 5.93-5.555M14.09 54.156c6.469 0 11.906-5.39 11.906-11.906S20.63 30.344 14.09 30.344c-6.516 0-11.906 5.39-11.906 11.906c0 6.563 5.39 11.906 11.906 11.906m.023-4.172c-.82 0-1.547-.562-1.547-1.43V43.68H8.09c-.797 0-1.453-.657-1.453-1.43s.656-1.43 1.453-1.43h4.476v-4.85c0-.89.727-1.453 1.547-1.453c.797 0 1.524.562 1.524 1.453v4.851h4.476c.797 0 1.43.657 1.43 1.43s-.633 1.43-1.43 1.43h-4.476v4.875c0 .867-.727 1.43-1.524 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="M46.457 10.961h-3.75c-.117-4.922-4.406-9.117-9.703-9.117S23.418 6.039 23.3 10.96h-3.727c-4.898 0-7.36 2.414-7.36 7.266v9.023c.634-.07 1.266-.117 1.876-.117a17 17 0 0 1 1.898.117v-8.836c0-2.437 1.313-3.68 3.633-3.68h26.766c2.32 0 3.656 1.243 3.656 3.68v23.883c0 2.437-1.336 3.68-2.953 3.68H28.69a13.5 13.5 0 0 1-1.5 3.773h19.97c4.194 0 6.655-2.437 6.655-7.266V18.227c0-4.829-2.484-7.266-7.359-7.266M33.004 5.406c3.305 0 5.836 2.485 5.93 5.555h-11.86c.117-3.07 2.625-5.555 5.93-5.555M14.09 54.156c6.469 0 11.906-5.39 11.906-11.906S20.63 30.344 14.09 30.344c-6.516 0-11.906 5.39-11.906 11.906c0 6.563 5.39 11.906 11.906 11.906m.023-4.172c-.82 0-1.547-.562-1.547-1.43V43.68H8.09c-.797 0-1.453-.657-1.453-1.43s.656-1.43 1.453-1.43h4.476v-4.85c0-.89.727-1.453 1.547-1.453c.797 0 1.524.562 1.524 1.453v4.851h4.476c.797 0 1.43.657 1.43 1.43s-.633 1.43-1.43 1.43h-4.476v4.875c0 .867-.727 1.43-1.524 1.43"/></svg>
</template>

CSS

.icon-bag-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%22M46.457%2010.961h-3.75c-.117-4.922-4.406-9.117-9.703-9.117S23.418%206.039%2023.3%2010.96h-3.727c-4.898%200-7.36%202.414-7.36%207.266v9.023c.634-.07%201.266-.117%201.876-.117a17%2017%200%200%201%201.898.117v-8.836c0-2.437%201.313-3.68%203.633-3.68h26.766c2.32%200%203.656%201.243%203.656%203.68v23.883c0%202.437-1.336%203.68-2.953%203.68H28.69a13.5%2013.5%200%200%201-1.5%203.773h19.97c4.194%200%206.655-2.437%206.655-7.266V18.227c0-4.829-2.484-7.266-7.359-7.266M33.004%205.406c3.305%200%205.836%202.485%205.93%205.555h-11.86c.117-3.07%202.625-5.555%205.93-5.555M14.09%2054.156c6.469%200%2011.906-5.39%2011.906-11.906S20.63%2030.344%2014.09%2030.344c-6.516%200-11.906%205.39-11.906%2011.906c0%206.563%205.39%2011.906%2011.906%2011.906m.023-4.172c-.82%200-1.547-.562-1.547-1.43V43.68H8.09c-.797%200-1.453-.657-1.453-1.43s.656-1.43%201.453-1.43h4.476v-4.85c0-.89.727-1.453%201.547-1.453c.797%200%201.524.562%201.524%201.453v4.851h4.476c.797%200%201.43.657%201.43%201.43s-.633%201.43-1.43%201.43h-4.476v4.875c0%20.867-.727%201.43-1.524%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%22M46.457%2010.961h-3.75c-.117-4.922-4.406-9.117-9.703-9.117S23.418%206.039%2023.3%2010.96h-3.727c-4.898%200-7.36%202.414-7.36%207.266v9.023c.634-.07%201.266-.117%201.876-.117a17%2017%200%200%201%201.898.117v-8.836c0-2.437%201.313-3.68%203.633-3.68h26.766c2.32%200%203.656%201.243%203.656%203.68v23.883c0%202.437-1.336%203.68-2.953%203.68H28.69a13.5%2013.5%200%200%201-1.5%203.773h19.97c4.194%200%206.655-2.437%206.655-7.266V18.227c0-4.829-2.484-7.266-7.359-7.266M33.004%205.406c3.305%200%205.836%202.485%205.93%205.555h-11.86c.117-3.07%202.625-5.555%205.93-5.555M14.09%2054.156c6.469%200%2011.906-5.39%2011.906-11.906S20.63%2030.344%2014.09%2030.344c-6.516%200-11.906%205.39-11.906%2011.906c0%206.563%205.39%2011.906%2011.906%2011.906m.023-4.172c-.82%200-1.547-.562-1.547-1.43V43.68H8.09c-.797%200-1.453-.657-1.453-1.43s.656-1.43%201.453-1.43h4.476v-4.85c0-.89.727-1.453%201.547-1.453c.797%200%201.524.562%201.524%201.453v4.851h4.476c.797%200%201.43.657%201.43%201.43s-.633%201.43-1.43%201.43h-4.476v4.875c0%20.867-.727%201.43-1.524%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-badge-plus.svg?color=%231a73e8&size=48