handbag from Emoji One (Colored) by Emoji One · Default · Objects · CC-BY-4.0 Attribution required.

Name
handbag
Set
Emoji One (Colored)
Style
Default
Category
Objects
Viewbox
64×64
License
CC BY 4.0

The same emoji in other sets

More objects icons from Emoji One (Colored)

Use the handbag emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#7fc6cc" d="M60.9 58.6c0 4.6-57.7 4.6-57.7 0c0-27.1-2-35.4 28.9-35.4c30.8 0 28.8 8.3 28.8 35.4"/><g fill="#695b5b"><path d="M6.7 30.7C10.3 26.9 18.3 25 32 25s21.7 1.8 25.3 5.7c1 1 1.7 2.2 2.3 3.6c-2.4-8.2-9.1-11.9-27.6-11.9c-18.4 0-25.2 3.8-27.6 11.9c.6-1.3 1.3-2.5 2.3-3.6"/><path d="M20 27.2v11.1c0 .7-.7 1.2-1.5 1.2h-7.8c-.8 0-1.5-.5-1.5-1.2v-8.7L6.1 32v9c0 .9.9 1.6 2 1.6h13.1c1.1 0 2-.7 2-1.6V27.2zm34.7 2.4v8.7c0 .7-.7 1.2-1.5 1.2h-7.8c-.8 0-1.5-.5-1.5-1.2V27.2h-3.1V41c0 .9.9 1.6 2 1.6h13.1c1.1 0 2-.7 2-1.6v-9z"/></g><g fill="#998a91"><path d="M60.2 60.6c-1 0-1.7-.8-1.7-1.7v-4.3c0-10.9.1-18.1-3.4-21.9c-3-3.2-10.5-4.7-23.1-4.7s-20.1 1.6-23.1 4.7c-3.5 3.8-3.5 11-3.5 21.9v4.3c0 .9-.8 1.7-1.7 1.7S2 59.8 2 58.9v-4.3C2 43 1.9 35.2 6.4 30.4c3.7-4 11.8-5.9 25.6-5.9s21.9 1.9 25.6 5.9C62.1 35.2 62 43 62 54.6v4.2c0 1.1-.8 1.8-1.8 1.8"/><path d="M49.4 26.5c-.8 0-1.5-.5-1.5-1.2c0-16.7-9.1-20-15.9-20s-15.9 3.3-15.9 20c0 .7-.7 1.2-1.5 1.2s-1.5-.5-1.5-1.2C13.2 12.8 19.3 2 32 2s18.8 10.8 18.8 23.3c0 .7-.6 1.2-1.4 1.2"/></g><path fill="#c9c9c9" d="M14.4 35c-3.1 0-5.6-2.5-5.6-5.6s2.5-5.6 5.6-5.6s5.6 2.5 5.6 5.6s-2.5 5.6-5.6 5.6m0-9.4c-2.1 0-3.8 1.7-3.8 3.8s1.7 3.8 3.8 3.8s3.7-1.7 3.7-3.8s-1.6-3.8-3.7-3.8M49.6 35c-3.1 0-5.6-2.5-5.6-5.6s2.5-5.6 5.6-5.6s5.6 2.5 5.6 5.6s-2.5 5.6-5.6 5.6m0-9.4c-2.1 0-3.8 1.7-3.8 3.8s1.7 3.8 3.8 3.8s3.8-1.7 3.8-3.8s-1.7-3.8-3.8-3.8"/><path fill="#695b5b" d="M17.4 26.3c0 1-.8 1.9-1.9 1.9h-2.2c-1 0-1.9-.8-1.9-1.9V23c0-1 .8-1.9 1.9-1.9h2.2c1 0 1.9.8 1.9 1.9zm35.2 0c0 1-.8 1.9-1.9 1.9h-2.2c-1 0-1.9-.8-1.9-1.9V23c0-1 .8-1.9 1.9-1.9h2.2c1 0 1.9.8 1.9 1.9zm-35.2 9.2c0 1-.8 1.9-1.9 1.9h-2.2c-1 0-1.9-.8-1.9-1.9v-3.3c0-1 .8-1.9 1.9-1.9h2.2c1 0 1.9.8 1.9 1.9zm35.2 0c0 1-.8 1.9-1.9 1.9h-2.2c-1 0-1.9-.8-1.9-1.9v-3.3c0-1 .8-1.9 1.9-1.9h2.2c1 0 1.9.8 1.9 1.9z"/><g fill="#fff"><circle cx="14.4" cy="23.3" r="1.4"/><circle cx="49.6" cy="23.3" r="1.4"/></g></svg>

