purse emoji
purse from Fluent Emoji High Contrast by Microsoft Corporation · Default · Objects · MIT Free for personal and commercial use.
- Name
- purse
- Set
- Fluent Emoji High Contrast
- Style
- Default
- Category
- Objects
- Viewbox
- 32×32
- License
- MIT
The same emoji in other sets
More objects icons from Fluent Emoji High Contrast
Use the purse emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M14.67 5.5c.557 0 1.056.24 1.405.62c.348-.38.847-.62 1.405-.62c1.06 0 1.91.864 1.91 1.923c0 .317-.076.618-.211.883H21.2c4.62 0 8.38 3.79 8.38 8.453v.5h-.389c.288.796.802 2.398.809 3.718c0 7.802-6.28 9.013-14 9.013V30c-7.73 0-14-1.221-14-9.013c0-1.327.517-2.931.807-3.728H2.58v-.5c0-4.663 3.76-8.453 8.38-8.453h2.013a1.9 1.9 0 0 1-.213-.883c0-1.058.85-1.923 1.91-1.923m.9 1.923q0-.057.003-.113a.915.915 0 0 0-.903-.81a.917.917 0 0 0-.91.923c0 .419.273.768.643.883h.534a.92.92 0 0 0 .636-.77zm1.01 0q0 .057-.003.113c.047.39.334.7.694.782l-.111.988h-6.2c-3.852 0-7.037 3.001-7.354 6.825c.29-.15.508-.421.573-.751c.635-3.183 3.434-5.6 6.781-5.6H21.2c3.347 0 6.145 2.416 6.78 5.599c.066.33.284.602.574.752c-.317-3.824-3.502-6.825-7.354-6.825h-3.4l-.11-.988c.4-.09.7-.45.7-.895a.915.915 0 0 0-.91-.923a.913.913 0 0 0-.903.81q.003.056.003.113"/></svg>
React
import type { SVGProps } from "react";
export function FluentEmojiHighContrastPurse(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M14.67 5.5c.557 0 1.056.24 1.405.62c.348-.38.847-.62 1.405-.62c1.06 0 1.91.864 1.91 1.923c0 .317-.076.618-.211.883H21.2c4.62 0 8.38 3.79 8.38 8.453v.5h-.389c.288.796.802 2.398.809 3.718c0 7.802-6.28 9.013-14 9.013V30c-7.73 0-14-1.221-14-9.013c0-1.327.517-2.931.807-3.728H2.58v-.5c0-4.663 3.76-8.453 8.38-8.453h2.013a1.9 1.9 0 0 1-.213-.883c0-1.058.85-1.923 1.91-1.923m.9 1.923q0-.057.003-.113a.915.915 0 0 0-.903-.81a.917.917 0 0 0-.91.923c0 .419.273.768.643.883h.534a.92.92 0 0 0 .636-.77zm1.01 0q0 .057-.003.113c.047.39.334.7.694.782l-.111.988h-6.2c-3.852 0-7.037 3.001-7.354 6.825c.29-.15.508-.421.573-.751c.635-3.183 3.434-5.6 6.781-5.6H21.2c3.347 0 6.145 2.416 6.78 5.599c.066.33.284.602.574.752c-.317-3.824-3.502-6.825-7.354-6.825h-3.4l-.11-.988c.4-.09.7-.45.7-.895a.915.915 0 0 0-.91-.923a.913.913 0 0 0-.903.81q.003.056.003.113"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M14.67 5.5c.557 0 1.056.24 1.405.62c.348-.38.847-.62 1.405-.62c1.06 0 1.91.864 1.91 1.923c0 .317-.076.618-.211.883H21.2c4.62 0 8.38 3.79 8.38 8.453v.5h-.389c.288.796.802 2.398.809 3.718c0 7.802-6.28 9.013-14 9.013V30c-7.73 0-14-1.221-14-9.013c0-1.327.517-2.931.807-3.728H2.58v-.5c0-4.663 3.76-8.453 8.38-8.453h2.013a1.9 1.9 0 0 1-.213-.883c0-1.058.85-1.923 1.91-1.923m.9 1.923q0-.057.003-.113a.915.915 0 0 0-.903-.81a.917.917 0 0 0-.91.923c0 .419.273.768.643.883h.534a.92.92 0 0 0 .636-.77zm1.01 0q0 .057-.003.113c.047.39.334.7.694.782l-.111.988h-6.2c-3.852 0-7.037 3.001-7.354 6.825c.29-.15.508-.421.573-.751c.635-3.183 3.434-5.6 6.781-5.6H21.2c3.347 0 6.145 2.416 6.78 5.599c.066.33.284.602.574.752c-.317-3.824-3.502-6.825-7.354-6.825h-3.4l-.11-.988c.4-.09.7-.45.7-.895a.915.915 0 0 0-.91-.923a.913.913 0 0 0-.903.81q.003.056.003.113"/></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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14.67%205.5c.557%200%201.056.24%201.405.62c.348-.38.847-.62%201.405-.62c1.06%200%201.91.864%201.91%201.923c0%20.317-.076.618-.211.883H21.2c4.62%200%208.38%203.79%208.38%208.453v.5h-.389c.288.796.802%202.398.809%203.718c0%207.802-6.28%209.013-14%209.013V30c-7.73%200-14-1.221-14-9.013c0-1.327.517-2.931.807-3.728H2.58v-.5c0-4.663%203.76-8.453%208.38-8.453h2.013a1.9%201.9%200%200%201-.213-.883c0-1.058.85-1.923%201.91-1.923m.9%201.923q0-.057.003-.113a.915.915%200%200%200-.903-.81a.917.917%200%200%200-.91.923c0%20.419.273.768.643.883h.534a.92.92%200%200%200%20.636-.77zm1.01%200q0%20.057-.003.113c.047.39.334.7.694.782l-.111.988h-6.2c-3.852%200-7.037%203.001-7.354%206.825c.29-.15.508-.421.573-.751c.635-3.183%203.434-5.6%206.781-5.6H21.2c3.347%200%206.145%202.416%206.78%205.599c.066.33.284.602.574.752c-.317-3.824-3.502-6.825-7.354-6.825h-3.4l-.11-.988c.4-.09.7-.45.7-.895a.915.915%200%200%200-.91-.923a.913.913%200%200%200-.903.81q.003.056.003.113%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14.67%205.5c.557%200%201.056.24%201.405.62c.348-.38.847-.62%201.405-.62c1.06%200%201.91.864%201.91%201.923c0%20.317-.076.618-.211.883H21.2c4.62%200%208.38%203.79%208.38%208.453v.5h-.389c.288.796.802%202.398.809%203.718c0%207.802-6.28%209.013-14%209.013V30c-7.73%200-14-1.221-14-9.013c0-1.327.517-2.931.807-3.728H2.58v-.5c0-4.663%203.76-8.453%208.38-8.453h2.013a1.9%201.9%200%200%201-.213-.883c0-1.058.85-1.923%201.91-1.923m.9%201.923q0-.057.003-.113a.915.915%200%200%200-.903-.81a.917.917%200%200%200-.91.923c0%20.419.273.768.643.883h.534a.92.92%200%200%200%20.636-.77zm1.01%200q0%20.057-.003.113c.047.39.334.7.694.782l-.111.988h-6.2c-3.852%200-7.037%203.001-7.354%206.825c.29-.15.508-.421.573-.751c.635-3.183%203.434-5.6%206.781-5.6H21.2c3.347%200%206.145%202.416%206.78%205.599c.066.33.284.602.574.752c-.317-3.824-3.502-6.825-7.354-6.825h-3.4l-.11-.988c.4-.09.7-.45.7-.895a.915.915%200%200%200-.91-.923a.913.913%200%200%200-.903.81q.003.056.003.113%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent-emoji-high-contrast/purse.svg?color=%231a73e8&size=48