handbag icon
handbag-light from Phosphor by Phosphor Icons · Light · MIT Free for personal and commercial use.
- Name
- handbag-light
- Set
- Phosphor
- Style
- Light
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
The same icon in other sets
handbagBootstrap IconshandbagEmoji One (Colored)handbagElement PlushandbagFluent EmojihandbagFluent Emoji FlathandbagFluent Emoji High ContrasthandbagFirefox OS EmojihandbagHuge IconshandbagIconParkhandbagIconPark OutlinehandbagIconPark SolidhandbagIconPark TwoTonehandbagIconoirhandbagLucidehandbagNoto EmojihandbagOpenMojihandbagPixelarticonshandbag-fillRemix IconhandbagStreamline EmojishandbagTwitter Emoji
Related icons in Phosphor
Use the handbag icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="m237.9 198.36l-14.25-120a14.06 14.06 0 0 0-14-12.36H174v-2a46 46 0 0 0-92 0v2H46.33a14.06 14.06 0 0 0-14 12.36l-14.25 120a14 14 0 0 0 14 15.64h191.84a14 14 0 0 0 14-15.64ZM94 64a34 34 0 0 1 68 0v2H94Zm131.5 137.3a2.07 2.07 0 0 1-1.58.7H32.08a2.07 2.07 0 0 1-1.58-.7a1.92 1.92 0 0 1-.49-1.53l14.26-120A2 2 0 0 1 46.33 78H82v26a6 6 0 0 0 12 0V78h68v26a6 6 0 0 0 12 0V78h35.67a2 2 0 0 1 2.06 1.77l14.26 120a1.92 1.92 0 0 1-.49 1.53"/></svg>
React
import type { SVGProps } from "react";
export function PhHandbagLight(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="m237.9 198.36l-14.25-120a14.06 14.06 0 0 0-14-12.36H174v-2a46 46 0 0 0-92 0v2H46.33a14.06 14.06 0 0 0-14 12.36l-14.25 120a14 14 0 0 0 14 15.64h191.84a14 14 0 0 0 14-15.64ZM94 64a34 34 0 0 1 68 0v2H94Zm131.5 137.3a2.07 2.07 0 0 1-1.58.7H32.08a2.07 2.07 0 0 1-1.58-.7a1.92 1.92 0 0 1-.49-1.53l14.26-120A2 2 0 0 1 46.33 78H82v26a6 6 0 0 0 12 0V78h68v26a6 6 0 0 0 12 0V78h35.67a2 2 0 0 1 2.06 1.77l14.26 120a1.92 1.92 0 0 1-.49 1.53"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="m237.9 198.36l-14.25-120a14.06 14.06 0 0 0-14-12.36H174v-2a46 46 0 0 0-92 0v2H46.33a14.06 14.06 0 0 0-14 12.36l-14.25 120a14 14 0 0 0 14 15.64h191.84a14 14 0 0 0 14-15.64ZM94 64a34 34 0 0 1 68 0v2H94Zm131.5 137.3a2.07 2.07 0 0 1-1.58.7H32.08a2.07 2.07 0 0 1-1.58-.7a1.92 1.92 0 0 1-.49-1.53l14.26-120A2 2 0 0 1 46.33 78H82v26a6 6 0 0 0 12 0V78h68v26a6 6 0 0 0 12 0V78h35.67a2 2 0 0 1 2.06 1.77l14.26 120a1.92 1.92 0 0 1-.49 1.53"/></svg> </template>
CSS
.icon-handbag-light {
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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m237.9%20198.36l-14.25-120a14.06%2014.06%200%200%200-14-12.36H174v-2a46%2046%200%200%200-92%200v2H46.33a14.06%2014.06%200%200%200-14%2012.36l-14.25%20120a14%2014%200%200%200%2014%2015.64h191.84a14%2014%200%200%200%2014-15.64ZM94%2064a34%2034%200%200%201%2068%200v2H94Zm131.5%20137.3a2.07%202.07%200%200%201-1.58.7H32.08a2.07%202.07%200%200%201-1.58-.7a1.92%201.92%200%200%201-.49-1.53l14.26-120A2%202%200%200%201%2046.33%2078H82v26a6%206%200%200%200%2012%200V78h68v26a6%206%200%200%200%2012%200V78h35.67a2%202%200%200%201%202.06%201.77l14.26%20120a1.92%201.92%200%200%201-.49%201.53%22%2F%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m237.9%20198.36l-14.25-120a14.06%2014.06%200%200%200-14-12.36H174v-2a46%2046%200%200%200-92%200v2H46.33a14.06%2014.06%200%200%200-14%2012.36l-14.25%20120a14%2014%200%200%200%2014%2015.64h191.84a14%2014%200%200%200%2014-15.64ZM94%2064a34%2034%200%200%201%2068%200v2H94Zm131.5%20137.3a2.07%202.07%200%200%201-1.58.7H32.08a2.07%202.07%200%200%201-1.58-.7a1.92%201.92%200%200%201-.49-1.53l14.26-120A2%202%200%200%201%2046.33%2078H82v26a6%206%200%200%200%2012%200V78h68v26a6%206%200%200%200%2012%200V78h35.67a2%202%200%200%201%202.06%201.77l14.26%20120a1.92%201.92%200%200%201-.49%201.53%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/handbag-light.svg?color=%231a73e8&size=48