clutch bag emoji
clutch-bag from Noto Emoji by Google Inc · Default · Objects · Apache-2.0 Free for personal and commercial use.
- Name
- clutch-bag
- Set
- Noto Emoji
- Style
- Default
- Category
- Objects
- Viewbox
- 128×128
- License
- Apache 2.0
The same emoji in other sets
More objects icons from Noto Emoji
Use the clutch bag emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#ffe36c" d="M13.47 98.62c-.73-1.25-1.01-4.32-.72-8.05c.85-9.17 7.29-39.12 54.28-39.12c46.35 0 53.96 28.49 55.18 37.22c.87 6.16-.01 8.77-.65 9.8l-5.01 5.1l-98.64.55z"/><path fill="#82aec0" d="M67.03 52.45c10.31 0 19.41 1.46 27.05 4.34c6.37 2.4 11.8 5.82 16.12 10.16c8.36 8.38 10.5 18.09 11.03 21.87c.84 5.95-.04 8.31-.46 9.05l-4.63 4.72l-97.74.55l-4.1-5.06c-.5-.92-.85-3.52-.56-7.37c.44-4.74 2.23-13.91 9.28-22.13c9.16-10.71 23.96-16.13 44.01-16.13m0-2c-48.5 0-54.48 31.45-55.28 40.05c-.1 1.3-.45 6.54.9 8.7l4.79 5.93l99.53-.56l5.37-5.47c.84-1.27 1.75-4.2.85-10.57c-1.47-10.56-10.69-38.08-56.16-38.08"/><path fill="#82aec0" d="M13.45 102.5c1.1 0 2 .8 2.1 1.9c.1.6-.1 1.1-.4 1.5s-.9.7-1.4.8h-.2c-1.1 0-2-.8-2.1-1.9c-.1-1.2.7-2.2 1.9-2.3zm0-3h-.6c-2.8.3-4.8 2.8-4.5 5.6c.3 2.6 2.5 4.5 5.1 4.5h.6c2.8-.3 4.8-2.8 4.5-5.6c-.3-2.6-2.5-4.5-5.1-4.5"/><path fill="#ffc107" d="M118.49 95.86c-.9-8.6-2.4-38.8-50.9-38.8s-50 30.3-50.8 38.9c-.1 1.3-4.8 2.6-4.1 3.7l12.5 20.3c1.55 2.66 4.16 3.15 6.36 3.15l28.34-.65c5.4-.1 9.31-.15 14.71-.05l29.3.7c3.07.19 4.74-1.49 5.99-3.15l12.5-20.4c.9-1.1-3.8-2.4-3.9-3.7"/><path fill="#82aec0" d="m9.39 122.45l-3.86-1.51c-1.73-.63-2.69-2.57-1.96-4.29l5.09-8c.7-1.52 2.42-2.3 3.97-1.8c1.55.51 2.54 2.15 2.12 3.81l-1.25 9.61c-.43 1.76-2.38 2.82-4.11 2.18"/><path fill="#94d1e0" d="M10.5 108.43s-4.48 6.93-4.95 8.02s-1.07 2.74 2.37 3.86c.54.17 2.62-7.95 3.07-9.67c.46-1.72-.49-2.21-.49-2.21"/><path fill="#f2a600" d="M118.49 95.86c-.36-3.42-.81-10.26-4.28-17.25c-1.93-3.82-4.99-3.01-6.42-.7c-1.77 2.86-5.23 10.74-2.68 16c1.84 3.77 2.92 7.3 3.53 10.38c1.22 6.13-3.48 11.85-9.74 11.85H36.96c-6.2 0-10.87-5.61-9.76-11.71c.58-3.17 1.46-6.76 2.81-10.52c2.23-6.23-.91-13.14-2.68-16c-1.42-2.29-4.47-2.72-5.76-.36c-3.99 7.4-4.45 14.81-4.78 18.42c-.1 1.3-4.8 2.6-4.1 3.7l12.5 20.3c1.55 2.66 4.16 3.15 6.36 3.15l28.34-.65c5.4-.1 9.31-.15 14.71-.05l29.3.7c3.07.19 4.74-1.49 5.99-3.15l12.5-20.4c.9-1.11-3.8-2.41-3.9-3.71"/></svg>
React
import type { SVGProps } from "react";
export function NotoClutchBag(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#ffe36c" d="M13.47 98.62c-.73-1.25-1.01-4.32-.72-8.05c.85-9.17 7.29-39.12 54.28-39.12c46.35 0 53.96 28.49 55.18 37.22c.87 6.16-.01 8.77-.65 9.8l-5.01 5.1l-98.64.55z"/><path fill="#82aec0" d="M67.03 52.45c10.31 0 19.41 1.46 27.05 4.34c6.37 2.4 11.8 5.82 16.12 10.16c8.36 8.38 10.5 18.09 11.03 21.87c.84 5.95-.04 8.31-.46 9.05l-4.63 4.72l-97.74.55l-4.1-5.06c-.5-.92-.85-3.52-.56-7.37c.44-4.74 2.23-13.91 9.28-22.13c9.16-10.71 23.96-16.13 44.01-16.13m0-2c-48.5 0-54.48 31.45-55.28 40.05c-.1 1.3-.45 6.54.9 8.7l4.79 5.93l99.53-.56l5.37-5.47c.84-1.27 1.75-4.2.85-10.57c-1.47-10.56-10.69-38.08-56.16-38.08"/><path fill="#82aec0" d="M13.45 102.5c1.1 0 2 .8 2.1 1.9c.1.6-.1 1.1-.4 1.5s-.9.7-1.4.8h-.2c-1.1 0-2-.8-2.1-1.9c-.1-1.2.7-2.2 1.9-2.3zm0-3h-.6c-2.8.3-4.8 2.8-4.5 5.6c.3 2.6 2.5 4.5 5.1 4.5h.6c2.8-.3 4.8-2.8 4.5-5.6c-.3-2.6-2.5-4.5-5.1-4.5"/><path fill="#ffc107" d="M118.49 95.86c-.9-8.6-2.4-38.8-50.9-38.8s-50 30.3-50.8 38.9c-.1 1.3-4.8 2.6-4.1 3.7l12.5 20.3c1.55 2.66 4.16 3.15 6.36 3.15l28.34-.65c5.4-.1 9.31-.15 14.71-.05l29.3.7c3.07.19 4.74-1.49 5.99-3.15l12.5-20.4c.9-1.1-3.8-2.4-3.9-3.7"/><path fill="#82aec0" d="m9.39 122.45l-3.86-1.51c-1.73-.63-2.69-2.57-1.96-4.29l5.09-8c.7-1.52 2.42-2.3 3.97-1.8c1.55.51 2.54 2.15 2.12 3.81l-1.25 9.61c-.43 1.76-2.38 2.82-4.11 2.18"/><path fill="#94d1e0" d="M10.5 108.43s-4.48 6.93-4.95 8.02s-1.07 2.74 2.37 3.86c.54.17 2.62-7.95 3.07-9.67c.46-1.72-.49-2.21-.49-2.21"/><path fill="#f2a600" d="M118.49 95.86c-.36-3.42-.81-10.26-4.28-17.25c-1.93-3.82-4.99-3.01-6.42-.7c-1.77 2.86-5.23 10.74-2.68 16c1.84 3.77 2.92 7.3 3.53 10.38c1.22 6.13-3.48 11.85-9.74 11.85H36.96c-6.2 0-10.87-5.61-9.76-11.71c.58-3.17 1.46-6.76 2.81-10.52c2.23-6.23-.91-13.14-2.68-16c-1.42-2.29-4.47-2.72-5.76-.36c-3.99 7.4-4.45 14.81-4.78 18.42c-.1 1.3-4.8 2.6-4.1 3.7l12.5 20.3c1.55 2.66 4.16 3.15 6.36 3.15l28.34-.65c5.4-.1 9.31-.15 14.71-.05l29.3.7c3.07.19 4.74-1.49 5.99-3.15l12.5-20.4c.9-1.11-3.8-2.41-3.9-3.71"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#ffe36c" d="M13.47 98.62c-.73-1.25-1.01-4.32-.72-8.05c.85-9.17 7.29-39.12 54.28-39.12c46.35 0 53.96 28.49 55.18 37.22c.87 6.16-.01 8.77-.65 9.8l-5.01 5.1l-98.64.55z"/><path fill="#82aec0" d="M67.03 52.45c10.31 0 19.41 1.46 27.05 4.34c6.37 2.4 11.8 5.82 16.12 10.16c8.36 8.38 10.5 18.09 11.03 21.87c.84 5.95-.04 8.31-.46 9.05l-4.63 4.72l-97.74.55l-4.1-5.06c-.5-.92-.85-3.52-.56-7.37c.44-4.74 2.23-13.91 9.28-22.13c9.16-10.71 23.96-16.13 44.01-16.13m0-2c-48.5 0-54.48 31.45-55.28 40.05c-.1 1.3-.45 6.54.9 8.7l4.79 5.93l99.53-.56l5.37-5.47c.84-1.27 1.75-4.2.85-10.57c-1.47-10.56-10.69-38.08-56.16-38.08"/><path fill="#82aec0" d="M13.45 102.5c1.1 0 2 .8 2.1 1.9c.1.6-.1 1.1-.4 1.5s-.9.7-1.4.8h-.2c-1.1 0-2-.8-2.1-1.9c-.1-1.2.7-2.2 1.9-2.3zm0-3h-.6c-2.8.3-4.8 2.8-4.5 5.6c.3 2.6 2.5 4.5 5.1 4.5h.6c2.8-.3 4.8-2.8 4.5-5.6c-.3-2.6-2.5-4.5-5.1-4.5"/><path fill="#ffc107" d="M118.49 95.86c-.9-8.6-2.4-38.8-50.9-38.8s-50 30.3-50.8 38.9c-.1 1.3-4.8 2.6-4.1 3.7l12.5 20.3c1.55 2.66 4.16 3.15 6.36 3.15l28.34-.65c5.4-.1 9.31-.15 14.71-.05l29.3.7c3.07.19 4.74-1.49 5.99-3.15l12.5-20.4c.9-1.1-3.8-2.4-3.9-3.7"/><path fill="#82aec0" d="m9.39 122.45l-3.86-1.51c-1.73-.63-2.69-2.57-1.96-4.29l5.09-8c.7-1.52 2.42-2.3 3.97-1.8c1.55.51 2.54 2.15 2.12 3.81l-1.25 9.61c-.43 1.76-2.38 2.82-4.11 2.18"/><path fill="#94d1e0" d="M10.5 108.43s-4.48 6.93-4.95 8.02s-1.07 2.74 2.37 3.86c.54.17 2.62-7.95 3.07-9.67c.46-1.72-.49-2.21-.49-2.21"/><path fill="#f2a600" d="M118.49 95.86c-.36-3.42-.81-10.26-4.28-17.25c-1.93-3.82-4.99-3.01-6.42-.7c-1.77 2.86-5.23 10.74-2.68 16c1.84 3.77 2.92 7.3 3.53 10.38c1.22 6.13-3.48 11.85-9.74 11.85H36.96c-6.2 0-10.87-5.61-9.76-11.71c.58-3.17 1.46-6.76 2.81-10.52c2.23-6.23-.91-13.14-2.68-16c-1.42-2.29-4.47-2.72-5.76-.36c-3.99 7.4-4.45 14.81-4.78 18.42c-.1 1.3-4.8 2.6-4.1 3.7l12.5 20.3c1.55 2.66 4.16 3.15 6.36 3.15l28.34-.65c5.4-.1 9.31-.15 14.71-.05l29.3.7c3.07.19 4.74-1.49 5.99-3.15l12.5-20.4c.9-1.11-3.8-2.41-3.9-3.71"/></svg> </template>
CSS
.icon-clutch-bag {
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%20128%20128%22%3E%3Cpath%20fill%3D%22%23ffe36c%22%20d%3D%22M13.47%2098.62c-.73-1.25-1.01-4.32-.72-8.05c.85-9.17%207.29-39.12%2054.28-39.12c46.35%200%2053.96%2028.49%2055.18%2037.22c.87%206.16-.01%208.77-.65%209.8l-5.01%205.1l-98.64.55z%22%2F%3E%3Cpath%20fill%3D%22%2382aec0%22%20d%3D%22M67.03%2052.45c10.31%200%2019.41%201.46%2027.05%204.34c6.37%202.4%2011.8%205.82%2016.12%2010.16c8.36%208.38%2010.5%2018.09%2011.03%2021.87c.84%205.95-.04%208.31-.46%209.05l-4.63%204.72l-97.74.55l-4.1-5.06c-.5-.92-.85-3.52-.56-7.37c.44-4.74%202.23-13.91%209.28-22.13c9.16-10.71%2023.96-16.13%2044.01-16.13m0-2c-48.5%200-54.48%2031.45-55.28%2040.05c-.1%201.3-.45%206.54.9%208.7l4.79%205.93l99.53-.56l5.37-5.47c.84-1.27%201.75-4.2.85-10.57c-1.47-10.56-10.69-38.08-56.16-38.08%22%2F%3E%3Cpath%20fill%3D%22%2382aec0%22%20d%3D%22M13.45%20102.5c1.1%200%202%20.8%202.1%201.9c.1.6-.1%201.1-.4%201.5s-.9.7-1.4.8h-.2c-1.1%200-2-.8-2.1-1.9c-.1-1.2.7-2.2%201.9-2.3zm0-3h-.6c-2.8.3-4.8%202.8-4.5%205.6c.3%202.6%202.5%204.5%205.1%204.5h.6c2.8-.3%204.8-2.8%204.5-5.6c-.3-2.6-2.5-4.5-5.1-4.5%22%2F%3E%3Cpath%20fill%3D%22%23ffc107%22%20d%3D%22M118.49%2095.86c-.9-8.6-2.4-38.8-50.9-38.8s-50%2030.3-50.8%2038.9c-.1%201.3-4.8%202.6-4.1%203.7l12.5%2020.3c1.55%202.66%204.16%203.15%206.36%203.15l28.34-.65c5.4-.1%209.31-.15%2014.71-.05l29.3.7c3.07.19%204.74-1.49%205.99-3.15l12.5-20.4c.9-1.1-3.8-2.4-3.9-3.7%22%2F%3E%3Cpath%20fill%3D%22%2382aec0%22%20d%3D%22m9.39%20122.45l-3.86-1.51c-1.73-.63-2.69-2.57-1.96-4.29l5.09-8c.7-1.52%202.42-2.3%203.97-1.8c1.55.51%202.54%202.15%202.12%203.81l-1.25%209.61c-.43%201.76-2.38%202.82-4.11%202.18%22%2F%3E%3Cpath%20fill%3D%22%2394d1e0%22%20d%3D%22M10.5%20108.43s-4.48%206.93-4.95%208.02s-1.07%202.74%202.37%203.86c.54.17%202.62-7.95%203.07-9.67c.46-1.72-.49-2.21-.49-2.21%22%2F%3E%3Cpath%20fill%3D%22%23f2a600%22%20d%3D%22M118.49%2095.86c-.36-3.42-.81-10.26-4.28-17.25c-1.93-3.82-4.99-3.01-6.42-.7c-1.77%202.86-5.23%2010.74-2.68%2016c1.84%203.77%202.92%207.3%203.53%2010.38c1.22%206.13-3.48%2011.85-9.74%2011.85H36.96c-6.2%200-10.87-5.61-9.76-11.71c.58-3.17%201.46-6.76%202.81-10.52c2.23-6.23-.91-13.14-2.68-16c-1.42-2.29-4.47-2.72-5.76-.36c-3.99%207.4-4.45%2014.81-4.78%2018.42c-.1%201.3-4.8%202.6-4.1%203.7l12.5%2020.3c1.55%202.66%204.16%203.15%206.36%203.15l28.34-.65c5.4-.1%209.31-.15%2014.71-.05l29.3.7c3.07.19%204.74-1.49%205.99-3.15l12.5-20.4c.9-1.11-3.8-2.41-3.9-3.71%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%20128%20128%22%3E%3Cpath%20fill%3D%22%23ffe36c%22%20d%3D%22M13.47%2098.62c-.73-1.25-1.01-4.32-.72-8.05c.85-9.17%207.29-39.12%2054.28-39.12c46.35%200%2053.96%2028.49%2055.18%2037.22c.87%206.16-.01%208.77-.65%209.8l-5.01%205.1l-98.64.55z%22%2F%3E%3Cpath%20fill%3D%22%2382aec0%22%20d%3D%22M67.03%2052.45c10.31%200%2019.41%201.46%2027.05%204.34c6.37%202.4%2011.8%205.82%2016.12%2010.16c8.36%208.38%2010.5%2018.09%2011.03%2021.87c.84%205.95-.04%208.31-.46%209.05l-4.63%204.72l-97.74.55l-4.1-5.06c-.5-.92-.85-3.52-.56-7.37c.44-4.74%202.23-13.91%209.28-22.13c9.16-10.71%2023.96-16.13%2044.01-16.13m0-2c-48.5%200-54.48%2031.45-55.28%2040.05c-.1%201.3-.45%206.54.9%208.7l4.79%205.93l99.53-.56l5.37-5.47c.84-1.27%201.75-4.2.85-10.57c-1.47-10.56-10.69-38.08-56.16-38.08%22%2F%3E%3Cpath%20fill%3D%22%2382aec0%22%20d%3D%22M13.45%20102.5c1.1%200%202%20.8%202.1%201.9c.1.6-.1%201.1-.4%201.5s-.9.7-1.4.8h-.2c-1.1%200-2-.8-2.1-1.9c-.1-1.2.7-2.2%201.9-2.3zm0-3h-.6c-2.8.3-4.8%202.8-4.5%205.6c.3%202.6%202.5%204.5%205.1%204.5h.6c2.8-.3%204.8-2.8%204.5-5.6c-.3-2.6-2.5-4.5-5.1-4.5%22%2F%3E%3Cpath%20fill%3D%22%23ffc107%22%20d%3D%22M118.49%2095.86c-.9-8.6-2.4-38.8-50.9-38.8s-50%2030.3-50.8%2038.9c-.1%201.3-4.8%202.6-4.1%203.7l12.5%2020.3c1.55%202.66%204.16%203.15%206.36%203.15l28.34-.65c5.4-.1%209.31-.15%2014.71-.05l29.3.7c3.07.19%204.74-1.49%205.99-3.15l12.5-20.4c.9-1.1-3.8-2.4-3.9-3.7%22%2F%3E%3Cpath%20fill%3D%22%2382aec0%22%20d%3D%22m9.39%20122.45l-3.86-1.51c-1.73-.63-2.69-2.57-1.96-4.29l5.09-8c.7-1.52%202.42-2.3%203.97-1.8c1.55.51%202.54%202.15%202.12%203.81l-1.25%209.61c-.43%201.76-2.38%202.82-4.11%202.18%22%2F%3E%3Cpath%20fill%3D%22%2394d1e0%22%20d%3D%22M10.5%20108.43s-4.48%206.93-4.95%208.02s-1.07%202.74%202.37%203.86c.54.17%202.62-7.95%203.07-9.67c.46-1.72-.49-2.21-.49-2.21%22%2F%3E%3Cpath%20fill%3D%22%23f2a600%22%20d%3D%22M118.49%2095.86c-.36-3.42-.81-10.26-4.28-17.25c-1.93-3.82-4.99-3.01-6.42-.7c-1.77%202.86-5.23%2010.74-2.68%2016c1.84%203.77%202.92%207.3%203.53%2010.38c1.22%206.13-3.48%2011.85-9.74%2011.85H36.96c-6.2%200-10.87-5.61-9.76-11.71c.58-3.17%201.46-6.76%202.81-10.52c2.23-6.23-.91-13.14-2.68-16c-1.42-2.29-4.47-2.72-5.76-.36c-3.99%207.4-4.45%2014.81-4.78%2018.42c-.1%201.3-4.8%202.6-4.1%203.7l12.5%2020.3c1.55%202.66%204.16%203.15%206.36%203.15l28.34-.65c5.4-.1%209.31-.15%2014.71-.05l29.3.7c3.07.19%204.74-1.49%205.99-3.15l12.5-20.4c.9-1.11-3.8-2.41-3.9-3.71%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/noto/clutch-bag.svg?color=%231a73e8&size=48