bag smile icon

bag-smile-linear from Solar by 480 Design · Linear · Shopping · CC-BY-4.0 Attribution required.

Name
bag-smile-linear
Set
Solar
Style
Linear
Category
Shopping
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

More shopping icons from Solar

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="none" stroke="currentColor" stroke-width="1.5"><path d="M3.79424 12.0291C4.33141 9.34329 4.59999 8.00036 5.48746 7.13543C5.65149 6.97557 5.82894 6.8301 6.01786 6.70061C7.04004 6 8.40956 6 11.1486 6H12.8515C15.5906 6 16.9601 6 17.9823 6.70061C18.1712 6.8301 18.3486 6.97557 18.5127 7.13543C19.4001 8.00036 19.6687 9.34329 20.2059 12.0291C20.9771 15.8851 21.3627 17.8131 20.475 19.1793C20.3143 19.4267 20.1267 19.6555 19.9157 19.8616C18.7501 21 16.7839 21 12.8515 21H11.1486C7.21622 21 5.25004 21 4.08447 19.8616C3.87342 19.6555 3.68582 19.4267 3.5251 19.1793C2.63744 17.8131 3.02304 15.8851 3.79424 12.0291Z"/><path stroke-linecap="round" d="M9 6V5C9 3.34315 10.3431 2 12 2C13.6569 2 15 3.34315 15 5V6"/><path stroke-linecap="round" d="M9.1709 15C9.58273 16.1652 10.694 17 12.0002 17C13.3064 17 14.4177 16.1652 14.8295 15"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarBagSmileLinear(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeWidth="1.5"><path d="M3.79424 12.0291C4.33141 9.34329 4.59999 8.00036 5.48746 7.13543C5.65149 6.97557 5.82894 6.8301 6.01786 6.70061C7.04004 6 8.40956 6 11.1486 6H12.8515C15.5906 6 16.9601 6 17.9823 6.70061C18.1712 6.8301 18.3486 6.97557 18.5127 7.13543C19.4001 8.00036 19.6687 9.34329 20.2059 12.0291C20.9771 15.8851 21.3627 17.8131 20.475 19.1793C20.3143 19.4267 20.1267 19.6555 19.9157 19.8616C18.7501 21 16.7839 21 12.8515 21H11.1486C7.21622 21 5.25004 21 4.08447 19.8616C3.87342 19.6555 3.68582 19.4267 3.5251 19.1793C2.63744 17.8131 3.02304 15.8851 3.79424 12.0291Z"/><path strokeLinecap="round" d="M9 6V5C9 3.34315 10.3431 2 12 2C13.6569 2 15 3.34315 15 5V6"/><path strokeLinecap="round" d="M9.1709 15C9.58273 16.1652 10.694 17 12.0002 17C13.3064 17 14.4177 16.1652 14.8295 15"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path d="M3.79424 12.0291C4.33141 9.34329 4.59999 8.00036 5.48746 7.13543C5.65149 6.97557 5.82894 6.8301 6.01786 6.70061C7.04004 6 8.40956 6 11.1486 6H12.8515C15.5906 6 16.9601 6 17.9823 6.70061C18.1712 6.8301 18.3486 6.97557 18.5127 7.13543C19.4001 8.00036 19.6687 9.34329 20.2059 12.0291C20.9771 15.8851 21.3627 17.8131 20.475 19.1793C20.3143 19.4267 20.1267 19.6555 19.9157 19.8616C18.7501 21 16.7839 21 12.8515 21H11.1486C7.21622 21 5.25004 21 4.08447 19.8616C3.87342 19.6555 3.68582 19.4267 3.5251 19.1793C2.63744 17.8131 3.02304 15.8851 3.79424 12.0291Z"/><path stroke-linecap="round" d="M9 6V5C9 3.34315 10.3431 2 12 2C13.6569 2 15 3.34315 15 5V6"/><path stroke-linecap="round" d="M9.1709 15C9.58273 16.1652 10.694 17 12.0002 17C13.3064 17 14.4177 16.1652 14.8295 15"/></g></svg>
</template>

CSS

.icon-bag-smile-linear {
  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%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M3.79424%2012.0291C4.33141%209.34329%204.59999%208.00036%205.48746%207.13543C5.65149%206.97557%205.82894%206.8301%206.01786%206.70061C7.04004%206%208.40956%206%2011.1486%206H12.8515C15.5906%206%2016.9601%206%2017.9823%206.70061C18.1712%206.8301%2018.3486%206.97557%2018.5127%207.13543C19.4001%208.00036%2019.6687%209.34329%2020.2059%2012.0291C20.9771%2015.8851%2021.3627%2017.8131%2020.475%2019.1793C20.3143%2019.4267%2020.1267%2019.6555%2019.9157%2019.8616C18.7501%2021%2016.7839%2021%2012.8515%2021H11.1486C7.21622%2021%205.25004%2021%204.08447%2019.8616C3.87342%2019.6555%203.68582%2019.4267%203.5251%2019.1793C2.63744%2017.8131%203.02304%2015.8851%203.79424%2012.0291Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M9%206V5C9%203.34315%2010.3431%202%2012%202C13.6569%202%2015%203.34315%2015%205V6%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M9.1709%2015C9.58273%2016.1652%2010.694%2017%2012.0002%2017C13.3064%2017%2014.4177%2016.1652%2014.8295%2015%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%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M3.79424%2012.0291C4.33141%209.34329%204.59999%208.00036%205.48746%207.13543C5.65149%206.97557%205.82894%206.8301%206.01786%206.70061C7.04004%206%208.40956%206%2011.1486%206H12.8515C15.5906%206%2016.9601%206%2017.9823%206.70061C18.1712%206.8301%2018.3486%206.97557%2018.5127%207.13543C19.4001%208.00036%2019.6687%209.34329%2020.2059%2012.0291C20.9771%2015.8851%2021.3627%2017.8131%2020.475%2019.1793C20.3143%2019.4267%2020.1267%2019.6555%2019.9157%2019.8616C18.7501%2021%2016.7839%2021%2012.8515%2021H11.1486C7.21622%2021%205.25004%2021%204.08447%2019.8616C3.87342%2019.6555%203.68582%2019.4267%203.5251%2019.1793C2.63744%2017.8131%203.02304%2015.8851%203.79424%2012.0291Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M9%206V5C9%203.34315%2010.3431%202%2012%202C13.6569%202%2015%203.34315%2015%205V6%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M9.1709%2015C9.58273%2016.1652%2010.694%2017%2012.0002%2017C13.3064%2017%2014.4177%2016.1652%2014.8295%2015%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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