bag smile icon

bag-smile-duotone from Reicon by REICON · Duotone · Shopping · MIT Free for personal and commercial use.

Name
bag-smile-duotone
Set
Reicon
Style
Duotone
Category
Shopping
Viewbox
24×24
License
MIT

2 other variants in Reicon

The same icon in other sets

More shopping icons from Reicon

Use the bag smile icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M4.083 11.894c.439-2.34.658-3.511 1.491-4.203C6.408 7 7.598 7 9.98 7h4.04c2.383 0 3.573 0 4.407.691c.833.692 1.052 1.862 1.491 4.203l.75 4c.617 3.292.926 4.938.026 6.022S18.12 23 14.771 23H9.23c-3.349 0-5.024 0-5.923-1.084c-.9-1.084-.591-2.73.026-6.022z" opacity=".5"/><path d="M9.75 5.985a2.25 2.25 0 0 1 4.5 0v1c.566 0 1.062.002 1.5.015V5.985a3.75 3.75 0 1 0-7.5 0V7c.438-.013.934-.015 1.5-.015zm.128 9.765a2.251 2.251 0 0 0 4.245 0a.75.75 0 1 1 1.414.5a3.751 3.751 0 0 1-7.073 0a.75.75 0 0 1 1.414-.5"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconBagSmileDuotone(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M4.083 11.894c.439-2.34.658-3.511 1.491-4.203C6.408 7 7.598 7 9.98 7h4.04c2.383 0 3.573 0 4.407.691c.833.692 1.052 1.862 1.491 4.203l.75 4c.617 3.292.926 4.938.026 6.022S18.12 23 14.771 23H9.23c-3.349 0-5.024 0-5.923-1.084c-.9-1.084-.591-2.73.026-6.022z" opacity=".5"/><path d="M9.75 5.985a2.25 2.25 0 0 1 4.5 0v1c.566 0 1.062.002 1.5.015V5.985a3.75 3.75 0 1 0-7.5 0V7c.438-.013.934-.015 1.5-.015zm.128 9.765a2.251 2.251 0 0 0 4.245 0a.75.75 0 1 1 1.414.5a3.751 3.751 0 0 1-7.073 0a.75.75 0 0 1 1.414-.5"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M4.083 11.894c.439-2.34.658-3.511 1.491-4.203C6.408 7 7.598 7 9.98 7h4.04c2.383 0 3.573 0 4.407.691c.833.692 1.052 1.862 1.491 4.203l.75 4c.617 3.292.926 4.938.026 6.022S18.12 23 14.771 23H9.23c-3.349 0-5.024 0-5.923-1.084c-.9-1.084-.591-2.73.026-6.022z" opacity=".5"/><path d="M9.75 5.985a2.25 2.25 0 0 1 4.5 0v1c.566 0 1.062.002 1.5.015V5.985a3.75 3.75 0 1 0-7.5 0V7c.438-.013.934-.015 1.5-.015zm.128 9.765a2.251 2.251 0 0 0 4.245 0a.75.75 0 1 1 1.414.5a3.751 3.751 0 0 1-7.073 0a.75.75 0 0 1 1.414-.5"/></g></svg>
</template>

CSS

.icon-bag-smile-duotone {
  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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M4.083%2011.894c.439-2.34.658-3.511%201.491-4.203C6.408%207%207.598%207%209.98%207h4.04c2.383%200%203.573%200%204.407.691c.833.692%201.052%201.862%201.491%204.203l.75%204c.617%203.292.926%204.938.026%206.022S18.12%2023%2014.771%2023H9.23c-3.349%200-5.024%200-5.923-1.084c-.9-1.084-.591-2.73.026-6.022z%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M9.75%205.985a2.25%202.25%200%200%201%204.5%200v1c.566%200%201.062.002%201.5.015V5.985a3.75%203.75%200%201%200-7.5%200V7c.438-.013.934-.015%201.5-.015zm.128%209.765a2.251%202.251%200%200%200%204.245%200a.75.75%200%201%201%201.414.5a3.751%203.751%200%200%201-7.073%200a.75.75%200%200%201%201.414-.5%22%2F%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%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M4.083%2011.894c.439-2.34.658-3.511%201.491-4.203C6.408%207%207.598%207%209.98%207h4.04c2.383%200%203.573%200%204.407.691c.833.692%201.052%201.862%201.491%204.203l.75%204c.617%203.292.926%204.938.026%206.022S18.12%2023%2014.771%2023H9.23c-3.349%200-5.024%200-5.923-1.084c-.9-1.084-.591-2.73.026-6.022z%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M9.75%205.985a2.25%202.25%200%200%201%204.5%200v1c.566%200%201.062.002%201.5.015V5.985a3.75%203.75%200%201%200-7.5%200V7c.438-.013.934-.015%201.5-.015zm.128%209.765a2.251%202.251%200%200%200%204.245%200a.75.75%200%201%201%201.414.5a3.751%203.751%200%200%201-7.073%200a.75.75%200%200%201%201.414-.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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

Bag Smile duotone icon — Reicon · IconsDB