handbag simple icon
handbag-simple from Phosphor by Phosphor Icons · Regular · MIT Free for personal and commercial use.
- Name
- handbag-simple
- Set
- Phosphor
- Style
- Regular
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
Use the handbag simple icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="m239.89 198.12l-14.26-120a16 16 0 0 0-16-14.12H176a48 48 0 0 0-96 0H46.33a16 16 0 0 0-16 14.12l-14.26 120A16 16 0 0 0 20 210.6a16.13 16.13 0 0 0 12 5.4h191.92a16.13 16.13 0 0 0 12.08-5.4a16 16 0 0 0 3.89-12.48M128 32a32 32 0 0 1 32 32H96a32 32 0 0 1 32-32M32 200L46.33 80h163.42l14.17 120Z"/></svg>
React
import type { SVGProps } from "react";
export function PhHandbagSimple(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="m239.89 198.12l-14.26-120a16 16 0 0 0-16-14.12H176a48 48 0 0 0-96 0H46.33a16 16 0 0 0-16 14.12l-14.26 120A16 16 0 0 0 20 210.6a16.13 16.13 0 0 0 12 5.4h191.92a16.13 16.13 0 0 0 12.08-5.4a16 16 0 0 0 3.89-12.48M128 32a32 32 0 0 1 32 32H96a32 32 0 0 1 32-32M32 200L46.33 80h163.42l14.17 120Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="m239.89 198.12l-14.26-120a16 16 0 0 0-16-14.12H176a48 48 0 0 0-96 0H46.33a16 16 0 0 0-16 14.12l-14.26 120A16 16 0 0 0 20 210.6a16.13 16.13 0 0 0 12 5.4h191.92a16.13 16.13 0 0 0 12.08-5.4a16 16 0 0 0 3.89-12.48M128 32a32 32 0 0 1 32 32H96a32 32 0 0 1 32-32M32 200L46.33 80h163.42l14.17 120Z"/></svg> </template>
CSS
.icon-handbag-simple {
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%22m239.89%20198.12l-14.26-120a16%2016%200%200%200-16-14.12H176a48%2048%200%200%200-96%200H46.33a16%2016%200%200%200-16%2014.12l-14.26%20120A16%2016%200%200%200%2020%20210.6a16.13%2016.13%200%200%200%2012%205.4h191.92a16.13%2016.13%200%200%200%2012.08-5.4a16%2016%200%200%200%203.89-12.48M128%2032a32%2032%200%200%201%2032%2032H96a32%2032%200%200%201%2032-32M32%20200L46.33%2080h163.42l14.17%20120Z%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%22m239.89%20198.12l-14.26-120a16%2016%200%200%200-16-14.12H176a48%2048%200%200%200-96%200H46.33a16%2016%200%200%200-16%2014.12l-14.26%20120A16%2016%200%200%200%2020%20210.6a16.13%2016.13%200%200%200%2012%205.4h191.92a16.13%2016.13%200%200%200%2012.08-5.4a16%2016%200%200%200%203.89-12.48M128%2032a32%2032%200%200%201%2032%2032H96a32%2032%200%200%201%2032-32M32%20200L46.33%2080h163.42l14.17%20120Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/handbag-simple.svg?color=%231a73e8&size=48