handbag icon
handbag from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- handbag
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
handbagBootstrap IconshandbagEmoji One (Colored)handbagElement PlushandbagFluent EmojihandbagFluent Emoji FlathandbagFluent Emoji High ContrasthandbagFirefox OS EmojihandbagIconParkhandbagIconPark OutlinehandbagIconPark SolidhandbagIconPark TwoTonehandbagIconoirhandbagLucidehandbagNoto EmojihandbagOpenMojihandbagPhosphorhandbagPixelarticonshandbag-fillRemix IconhandbagStreamline EmojishandbagTwitter Emoji
Use the handbag 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-linecap="round" stroke-width="1.5"><path stroke-linejoin="round" d="M8.162 9h7.676c1.466 0 2.199 0 2.733.384q.12.086.225.188c.471.457.592 1.17.833 2.597c.652 3.86.978 5.79.023 7.131q-.21.296-.472.55C17.996 21 15.998 21 12 21s-5.996 0-7.18-1.15a4 4 0 0 1-.472-.55c-.955-1.34-.629-3.271.023-7.131c.241-1.427.362-2.14.833-2.597a2 2 0 0 1 .225-.188C5.963 9 6.696 9 8.162 9"/><path d="m5.5 9.5l.901 1.983c.777 1.708 1.165 2.562 1.907 3.04c.741.477 1.68.477 3.556.477h.272c1.877 0 2.815 0 3.556-.478c.742-.477 1.13-1.331 1.907-3.04L18.5 9.5"/><path stroke-linejoin="round" d="M8 9V7a4 4 0 1 1 8 0v2"/><path d="M12 14v2"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsHandbag(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" strokeLinecap="round" strokeWidth="1.5"><path strokeLinejoin="round" d="M8.162 9h7.676c1.466 0 2.199 0 2.733.384q.12.086.225.188c.471.457.592 1.17.833 2.597c.652 3.86.978 5.79.023 7.131q-.21.296-.472.55C17.996 21 15.998 21 12 21s-5.996 0-7.18-1.15a4 4 0 0 1-.472-.55c-.955-1.34-.629-3.271.023-7.131c.241-1.427.362-2.14.833-2.597a2 2 0 0 1 .225-.188C5.963 9 6.696 9 8.162 9"/><path d="m5.5 9.5l.901 1.983c.777 1.708 1.165 2.562 1.907 3.04c.741.477 1.68.477 3.556.477h.272c1.877 0 2.815 0 3.556-.478c.742-.477 1.13-1.331 1.907-3.04L18.5 9.5"/><path strokeLinejoin="round" d="M8 9V7a4 4 0 1 1 8 0v2"/><path d="M12 14v2"/></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-linecap="round" stroke-width="1.5"><path stroke-linejoin="round" d="M8.162 9h7.676c1.466 0 2.199 0 2.733.384q.12.086.225.188c.471.457.592 1.17.833 2.597c.652 3.86.978 5.79.023 7.131q-.21.296-.472.55C17.996 21 15.998 21 12 21s-5.996 0-7.18-1.15a4 4 0 0 1-.472-.55c-.955-1.34-.629-3.271.023-7.131c.241-1.427.362-2.14.833-2.597a2 2 0 0 1 .225-.188C5.963 9 6.696 9 8.162 9"/><path d="m5.5 9.5l.901 1.983c.777 1.708 1.165 2.562 1.907 3.04c.741.477 1.68.477 3.556.477h.272c1.877 0 2.815 0 3.556-.478c.742-.477 1.13-1.331 1.907-3.04L18.5 9.5"/><path stroke-linejoin="round" d="M8 9V7a4 4 0 1 1 8 0v2"/><path d="M12 14v2"/></g></svg> </template>
CSS
.icon-handbag {
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-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M8.162%209h7.676c1.466%200%202.199%200%202.733.384q.12.086.225.188c.471.457.592%201.17.833%202.597c.652%203.86.978%205.79.023%207.131q-.21.296-.472.55C17.996%2021%2015.998%2021%2012%2021s-5.996%200-7.18-1.15a4%204%200%200%201-.472-.55c-.955-1.34-.629-3.271.023-7.131c.241-1.427.362-2.14.833-2.597a2%202%200%200%201%20.225-.188C5.963%209%206.696%209%208.162%209%22%2F%3E%3Cpath%20d%3D%22m5.5%209.5l.901%201.983c.777%201.708%201.165%202.562%201.907%203.04c.741.477%201.68.477%203.556.477h.272c1.877%200%202.815%200%203.556-.478c.742-.477%201.13-1.331%201.907-3.04L18.5%209.5%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M8%209V7a4%204%200%201%201%208%200v2%22%2F%3E%3Cpath%20d%3D%22M12%2014v2%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-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M8.162%209h7.676c1.466%200%202.199%200%202.733.384q.12.086.225.188c.471.457.592%201.17.833%202.597c.652%203.86.978%205.79.023%207.131q-.21.296-.472.55C17.996%2021%2015.998%2021%2012%2021s-5.996%200-7.18-1.15a4%204%200%200%201-.472-.55c-.955-1.34-.629-3.271.023-7.131c.241-1.427.362-2.14.833-2.597a2%202%200%200%201%20.225-.188C5.963%209%206.696%209%208.162%209%22%2F%3E%3Cpath%20d%3D%22m5.5%209.5l.901%201.983c.777%201.708%201.165%202.562%201.907%203.04c.741.477%201.68.477%203.556.477h.272c1.877%200%202.815%200%203.556-.478c.742-.477%201.13-1.331%201.907-3.04L18.5%209.5%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M8%209V7a4%204%200%201%201%208%200v2%22%2F%3E%3Cpath%20d%3D%22M12%2014v2%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/handbag.svg?color=%231a73e8&size=48