reusable bag emoji

reusable-bag from OpenMoji by OpenMoji · Default · Extras Openmoji · CC-BY-SA-4.0 Attribution required.

Name
reusable-bag
Set
OpenMoji
Style
Default
Category
Extras Openmoji
Viewbox
72×72
License
CC BY-SA 4.0

More extras openmoji icons from OpenMoji

Use the reusable bag emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><rect width="32.615" height="38.612" x="19.693" y="20.941" fill="#a57939" rx="6.783"/><path fill="#b1cc33" d="M33.427 38.127c1.806-2.92 5.868-3.617 5.868-3.617s1.118 3.996-.67 6.839s-5.869 3.616-5.869 3.616s-1.136-3.919.67-6.838"/><g fill="none" stroke="#000" stroke-width="2"><path stroke-linecap="round" stroke-linejoin="round" d="M33.645 38.055c1.806-2.92 5.868-3.617 5.868-3.617s1.118 3.996-.67 6.838s-5.869 3.617-5.869 3.617s-1.136-3.919.67-6.839M32.1 46.457l.807-1.658"/><g stroke-miterlimit="10"><path stroke-linecap="round" d="M28.157 25.663c0-7.445 3.416-13.48 7.63-13.48s7.631 6.035 7.631 13.48"/><rect width="32.615" height="38.612" x="19.693" y="20.941" rx="6.783"/></g></g></svg>

React

import type { SVGProps } from "react";

export function OpenmojiReusableBag(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><rect width="32.615" height="38.612" x="19.693" y="20.941" fill="#a57939" rx="6.783"/><path fill="#b1cc33" d="M33.427 38.127c1.806-2.92 5.868-3.617 5.868-3.617s1.118 3.996-.67 6.839s-5.869 3.616-5.869 3.616s-1.136-3.919.67-6.838"/><g fill="none" stroke="#000" strokeWidth="2"><path strokeLinecap="round" strokeLinejoin="round" d="M33.645 38.055c1.806-2.92 5.868-3.617 5.868-3.617s1.118 3.996-.67 6.838s-5.869 3.617-5.869 3.617s-1.136-3.919.67-6.839M32.1 46.457l.807-1.658"/><g strokeMiterlimit="10"><path strokeLinecap="round" d="M28.157 25.663c0-7.445 3.416-13.48 7.63-13.48s7.631 6.035 7.631 13.48"/><rect width="32.615" height="38.612" x="19.693" y="20.941" rx="6.783"/></g></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><rect width="32.615" height="38.612" x="19.693" y="20.941" fill="#a57939" rx="6.783"/><path fill="#b1cc33" d="M33.427 38.127c1.806-2.92 5.868-3.617 5.868-3.617s1.118 3.996-.67 6.839s-5.869 3.616-5.869 3.616s-1.136-3.919.67-6.838"/><g fill="none" stroke="#000" stroke-width="2"><path stroke-linecap="round" stroke-linejoin="round" d="M33.645 38.055c1.806-2.92 5.868-3.617 5.868-3.617s1.118 3.996-.67 6.838s-5.869 3.617-5.869 3.617s-1.136-3.919.67-6.839M32.1 46.457l.807-1.658"/><g stroke-miterlimit="10"><path stroke-linecap="round" d="M28.157 25.663c0-7.445 3.416-13.48 7.63-13.48s7.631 6.035 7.631 13.48"/><rect width="32.615" height="38.612" x="19.693" y="20.941" rx="6.783"/></g></g></svg>
</template>

CSS

.icon-reusable-bag {
  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%2072%2072%22%3E%3Crect%20width%3D%2232.615%22%20height%3D%2238.612%22%20x%3D%2219.693%22%20y%3D%2220.941%22%20fill%3D%22%23a57939%22%20rx%3D%226.783%22%2F%3E%3Cpath%20fill%3D%22%23b1cc33%22%20d%3D%22M33.427%2038.127c1.806-2.92%205.868-3.617%205.868-3.617s1.118%203.996-.67%206.839s-5.869%203.616-5.869%203.616s-1.136-3.919.67-6.838%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-width%3D%222%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M33.645%2038.055c1.806-2.92%205.868-3.617%205.868-3.617s1.118%203.996-.67%206.838s-5.869%203.617-5.869%203.617s-1.136-3.919.67-6.839M32.1%2046.457l.807-1.658%22%2F%3E%3Cg%20stroke-miterlimit%3D%2210%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M28.157%2025.663c0-7.445%203.416-13.48%207.63-13.48s7.631%206.035%207.631%2013.48%22%2F%3E%3Crect%20width%3D%2232.615%22%20height%3D%2238.612%22%20x%3D%2219.693%22%20y%3D%2220.941%22%20rx%3D%226.783%22%2F%3E%3C%2Fg%3E%3C%2Fg%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%2072%2072%22%3E%3Crect%20width%3D%2232.615%22%20height%3D%2238.612%22%20x%3D%2219.693%22%20y%3D%2220.941%22%20fill%3D%22%23a57939%22%20rx%3D%226.783%22%2F%3E%3Cpath%20fill%3D%22%23b1cc33%22%20d%3D%22M33.427%2038.127c1.806-2.92%205.868-3.617%205.868-3.617s1.118%203.996-.67%206.839s-5.869%203.616-5.869%203.616s-1.136-3.919.67-6.838%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-width%3D%222%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M33.645%2038.055c1.806-2.92%205.868-3.617%205.868-3.617s1.118%203.996-.67%206.838s-5.869%203.617-5.869%203.617s-1.136-3.919.67-6.839M32.1%2046.457l.807-1.658%22%2F%3E%3Cg%20stroke-miterlimit%3D%2210%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M28.157%2025.663c0-7.445%203.416-13.48%207.63-13.48s7.631%206.035%207.631%2013.48%22%2F%3E%3Crect%20width%3D%2232.615%22%20height%3D%2238.612%22%20x%3D%2219.693%22%20y%3D%2220.941%22%20rx%3D%226.783%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/openmoji/reusable-bag.svg?color=%231a73e8&size=48