handbag emoji
handbag from Fluent Emoji High Contrast by Microsoft Corporation · Default · Objects · MIT Free for personal and commercial use.
- Name
- handbag
- Set
- Fluent Emoji High Contrast
- Style
- Default
- Category
- Objects
- Viewbox
- 32×32
- License
- MIT
The same emoji in other sets
handbagBootstrap IconshandbagEmoji One (Colored)handbagElement PlushandbagFluent EmojihandbagFluent Emoji FlathandbagFirefox OS EmojihandbagHuge IconshandbagIconParkhandbagIconPark OutlinehandbagIconPark SolidhandbagIconPark TwoTonehandbagIconoirhandbagLucidehandbagNoto EmojihandbagOpenMojihandbagPhosphorhandbagPixelarticonshandbag-fillRemix IconhandbagStreamline EmojishandbagTwitter Emoji
More objects icons from Fluent Emoji High Contrast
Use the handbag emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M24.64 9.36h1.02a3.937 3.937 0 0 1 3.9 3.5l1.43 13.62a3.916 3.916 0 0 1-3.89 4.32H4.926a3.92 3.92 0 0 1-3.894-4.324l1.429-13.61a3.916 3.916 0 0 1 3.9-3.506h.94C7.985 5.189 11.604 2 15.967 2s7.989 3.196 8.674 7.36m.116 3.42h.15c.61 0 1.1.49 1.11 1.1v1.81c0 .61-.49 1.1-1.1 1.1h-1.81c-.61 0-1.1-.49-1.1-1.1v-1.81c0-.61.49-1.1 1.1-1.1h.16v-1.42H8.686v1.42h.15c.61 0 1.1.49 1.1 1.1v1.81c0 .61-.49 1.1-1.1 1.1h-1.81c-.61 0-1.1-.49-1.1-1.1v-1.81c0-.61.49-1.1 1.1-1.1h.16v-1.42h-.83a1.92 1.92 0 0 0-1.906 1.718l-.91 8.672h24.942l-.912-8.675a1.933 1.933 0 0 0-1.916-1.715h-.898zm-1.63-3.42c-.667-3.338-3.62-5.86-7.15-5.86s-6.483 2.522-7.15 5.86z"/></svg>
React
import type { SVGProps } from "react";
export function FluentEmojiHighContrastHandbag(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="M24.64 9.36h1.02a3.937 3.937 0 0 1 3.9 3.5l1.43 13.62a3.916 3.916 0 0 1-3.89 4.32H4.926a3.92 3.92 0 0 1-3.894-4.324l1.429-13.61a3.916 3.916 0 0 1 3.9-3.506h.94C7.985 5.189 11.604 2 15.967 2s7.989 3.196 8.674 7.36m.116 3.42h.15c.61 0 1.1.49 1.11 1.1v1.81c0 .61-.49 1.1-1.1 1.1h-1.81c-.61 0-1.1-.49-1.1-1.1v-1.81c0-.61.49-1.1 1.1-1.1h.16v-1.42H8.686v1.42h.15c.61 0 1.1.49 1.1 1.1v1.81c0 .61-.49 1.1-1.1 1.1h-1.81c-.61 0-1.1-.49-1.1-1.1v-1.81c0-.61.49-1.1 1.1-1.1h.16v-1.42h-.83a1.92 1.92 0 0 0-1.906 1.718l-.91 8.672h24.942l-.912-8.675a1.933 1.933 0 0 0-1.916-1.715h-.898zm-1.63-3.42c-.667-3.338-3.62-5.86-7.15-5.86s-6.483 2.522-7.15 5.86z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M24.64 9.36h1.02a3.937 3.937 0 0 1 3.9 3.5l1.43 13.62a3.916 3.916 0 0 1-3.89 4.32H4.926a3.92 3.92 0 0 1-3.894-4.324l1.429-13.61a3.916 3.916 0 0 1 3.9-3.506h.94C7.985 5.189 11.604 2 15.967 2s7.989 3.196 8.674 7.36m.116 3.42h.15c.61 0 1.1.49 1.11 1.1v1.81c0 .61-.49 1.1-1.1 1.1h-1.81c-.61 0-1.1-.49-1.1-1.1v-1.81c0-.61.49-1.1 1.1-1.1h.16v-1.42H8.686v1.42h.15c.61 0 1.1.49 1.1 1.1v1.81c0 .61-.49 1.1-1.1 1.1h-1.81c-.61 0-1.1-.49-1.1-1.1v-1.81c0-.61.49-1.1 1.1-1.1h.16v-1.42h-.83a1.92 1.92 0 0 0-1.906 1.718l-.91 8.672h24.942l-.912-8.675a1.933 1.933 0 0 0-1.916-1.715h-.898zm-1.63-3.42c-.667-3.338-3.62-5.86-7.15-5.86s-6.483 2.522-7.15 5.86z"/></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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M24.64%209.36h1.02a3.937%203.937%200%200%201%203.9%203.5l1.43%2013.62a3.916%203.916%200%200%201-3.89%204.32H4.926a3.92%203.92%200%200%201-3.894-4.324l1.429-13.61a3.916%203.916%200%200%201%203.9-3.506h.94C7.985%205.189%2011.604%202%2015.967%202s7.989%203.196%208.674%207.36m.116%203.42h.15c.61%200%201.1.49%201.11%201.1v1.81c0%20.61-.49%201.1-1.1%201.1h-1.81c-.61%200-1.1-.49-1.1-1.1v-1.81c0-.61.49-1.1%201.1-1.1h.16v-1.42H8.686v1.42h.15c.61%200%201.1.49%201.1%201.1v1.81c0%20.61-.49%201.1-1.1%201.1h-1.81c-.61%200-1.1-.49-1.1-1.1v-1.81c0-.61.49-1.1%201.1-1.1h.16v-1.42h-.83a1.92%201.92%200%200%200-1.906%201.718l-.91%208.672h24.942l-.912-8.675a1.933%201.933%200%200%200-1.916-1.715h-.898zm-1.63-3.42c-.667-3.338-3.62-5.86-7.15-5.86s-6.483%202.522-7.15%205.86z%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%22M24.64%209.36h1.02a3.937%203.937%200%200%201%203.9%203.5l1.43%2013.62a3.916%203.916%200%200%201-3.89%204.32H4.926a3.92%203.92%200%200%201-3.894-4.324l1.429-13.61a3.916%203.916%200%200%201%203.9-3.506h.94C7.985%205.189%2011.604%202%2015.967%202s7.989%203.196%208.674%207.36m.116%203.42h.15c.61%200%201.1.49%201.11%201.1v1.81c0%20.61-.49%201.1-1.1%201.1h-1.81c-.61%200-1.1-.49-1.1-1.1v-1.81c0-.61.49-1.1%201.1-1.1h.16v-1.42H8.686v1.42h.15c.61%200%201.1.49%201.1%201.1v1.81c0%20.61-.49%201.1-1.1%201.1h-1.81c-.61%200-1.1-.49-1.1-1.1v-1.81c0-.61.49-1.1%201.1-1.1h.16v-1.42h-.83a1.92%201.92%200%200%200-1.906%201.718l-.91%208.672h24.942l-.912-8.675a1.933%201.933%200%200%200-1.916-1.715h-.898zm-1.63-3.42c-.667-3.338-3.62-5.86-7.15-5.86s-6.483%202.522-7.15%205.86z%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/handbag.svg?color=%231a73e8&size=48