handbag emoji
handbag from Fluent Emoji Flat by Microsoft Corporation · Default · Objects · MIT Free for personal and commercial use.
- Name
- handbag
- Set
- Fluent Emoji Flat
- Style
- Default
- Category
- Objects
- Viewbox
- 32×32
- License
- MIT
The same emoji in other sets
handbagBootstrap IconshandbagEmoji One (Colored)handbagElement PlushandbagFluent EmojihandbagFluent Emoji High ContrasthandbagFirefox OS EmojihandbagHuge IconshandbagIconParkhandbagIconPark OutlinehandbagIconPark SolidhandbagIconPark TwoTonehandbagIconoirhandbagLucidehandbagNoto EmojihandbagOpenMojihandbagPhosphorhandbagPixelarticonshandbag-fillRemix IconhandbagStreamline EmojishandbagTwitter Emoji
More objects icons from Fluent Emoji Flat
Use the handbag emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#f3ad61" d="M25.656 10.36h-19.3c-1.49 0-2.74 1.13-2.9 2.61l-.921 8.766S3.758 22.8 5.926 22.8h20.17c2.157 0 3.393-1.047 3.393-1.047l-.923-8.783a2.94 2.94 0 0 0-2.91-2.61"/><path fill="#6d4534" d="m2.526 21.75l-.51 4.83a2.917 2.917 0 0 0 2.9 3.22h22.17c1.73 0 3.08-1.5 2.9-3.22l-.51-4.83m-4.57-8.97h-.15v-1.99c0-4.84-3.94-8.79-8.79-8.79s-8.78 3.94-8.78 8.79v1.99h-.16c-.61 0-1.1.49-1.1 1.1v1.81c0 .61.49 1.1 1.1 1.1h1.81c.61 0 1.1-.49 1.1-1.1v-1.81c0-.61-.49-1.1-1.1-1.1h-.15v-1.99c0-4.02 3.27-7.29 7.29-7.29s7.29 3.27 7.29 7.29v1.99h-.16c-.61 0-1.1.49-1.1 1.1v1.81c0 .61.49 1.1 1.1 1.1h1.81c.61 0 1.1-.49 1.1-1.1v-1.81c-.01-.61-.5-1.1-1.11-1.1"/></g></svg>
React
import type { SVGProps } from "react";
export function FluentEmojiFlatHandbag(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#f3ad61" d="M25.656 10.36h-19.3c-1.49 0-2.74 1.13-2.9 2.61l-.921 8.766S3.758 22.8 5.926 22.8h20.17c2.157 0 3.393-1.047 3.393-1.047l-.923-8.783a2.94 2.94 0 0 0-2.91-2.61"/><path fill="#6d4534" d="m2.526 21.75l-.51 4.83a2.917 2.917 0 0 0 2.9 3.22h22.17c1.73 0 3.08-1.5 2.9-3.22l-.51-4.83m-4.57-8.97h-.15v-1.99c0-4.84-3.94-8.79-8.79-8.79s-8.78 3.94-8.78 8.79v1.99h-.16c-.61 0-1.1.49-1.1 1.1v1.81c0 .61.49 1.1 1.1 1.1h1.81c.61 0 1.1-.49 1.1-1.1v-1.81c0-.61-.49-1.1-1.1-1.1h-.15v-1.99c0-4.02 3.27-7.29 7.29-7.29s7.29 3.27 7.29 7.29v1.99h-.16c-.61 0-1.1.49-1.1 1.1v1.81c0 .61.49 1.1 1.1 1.1h1.81c.61 0 1.1-.49 1.1-1.1v-1.81c-.01-.61-.5-1.1-1.11-1.1"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#f3ad61" d="M25.656 10.36h-19.3c-1.49 0-2.74 1.13-2.9 2.61l-.921 8.766S3.758 22.8 5.926 22.8h20.17c2.157 0 3.393-1.047 3.393-1.047l-.923-8.783a2.94 2.94 0 0 0-2.91-2.61"/><path fill="#6d4534" d="m2.526 21.75l-.51 4.83a2.917 2.917 0 0 0 2.9 3.22h22.17c1.73 0 3.08-1.5 2.9-3.22l-.51-4.83m-4.57-8.97h-.15v-1.99c0-4.84-3.94-8.79-8.79-8.79s-8.78 3.94-8.78 8.79v1.99h-.16c-.61 0-1.1.49-1.1 1.1v1.81c0 .61.49 1.1 1.1 1.1h1.81c.61 0 1.1-.49 1.1-1.1v-1.81c0-.61-.49-1.1-1.1-1.1h-.15v-1.99c0-4.02 3.27-7.29 7.29-7.29s7.29 3.27 7.29 7.29v1.99h-.16c-.61 0-1.1.49-1.1 1.1v1.81c0 .61.49 1.1 1.1 1.1h1.81c.61 0 1.1-.49 1.1-1.1v-1.81c-.01-.61-.5-1.1-1.11-1.1"/></g></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%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23f3ad61%22%20d%3D%22M25.656%2010.36h-19.3c-1.49%200-2.74%201.13-2.9%202.61l-.921%208.766S3.758%2022.8%205.926%2022.8h20.17c2.157%200%203.393-1.047%203.393-1.047l-.923-8.783a2.94%202.94%200%200%200-2.91-2.61%22%2F%3E%3Cpath%20fill%3D%22%236d4534%22%20d%3D%22m2.526%2021.75l-.51%204.83a2.917%202.917%200%200%200%202.9%203.22h22.17c1.73%200%203.08-1.5%202.9-3.22l-.51-4.83m-4.57-8.97h-.15v-1.99c0-4.84-3.94-8.79-8.79-8.79s-8.78%203.94-8.78%208.79v1.99h-.16c-.61%200-1.1.49-1.1%201.1v1.81c0%20.61.49%201.1%201.1%201.1h1.81c.61%200%201.1-.49%201.1-1.1v-1.81c0-.61-.49-1.1-1.1-1.1h-.15v-1.99c0-4.02%203.27-7.29%207.29-7.29s7.29%203.27%207.29%207.29v1.99h-.16c-.61%200-1.1.49-1.1%201.1v1.81c0%20.61.49%201.1%201.1%201.1h1.81c.61%200%201.1-.49%201.1-1.1v-1.81c-.01-.61-.5-1.1-1.11-1.1%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%2032%2032%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23f3ad61%22%20d%3D%22M25.656%2010.36h-19.3c-1.49%200-2.74%201.13-2.9%202.61l-.921%208.766S3.758%2022.8%205.926%2022.8h20.17c2.157%200%203.393-1.047%203.393-1.047l-.923-8.783a2.94%202.94%200%200%200-2.91-2.61%22%2F%3E%3Cpath%20fill%3D%22%236d4534%22%20d%3D%22m2.526%2021.75l-.51%204.83a2.917%202.917%200%200%200%202.9%203.22h22.17c1.73%200%203.08-1.5%202.9-3.22l-.51-4.83m-4.57-8.97h-.15v-1.99c0-4.84-3.94-8.79-8.79-8.79s-8.78%203.94-8.78%208.79v1.99h-.16c-.61%200-1.1.49-1.1%201.1v1.81c0%20.61.49%201.1%201.1%201.1h1.81c.61%200%201.1-.49%201.1-1.1v-1.81c0-.61-.49-1.1-1.1-1.1h-.15v-1.99c0-4.02%203.27-7.29%207.29-7.29s7.29%203.27%207.29%207.29v1.99h-.16c-.61%200-1.1.49-1.1%201.1v1.81c0%20.61.49%201.1%201.1%201.1h1.81c.61%200%201.1-.49%201.1-1.1v-1.81c-.01-.61-.5-1.1-1.11-1.1%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent-emoji-flat/handbag.svg?color=%231a73e8&size=48