personal-bag-rounded from Material Symbols by Google · Rounded · Travel · Apache-2.0 Free for personal and commercial use.

Name
personal-bag-rounded
Set
Material Symbols
Style
Rounded
Category
Travel
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols

The same icon in other sets

More travel icons from Material Symbols

Use the personal bag icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7 22q-.825 0-1.412-.587T5 20v-8q0-2.125 1.113-3.8T9 5.7V5q0-1.25.875-2.125T12 2t2.125.875T15 5v.7q1.775.825 2.888 2.5T19 12v8q0 .825-.587 1.413T17 22zm8.713-6.288Q16 15.425 16 15v-1q0-.825-.587-1.412T14 12H9q-.425 0-.712.288T8 13t.288.713T9 14h5v1q0 .425.288.713T15 16t.713-.288M11 5.1q.275-.05.5-.075T12 5t.5.025t.5.075V5q0-.425-.288-.712T12 4t-.712.288T11 5z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsPersonalBagRounded(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7 22q-.825 0-1.412-.587T5 20v-8q0-2.125 1.113-3.8T9 5.7V5q0-1.25.875-2.125T12 2t2.125.875T15 5v.7q1.775.825 2.888 2.5T19 12v8q0 .825-.587 1.413T17 22zm8.713-6.288Q16 15.425 16 15v-1q0-.825-.587-1.412T14 12H9q-.425 0-.712.288T8 13t.288.713T9 14h5v1q0 .425.288.713T15 16t.713-.288M11 5.1q.275-.05.5-.075T12 5t.5.025t.5.075V5q0-.425-.288-.712T12 4t-.712.288T11 5z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7 22q-.825 0-1.412-.587T5 20v-8q0-2.125 1.113-3.8T9 5.7V5q0-1.25.875-2.125T12 2t2.125.875T15 5v.7q1.775.825 2.888 2.5T19 12v8q0 .825-.587 1.413T17 22zm8.713-6.288Q16 15.425 16 15v-1q0-.825-.587-1.412T14 12H9q-.425 0-.712.288T8 13t.288.713T9 14h5v1q0 .425.288.713T15 16t.713-.288M11 5.1q.275-.05.5-.075T12 5t.5.025t.5.075V5q0-.425-.288-.712T12 4t-.712.288T11 5z"/></svg>
</template>

CSS

.icon-personal-bag-rounded {
  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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7%2022q-.825%200-1.412-.587T5%2020v-8q0-2.125%201.113-3.8T9%205.7V5q0-1.25.875-2.125T12%202t2.125.875T15%205v.7q1.775.825%202.888%202.5T19%2012v8q0%20.825-.587%201.413T17%2022zm8.713-6.288Q16%2015.425%2016%2015v-1q0-.825-.587-1.412T14%2012H9q-.425%200-.712.288T8%2013t.288.713T9%2014h5v1q0%20.425.288.713T15%2016t.713-.288M11%205.1q.275-.05.5-.075T12%205t.5.025t.5.075V5q0-.425-.288-.712T12%204t-.712.288T11%205z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7%2022q-.825%200-1.412-.587T5%2020v-8q0-2.125%201.113-3.8T9%205.7V5q0-1.25.875-2.125T12%202t2.125.875T15%205v.7q1.775.825%202.888%202.5T19%2012v8q0%20.825-.587%201.413T17%2022zm8.713-6.288Q16%2015.425%2016%2015v-1q0-.825-.587-1.412T14%2012H9q-.425%200-.712.288T8%2013t.288.713T9%2014h5v1q0%20.425.288.713T15%2016t.713-.288M11%205.1q.275-.05.5-.075T12%205t.5.025t.5.075V5q0-.425-.288-.712T12%204t-.712.288T11%205z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/personal-bag-rounded.svg?color=%231a73e8&size=48