purse icon
purse from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- purse
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
Related icons in Huge Icons
Use the purse 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="M16 14a1.5 1.5 0 1 0 3 0a1.5 1.5 0 0 0-3 0ZM4 20a2 2 0 1 1 0-4c1.105 0 2 1.333 2 2s-.895 2-2 2Zm4 0c-1.105 0-2-1.5-2-2s.895-2 2-2a2 2 0 1 1 0 4Z"/><path stroke-linecap="round" d="M10 7h6c.764 0 1.425 0 2 .017c1.553.047 2.48.22 3.121.862C22 8.757 22 10.172 22 13v1c0 2.828 0 4.243-.879 5.121C20.243 20 18.828 20 16 20h-3m5-12.983c0-.948 0-1.422-.157-1.795a2 2 0 0 0-1.065-1.065C16.405 4 15.93 4 14.983 4H10C6.229 4 4.343 4 3.172 5.172S2 7.229 2 11v2"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsPurse(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="M16 14a1.5 1.5 0 1 0 3 0a1.5 1.5 0 0 0-3 0ZM4 20a2 2 0 1 1 0-4c1.105 0 2 1.333 2 2s-.895 2-2 2Zm4 0c-1.105 0-2-1.5-2-2s.895-2 2-2a2 2 0 1 1 0 4Z"/><path strokeLinecap="round" d="M10 7h6c.764 0 1.425 0 2 .017c1.553.047 2.48.22 3.121.862C22 8.757 22 10.172 22 13v1c0 2.828 0 4.243-.879 5.121C20.243 20 18.828 20 16 20h-3m5-12.983c0-.948 0-1.422-.157-1.795a2 2 0 0 0-1.065-1.065C16.405 4 15.93 4 14.983 4H10C6.229 4 4.343 4 3.172 5.172S2 7.229 2 11v2"/></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="M16 14a1.5 1.5 0 1 0 3 0a1.5 1.5 0 0 0-3 0ZM4 20a2 2 0 1 1 0-4c1.105 0 2 1.333 2 2s-.895 2-2 2Zm4 0c-1.105 0-2-1.5-2-2s.895-2 2-2a2 2 0 1 1 0 4Z"/><path stroke-linecap="round" d="M10 7h6c.764 0 1.425 0 2 .017c1.553.047 2.48.22 3.121.862C22 8.757 22 10.172 22 13v1c0 2.828 0 4.243-.879 5.121C20.243 20 18.828 20 16 20h-3m5-12.983c0-.948 0-1.422-.157-1.795a2 2 0 0 0-1.065-1.065C16.405 4 15.93 4 14.983 4H10C6.229 4 4.343 4 3.172 5.172S2 7.229 2 11v2"/></g></svg> </template>
CSS
.icon-purse {
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%22M16%2014a1.5%201.5%200%201%200%203%200a1.5%201.5%200%200%200-3%200ZM4%2020a2%202%200%201%201%200-4c1.105%200%202%201.333%202%202s-.895%202-2%202Zm4%200c-1.105%200-2-1.5-2-2s.895-2%202-2a2%202%200%201%201%200%204Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M10%207h6c.764%200%201.425%200%202%20.017c1.553.047%202.48.22%203.121.862C22%208.757%2022%2010.172%2022%2013v1c0%202.828%200%204.243-.879%205.121C20.243%2020%2018.828%2020%2016%2020h-3m5-12.983c0-.948%200-1.422-.157-1.795a2%202%200%200%200-1.065-1.065C16.405%204%2015.93%204%2014.983%204H10C6.229%204%204.343%204%203.172%205.172S2%207.229%202%2011v2%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%22M16%2014a1.5%201.5%200%201%200%203%200a1.5%201.5%200%200%200-3%200ZM4%2020a2%202%200%201%201%200-4c1.105%200%202%201.333%202%202s-.895%202-2%202Zm4%200c-1.105%200-2-1.5-2-2s.895-2%202-2a2%202%200%201%201%200%204Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M10%207h6c.764%200%201.425%200%202%20.017c1.553.047%202.48.22%203.121.862C22%208.757%2022%2010.172%2022%2013v1c0%202.828%200%204.243-.879%205.121C20.243%2020%2018.828%2020%2016%2020h-3m5-12.983c0-.948%200-1.422-.157-1.795a2%202%200%200%200-1.065-1.065C16.405%204%2015.93%204%2014.983%204H10C6.229%204%204.343%204%203.172%205.172S2%207.229%202%2011v2%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/purse.svg?color=%231a73e8&size=48