bag happy icon
bag-happy from Reicon by REICON · Outline · Newicons · MIT Free for personal and commercial use.
- Name
- bag-happy
- Set
- Reicon
- Style
- Outline
- Category
- Newicons
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
More newicons icons from Reicon
Use the bag happy 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 stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M8.5 14.25c0 1.92 1.58 3.5 3.5 3.5s3.5-1.58 3.5-3.5M8.81 2L5.19 5.63m10-3.63l3.62 3.63"/><path d="M2 7.85c0-1.85.99-2 2.22-2h15.56c1.23 0 2.22.15 2.22 2c0 2.15-.99 2-2.22 2H4.22C2.99 9.85 2 10 2 7.85Z"/><path stroke-linecap="round" d="m3.5 10l1.41 8.64C5.23 20.58 6 22 8.86 22h6.03c3.11 0 3.57-1.36 3.93-3.24L20.5 10"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconBagHappy(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 strokeLinecap="round" strokeLinejoin="round" strokeMiterlimit="10" d="M8.5 14.25c0 1.92 1.58 3.5 3.5 3.5s3.5-1.58 3.5-3.5M8.81 2L5.19 5.63m10-3.63l3.62 3.63"/><path d="M2 7.85c0-1.85.99-2 2.22-2h15.56c1.23 0 2.22.15 2.22 2c0 2.15-.99 2-2.22 2H4.22C2.99 9.85 2 10 2 7.85Z"/><path strokeLinecap="round" d="m3.5 10l1.41 8.64C5.23 20.58 6 22 8.86 22h6.03c3.11 0 3.57-1.36 3.93-3.24L20.5 10"/></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 stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M8.5 14.25c0 1.92 1.58 3.5 3.5 3.5s3.5-1.58 3.5-3.5M8.81 2L5.19 5.63m10-3.63l3.62 3.63"/><path d="M2 7.85c0-1.85.99-2 2.22-2h15.56c1.23 0 2.22.15 2.22 2c0 2.15-.99 2-2.22 2H4.22C2.99 9.85 2 10 2 7.85Z"/><path stroke-linecap="round" d="m3.5 10l1.41 8.64C5.23 20.58 6 22 8.86 22h6.03c3.11 0 3.57-1.36 3.93-3.24L20.5 10"/></g></svg> </template>
CSS
.icon-bag-happy {
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%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M8.5%2014.25c0%201.92%201.58%203.5%203.5%203.5s3.5-1.58%203.5-3.5M8.81%202L5.19%205.63m10-3.63l3.62%203.63%22%2F%3E%3Cpath%20d%3D%22M2%207.85c0-1.85.99-2%202.22-2h15.56c1.23%200%202.22.15%202.22%202c0%202.15-.99%202-2.22%202H4.22C2.99%209.85%202%2010%202%207.85Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22m3.5%2010l1.41%208.64C5.23%2020.58%206%2022%208.86%2022h6.03c3.11%200%203.57-1.36%203.93-3.24L20.5%2010%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%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M8.5%2014.25c0%201.92%201.58%203.5%203.5%203.5s3.5-1.58%203.5-3.5M8.81%202L5.19%205.63m10-3.63l3.62%203.63%22%2F%3E%3Cpath%20d%3D%22M2%207.85c0-1.85.99-2%202.22-2h15.56c1.23%200%202.22.15%202.22%202c0%202.15-.99%202-2.22%202H4.22C2.99%209.85%202%2010%202%207.85Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22m3.5%2010l1.41%208.64C5.23%2020.58%206%2022%208.86%2022h6.03c3.11%200%203.57-1.36%203.93-3.24L20.5%2010%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-happy.svg?color=%231a73e8&size=48