React

import type { SVGProps } from "react";

export function EmojioneHandbag(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#7fc6cc" d="M60.9 58.6c0 4.6-57.7 4.6-57.7 0c0-27.1-2-35.4 28.9-35.4c30.8 0 28.8 8.3 28.8 35.4"/><g fill="#695b5b"><path d="M6.7 30.7C10.3 26.9 18.3 25 32 25s21.7 1.8 25.3 5.7c1 1 1.7 2.2 2.3 3.6c-2.4-8.2-9.1-11.9-27.6-11.9c-18.4 0-25.2 3.8-27.6 11.9c.6-1.3 1.3-2.5 2.3-3.6"/><path d="M20 27.2v11.1c0 .7-.7 1.2-1.5 1.2h-7.8c-.8 0-1.5-.5-1.5-1.2v-8.7L6.1 32v9c0 .9.9 1.6 2 1.6h13.1c1.1 0 2-.7 2-1.6V27.2zm34.7 2.4v8.7c0 .7-.7 1.2-1.5 1.2h-7.8c-.8 0-1.5-.5-1.5-1.2V27.2h-3.1V41c0 .9.9 1.6 2 1.6h13.1c1.1 0 2-.7 2-1.6v-9z"/></g><g fill="#998a91"><path d="M60.2 60.6c-1 0-1.7-.8-1.7-1.7v-4.3c0-10.9.1-18.1-3.4-21.9c-3-3.2-10.5-4.7-23.1-4.7s-20.1 1.6-23.1 4.7c-3.5 3.8-3.5 11-3.5 21.9v4.3c0 .9-.8 1.7-1.7 1.7S2 59.8 2 58.9v-4.3C2 43 1.9 35.2 6.4 30.4c3.7-4 11.8-5.9 25.6-5.9s21.9 1.9 25.6 5.9C62.1 35.2 62 43 62 54.6v4.2c0 1.1-.8 1.8-1.8 1.8"/><path d="M49.4 26.5c-.8 0-1.5-.5-1.5-1.2c0-16.7-9.1-20-15.9-20s-15.9 3.3-15.9 20c0 .7-.7 1.2-1.5 1.2s-1.5-.5-1.5-1.2C13.2 12.8 19.3 2 32 2s18.8 10.8 18.8 23.3c0 .7-.6 1.2-1.4 1.2"/></g><path fill="#c9c9c9" d="M14.4 35c-3.1 0-5.6-2.5-5.6-5.6s2.5-5.6 5.6-5.6s5.6 2.5 5.6 5.6s-2.5 5.6-5.6 5.6m0-9.4c-2.1 0-3.8 1.7-3.8 3.8s1.7 3.8 3.8 3.8s3.7-1.7 3.7-3.8s-1.6-3.8-3.7-3.8M49.6 35c-3.1 0-5.6-2.5-5.6-5.6s2.5-5.6 5.6-5.6s5.6 2.5 5.6 5.6s-2.5 5.6-5.6 5.6m0-9.4c-2.1 0-3.8 1.7-3.8 3.8s1.7 3.8 3.8 3.8s3.8-1.7 3.8-3.8s-1.7-3.8-3.8-3.8"/><path fill="#695b5b" d="M17.4 26.3c0 1-.8 1.9-1.9 1.9h-2.2c-1 0-1.9-.8-1.9-1.9V23c0-1 .8-1.9 1.9-1.9h2.2c1 0 1.9.8 1.9 1.9zm35.2 0c0 1-.8 1.9-1.9 1.9h-2.2c-1 0-1.9-.8-1.9-1.9V23c0-1 .8-1.9 1.9-1.9h2.2c1 0 1.9.8 1.9 1.9zm-35.2 9.2c0 1-.8 1.9-1.9 1.9h-2.2c-1 0-1.9-.8-1.9-1.9v-3.3c0-1 .8-1.9 1.9-1.9h2.2c1 0 1.9.8 1.9 1.9zm35.2 0c0 1-.8 1.9-1.9 1.9h-2.2c-1 0-1.9-.8-1.9-1.9v-3.3c0-1 .8-1.9 1.9-1.9h2.2c1 0 1.9.8 1.9 1.9z"/><g fill="#fff"><circle cx="14.4" cy="23.3" r="1.4"/><circle cx="49.6" cy="23.3" r="1.4"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#7fc6cc" d="M60.9 58.6c0 4.6-57.7 4.6-57.7 0c0-27.1-2-35.4 28.9-35.4c30.8 0 28.8 8.3 28.8 35.4"/><g fill="#695b5b"><path d="M6.7 30.7C10.3 26.9 18.3 25 32 25s21.7 1.8 25.3 5.7c1 1 1.7 2.2 2.3 3.6c-2.4-8.2-9.1-11.9-27.6-11.9c-18.4 0-25.2 3.8-27.6 11.9c.6-1.3 1.3-2.5 2.3-3.6"/><path d="M20 27.2v11.1c0 .7-.7 1.2-1.5 1.2h-7.8c-.8 0-1.5-.5-1.5-1.2v-8.7L6.1 32v9c0 .9.9 1.6 2 1.6h13.1c1.1 0 2-.7 2-1.6V27.2zm34.7 2.4v8.7c0 .7-.7 1.2-1.5 1.2h-7.8c-.8 0-1.5-.5-1.5-1.2V27.2h-3.1V41c0 .9.9 1.6 2 1.6h13.1c1.1 0 2-.7 2-1.6v-9z"/></g><g fill="#998a91"><path d="M60.2 60.6c-1 0-1.7-.8-1.7-1.7v-4.3c0-10.9.1-18.1-3.4-21.9c-3-3.2-10.5-4.7-23.1-4.7s-20.1 1.6-23.1 4.7c-3.5 3.8-3.5 11-3.5 21.9v4.3c0 .9-.8 1.7-1.7 1.7S2 59.8 2 58.9v-4.3C2 43 1.9 35.2 6.4 30.4c3.7-4 11.8-5.9 25.6-5.9s21.9 1.9 25.6 5.9C62.1 35.2 62 43 62 54.6v4.2c0 1.1-.8 1.8-1.8 1.8"/><path d="M49.4 26.5c-.8 0-1.5-.5-1.5-1.2c0-16.7-9.1-20-15.9-20s-15.9 3.3-15.9 20c0 .7-.7 1.2-1.5 1.2s-1.5-.5-1.5-1.2C13.2 12.8 19.3 2 32 2s18.8 10.8 18.8 23.3c0 .7-.6 1.2-1.4 1.2"/></g><path fill="#c9c9c9" d="M14.4 35c-3.1 0-5.6-2.5-5.6-5.6s2.5-5.6 5.6-5.6s5.6 2.5 5.6 5.6s-2.5 5.6-5.6 5.6m0-9.4c-2.1 0-3.8 1.7-3.8 3.8s1.7 3.8 3.8 3.8s3.7-1.7 3.7-3.8s-1.6-3.8-3.7-3.8M49.6 35c-3.1 0-5.6-2.5-5.6-5.6s2.5-5.6 5.6-5.6s5.6 2.5 5.6 5.6s-2.5 5.6-5.6 5.6m0-9.4c-2.1 0-3.8 1.7-3.8 3.8s1.7 3.8 3.8 3.8s3.8-1.7 3.8-3.8s-1.7-3.8-3.8-3.8"/><path fill="#695b5b" d="M17.4 26.3c0 1-.8 1.9-1.9 1.9h-2.2c-1 0-1.9-.8-1.9-1.9V23c0-1 .8-1.9 1.9-1.9h2.2c1 0 1.9.8 1.9 1.9zm35.2 0c0 1-.8 1.9-1.9 1.9h-2.2c-1 0-1.9-.8-1.9-1.9V23c0-1 .8-1.9 1.9-1.9h2.2c1 0 1.9.8 1.9 1.9zm-35.2 9.2c0 1-.8 1.9-1.9 1.9h-2.2c-1 0-1.9-.8-1.9-1.9v-3.3c0-1 .8-1.9 1.9-1.9h2.2c1 0 1.9.8 1.9 1.9zm35.2 0c0 1-.8 1.9-1.9 1.9h-2.2c-1 0-1.9-.8-1.9-1.9v-3.3c0-1 .8-1.9 1.9-1.9h2.2c1 0 1.9.8 1.9 1.9z"/><g fill="#fff"><circle cx="14.4" cy="23.3" r="1.4"/><circle cx="49.6" cy="23.3" r="1.4"/></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%2064%2064%22%3E%3Cpath%20fill%3D%22%237fc6cc%22%20d%3D%22M60.9%2058.6c0%204.6-57.7%204.6-57.7%200c0-27.1-2-35.4%2028.9-35.4c30.8%200%2028.8%208.3%2028.8%2035.4%22%2F%3E%3Cg%20fill%3D%22%23695b5b%22%3E%3Cpath%20d%3D%22M6.7%2030.7C10.3%2026.9%2018.3%2025%2032%2025s21.7%201.8%2025.3%205.7c1%201%201.7%202.2%202.3%203.6c-2.4-8.2-9.1-11.9-27.6-11.9c-18.4%200-25.2%203.8-27.6%2011.9c.6-1.3%201.3-2.5%202.3-3.6%22%2F%3E%3Cpath%20d%3D%22M20%2027.2v11.1c0%20.7-.7%201.2-1.5%201.2h-7.8c-.8%200-1.5-.5-1.5-1.2v-8.7L6.1%2032v9c0%20.9.9%201.6%202%201.6h13.1c1.1%200%202-.7%202-1.6V27.2zm34.7%202.4v8.7c0%20.7-.7%201.2-1.5%201.2h-7.8c-.8%200-1.5-.5-1.5-1.2V27.2h-3.1V41c0%20.9.9%201.6%202%201.6h13.1c1.1%200%202-.7%202-1.6v-9z%22%2F%3E%3C%2Fg%3E%3Cg%20fill%3D%22%23998a91%22%3E%3Cpath%20d%3D%22M60.2%2060.6c-1%200-1.7-.8-1.7-1.7v-4.3c0-10.9.1-18.1-3.4-21.9c-3-3.2-10.5-4.7-23.1-4.7s-20.1%201.6-23.1%204.7c-3.5%203.8-3.5%2011-3.5%2021.9v4.3c0%20.9-.8%201.7-1.7%201.7S2%2059.8%202%2058.9v-4.3C2%2043%201.9%2035.2%206.4%2030.4c3.7-4%2011.8-5.9%2025.6-5.9s21.9%201.9%2025.6%205.9C62.1%2035.2%2062%2043%2062%2054.6v4.2c0%201.1-.8%201.8-1.8%201.8%22%2F%3E%3Cpath%20d%3D%22M49.4%2026.5c-.8%200-1.5-.5-1.5-1.2c0-16.7-9.1-20-15.9-20s-15.9%203.3-15.9%2020c0%20.7-.7%201.2-1.5%201.2s-1.5-.5-1.5-1.2C13.2%2012.8%2019.3%202%2032%202s18.8%2010.8%2018.8%2023.3c0%20.7-.6%201.2-1.4%201.2%22%2F%3E%3C%2Fg%3E%3Cpath%20fill%3D%22%23c9c9c9%22%20d%3D%22M14.4%2035c-3.1%200-5.6-2.5-5.6-5.6s2.5-5.6%205.6-5.6s5.6%202.5%205.6%205.6s-2.5%205.6-5.6%205.6m0-9.4c-2.1%200-3.8%201.7-3.8%203.8s1.7%203.8%203.8%203.8s3.7-1.7%203.7-3.8s-1.6-3.8-3.7-3.8M49.6%2035c-3.1%200-5.6-2.5-5.6-5.6s2.5-5.6%205.6-5.6s5.6%202.5%205.6%205.6s-2.5%205.6-5.6%205.6m0-9.4c-2.1%200-3.8%201.7-3.8%203.8s1.7%203.8%203.8%203.8s3.8-1.7%203.8-3.8s-1.7-3.8-3.8-3.8%22%2F%3E%3Cpath%20fill%3D%22%23695b5b%22%20d%3D%22M17.4%2026.3c0%201-.8%201.9-1.9%201.9h-2.2c-1%200-1.9-.8-1.9-1.9V23c0-1%20.8-1.9%201.9-1.9h2.2c1%200%201.9.8%201.9%201.9zm35.2%200c0%201-.8%201.9-1.9%201.9h-2.2c-1%200-1.9-.8-1.9-1.9V23c0-1%20.8-1.9%201.9-1.9h2.2c1%200%201.9.8%201.9%201.9zm-35.2%209.2c0%201-.8%201.9-1.9%201.9h-2.2c-1%200-1.9-.8-1.9-1.9v-3.3c0-1%20.8-1.9%201.9-1.9h2.2c1%200%201.9.8%201.9%201.9zm35.2%200c0%201-.8%201.9-1.9%201.9h-2.2c-1%200-1.9-.8-1.9-1.9v-3.3c0-1%20.8-1.9%201.9-1.9h2.2c1%200%201.9.8%201.9%201.9z%22%2F%3E%3Cg%20fill%3D%22%23fff%22%3E%3Ccircle%20cx%3D%2214.4%22%20cy%3D%2223.3%22%20r%3D%221.4%22%2F%3E%3Ccircle%20cx%3D%2249.6%22%20cy%3D%2223.3%22%20r%3D%221.4%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%2064%2064%22%3E%3Cpath%20fill%3D%22%237fc6cc%22%20d%3D%22M60.9%2058.6c0%204.6-57.7%204.6-57.7%200c0-27.1-2-35.4%2028.9-35.4c30.8%200%2028.8%208.3%2028.8%2035.4%22%2F%3E%3Cg%20fill%3D%22%23695b5b%22%3E%3Cpath%20d%3D%22M6.7%2030.7C10.3%2026.9%2018.3%2025%2032%2025s21.7%201.8%2025.3%205.7c1%201%201.7%202.2%202.3%203.6c-2.4-8.2-9.1-11.9-27.6-11.9c-18.4%200-25.2%203.8-27.6%2011.9c.6-1.3%201.3-2.5%202.3-3.6%22%2F%3E%3Cpath%20d%3D%22M20%2027.2v11.1c0%20.7-.7%201.2-1.5%201.2h-7.8c-.8%200-1.5-.5-1.5-1.2v-8.7L6.1%2032v9c0%20.9.9%201.6%202%201.6h13.1c1.1%200%202-.7%202-1.6V27.2zm34.7%202.4v8.7c0%20.7-.7%201.2-1.5%201.2h-7.8c-.8%200-1.5-.5-1.5-1.2V27.2h-3.1V41c0%20.9.9%201.6%202%201.6h13.1c1.1%200%202-.7%202-1.6v-9z%22%2F%3E%3C%2Fg%3E%3Cg%20fill%3D%22%23998a91%22%3E%3Cpath%20d%3D%22M60.2%2060.6c-1%200-1.7-.8-1.7-1.7v-4.3c0-10.9.1-18.1-3.4-21.9c-3-3.2-10.5-4.7-23.1-4.7s-20.1%201.6-23.1%204.7c-3.5%203.8-3.5%2011-3.5%2021.9v4.3c0%20.9-.8%201.7-1.7%201.7S2%2059.8%202%2058.9v-4.3C2%2043%201.9%2035.2%206.4%2030.4c3.7-4%2011.8-5.9%2025.6-5.9s21.9%201.9%2025.6%205.9C62.1%2035.2%2062%2043%2062%2054.6v4.2c0%201.1-.8%201.8-1.8%201.8%22%2F%3E%3Cpath%20d%3D%22M49.4%2026.5c-.8%200-1.5-.5-1.5-1.2c0-16.7-9.1-20-15.9-20s-15.9%203.3-15.9%2020c0%20.7-.7%201.2-1.5%201.2s-1.5-.5-1.5-1.2C13.2%2012.8%2019.3%202%2032%202s18.8%2010.8%2018.8%2023.3c0%20.7-.6%201.2-1.4%201.2%22%2F%3E%3C%2Fg%3E%3Cpath%20fill%3D%22%23c9c9c9%22%20d%3D%22M14.4%2035c-3.1%200-5.6-2.5-5.6-5.6s2.5-5.6%205.6-5.6s5.6%202.5%205.6%205.6s-2.5%205.6-5.6%205.6m0-9.4c-2.1%200-3.8%201.7-3.8%203.8s1.7%203.8%203.8%203.8s3.7-1.7%203.7-3.8s-1.6-3.8-3.7-3.8M49.6%2035c-3.1%200-5.6-2.5-5.6-5.6s2.5-5.6%205.6-5.6s5.6%202.5%205.6%205.6s-2.5%205.6-5.6%205.6m0-9.4c-2.1%200-3.8%201.7-3.8%203.8s1.7%203.8%203.8%203.8s3.8-1.7%203.8-3.8s-1.7-3.8-3.8-3.8%22%2F%3E%3Cpath%20fill%3D%22%23695b5b%22%20d%3D%22M17.4%2026.3c0%201-.8%201.9-1.9%201.9h-2.2c-1%200-1.9-.8-1.9-1.9V23c0-1%20.8-1.9%201.9-1.9h2.2c1%200%201.9.8%201.9%201.9zm35.2%200c0%201-.8%201.9-1.9%201.9h-2.2c-1%200-1.9-.8-1.9-1.9V23c0-1%20.8-1.9%201.9-1.9h2.2c1%200%201.9.8%201.9%201.9zm-35.2%209.2c0%201-.8%201.9-1.9%201.9h-2.2c-1%200-1.9-.8-1.9-1.9v-3.3c0-1%20.8-1.9%201.9-1.9h2.2c1%200%201.9.8%201.9%201.9zm35.2%200c0%201-.8%201.9-1.9%201.9h-2.2c-1%200-1.9-.8-1.9-1.9v-3.3c0-1%20.8-1.9%201.9-1.9h2.2c1%200%201.9.8%201.9%201.9z%22%2F%3E%3Cg%20fill%3D%22%23fff%22%3E%3Ccircle%20cx%3D%2214.4%22%20cy%3D%2223.3%22%20r%3D%221.4%22%2F%3E%3Ccircle%20cx%3D%2249.6%22%20cy%3D%2223.3%22%20r%3D%221.4%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/emojione/handbag.svg?color=%231a73e8&size=48